@charset "UTF-8";
/* ==========================================
   Font Family
========================================== */
/* ==========================================
   Color Codes
========================================== */
/* ==========================================
   BREAKPOINTS
========================================== */
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
body {
  overflow-x: hidden;
}
/* ==========================================
   SPACING
========================================== */
.Checkbox_dropdown .choices[data-type*="select-multiple"]::after {
  top: 25px !important;
}
.common-margin {
  margin-block: clamp(50px, 8vw, 120px);
}
.inner-padding {
  padding-block: clamp(40px, 8vw, 60px);
}
.inner-top-padding {
  padding-top: clamp(40px, 8vw, 60px);
}
.inner-padding-lg {
  padding-block: clamp(50px, 8vw, 100px);
}
.top-margin {
  margin-top: clamp(36px, 3vw, 56px);
}
.mt-40 {
  margin-top: clamp(20px, 3vw, 36px);
}
.mt-80 {
  margin-top: clamp(40px, 3vw, 80px);
}
.mb-80 {
  margin-bottom: clamp(40px, 3vw, 80px);
}
.pb-80 {
  padding-bottom: clamp(40px, 3vw, 80px);
}
.mb-40 {
  margin-bottom: clamp(20px, 3vw, 40px);
}
.m-40 {
  margin: clamp(20px, 3vw, 40px);
}
.my-40 {
  margin-block: clamp(20px, 3vw, 40px);
}
.p-40 {
  padding: clamp(20px, 3vw, 40px);
}
.p-32 {
  padding: clamp(20px, 3vw, 32px);
}
.w-lg-auto {
  width: auto;
}
.bg-none {
  background: none !important;
}
.bg-with-color {
  background: #FAFAFA;
}
.pt-80 {
  padding-top: clamp(40px, 3vw, 80px);
}
.hero-inner .breadcrumb-global {
  padding-top: 0px;
}
/* ==========================================
   Typography
========================================== */
.hero-heading {
  font-size: clamp(34px, 3.5vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.primary-heading {
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.primary-heading-sm {
  font-size: clamp(26px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.secondary-heading {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.secondary-heading-lg {
  font-size: clamp(22px, 2.5vw, 40px);
  font-weight: 700;
  line-height: 1.3;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.sub-heading {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.3;
}
.primary-description {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
}
.primary-description-md {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
}
.primary-description-sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
}
.eyebrow-text {
  font-family: 'Courier New', sans-serif;
  margin-bottom: 0px;
  font-size: clamp(14px, 2vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-transform: uppercase;
  color: #292d34;
  padding: 8px 12px;
}
.primary-description p, .primary-description-sm p {
  margin-bottom: 0;
}
a {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
  text-decoration: none !important;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.no-wrap {
  white-space: nowrap;
}
.cursor-pointer {
  cursor: pointer;
  z-index: 9999;
  position: relative;
}
.custom-divider {
  background: rgba(0, 0, 0, 0.11);
  height: 1px;
  margin-block: 30px;
}
.rounded-16 {
  border-radius: 16px !important;
}
.rounded-12 {
  border-radius: 12px;
}
/* ==========================================
   FLUENT FORMS — GLOBAL FONT FAMILY
========================================== */
.fluentform input.ff-el-form-control, .fluentform textarea.ff-el-form-control, .fluentform select.ff-el-form-control {
  font-family: 'Inter', sans-serif;
}
.fluentform input.ff-el-form-control::placeholder, .fluentform textarea.ff-el-form-control::placeholder {
  font-family: 'Inter', sans-serif;
}
.fluentform input.ff-el-form-control::-webkit-input-placeholder, .fluentform textarea.ff-el-form-control::-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
}
.fluentform input.ff-el-form-control::-moz-placeholder, .fluentform textarea.ff-el-form-control::-moz-placeholder {
  font-family: 'Inter', sans-serif;
}
.fluentform label, .fluentform .ff-el-input--label {
  font-family: 'Inter', sans-serif;
}
.fluentform .ff-el-input--content .ff-el-input--label + .ff-el-input-details, .fluentform .ff_description {
  font-family: 'Inter', sans-serif;
}
.fluentform .choices, .fluentform .choices__input, .fluentform .choices__item, .fluentform .choices__list--dropdown .choices__item--choice {
  font-family: 'Inter', sans-serif;
}
.fluentform .error, .fluentform .ff-errors-in-stack {
  font-family: 'Inter', sans-serif;
}
.fluentform button[type="submit"], .fluentform .ff-btn-submit {
  font-family: 'Inter', sans-serif;
}
/* ==========================================
   Typography
========================================== */
.secondary-color {
  color: #444;
}
.custom-red {
  color: #E92B2A;
}
.custom-green {
  color: #00A651;
}
.secondary-font {
  font-family: 'Inter', sans-serif;
}
.primary-font {
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.tertiary-font {
  font-family: 'Courier New', sans-serif;
}
/* ==========================================
   Gradient Text
========================================== */
.gradient-text-green {
  background: linear-gradient(90deg, #03773c 0%, #00a651 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.whatsapp-icon {
  width: 30px;
}
.gradient-text-black {
  background: linear-gradient(100deg, #202020 32.8%, #202020 47.54%, #585858 72.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 4px;
}
.gradient-text-white {
  background: linear-gradient(103deg, #fff 62.41%, #f0f0f0 82.81%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-green-vector {
  position: relative;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"), linear-gradient(281deg, #00a651 40.26%, #016733 101.78%);
  background-repeat: repeat, no-repeat;
  background-blend-mode: overlay;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  width: fit-content;
  margin: auto;
}
.eyebrow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--eyebrow-angle), rgba(0, 166, 81, 0) 0deg, rgba(0, 166, 81, 0.8) 15deg, rgba(0, 166, 81, 0) 30deg, rgba(0, 166, 81, 0) 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: eyebrow-border-travel 3s linear infinite;
}
@property --eyebrow-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@keyframes eyebrow-border-travel {
  to {
    --eyebrow-angle: 360deg;
  }
}
/* ==========================================
   FLUENT FORMS — GLOBAL DROPDOWN ICON
========================================== */
.fluentform select.ff-el-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/uploads/2026/08/form-dropdown-3.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  padding-right: 40px;
}
.frm-fluent-form .choices[data-type*="select-multiple"]::after, .frm-fluent-form .choices[data-type*="select-one"]::after {
  border: none !important;
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: -8px !important;
  background-image: url("/wp-content/uploads/2026/08/form-dropdown-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 13px;
}
.frm-fluent-form .choices[data-type*="select-multiple"]::before, .frm-fluent-form .choices[data-type*="select-one"]::before {
  display: none !important;
}
.fluentform .choices {
  border: 0px !important;
}
.fluentform .choices .choices__inner {
  background: #fafafa !important;
  border: 1px solid #E5E5E5 !important;
  border-radius: 8px;
  padding: 12px 16px;
  min-height: 43px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #444;
  display: flex;
  align-items: center;
}
.fluentform .choices .choices__list--single {
  padding: 0;
}
.fluentform .choices .choices__placeholder {
  color: #9CA3AF;
  opacity: 1;
}
.fluentform .choices.is-open .choices__inner {
  border-color: #00A651 !important;
}
/* ==========================================
   BUTTONS
========================================== */
.custom-btn {
  border-radius: 40px;
  background: #E92B2A;
  border: 1px solid #E92B2A;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  transition: 0.3s ease;
  min-height: 52px;
}
.custom-btn:hover {
  background: #fff;
  color: #E92B2A !important;
}
.custom-btn-green {
  border-radius: 40px;
  background: #00A651;
  border: 1px solid #00A651;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  transition: 0.3s ease;
  min-height: 52px;
}
.custom-btn-green:hover {
  background: transparent;
  color: #00A651 !important;
}
.custom-btn-outline {
  border-radius: 40px;
  background: transparent;
  border: 1px solid #5c5c5c;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  transition: 0.3s ease;
  min-height: 52px;
}
.custom-btn-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
  text-decoration: none;
}
.gradient-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: clamp(8px, 1.2vw, 12px) clamp(16px, 1.2vw, 24px);
  background: url("/wp-content/uploads/2026/07/green-button-gradient.svg") center / 100% 100% no-repeat;
  color: #fff;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.gradient-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.gradient-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(17, 137, 63, 0.25);
}
/* ==========================================
   HEADER — DESKTOP DROPDOWNS
========================================== */
.header-main .navbar > .container {
  position: relative;
}
.header-main .mega-menu-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-main .mega-menu-trigger::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  border: 0 !important;
  background-color: #444;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.header-main li.mega-menu-open .mega-menu-trigger::after {
  transform: rotate(180deg);
  background-color: #00A651;
}
.header-main .navbar-nav > .nav-item.dropdown {
  position: relative;
}
.header-main .navbar-nav > .nav-item.dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 60px;
  pointer-events: auto;
}
.header-main .navbar-nav > .nav-item.dropdown > .dropdown-menu {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0;
  min-width: 200px;
  background: #fff;
  border: none;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 1000;
}
.header-main .navbar-nav > .nav-item.dropdown:hover > .dropdown-menu, .header-main .navbar-nav > .nav-item.dropdown.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header-main .navbar-nav > .nav-item.dropdown .dropdown-item {
  color: #444;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 16px;
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.header-main .navbar-nav > .nav-item.dropdown .dropdown-item:hover, .header-main .navbar-nav > .nav-item.dropdown .dropdown-item:focus, .header-main .navbar-nav > .nav-item.dropdown .dropdown-item.active {
  background: rgba(0, 166, 81, 0.08);
  color: #00A651;
}
.header-main .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-main .navbar-nav > .nav-item.dropdown > .dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 0;
  border: 0 !important;
  background-color: #444;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.25s ease, background-color 0.25s ease;
}
.header-main .navbar-nav > .nav-item.dropdown:hover > .dropdown-toggle::after, .header-main .navbar-nav > .nav-item.dropdown.show > .dropdown-toggle::after {
  transform: rotate(180deg);
  background-color: #00A651;
}
.header-main .mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(1280px, 92vw);
  transform: translateX(-50%) translateY(8px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  padding: clamp(20px, 3vw, 36px) clamp(16px, 3vw, 28px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 1000;
}
.header-main li.mega-menu-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega-menu-col {
  padding-inline: clamp(20px, 3vw, 27px);
}
.mega-menu-col:first-child {
  padding-left: 0;
}
.mega-menu-col:last-child {
  padding-right: 0;
}
.mega-menu-col:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.mega-menu-col-title {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mega-menu-list a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mega-menu-list a:hover span {
  color: #00A651;
}
.mega-menu-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
.mega-menu-footer {
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 28px;
  margin-inline: calc(-1 * clamp(16px, 3vw, 28px));
  margin-bottom: calc(-1 * clamp(20px, 3vw, 36px));
  padding: clamp(16px, 3vw, 28px) clamp(20px, 3vw, 36px);
  border-radius: 0 0 16px 16px;
}
.mega-menu-footer .mega-menu-footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mega-menu-footer .mega-menu-footer-link:hover span {
  color: #E92B2A;
}
/* ==========================================
   HEADER — MOBILE OFFCANVAS ACCORDIONS

========================================== */
@media (max-width: 991.98px) {
  .mobile-offcanvas .mobile-nav-list li.has-mega-menu-mobile .nav-link {
    position: relative;
  }
  .mobile-offcanvas .mobile-nav-list li.has-mega-menu-mobile .nav-link::after {
    display: none;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-toggle {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-toggle::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }
  .mobile-offcanvas .mobile-nav-list li.is-open .mega-menu-mobile-toggle::before {
    transform: rotate(225deg);
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-inner {
    padding: 4px 24px 20px;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-columns {
    display: block;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-col {
    margin-bottom: 20px;
    padding-inline: 0;
    border-right: none;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-col:last-child {
    margin-bottom: 0;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-col-title {
    margin-bottom: 12px;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-footer {
    background: none;
    border-radius: 0;
    margin-inline: 0;
    margin-bottom: 0;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px;
    margin-top: 20px;
    padding: 16px 0 0;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native li {
    list-style: none;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native .dropdown-item {
    display: block;
    padding: 10px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native .dropdown-item:hover, .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native .dropdown-item:focus {
    background: transparent;
    color: #00A651;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native li:first-child .dropdown-item {
    padding-top: 14px;
  }
  .mobile-offcanvas .mobile-nav-list .mega-menu-mobile-panel--native li:last-child .dropdown-item {
    padding-bottom: 20px;
  }
}
/* ==========================================
   SITE HEADER
========================================== */
.mobile-offcanvas {
  width: min(85vw, 360px);
  border: none;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.08);
}
.mobile-offcanvas .offcanvas-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-offcanvas .offcanvas-header .header-logo {
  max-width: 120px;
}
.mobile-offcanvas .offcanvas-header .btn-close {
  width: 36px;
  height: 36px;
  background-size: 14px;
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
.mobile-offcanvas .offcanvas-header .btn-close:hover {
  opacity: 1;
}
.mobile-offcanvas .offcanvas-body {
  padding: 12px 0 24px;
  height: 100%;
}
.mobile-offcanvas .mobile-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0;
}
.mobile-offcanvas .mobile-nav-list .nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.mobile-offcanvas .mobile-nav-list .nav-item:last-child {
  border-bottom: none;
}
.mobile-offcanvas .mobile-nav-list .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px !important;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #444;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.mobile-offcanvas .mobile-nav-list .nav-link::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateX(-4px) rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.mobile-offcanvas .mobile-nav-list .nav-link:hover, .mobile-offcanvas .mobile-nav-list .nav-link:focus {
  color: #00A651;
  padding-left: 30px;
}
.mobile-offcanvas .mobile-nav-list .nav-link:hover::after, .mobile-offcanvas .mobile-nav-list .nav-link:focus::after {
  opacity: 1;
  transform: translateX(0) rotate(45deg);
}
.mobile-offcanvas .mobile-nav-list .current-menu-item::before, .mobile-offcanvas .mobile-nav-list .current_page_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #00A651;
}
.mobile-offcanvas .mobile-nav-list .current-menu-item > .nav-link, .mobile-offcanvas .mobile-nav-list .current_page_item > .nav-link {
  color: #00A651;
  font-weight: 700;
}
.mobile-offcanvas .mobile-nav-list li.is-open::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #00A651;
}
.mobile-offcanvas .mobile-offcanvas-footer {
  padding: 16px 24px 4px;
}
.mobile-offcanvas .mobile-offcanvas-footer .custom-btn {
  display: flex;
}
.offcanvas-backdrop.show {
  opacity: 0.55;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: transform 0.35s ease;
}
.site-header.site-header--hidden {
  transform: translateY(-100%);
}
.site-header .header-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.43);
  backdrop-filter: blur(6.5px);
  z-index: 99;
  position: relative;
}
.site-header .header-main .navbar-nav {
  gap: clamp(20px, 2vw, 40px);
}
.site-header .header-main .navbar {
  gap: 40px;
}
.site-header .header-main .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.site-header .header-main .navbar .nav-link {
  color: #444;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.site-header .header-main .navbar .nav-link.active, .site-header .header-main .navbar .nav-link.show {
  color: #444;
}
.site-header .header-main .navbar .nav-link:hover {
  color: #00A651;
}
.site-header .header-main .navbar .nav-link:focus, .site-header .header-main .navbar .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.site-header .header-main .navbar .navbar-nav > .current-menu-item > .nav-link, .site-header .header-main .navbar .navbar-nav > .current_page_item > .nav-link, .site-header .header-main .navbar .navbar-nav > .current-menu-ancestor > .nav-link, .site-header .header-main .navbar .navbar-nav > .current_page_ancestor > .nav-link {
  color: #00A651;
}
.site-header .nav-link {
  color: #444;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.site-header .navbar-toggler-icon {
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2026/07/hamburger-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body {
  padding-top: var(--site-header-height, 96px);
}
/* ==========================================
   SITE Footer
========================================== */
.footer {
  background-image: url(/wp-content/uploads/2026/07/footer-bg-frame.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: clamp(50px, 8vw, 120px);
  position: relative;
}
.footer::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 75.66%);
  pointer-events: none;
}
.footer .footer-nav-row {
  --bs-gutter-x: 0;
}
.footer .footer-nav-row .footer-nav-col {
  padding-inline: 0;
  min-width: 0;
}
@media (min-width: 992px) {
  .footer .footer-nav-row .footer-nav-col {
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer .footer-nav-row .footer-nav-col:first-child {
    padding-left: 0;
  }
  .footer .footer-nav-row .footer-nav-col:not(:last-child) {
    position: relative;
  }
  .footer .footer-nav-row .footer-nav-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.11);
  }
}
@media (min-width: 1200px) {
  .footer .custom-row .custom-col {
    position: relative;
  }
  .footer .custom-row .custom-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -110px;
    width: 1px;
    height: 100%;
    background: #0000001c;
  }
}
.footer .main-footer-content {
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fafafa;
  filter: blur(0px);
  padding: clamp(24px, 3vw, 40px) clamp(16px, 2vw, 30px) clamp(48px, 6vw, 70px);
}
.footer .main-footer-content .underlined-border {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}
.footer .main-footer-content .underlined-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #00A651;
}
.footer .main-footer-content .footer-social-icon {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fafafa;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer .main-footer-content .border-in-between {
  width: 1px;
  height: 20px;
  background: #00000026;
  display: block;
  position: relative;
  top: 2px;
}
.footer .footer-arrow {
  display: none;
  transition: transform 0.3s ease;
}
.footer .footer-arrow img {
  width: 12px;
  height: 12px;
}
.footer a:not(.custom-btn):not(.footer-social-icon) {
  transition: color 0.25s ease;
}
.footer a:not(.custom-btn):not(.footer-social-icon):hover {
  color: #00A651;
}
@media (max-width: 767px) {
  .footer .custom-row {
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    row-gap: 32px;
    column-gap: 24px;
  }
  .footer .custom-col {
    max-width: none !important;
  }
}
@media (max-width: 575px) {
  .footer .custom-row {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .footer .footer-links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    will-change: max-height;
  }
  .footer .footer-arrow {
    transition: transform 0.2s ease-out;
    display: block;
  }
  .footer .study-menu-list.active .footer-arrow {
    transform: rotate(180deg);
  }
}
/* ==========================================
  HOMEPAGE
========================================== */
.main-vector-wrapper {
  background-image: url(/wp-content/uploads/2026/07/home-cta-bg-vector.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-vector-wrapper .side-image {
  position: relative;
  overflow: hidden;
  right: -1px;
}
.main-vector-wrapper .side-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(179deg, rgba(35, 146, 78, 0) 55.56%, #23924e 120%);
  pointer-events: none;
  mix-blend-mode: darken;
}
.faq-section {
  position: relative;
}
.faq-section::before, .faq-section::after {
  content: '';
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.faq-section::before {
  left: 0;
  background-image: url("/wp-content/uploads/2026/07/faq-left-vector.webp");
  height: 100%;
  width: 300px;
}
.faq-section::after {
  right: 0;
  background-image: url("/wp-content/uploads/2026/07/faq-right-vector.webp");
  height: 100%;
  width: 200px;
}
.faq-section > .container {
  position: relative;
  z-index: 1;
}
.faq-section .faq-main .accordion-item {
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0px !important;
  background: transparent;
}
.faq-section .faq-main .accordion-item .accordion-button {
  padding-block: 24px;
}
.faq-section .faq-main .accordion-item .accordion-button:not(.collapsed) {
  color: #E92B2A;
}
.faq-section .faq-main .accordion-item .accordion-button::after {
  background-image: url("/wp-content/uploads/2026/07/faq-plus.svg");
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
}
.faq-section .faq-main .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/uploads/2026/07/faq-minus.svg");
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
}
.technical-partners .partner-gallery {
  opacity: 0.8;
}
.technical-partners .partner-gallery .admission-marquee-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  will-change: transform;
}
.real-school-real-outcome {
  background: #fafafa;
}
.real-school-real-outcome .case-study-profiles img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.real-school-real-outcome .case-study-profiles .nav-link.active img {
  border: 2px solid #00a651;
}
.real-school-real-outcome .case-study-card > .position-relative:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  transform: rotate(45deg);
  z-index: 5;
}
.real-school-real-outcome .case-study-card > .position-relative:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  z-index: 4;
}
.real-school-real-outcome .case-profile-col {
  position: relative;
  height: 100%;
  background: #f6f6f6;
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 12px 0 0 12px;
}
.real-school-real-outcome .case-stat-col {
  position: relative;
  height: 100%;
  background: #fafafa;
  padding: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.real-school-real-outcome .case-study-card > .position-relative:last-child .case-stat-col {
  border-radius: 0 12px 12px 0;
}
@media (max-width: 991.98px) {
  .real-school-real-outcome .case-study-card {
    border-radius: 12px;
  }
  .real-school-real-outcome .case-study-card > .position-relative::before, .real-school-real-outcome .case-study-card > .position-relative::after {
    display: none;
  }
  .real-school-real-outcome .case-study-card > .position-relative:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
  }
  .real-school-real-outcome .case-profile-col {
    border: 1px solid #e8e8e8;
    border-radius: 12px 12px 0 0;
  }
  .real-school-real-outcome .case-stat-col {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
  }
  .real-school-real-outcome .case-study-card > .position-relative:last-child .case-stat-col {
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 0 12px 12px;
  }
}
.real-school-real-outcome .common-gallery .admission-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}
.real-school-real-outcome .common-gallery .marquee-item {
  max-width: 210px;
}
.real-school-real-outcome .common-gallery .marquee-item .image-wrapper {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px;
  height: 130px;
}
.school-improve-tabs .gradient-tabs .nav-item {
  flex: 0 0 auto;
  padding-bottom: 5px;
}
.school-improve-tabs .gradient-tabs .nav-item .nav-link {
  border-radius: 80px !important;
  border: 1px solid #00000014 !important;
  padding: clamp(10px, 1.5vw, 12px) clamp(16px, 3vw, 24px);
}
.school-improve-tabs .gradient-tabs .nav-item .nav-link.active {
  color: #fff;
  border-radius: 79.467px;
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  background: radial-gradient(76.97% 121.44% at 92.52% 93.88%, rgba(255, 255, 127, 0.39) 14.53%, rgba(6, 168, 81, 0.01) 51.58%, rgba(0, 166, 81, 0) 100%), radial-gradient(68.63% 80.62% at 50.34% -27.55%, rgba(255, 255, 127, 0.41) 28.79%, rgba(0, 166, 81, 0) 100%), radial-gradient(61.82% 73.47% at 51.68% 126.53%, rgba(255, 255, 127, 0.39) 27.52%, rgba(0, 166, 81, 0) 100%), radial-gradient(130.63% 61.01% at 51.54% 49.18%, rgba(250, 254, 67, 0.11) 0%, rgba(17, 137, 63, 0) 82.16%), radial-gradient(41.2% 41.72% at 51.54% 49.18%, #4CAF2D 0%, #11893F 100%);
}
.school-improve-tabs .gradient-tabs .nav-item .nav-link:hover {
  color: #fff;
  border-radius: 79.467px;
  border: 1.5px solid rgba(255, 255, 255, 0.78);
  background: radial-gradient(76.97% 121.44% at 92.52% 93.88%, rgba(255, 255, 127, 0.39) 14.53%, rgba(6, 168, 81, 0.01) 51.58%, rgba(0, 166, 81, 0) 100%), radial-gradient(68.63% 80.62% at 50.34% -27.55%, rgba(255, 255, 127, 0.41) 28.79%, rgba(0, 166, 81, 0) 100%), radial-gradient(61.82% 73.47% at 51.68% 126.53%, rgba(255, 255, 127, 0.39) 27.52%, rgba(0, 166, 81, 0) 100%), radial-gradient(130.63% 61.01% at 51.54% 49.18%, rgba(250, 254, 67, 0.11) 0%, rgba(17, 137, 63, 0) 82.16%), radial-gradient(41.2% 41.72% at 51.54% 49.18%, #4CAF2D 0%, #11893F 100%);
}
.school-improve-tabs .tabs-image-content-wrapper {
  background: linear-gradient(180deg, rgba(251, 251, 251, 0.55) 0%, rgba(239, 239, 239, 0) 100%);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.school-improve-tabs .tabs-image-content-wrapper .list-wrapper {
  max-width: 500px;
}
.school-improve-tabs .tabs-image-content-wrapper .list-wrapper .list-item {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 16px;
}
.all-in-one .container .gradient-tabs .nav-link {
  border-radius: 12px !important;
}
.improve-footer {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}
.improve-footer.is-hidden {
  max-height: 0 !important;
  opacity: 0;
  margin-top: 0 !important;
  pointer-events: none;
}
.home-banner-section::before, .home-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.home-banner-section::before {
  left: 0;
  background-image: url("/wp-content/uploads/2026/07/home-banner-left-bg.webp");
  height: 100%;
  width: 30%;
}
.home-banner-section::after {
  right: 0;
  background-image: url("/wp-content/uploads/2026/07/home-banner-right-bg.webp");
  height: 100%;
  width: 50%;
}
.home-banner-section > .container {
  position: relative;
  z-index: 1;
}
.home-banner-section .platform-list {
  position: relative;
}
.home-banner-section .platform-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 64px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 76.98%);
}
.home-banner-section .platform-list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 76.98%);
}
.home-banner-section .platform-list .platform-track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  will-change: transform;
  transition: none;
}
.home-banner-section .platform-list .platform-track .marquee-item {
  border-radius: 54px;
  border: 1px dashed #d9d9d9;
  background: transparent;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.home-banner-section .platform-list .platform-track .marquee-item span {
  transition: color 0.25s ease;
}
.home-banner-section .platform-list .platform-track .marquee-item:hover {
  border-color: #00A651;
}
.home-banner-section .platform-list .platform-track .marquee-item.active {
  border-radius: 79.467px;
  border: 0.75px solid #00A651;
  background: radial-gradient(99.57% 165.54% at 92.52% 93.88%, rgba(255, 255, 119, 0.37) 14.53%, rgba(6, 168, 81, 0.01) 51.58%, rgba(0, 166, 81, 0) 100%), radial-gradient(68.63% 80.62% at 50.34% -27.55%, rgba(255, 255, 119, 0.23) 28.79%, rgba(0, 166, 81, 0) 100%), radial-gradient(61.82% 73.47% at 51.68% 126.53%, rgba(255, 255, 119, 0.26) 27.52%, rgba(0, 166, 81, 0) 100%), radial-gradient(130.63% 61.01% at 51.54% 49.18%, rgba(250, 254, 67, 0.24) 0%, rgba(17, 137, 63, 0) 82.16%), radial-gradient(41.2% 41.72% at 51.54% 49.18%, #33A613 0%, #11893F 100%);
}
.home-banner-section .platform-list .platform-track .marquee-item.active span {
  color: #fff !important;
}
.home-banner-section .switching-images {
  position: relative;
  width: 100%;
  overflow-anchor: none;
  perspective: 1800px;
}
.home-banner-section .switching-images .image-pair {
  display: none;
}
.home-banner-section .switching-images .image-pair.active {
  display: block;
  position: relative;
}
.home-banner-section .switching-images .image-pair .side-image, .home-banner-section .switching-images .image-pair .front-image {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
  transform-origin: center;
}
.home-banner-section .switching-images .image-pair .side-image img, .home-banner-section .switching-images .image-pair .front-image img {
  width: 100%;
  display: block;
}
.home-banner-section .switching-images .image-pair .side-image {
  opacity: 1;
  transform: rotateY(-8deg) rotateX(2deg);
}
.home-banner-section .switching-images .image-pair .front-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: rotateY(8deg) rotateX(-2deg);
}
.home-banner-section .switching-images.is-scrolled .image-pair.active .side-image {
  opacity: 0;
  transform: rotateY(14deg) rotateX(-3deg);
}
.home-banner-section .switching-images.is-scrolled .image-pair.active .front-image {
  opacity: 1;
  transform: rotateY(0deg) rotateX(0deg);
}
@media (min-width: 1600px) {
  .home-banner-section .row.align-items-center > .col-lg-6:last-child {
    position: relative;
    --bleed: min(calc((100vw - 100%) / 2), 220px);
    margin-right: calc(var(--bleed) * -1);
    padding-right: 14px;
    flex: 0 0 calc(50% + var(--bleed));
    max-width: calc(50% + var(--bleed));
  }
}
.home-stats {
  position: relative;
}
@media (min-width: 768px) {
  .home-stats .col-md-3:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: -16px;
    width: 32px;
    height: 16px;
    background: #e8e8e8;
    z-index: 1;
  }
  .home-stats .col-md-3:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: calc(100% - 16px);
    background: #e8e8e8;
    z-index: 3;
  }
}
@media (max-width: 767.98px) {
  .home-stats .col-6:nth-child(odd)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e8e8e8;
    z-index: 3;
  }
  .home-stats .col-6:nth-child(n + 3)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    z-index: 3;
  }
  .home-stats .col-6:nth-child(4)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #e8e8e8;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 3;
  }
}
.home-stats .stat-item {
  z-index: 2;
  padding: clamp(12px, 3vw, 24px);
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .home-stats .stat-item {
    border-top: 1px solid #e8e8e8;
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 767.98px) {
  .home-stats .stat-item {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.schoolpad-advantage {
  background: linear-gradient(180deg, #F9F9F9 0%, rgba(255, 255, 255, 0) 100%);
}
.schoolpad-advantage .advantage-list-wrapper {
  position: relative;
}
.schoolpad-advantage .advantage-list-wrapper .advantage-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.schoolpad-advantage .advantage-list-wrapper .advantage-stepper::-webkit-scrollbar {
  height: 4px;
}
.schoolpad-advantage .advantage-list-wrapper .advantage-stepper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.schoolpad-advantage .advantage-list-wrapper .advantage-stepper::-webkit-scrollbar-track {
  background: transparent;
}
.schoolpad-advantage .advantage-list-wrapper.has-overflow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  pointer-events: none;
  z-index: 2;
}
.schoolpad-advantage .advantage-list-wrapper .stepper-line {
  position: absolute;
  top: 20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px dashed #00A651;
  pointer-events: none;
  z-index: 0;
}
.schoolpad-advantage .advantage-list-wrapper .list-item {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.schoolpad-advantage .advantage-list-wrapper .list-item img {
  width: 20px;
  height: 20px;
  background: #fff;
}
.schoolpad-advantage .advantage-list-wrapper .list-item.is-rendered {
  display: flex;
}
.schoolpad-advantage .advantage-list-wrapper .list-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.schoolpad-advantage .advantage-list-wrapper .list-item[data-index="0"] {
  display: flex;
  opacity: 1;
  transform: none;
}
.schoolpad-advantage .advantage-cards-wrapper {
  position: relative;
  overflow: hidden;
}
.schoolpad-advantage .advantage-cards-wrapper .advantage-card {
  border-radius: 16px;
  background: #f8f8f8;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(40px) scale(0.92);
  z-index: 0;
}
.schoolpad-advantage .advantage-cards-wrapper .advantage-card .eyebrow-text br {
  display: none;
}
.schoolpad-advantage .advantage-cards-wrapper .advantage-card[data-index="0"] {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .schoolpad-advantage .advantage-cards-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    display: flex;
    scrollbar-width: none;
  }
  .schoolpad-advantage .advantage-cards-wrapper::-webkit-scrollbar {
    display: none;
  }
  .schoolpad-advantage .advantage-cards-wrapper .advantage-card {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    z-index: 1 !important;
  }
  .schoolpad-advantage .advantage-list-wrapper {
    display: none;
  }
  .schoolpad-advantage .advantage-mobile-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .schoolpad-advantage .advantage-mobile-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.25s ease, width 0.25s ease;
  }
  .schoolpad-advantage .advantage-mobile-dot.active {
    background: #00A651;
    width: 20px;
    border-radius: 4px;
  }
}
.eyebrow-green-wrapper {
  border-radius: 71px;
  border: 1px solid rgba(0, 166, 81, 0.58);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 12px;
}
.daily-gaps .gaps-timeline {
  position: relative;
  margin-top: clamp(0px, 2vw, 40px);
}
.daily-gaps .gaps-timeline .gaps-line-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
.daily-gaps .gaps-timeline .gaps-line-track-path {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 2;
  stroke-dasharray: 3 3;
}
.daily-gaps .gaps-timeline .gaps-line-fill-path {
  fill: none;
  stroke: #00A651;
  stroke-width: 2;
}
.daily-gaps .gap-item {
  position: relative;
  z-index: 1;
  padding-block: clamp(60px, 5vw, 80px);
}
.daily-gaps .gap-item .gap-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #FFF;
}
.daily-gaps .gap-item:first-child {
  padding-top: 0;
}
.daily-gaps .gap-item:last-child {
  padding-bottom: 0;
}
.daily-gaps .gap-item .gap-image-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .daily-gaps .gap-item .gap-content {
    text-align: center;
  }
}
.daily-gaps .gap-heading-badge {
  display: inline-block;
  padding: 0 0 0 20px;
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  transition: border-color 0.35s ease;
  position: relative;
  z-index: 1;
}
.daily-gaps .gap-item.is-active .gap-heading-badge {
  border-left-color: #00A651;
}
.daily-gaps .gaps-cta-wrapper {
  margin-top: clamp(48px, 6vw, 90px);
}
.daily-gaps .gaps-cta-wrapper .custom-btn {
  margin-top: 24px;
  display: inline-flex;
}
.improve-section {
  background-image: url("/wp-content/uploads/2026/07/with-blur-effect.svg");
  background-repeat: repeat;
  position: relative;
  background-position: center;
}
.improve-section .improve-cards-wrapper {
  position: relative;
}
.improve-section .improve-swiper {
  overflow: hidden;
  padding: 6px 4px;
}
.improve-section .swiper-slide {
  width: auto;
  height: auto;
}
.improve-section .improve-card {
  position: relative;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 8px 24px 0 rgba(255, 203, 8, 0.19);
  border: none;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.improve-section .improve-card:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.improve-section .improve-card .improve-icon {
  width: 32px;
  height: 32px;
}
.improve-section .improve-card .improve-label {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}
.improve-section .improve-card .improve-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #00A651;
  background: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.improve-section .improve-card .improve-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.improve-section .improve-card.is-selected {
  border-color: #00A651;
}
.improve-section .improve-card.is-selected .improve-checkbox {
  background: #00A651;
  border-color: #00A651;
}
.improve-section .improve-card.is-selected .improve-checkbox::after {
  opacity: 1;
}
.improve-section .improve-nav {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  background: #fff;
  border: none;
}
.improve-section .improve-nav img {
  width: 14px;
  height: 14px;
}
.improve-section .improve-nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
@media (max-width: 575.98px) {
  .improve-section .improve-nav {
    display: none;
  }
}
.improve-section .improve-cards-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #0000001F;
  padding-bottom: 12px;
}
.improve-section .improve-cards-wrapper .improve-swiper {
  flex: 1 1 auto;
  min-width: 0;
}
.improve-section [data-fade] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.improve-section [data-fade].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.custom-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
.custom-modal.active {
  display: flex;
  opacity: 1;
}
.custom-modal .custom-modal-content {
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  position: relative;
}
.custom-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.improve-build-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.improve-build-panel .improve-build-panel-inner {
  padding-top: clamp(24px, 4vw, 48px);
}
.improve-build-panel .improve-build-panel-close {
  position: absolute;
  right: 10px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.feature-section .feature-row:not(:last-child) {
  margin-bottom: clamp(50px, 8vw, 120px);
}
.hero-inner::before, .hero-inner::after {
  content: '';
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.hero-inner::before {
  left: 0;
  background-image: url("/wp-content/uploads/2026/07/vector-left-without-bg.webp");
  height: 100%;
  width: 300px;
}
.hero-inner::after {
  right: 0;
  background-image: url("/wp-content/uploads/2026/07/vector-right-without-bg.webp");
  height: 100%;
  width: 700px;
}
.hero-inner > .container {
  position: relative;
  z-index: 1;
}
.hero-inner .hero-image {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #FAFAFA;
}
.hero-inner .play-btn {
  bottom: 24px !important;
  right: 24px !important;
  animation: greenGlow 1.5s ease-in-out infinite;
  border-radius: 100px;
}
@media (max-width: 575px) {
  .hero-inner .hero-image {
    height: 350px;
    display: flex;
    align-items: center;
  }
}
@keyframes greenGlow {
  0% {
    box-shadow: 0 0 5px #29A71A;
  }
  50% {
    box-shadow: 0 0 5px #29A71A, 0 0 10px #29A71A, 0 0 15px #29A71A;
  }
  100% {
    box-shadow: 0 0 5px #29A71A;
  }
}
.schoolpad-effect {
  background: #fafafa;
}
.schoolpad-effect .inner-bg-wrapper {
  position: relative;
}
.schoolpad-effect .inner-bg-wrapper:before {
  content: '';
  background: #E8E8E8;
  position: absolute;
  width: 75%;
  height: 100%;
  margin: auto;
  inset: 0;
}
.schoolpad-effect .case-stat-col {
  border-radius: 22px;
  margin-left: -1px;
}
.schoolpad-effect .case-profile-col {
  background-image: url("/wp-content/uploads/2026/07/school-pad-effect-cta-bg.webp");
  padding: 30px;
  border-radius: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}
.follow-up-section .content-wrapper {
  max-width: 900px;
  margin-inline: auto;
}
.follow-up-section .card-wrapper {
  border-radius: 12px;
  border: 1px solid #D7D7D7;
}
.admission-process-section .process-timeline {
  position: relative;
}
.admission-process-section .process-line-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}
.admission-process-section .process-line-track-path {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 2;
  stroke-dasharray: 3 3;
}
.admission-process-section .process-line-fill-path {
  fill: none;
  stroke: #00A651;
  stroke-width: 2;
}
.admission-process-section .process-step {
  padding-block: 100px;
}
.admission-process-section .process-step:first-child {
  padding-top: 0;
}
.admission-process-section .process-step:last-child {
  padding-bottom: 0;
}
.admission-process-section .process-image-wrapper {
  position: relative;
  z-index: 1;
}
.admission-process-section .process-image-wrapper img {
  border-radius: 16px;
}
.admission-process-section .process-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.admission-process-section .process-content .process-heading-badge {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  transition: color 0.35s ease;
}
.admission-process-section .process-content .process-heading-badge::after {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
  transition: background 0.35s ease;
  transform: translateX(-50%);
}
.admission-process-section .process-content .process-heading-badge.active::after {
  background: #00A651;
}
.admission-process-section .process-content .process-heading-badge + p, .admission-process-section .process-content .process-heading-badge + ul {
  margin-top: 32px !important;
}
.admission-process-section .process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.admission-process-section .process-list li {
  position: relative;
  display: table;
  width: fit-content;
  margin-inline: auto;
  padding-block: 16px;
}
.admission-process-section .process-list li:first-child {
  padding-top: 0;
}
.admission-process-section .process-list li:last-child {
  padding-bottom: 0;
}
.admission-process-section .process-list li:last-child::after {
  display: none;
}
.admission-process-section .process-list li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(219, 219, 219, 0) 0%, rgba(219, 219, 219, 0.8) 50%, rgba(219, 219, 219, 0) 100%);
}
.admission-process-section .process-cta {
  margin-top: clamp(48px, 6vw, 90px);
}
.admission-process-section .process-cta .custom-btn {
  margin-top: 24px;
  display: inline-flex;
}
@media (max-width: 767.98px) {
  .admission-process-section .process-step {
    padding-block: 50px;
  }
  .admission-process-section .process-content {
    text-align: center;
  }
  .admission-process-section .process-list li {
    text-align: center;
  }
}
/* ==========================================
  About Us
========================================== */
.breadcrumb-global .breadcrumb-item a {
  color: #444;
  font-weight: 700;
}
.breadcrumb-global .breadcrumb-item.active {
  color: #E92B2A;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Courier New', sans-serif;
}
.home-stats-about {
  position: relative;
}
.home-stats-about .col-6 {
  position: relative;
}
.home-stats-about .col-6:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 16px;
  background: #e8e8e8;
  z-index: 1;
}
.home-stats-about .col-6:nth-child(odd)::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: #e8e8e8;
  z-index: 3;
}
.home-stats-about .col-6:nth-child(n + 3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: 3;
}
.home-stats-about .col-6:nth-child(4)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: #e8e8e8;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 3;
}
.home-stats-about .stat-item {
  z-index: 2;
  padding: clamp(12px, 3vw, 24px);
  background: #fff;
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-radius: 16px 16px 0 0;
}
.schoolpad-story {
  overflow: hidden;
}
.schoolpad-story .schoolpad-story-content {
  max-width: 870px;
  padding-right: clamp(16px, 5vw, 80px);
  padding-left: clamp(16px, 4vw, 48px);
}
@media (max-width: 991.98px) {
  .schoolpad-story .schoolpad-story-content {
    max-width: 100%;
    padding-inline: clamp(16px, 5vw, 40px);
  }
}
.journey-timeline-section {
  overflow: hidden;
}
.journey-timeline-section .journey-timeline__intro .text-muted-heading {
  opacity: 0.45;
  font-weight: 500;
  -webkit-text-fill-color: rgba(68, 68, 68, 0.45);
}
.journey-timeline-section .journey-timeline__pin-wrap {
  position: relative;
}
.journey-timeline-section .journey-timeline__track-outer {
  position: relative;
}
.journey-timeline-section .journey-timeline__track {
  display: flex;
  gap: 24px;
  position: relative;
  width: max-content;
  will-change: transform;
}
.journey-timeline-section .journey-timeline__rail-line {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(68, 68, 68, 0.25) 0 6px, transparent 6px 12px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
.journey-timeline-section .journey-card {
  flex: 0 0 400px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .journey-timeline-section .journey-card {
    flex: 0 0 82vw;
  }
}
.journey-timeline-section .journey-year {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.journey-timeline-section .journey-year .journey-year__pill {
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 4px 24px;
  border-radius: 999px;
  transition: background 0.25s ease, padding 0.25s ease, color 0.25s ease;
}
.journey-timeline-section .journey-card__body {
  width: 100%;
  min-height: 220px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  background: #fafafa;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.journey-timeline-section .journey-card__body .sub-heading, .journey-timeline-section .journey-card__body .primary-description {
  transition: color 0.35s ease;
}
.journey-timeline-section .journey-card.is-active .journey-year__pill {
  border-color: transparent;
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 6px 18px;
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.journey-timeline-section .journey-card.is-active .journey-card__body {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.journey-timeline-section .journey-card.is-active .journey-card__body .sub-heading, .journey-timeline-section .journey-card.is-active .journey-card__body .primary-description {
  color: #fff !important;
}
.journey-timeline-section .journey-card.is-active .journey-card__body .primary-description {
  color: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 767.98px) {
  .journey-timeline-section .journey-timeline__track-outer {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: 15px;
    padding: 0 15px;
  }
  .journey-timeline-section .journey-timeline__track {
    transform: none !important;
    padding-bottom: 8px;
  }
  .journey-timeline-section .journey-card {
    scroll-snap-align: start;
  }
}
.team-section .team-cards-outer {
  transition: min-height 0.2s ease;
}
.team-section .team-cards-outer .container-fluid {
  padding-right: 0;
}
.team-section .team-cards-outer .swiper-wrapper {
  flex-wrap: nowrap;
}
.team-section .team-card {
  position: relative;
  border-radius: 12px;
  width: 100%;
}
.team-section .team-card.is-expanded, .team-section .team-card.is-active, .team-section .team-card:has(.team-card__panel:hover) {
  z-index: 10;
}
.team-section .team-card__media {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: #FAFAFA;
}
.team-section .team-card__media img {
  display: block;
  width: 100%;
}
.team-section .team-card__media::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0px;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0) 55.56%, white 120%);
}
.team-section .team-card__panel {
  position: relative;
  z-index: 2;
  background: #FAFAFA;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  cursor: pointer;
  transition: background 0.35s ease, border-color 0.35s ease;
  padding: 20px;
}
.team-section .team-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
}
.team-section .team-card__role {
  color: #444;
  transition: color 0.35s ease;
  min-height: 3em;
}
.team-section .team-card__name {
  color: #444;
  transition: color 0.35s ease;
}
.team-section .team-card__toggle-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section .team-card__peek-badge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  z-index: 4;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.team-section .team-card__peek-badge::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00A651;
  border-right: 2px solid #00A651;
  transform: translate(-50%, -40%) rotate(-45deg);
}
.team-section .team-card__extra {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.team-section .team-card__extra-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: padding 0.4s ease;
}
.team-section .team-card__quote {
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-section .team-card__socials img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.team-section .team-card.is-measuring-expanded .team-card__extra {
  grid-template-rows: 1fr;
}
.team-section .team-card.is-measuring-expanded .team-card__extra-inner {
  padding: 20px 16px 24px;
}
@media (hover: hover) and (pointer: fine) {
  .team-section .team-card:has(.team-card__panel:hover) .team-card__panel {
    background-image: url("/wp-content/uploads/2026/08/Rectangle-152216.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: transparent;
  }
  .team-section .team-card:has(.team-card__panel:hover) .team-card__name, .team-section .team-card:has(.team-card__panel:hover) .team-card__role {
    color: #fff;
  }
  .team-section .team-card:has(.team-card__panel:hover) .team-card__peek-badge {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .team-section .team-card:has(.team-card__panel:hover) .team-card__extra {
    grid-template-rows: 1fr;
  }
  .team-section .team-card:has(.team-card__panel:hover) .team-card__extra-inner {
    padding: 20px 16px 24px;
  }
}
.team-section .team-card.is-expanded .team-card__panel, .team-section .team-card.is-active .team-card__panel {
  background-image: url("/wp-content/uploads/2026/08/Rectangle-152216.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
}
.team-section .team-card.is-expanded .team-card__name, .team-section .team-card.is-expanded .team-card__role, .team-section .team-card.is-active .team-card__name, .team-section .team-card.is-active .team-card__role {
  color: #fff;
}
.team-section .team-card.is-expanded .team-card__peek-badge, .team-section .team-card.is-active .team-card__peek-badge {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.team-section .team-card.is-expanded .team-card__extra, .team-section .team-card.is-active .team-card__extra {
  grid-template-rows: 1fr;
}
.team-section .team-card.is-expanded .team-card__extra-inner, .team-section .team-card.is-active .team-card__extra-inner {
  padding: 20px 16px 24px;
}
.team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__panel, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__panel {
  background: #FAFAFA;
  border-color: #e8e8e8;
}
.team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__name, .team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__role, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__name, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__role {
  color: #444;
}
.team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__peek-badge, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__peek-badge {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
.team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__extra, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__extra {
  grid-template-rows: 0fr;
}
.team-section .team-swiper:has(.team-card__panel:hover) .team-card.is-active:not(:has(.team-card__panel:hover)) .team-card__extra-inner, .team-section .team-swiper:has(.team-card.is-expanded) .team-card.is-active:not(.is-expanded) .team-card__extra-inner {
  padding: 0 16px;
}
/* ==========================================
   Policy Pages
========================================== */
.common-policy-content h2, .common-policy-content h2 b {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin-block: 20px;
  color: #444444;
}
.common-policy-content strong {
  font-weight: 600;
}
.common-policy-content h3, .common-policy-content h3 b {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  color: #444444;
  margin-top: 32px !important;
  margin-block: 20px;
  font-family: 'Inter', sans-serif;
}
.common-policy-content p, .common-policy-content li, .common-policy-content ol {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  margin-block: 20px;
  font-family: 'Inter', sans-serif;
  color: #444444;
}
.common-policy-content li, .common-policy-content ol {
  margin-block: 0px !important;
}
.common-policy-content ol, .common-policy-content ul {
  padding-left: clamp(2rem, 3vw, 4rem);
}
.team-member-detail .profile-card {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 24px;
}
.team-member-detail .team-single-media {
  position: relative;
  overflow: hidden;
  background: #FAFAFA;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.team-member-detail .team-single-info-card {
  background: #fff;
  padding: 18px 24px;
  width: calc(100% - 24px);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  margin: auto;
  z-index: 99;
}
.team-member-detail .team-single-info-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
  top: -70px;
  background: linear-gradient(179deg, rgba(255, 255, 255, 0) 55.56%, white 120%);
  left: 0;
  right: 0;
  height: 70px;
  z-index: 9999999;
}
.team-member-detail .team-member-content .primary-description p:first-child {
  font-style: italic;
}
#blog-container {
  transition: opacity 0.25s ease;
}
#blog-container.is-loading {
  opacity: 0;
}
.blog-listing-tabs .category-pill {
  border: 1px solid #CFCFCF;
  padding: 10px 14px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.blog-listing-tabs .card-img-wrapper img {
  height: 250px;
  object-fit: contain;
}
.blog-listing-tabs .h-wrapper {
  min-height: 38px;
}
.blog-listing-tabs-top .category-pill {
  border: 1px solid #CFCFCF;
  padding: 10px 14px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.blog-listing-tabs-top .h-wrapper {
  min-height: 38px;
}
.blog-pagination .pagination .page-item .page-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #444;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.blog-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.blog-pagination .pagination .page-item.active .page-link {
  border-color: #00A651;
  color: #00A651;
  background: #fff;
}
.blog-pagination .pagination .page-item.disabled .page-link {
  border: none;
  background: transparent;
  color: rgba(68, 68, 68, 0.4);
  cursor: default;
}
.blog-pagination .pagination .page-item:first-child .page-link {
  background: #00A651;
  border-color: #00A651;
  color: #fff;
}
.blog-pagination .pagination .page-item:first-child .page-link i {
  color: #fff;
}
.blog-pagination .pagination .page-item:last-child .page-link {
  background: #fff;
  border-color: #e8e8e8;
  color: #00A651;
}
.blog-pagination .pagination .page-item:last-child .page-link i {
  color: #00A651;
}
#blogToc .toc-list-item.active {
  color: #E92B2A;
  font-weight: 600;
}
.partner-in-building .content-wrapper {
  max-width: 860px;
}
.blog-detail-content-section .content a {
  color: #E92B2A;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.blog-detail-content-section .content h3, .blog-detail-content-section .content h2 {
  margin-bottom: 0px !important;
}
.blog-detail-content-section .table-content {
  border: 1px solid #E2E8F0;
}
.blog-detail-content-section .table-content .toc-list-item-wrapper a:hover {
  color: #E92B2A;
}
.blog-detail-content-section .related-post .small-image {
  max-width: 130px;
  height: 90px;
  border-radius: 12px;
}
.blog-detail-content-section .related-post .secondary-post {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
/* ==========================================
   Contact Page UI
========================================== */
.contact-form-section .form-wrapper {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.07);
}
.contact-form-section .contact-text-wrapper {
  padding-bottom: 4px;
}
.contact-form-section .contact-text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #000;
}
.audience-list .row {
  position: relative;
}
.audience-list .audience-content {
  position: relative;
}
.audience-list .audience-content::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 23px;
  background: #cccccc;
}
.audience-list .audience-content .left-content {
  width: 160px;
}
.school-modules .nav-item {
  padding-bottom: 15px !important;
}
.school-modules .nav-item .nav-link {
  padding: 12px 24px !important;
  width: 100%;
}
.school-modules .nav-item .nav-link.active {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.school-modules .nav-item .nav-link:hover {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.school-modules .module-card {
  border-radius: 22px;
  background: #FBFBFB;
  padding: 28px;
}
.school-modules .module-card .custom-btn {
  width: fit-content;
}
.school-modules .list-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.school-modules .list-wrapper ul li {
  position: relative;
  padding-left: 28px;
}
.school-modules .list-wrapper ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2026/08/Container-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.schoolpad-effect-tabs {
  overflow: hidden;
}
.schoolpad-effect-tabs .effect-pin-wrap {
  position: relative;
}
.schoolpad-effect-tabs .effect-track-outer {
  position: relative;
}
.schoolpad-effect-tabs .effect-track {
  display: flex;
  gap: 24px;
  position: relative;
  width: max-content;
  will-change: transform;
}
.schoolpad-effect-tabs .effect-rail-line {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(68, 68, 68, 0.25) 0 6px, transparent 6px 12px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
.schoolpad-effect-tabs .effect-item {
  flex: 0 0 320px;
  min-height: 100px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .schoolpad-effect-tabs .effect-item {
    flex: 0 0 82vw;
  }
}
.schoolpad-effect-tabs .effect-pill__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease;
}
.schoolpad-effect-tabs .effect-pill__icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.schoolpad-effect-tabs .effect-card {
  width: 100%;
  min-height: 100px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #d7d7d7;
  background: #fafafa;
  display: flex;
  align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease;
}
.schoolpad-effect-tabs .effect-card__text {
  margin-bottom: 0;
  transition: color 0.35s ease;
}
.schoolpad-effect-tabs .effect-item.is-active .effect-pill__icon {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.schoolpad-effect-tabs .effect-item.is-active .effect-pill__icon img {
  filter: brightness(0) invert(1);
}
.schoolpad-effect-tabs .effect-item.is-active .effect-card {
  background-image: url("/wp-content/uploads/2026/07/home-cta-bg-vector.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: transparent;
}
.schoolpad-effect-tabs .effect-item.is-active .effect-card__text {
  color: #fff !important;
}
@media (max-width: 767.98px) {
  .schoolpad-effect-tabs .effect-track-outer {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: 15px;
    padding: 0 15px;
  }
  .schoolpad-effect-tabs .effect-track {
    transform: none !important;
    padding-bottom: 8px;
  }
  .schoolpad-effect-tabs .effect-item {
    scroll-snap-align: start;
  }
}
/* ==========================================
   Choices
========================================== */
.sync-improve-fields .choices {
  border-width: 0px !important;
}
.sync-improve-fields .choices__inner {
  padding: 6px 15px !important;
}
.sync-improve-fields .choices__list--multiple .choices__item {
  background-color: #E92B2A !important;
  border: 1px solid #E92B2A !important;
}
/* ==========================================
   Partners UI
========================================== */
.partner-ecosystem-section {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #FAFAFA;
}
.partner-ecosystem-section .partner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1000px;
  width: 100%;
  min-width: 0;
  margin: auto;
}
.partner-ecosystem-section .partner-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: 112px;
  border-radius: 159.203px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 16.5%, rgba(0, 0, 0, 0.05) 100%);
  padding: 0 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.partner-ecosystem-section .partner-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.95) 100%);
  z-index: 2;
}
.partner-ecosystem-section .partner-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 70px;
  height: 64px;
  position: relative;
  margin-inline: -8px;
  z-index: 2;
  background: transparent;
}
.partner-ecosystem-section .partner-center::before, .partner-ecosystem-section .partner-center::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 75px;
  height: 75px;
  border: 2px solid rgba(0, 166, 81, 0.62);
  border-radius: 50%;
  transform: translateX(-50%);
}
.partner-ecosystem-section .partner-center::before {
  top: -6px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.partner-ecosystem-section .partner-center::after {
  bottom: -6px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.partner-ecosystem-section .partner-center .x-custom {
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.partner-ecosystem-section .partner-right {
  flex: 1 1 0;
  min-width: 0;
  height: 112px;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(0, 166, 81, 0.1) 0%, rgba(0, 166, 81, 0.02) 100%);
  border-radius: 999px;
  padding: 0 48px;
  overflow: hidden;
  z-index: 1;
}
.partner-ecosystem-section .partner-right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 96px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(240, 250, 245, 0) 0%, rgba(240, 250, 245, 0.95) 100%);
  z-index: 2;
}
.partner-ecosystem-section .partner-logo-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  will-change: transform;
}
.partner-ecosystem-section .partner-logo-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.partner-ecosystem-section .partner-logo-item img {
  width: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .partner-ecosystem-section .partner-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .partner-ecosystem-section .partner-left, .partner-ecosystem-section .partner-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .partner-ecosystem-section .partner-center {
    margin-inline: 0;
    margin-block: -22px;
  }
}
.error-404-page .four-zero-four-text {
  font-size: clamp(160px, 30vw, 425px);
  font-weight: 600;
  line-height: 1;
}
.error-404-page .error-character {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.error-404-page .opps-text {
  font-size: clamp(40px, 6vw, 86px);
}
@media (max-width: 767px) {
  .error-404-page .error-character {
    max-width: 40px;
  }
}
.thank-you-section .thank-title {
  font-size: clamp(50px, 12vw, 90px);
}
.careers-section .career-item {
  padding-block: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.careers-section .career-item:first-child {
  padding-top: 0;
}
.careers-section .career-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.careers-section .career-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 12px 22px;
}
.careers-section .career-tag__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.careers-section .career-item__summary {
  max-width: 900px;
}
.careers-section .career-item__details-outer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.careers-section .career-item__details {
  min-height: 0;
  overflow: hidden;
}
.careers-section .career-list-plain {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.careers-section .career-list-plain li {
  position: relative;
  padding-left: 18px;
}
.careers-section .career-list-plain li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #444;
}
.careers-section .career-list-plain--nested {
  margin-top: 8px;
  padding-left: 4px;
}
.careers-section .career-toggle {
  display: inline-block;
  margin-top: 16px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}
.careers-section .career-item.is-expanded .career-item__details-outer {
  grid-template-rows: 1fr;
}
.career-item__summary {
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.career-item__summary > p:first-child {
  margin-bottom: 16px !important;
}
.career-item:not(.is-expanded) .career-item__summary {
  max-height: 3em;
}
.career-item.is-expanded .career-item__summary {
  max-height: 1000px;
}
@media (max-width: 767px) {
  .career-item:not(.is-expanded) .career-item__summary {
    max-height: 4.5em;
  }
}
.hero-image {
  position: relative;
}
.hero-image .hero-poster-img {
  transition: opacity 0.2s ease;
}
.hero-image .hero-poster-img.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero-image .hero-banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.hero-image .hero-banner-video.is-visible {
  display: block;
}
.hero-sol-inner .hero-image {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #FAFAFA;
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ==========================================
   Responsive UI
========================================== */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1344px !important;
  }
}
@media (min-width: 991px) {
  .blog-table-content {
    position: sticky;
    top: 20px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .blog-detail-content-section .common-content-block:last-child {
    margin-bottom: 0 !important;
  }
  .blog-detail-content-section .blog-right-content {
    padding-bottom: 0;
    border: 0;
  }
  .blog-detail-content-section .blog-right-content .table-content {
    padding-left: 0;
  }
  .blog-detail-content-section .blog-table-content .title {
    padding-left: 0;
  }
  .blog-detail-content-section #blogToc {
    position: fixed;
    top: 0;
    right: -100%;
    width: 330px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: 0.4s ease;
    padding: 20px;
    margin-top: 0;
  }
  .blog-detail-content-section #blogToc.active {
    right: 0;
  }
  .blog-detail-content-section #openToc {
    position: fixed;
    bottom: 24px;
    left: 7%;
    width: fit-content !important;
    z-index: 1;
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 14px;
    background: #E92B2A;
    border: 1px solid #E92B2A;
  }
  .blog-detail-content-section .toc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .blog-detail-content-section .toc-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .hero-inner::before, .hero-inner::after {
    content: '';
  }
  .hero-inner::before {
    width: 100px;
  }
  .hero-inner::after {
    width: 300px;
  }
}
@media (min-width: 991px) {
  .inner-max-container {
    max-width: 580px;
  }
}
@media (min-width: 575px) {
  .w-sm-auto {
    width: fit-content !important;
  }
}
@media (max-width: 991px) {
  /* Mobile Slider */
  .mobile-slider-lg {
    position: relative;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
}
@media (max-width: 575px) {
  /* Mobile Slider */
  .mobile-slider {
    position: relative;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
    flex-direction: row !important;
  }
  .sliderCol {
    flex: 0 0 calc(100% - 60px);
    scroll-snap-align: start;
    padding-right: 16px;
  }
  .slidercol {
    flex: 0 0 auto;
  }
  .site-header .header-logo {
    max-width: 90px;
  }
}
