.btn-explore,
.demo-btn,
a {
  text-decoration: none;
}
:root {
  --primary: #1247ec;
  --primary-dark: #002ea2;
  --navy: #081f4a;
  --deep: #021c3f;
  --muted: #7c7a7a;
  --soft: #f5f8fc;
  --info: #2b94f6;
  --warning: #f8bb06;
  --card: #12316b;
}
.platform-card h3 span,
.primary-color,
.section-title span {
  color: var(--primary);
}
.navy-color,
body {
  color: var(--navy);
}
.card-title-color {
  color: var(--card);
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, sans-serif;
  background: #fff;
}
h1,
h2,
h3 {
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container-xl {
  padding: 0;
}
.section-space {
  padding: 50px 0;
}
.top-button-link {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #404040;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
  z-index: 100;
  opacity: 0;
}
.top-button-link i {
  color: var(--warning) !important;
}
.top-button-link.active {
  opacity: 1;
  pointer-events: auto;
}
img.about-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-content {
  position: relative;
  z-index: 5;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: #e8edfe;
  border: 1px solid #c9d7fb;
  color: #0028ef;
  font-size: 14px;
  font-weight: 600;
}
.section-title {
  font-size: 34px;
  margin-bottom: 12px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
}
.section-heading-centered {
  margin-bottom: 45px;
}
.section-title-subdesc {
  font-size: 16px;
  line-height: 1.5;
}
.banner-left {
  width: 50%;
  margin-bottom: 25px;
}
.nav-link {
  color: #64748b !important;
  font-size: 16px;
  font-weight: 500;
}
.nav-link.active,
.nav-link:hover {
  color: var(--primary) !important;
  color: #0867f2;
}
.btn {
  border-radius: 8px;
}
.navy-color .break-sentence,
.training-card .break-sentence {
  display: none;
}
.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: #0051d9;
  --bs-btn-hover-border-color: #0051d9;
  box-shadow: 0 12px 24px rgba(4, 97, 250, 0.22);
}
.demo-btn:hover {
  background: #004ce6;
}
.site-header {
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  padding: 0 38px;
  z-index: 1000;
  transition: 0.3s;
}
.site-header .navbar {
  max-width: 1280px;
  margin: auto;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  overflow: visible;
}
.site-header.scrolled {
  top: 0;
  padding: 0;
}
.logo {
  width: 155px;
}
.demo-btn {
  font-size: 14px;
  transition: 0.3s;
  box-shadow: 0 14px 30px 0 rgba(37, 99, 235, 0.28);
  padding: 10px 16px;
  border-radius: 9px;
  background: #0867f2;
  color: #fff;
  font-weight: 600;
}
.site-header.scrolled .navbar {
  padding: 10px 110px;
  max-width: 100%;
  border-radius: 0 !important;
}
.site-header .navbar-nav > .nav-item > .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 4px !important;
  color: #59657c !important;
  font-weight: 500;
  transition: color 0.3s;
}
.site-header .navbar-nav > .nav-item > .nav-link::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  background: #0867f2;
  border-radius: 5px 5px 0 0;
  opacity: 0;
  visibility: hidden;
  transition:
    width 0.35s,
    opacity 0.35s,
    visibility 0.35s;
}
.site-header .navbar-nav > .nav-item:hover > .nav-link,
.site-header .navbar-nav > .nav-item > .nav-link.active {
  color: #0867f2 !important;
}
.site-header .navbar-nav > .nav-item:hover > .nav-link::before,
.site-header .navbar-nav > .nav-item > .nav-link.active::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.site-header .dropdown-toggle::after {
  margin-left: 6px;
  transition: transform 0.3s;
}
.site-header .dropdown-menu > li {
  margin: 0;
  border-bottom: 1px dashed #eee;
}
.site-header .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.site-header .dropdown-menu .dropdown-item {
  display: block;
  padding: 12px 15px;
  color: #666;
  background: 0 0;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  transition:
    color 0.2s,
    background-color 0.2s,
    padding-left 0.2s;
}
.site-header .dropdown-menu .dropdown-item.active,
.site-header .dropdown-menu .dropdown-item:focus,
.site-header .dropdown-menu .dropdown-item:hover {
  padding-left: 20px;
  color: #0867f2;
  background: #f3f7ff;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-section img.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 650px;
  object-fit: cover;
  z-index: -1;
  object-position: bottom center;
}
.multi-channel {
  white-space: nowrap;
}
.footer-social-icons,
.social-icons {
  margin-top: 40px;
  display: flex;
  gap: 18px;
}
.social-icons a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.social-icons a:hover {
  background: #fff;
  color: #1456ff;
}
.banner-right-image {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition:
    opacity 0.65s,
    transform 0.65s;
}
.banner-right-image img {
  position: relative;
  top: 160px;
  left: 15px;
  width: 100%;
}
.min-vh-75 {
  min-height: 640px;
}
.hero-copy {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.banner-first-tag {
  font-size: 15px;
  font-weight: 600;
  color: #e8edfe;
  letter-spacing: 0.64px;
}
.banner-first-tag span {
  margin: 0 4px;
}
.banner-first-tag i,
.compass-tabs .nav-link i,
.navigate-tabs .navlink i {
  margin-right: 10px;
}
.subdesc {
  color: #e8edfe;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.feature-strip {
  margin: 30px;
  position: relative;
  z-index: 5;
}
.feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 12px 33px;
  border-right: 1px solid #e7ebf2;
}
.feature-item h3 {
  color: #434f61;
  font-weight: 600;
  font-size: 17px;
  margin: 0 0 5px;
}
.feature-item p,
.strategy-approach-grid p,
.why-item p {
  font-size: 13px;
  margin: 0;
}
.feature-icon {
  font-size: 30px;
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border-radius: 9px;
}
.feature-icon.cloud {
  color: #2563eb;
}
.feature-icon.chart {
  color: #f59e0b;
}
.feature-icon.integrated {
  color: #7c3aed;
}
.about-collage {
  position: relative;
  min-height: 530px;
}
.about-main {
  position: absolute;
  left: 18%;
  top: 10%;
  width: 65%;
  height: 80%;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(13, 26, 51, 0.12);
}
.about-small {
  z-index: 5;
  position: absolute;
  width: 36%;
  height: 40%;
  background: linear-gradient(145deg, #dce6f3, #95a7b8);
  border: 10px solid #f6f9fe;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(13, 26, 51, 0.08);
}
.top-left {
  left: 0;
  top: 0;
}
.bottom-right {
  right: 5px;
  bottom: 25px;
}
.about-badge {
  position: absolute;
  left: 12%;
  bottom: 3px;
  background: var(--primary-dark);
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 35px rgba(0, 46, 162, 0.25);
  height: 80px;
  width: 300px;
}
.customer-focused {
  display: flex;
  flex-direction: column;
}
.about-badge strong {
  font-size: 24px;
}
.about-badge span,
.badge,
.pill {
  font-size: 13px;
}
.about-main img,
.about-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.customer-icon i,
.info-card {
  background: #fff;
  border-radius: 10px;
  display: flex;
}
.info-card {
  align-items: center;
  text-align: left;
  gap: 18px;
  padding: 16px 18px;
  margin-top: 25px;
  box-shadow: 0 0 8px rgba(217, 217, 217, 0.7);
  width: 100%;
}
.info-card h3 {
  font-weight: 600;
  font-size: 18px;
  color: var(--primary-dark);
  margin-bottom: 3px;
}
.info-card p {
  font-size: 14px;
  margin: 0;
}
.info-icon {
  font-size: 30px;
  color: #4f9ff1;
  min-width: 44px;
  text-align: center;
}
.customer-icon i {
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 18px;
  color: #002ea2;
}
.about-section {
  position: relative;
  padding-bottom: 230px;
  overflow: hidden;
}
.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}
.difference-card,
.difference-card > *,
.facility-title .underline,
.label-line,
.label-vendor,
.lifecycle-image,
.platform-visual,
.site-header .navbar-nav > .nav-item,
.why-image,
.why-item,
.why-section,
.why-section-content {
  position: relative;
}
.enterprise {
  padding: 0;
  margin: 0;
}
.lifecycle-section {
  margin: -140px 0 75px;
}
.lifecycle-section.navigator-section {
  margin: 0;
}
.lifecycle-shell {
  background: var(--deep);
  border-radius: 0 200px 200px 0;
  padding: 0 50px 0 80px;
  overflow: visible;
}
.capabilities-sticky,
.capabilities-window,
.collage-item,
.cta-section,
.difference-card,
.hero-section-innerpage,
.map-wrapper,
.platform-visual,
.rotating-word,
.strategy-image,
.tool-card,
.tool-image,
.video-card,
.why-image,
.why-item,
.why-section {
  overflow: hidden;
}
.text-info {
  color: #2b94f6 !important;
}
.enterprise-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.label-line {
  bottom: 14px;
  width: 60px;
  height: 2px;
  background: #2b94f6;
  border-radius: 10px;
}
.lifecycle-shell h2 {
  font:
    700 34px/1.2 Nunito,
    sans-serif;
  margin-bottom: 16px;
}
.lifecycle-shell h2 span,
.vendor-section h3 span {
  color: var(--info);
}
.lifecycle-shell p {
  color: #fff;
  max-width: 650px;
}
.lifecycle-points {
  font-size: 14px;
}
.lifecycle-points i {
  margin-right: 10px;
  font-size: 17px;
  color: #3b82f6;
}
.lifecycle-points span,
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifecycle-image {
  height: 270px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  top: -60px;
}
.lifecycle-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}
.facility-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}
.facility-title .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2f8cff;
  border-radius: 50px;
}
.platform-visual {
  height: 157px;
  border-radius: 10px;
}
.platform-visual img,
.video-card > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.platform-section {
  padding-top: 28px;
}
.platform-icon i {
  position: absolute;
  left: 16px;
  bottom: 15px;
  padding: 14px;
  border-radius: 5px;
  font-size: 24px;
  color: #0461fa;
  background-color: #fff;
}
#platformImage {
  transition: opacity 0.3s;
}
.custom-tabs .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #3f4468 !important;
  border: 0;
  border-radius: 10px 10px 0 0;
  padding: 10px 22px;
}
.custom-tabs .nav-link.active {
  background: #1665fb;
  color: #fff !important;
}
.platform-card {
  background: #f8fafd;
  border: 1px solid #f1f3f6;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(13, 26, 51, 0.05);
  margin-top: 20px;
}
.custom-tabs {
  width: 292px;
  border-bottom: 2px solid #2b94f6;
}
.nav-link i {
  font-size: 20px;
  margin-right: 8px;
}
.platform-card h3 {
  font-size: 23px;
  font-weight: 700;
}
.platform-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pill {
  background: #fff;
  border-radius: 50px;
  padding: 9px 16px;
  box-shadow: 0 2px 10px rgba(13, 26, 51, 0.08);
  color: #64748b;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.pill i {
  color: #0461fa;
  margin-right: 5px;
  font-size: 17px;
}
.badge {
  background-color: #002ea2 !important;
  padding: 10px 15px;
  font-weight: 500;
}
.btn-explore {
  font-size: 14px;
  background: #0461fa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  box-shadow: 0 14px 30px 0 rgba(37, 99, 235, 0.28);
}
.why-decor,
.why-item::before {
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #001d6e, #002ea2 45%, #2f6bff);
  position: absolute;
  left: 0;
}
.cta-section h2 span,
.why-icon {
  color: #0461fa;
}
.btn-explore i {
  margin-left: 8px;
}
.why-decor {
  width: 34%;
  border-radius: 0 300px 300px 0;
}
.why-section-content {
  z-index: 1;
}
.difference-card > *,
.why-icon {
  z-index: 2;
}
.why-image {
  height: 575px;
  border: 13px solid rgba(255, 255, 255, 0.99);
  border-radius: 12px;
}
.why-choose-us-content {
  padding-left: 70px;
  position: relative;
  top: -25px;
  margin-top: 0;
}
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.why-item h3 {
  font-size: 17px;
  margin-bottom: 5px;
}
.why-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why-icon,
.why-item {
  align-items: center;
  display: flex;
}
.why-item {
  gap: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 18px 20px 18px 55px;
  transition: 0.35s;
}
.why-item::before {
  content: "";
  width: 60px;
  border-radius: 0 40px 40px 0;
}
.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef5ff;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  margin-left: -18px;
}
.why-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #12316b;
}
.why-content p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}
.vendor-section {
  margin-top: 50px;
  padding: 85px 0;
  background: url("../images/onevendor.jpg") center center/cover no-repeat;
}
.vendor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.label-vendor {
  width: 60px;
  height: 2px;
  background: #2b94f6;
  border-radius: 10px;
}
.vendor-section h2 {
  font:
    700 34px/1 Nunito,
    sans-serif;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.vendor-section h3 {
  font:
    700 32px/1.35 Nunito,
    sans-serif;
}
.visibility-item h3 {
  font-family: "David Libre", sans-serif;
  font-weight: 700;
}
.capability-row h3 {
  font-weight: 700;
}
.vendor-section p {
  font-size: 18px;
  color: #fff;
  max-width: 520px;
  margin: 18px auto 0;
}
.rotating-word {
  display: inline-block;
  height: 48px;
  color: var(--info);
  text-align: left;
}
.rotating-word span {
  display: block;
  height: 48px;
  animation: 4s infinite wordLoop;
}
@keyframes wordLoop {
  0%,
  35% {
    transform: translateY(0);
  }
  45%,
  80% {
    transform: translateY(-48px);
  }
  100%,
  90% {
    transform: translateY(-96px);
  }
}
.difference-section {
  background: #f4f7fc;
}
.difference-card {
  height: 100%;
  min-height: 225px;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(13, 26, 51, 0.08);
  display: flex;
  flex-direction: column;
  transition: 0.35s;
  background-image: url(../images/logic-domain-abstract.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 41% auto;
}
.difference-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(64, 125, 245, 0.6), rgba(10, 85, 224, 0.95)), var(--hover-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.35s;
}
.card-number {
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  font-family: Roboto, sans-serif;
  color: transparent;
  -webkit-text-stroke: 2px rgba(17, 103, 255, 0.35);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  transition: 0.35s;
}
.difference-card:hover .card-number::after {
  opacity: 0;
}
.difference-card:hover .card-number {
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
  -webkit-mask-image: linear-gradient(#000, #000);
  mask-image: linear-gradient(#000, #000);
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
}
.difference-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #edf2ff;
  color: #1167ff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  transition: 0.35s;
}
.difference-content {
  margin-top: 26px;
}
.difference-card h3 {
  font-size: 25px;
  font-weight: 600;
  color: #081f4a;
  transition: color 0.35s;
}
.difference-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #7b7b7b;
  transition: color 0.35s;
}
.difference-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(12, 74, 188, 0.22);
  border-color: transparent;
}
.difference-card:hover::before,
.footer-section a:hover {
  opacity: 1;
}
.difference-card:hover::after {
  opacity: 0;
  transform: scale(1.05);
}
.difference-card:hover .difference-icon {
  background: #e8effd;
  color: #0461fa;
}
.contact-card-blue a,
.contact-card-blue h3,
.contact-card-blue p,
.difference-card:hover h3,
.difference-card:hover p,
.ecosystem-card h3,
.ecosystem-card p {
  color: #fff;
}
.cta-section {
  padding: 60px 0;
  background: url("../images/program-management.jpg") center center/cover no-repeat;
  position: relative;
}
.program {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cta-section h2 {
  font-size: 34px;
  font-weight: 800;
}
.footer-section {
  background: url(../images/footer.jpg) center center/cover no-repeat;
}
.footer-section p {
  color: #fff;
  opacity: 0.9;
  padding-right: 10px;
}
.footer-brand {
  font-size: 20px;
  font-weight: 800;
}
.footer-brand span {
  color: #f8bb06;
}
.footer-section h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.footer-section h3:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  background: #e2aa03;
  margin-top: 7px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section li {
  margin-bottom: 12px;
}
.footer-section a {
  color: #fff;
  opacity: 0.92;
  font-size: 15px;
}
.footer-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e2aa03;
  background-color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.newsletter {
  display: flex;
  position: relative;
}
.newsletter input {
  padding: 10px 10px 10px 35px;
  font-size: 13px;
}
.newsletter .mail {
  font-size: 16px;
  position: absolute;
  top: 13px;
  left: 8px;
  bottom: 0;
  color: #2e4d7c;
}
.newsletter button {
  border: none;
  right: 0;
  width: 41px;
  height: 41px;
  padding: 0;
  border-radius: 0 10px 10px 0;
  background-color: #e2aa03;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  background-color: #0d2145;
}
.footer-links .triangle {
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #f4b400;
  margin-right: 7px;
  flex-shrink: 0;
}
.hero-section-innerpage {
  position: relative;
  min-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
}
.hero-section-innerpage img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}
.innerpage-hero-content {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 100px;
  z-index: 10;
  text-align: center;
}
.innerpage-hero-content h1 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
.innerpage-hero-content p {
  font-size: 18px;
  color: #fff;
}
.intro-section {
  background: linear-gradient(180deg, #fff, #fcfdff);
}
.intro-collage {
  height: 390px;
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 491/407;
  margin: auto;
}
.collage-item {
  border-radius: 12px;
  position: absolute;
}
.quote-item {
  top: 0;
  left: 0;
  z-index: 2;
  width: 51.4%;
  height: 50.4%;
  padding: 20px 22px;
  color: #fff;
  background: #123bb7;
  border-radius: 10px 0 0 10px;
  clip-path: polygon(round 10px, 0 0, 80% 0, 100% 100%, 0 100%);
}
.image-top {
  grid-column: 2;
  grid-row: 1;
  top: 0;
  right: 0;
  width: 56.6%;
  height: 50.4%;
  border-radius: 0 10px 10px 0;
  clip-path: polygon(round 10px, 0 0, 100% 0, 100% 100%, 18% 100%);
}
.image-bottom-left {
  bottom: 0;
  left: 0;
  width: 56.8%;
  height: 47.2%;
  border-radius: 10px 0 0 10px;
  clip-path: polygon(round 10px, 0 0, 100% 0, 82% 100%, 0 100%);
}
.image-bottom-right {
  right: 0;
  bottom: 0;
  width: 51.3%;
  height: 47.2%;
  border-radius: 0 10px 10px 0;
  clip-path: polygon(round 10px, 20% 0, 100% 0, 100% 100%, 0 100%);
}
.dot-pattern {
  display: grid;
  grid-template-columns: repeat(3, 3px);
  width: max-content;
  gap: 7px;
  margin-bottom: 13px;
}
.dot-pattern span {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.quote-item h2 {
  max-width: 180px;
  margin: 0;
  font-size: clamp(16px, 3.9vw, 17px);
  line-height: 1.42;
  font-weight: 600;
}
.quote-line {
  margin-top: 9px;
  width: 48px;
  height: 3px;
  background: #fff;
  border-radius: 10px;
}
.collage-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.feature-overview {
  background-position: center;
  background-size: cover;
}
.feature-heading,
.purpose-heading,
.education-heading {
  margin-bottom: 28px;
}
.feature-card {
  display: flex;
  gap: 15px;
  height: 100%;
  padding: 18px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(217, 217, 217, 0.7);
}
.compass-feature-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: #0c44b3;
  border-radius: 10px;
  font-size: 19px;
}
.feature-card h3,
.projectSchedule-title h3 {
  font-weight: 700;
  margin: 0 0 6px;
  font-size: 16px;
}
.feature-card p,
.number-list p,
.projectSchedule-title p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.choose-section,
.complete-solution,
.gantt-section,
.purpose-section {
  background: #fff;
}
.compass-tab-panel,
.visibility-section {
  background: #f8fafd;
}
.compass-tabs {
  width: 81%;
  margin: 15px auto 25px;
  padding: 10px;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.compass-tabs .nav-link,
.implementation-tabs .nav-link,
.navigate-tabs .nav-link,
.training-tabs .nav-link {
  padding: 8px 25px;
  border-radius: 7px;
  font-size: 16px;
  white-space: nowrap;
}
.purpose-content h3,
.tabcontent-compass {
  margin: 0;
}
.compass-tabs .nav-link.active,
.implementation-tabs .nav-link.active,
.navigate-tabs .nav-link.active,
.training-tabs .nav-link.active {
  color: #fff !important;
  background: #1665fb;
  font-weight: 600;
}
.compass-tab-panel {
  min-height: 455px;
  padding: 60px;
  border: 1px solid #ebeffb;
  border-radius: 28px;
}
.compass-tab-panel h2 {
  width: 65%;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
}
.micro-label {
  display: block;
  margin-bottom: 15px;
  color: #5a89f9;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.check-list {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 16px;
  color: var(--muted);
}
.check-list li:last-child {
  margin-bottom: 0;
}
.check-list li i {
  font-size: 18px;
  color: #5a89f9;
  margin-right: 15px;
}
.tab-visual {
  height: 371px;
  width: 100%;
  object-fit: contain;
}
.visibility-heading {
  padding-bottom: 28px;
  margin-bottom: 42px;
  border-bottom: 1px solid #dce4ef;
}
.visibility-item {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.visibility-item > i {
  color: #43516b;
  font-size: 36px;
}
.visibility-item h3 {
  margin: 15px 0 12px;
  font-size: 32px;
}
.visibility-item img {
  width: 100%;
  height: 380px;
  margin-top: 5px;
  object-fit: cover;
}
.training-card p,
.visibility-item p {
  font-size: 16px;
}
.visibility-item-middle img {
  margin: 0 0 20px;
}
.solution-icon-grid {
  display: grid;
  max-width: 1000px;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 48px;
  margin: 60px auto 28px;
}
.solution-icon-grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.solution-icon-grid i {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  color: var(--primary);
  background: #eef4ff;
  border-radius: 10px;
  font-size: 23px;
}
.solution-icon-grid div:first-child i,
.solution-icon-grid div:nth-child(6) i {
  color: #ef4b5d;
  background: #ffeef0;
}
.solution-icon-grid div:nth-child(3) i,
.solution-icon-grid div:nth-child(8) i {
  color: #2aab61;
  background: #eafaf0;
}
.solution-icon-grid div:nth-child(4) i,
.solution-icon-grid div:nth-child(9) i {
  color: #7448e8;
  background: #f1ecff;
}
.solution-icon-grid div:nth-child(10) i,
.solution-icon-grid div:nth-child(5) i {
  color: #e59a20;
  background: #fff7e7;
}
.solution-icon-grid span {
  color: #596579;
  font-size: 16px;
  text-align: center;
}
.solution-bottom {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
}
.solution-divider .line {
  width: 90px;
  height: 1px;
  background: #dbe3f1;
}
.capabilities-section {
  position: relative;
  height: 300vh;
  background: #f7f9fc;
}
.capabilities-sticky {
  position: sticky;
  top: 0;
}
.capabilities-heading {
  margin-bottom: 40px;
}
.capabilities-window {
  height: calc(100vh - 225px);
}
.capabilities-track {
  will-change: transform;
  transition: transform 80ms linear;
}
.capability-row {
  min-height: 330px;
  max-width: 1120px;
  margin: 0 auto 30px;
}
.capability-row:last-child {
  margin-bottom: 0;
}
.capability-row img {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.08);
}
.capability-row h3 {
  margin-bottom: 10px;
  color: #3f4468;
  font-size: 32px;
}
.number-list {
  display: grid;
  gap: 25px;
}
.number-list article {
  display: flex;
  gap: 15px;
}
.number-list i {
  display: grid;
  width: 55px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: #0da2d9;
  border-radius: 8px;
  font-size: 19px;
}
.gantt-image {
  width: 100%;
  margin-top: 30px;
  border-radius: 23px;
}
.tool-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.tool-card h3 {
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.tool-card p {
  margin: 0;
  font-size: 15px;
}
.tools-section {
  background: #f7f9fc;
}
.tool-card {
  height: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 10px;
  box-shadow: 0 5px 16px rgba(18, 38, 63, 0.08);
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.date-time-group,
.inputfield-space {
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  overflow: hidden;
}
.tool-image {
  width: 100%;
  height: 220px;
  border-radius: 8px;
}
.tool-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s;
}
.tool-card:hover .tool-image img {
  transform: scale(1.12);
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(18, 38, 63, 0.14);
}
.tool-card:hover h3 {
  color: #1261a6;
}
.training-tabs {
  max-width: 560px;
  margin: 15px auto 14px;
  padding: 10px;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.navigate-tabs {
  max-width: 950px;
  margin: 15px auto 25px;
  padding: 10px;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.strategy-copy {
  font-size: 16px;
  margin: 28px 0 25px;
}
.strategy-section {
  background: url(../images/implementationBg.jpg) center/cover no-repeat;
}
.strategy-image img {
  margin-top: 9px;
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.strategy-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.strategy-approach-grid article {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-left: 4px solid var(--warning);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.strategy-approach-grid article > div {
  flex: 1;
  width: calc(100% - 40px);
}
.strategy-approach-grid > article > i {
  font-size: 24px;
  color: var(--warning);
}
.strategy-approach-grid h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.implementation-tabs {
  max-width: 818px;
  margin: 15px auto 25px;
  padding: 10px;
  gap: 7px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.contact-card-row {
  margin: 6px 0;
}
.contact-card {
  padding: 36px 26px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  box-shadow: 0 9px 25px rgba(13, 26, 51, 0.07);
}
.contact-card-blue {
  color: #fff;
  background: linear-gradient(145deg, #002fa5, #064fd4);
  border-color: transparent;
}
.contact-card-icon {
  margin-bottom: 6px;
  color: #ffcf00;
  font-size: 22px;
  line-height: 1.5;
}
.contact-card h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.contact-card a,
.contact-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #7c7a7a;
}
.form-section {
  position: relative;
  min-height: 610px;
  padding: 0 0 100px;
}
.bottom-blue-shape {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  height: 440px;
  background: linear-gradient(135deg, #052a9d, #003ec3);
  clip-path: polygon(0 24%, 100% 7%, 100% 100%, 0 100%);
  border-radius: 4px;
}
.contact-form-card {
  position: relative;
  z-index: 3;
  max-width: 950px;
  margin: 0 auto;
  padding: 34px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(235, 239, 248, 0.95);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(13, 26, 51, 0.1);
}
.form-heading {
  display: flex;
  gap: 12px;
  margin-bottom: 23px;
}
.form-heading-accent {
  width: 3px;
  min-height: 35px;
  background: var(--primary);
  border-radius: 6px;
}
.form-heading h2 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 600;
}
.form-heading p,
.sys-integration-card p {
  margin: 0;
  font-size: 14px;
}
.mini-checks i,
.send-message-btn i {
  margin-right: 5px;
}
.form-label {
  margin-bottom: 10px;
  color: #27364e;
  font-size: 14px;
  font-weight: 500;
}
.form-label span {
  color: #e52d2d;
}
.mini-checks i,
.training-card li i {
  color: var(--warning);
}
.input-group-text {
  min-width: 40px;
  padding: 0 9px;
  justify-content: center;
  color: #9aa4b4;
  background: #fff;
  border-color: #dfe5ee;
  font-size: 13px;
}
.form-control,
.form-select {
  min-height: 40px;
  padding: 6px 9px;
  color: #344054;
  background-color: #fff;
  border-color: #dfe5ee;
  border-radius: 6px 0 0 6px;
  font-size: 12px;
}
.input-group .input-group-text,
.inputfield-space,
select#stateDepartment {
  border-radius: 6px;
}
.input-group > .form-control {
  border-left: 0;
}
.form-select {
  padding-right: 30px;
}
.form-control::placeholder {
  color: #b0b8c4;
}
.product-options {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 4px;
}
.product-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  margin: 0;
  padding: 0 12px;
  color: #5d687a;
  font-size: 12px;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  cursor: pointer;
}
.product-option .form-check-input {
  width: 16px;
  height: 16px;
  margin: 0;
}
.product-option span {
  font-size: 14px;
  font-weight: 500;
}
.comments-field {
  min-height: 66px;
  resize: vertical;
}
.send-message-btn {
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(135deg, #0057df, #0036af);
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(0, 61, 181, 0.2);
}
.send-message-btn:hover {
  color: #fff;
  background: #0039ad;
}
.map-wrapper {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 355px;
}
.input-group:focus-within {
  border-color: #7ea8ff;
  box-shadow: 0 0 0 3px rgba(4, 97, 250, 0.1);
}
.input-group .form-control:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.date-time-group {
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.date-time-group .form-control,
.date-time-group .input-group-text {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.date-time-group .input-group-text {
  min-width: 40px;
  background: #fff;
  cursor: pointer;
}
.date-time-group .form-control {
  width: 1%;
  cursor: pointer;
}
.date-time-input::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-page-background {
  position: relative;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.facility-intel-row {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  align-items: center;
  margin: 50px 0 0;
}
.facility-intel-row.reverse {
  grid-template-columns: 1.18fr 1fr;
}
.facility-intel-row.reverse img {
  order: 2;
}
.facility-intel-row img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}
.benefit-icon img {
  width: 100%;
  height: 100%;
}
.facility-intel-card {
  position: relative;
  z-index: 2;
  margin-left: -100px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}
.facility-intel-row.reverse .facility-intel-card {
  margin-left: 0;
  margin-right: -100px;
}
.facility-card-no {
  position: absolute;
  right: 18px;
  top: 10px;
  color: #e5e5e5;
  font-size: 34px;
  font-weight: 800;
}
.facility-intel-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.accent-line {
  display: block;
  width: 35px;
  height: 2px;
  background: var(--warning);
  margin-bottom: 10px;
}
.facility-intel-card p {
  font-size: 15px;
}
.company-benefits span,
.mini-checks span {
  font-size: 14px;
  font-weight: 600;
}
.mini-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}
.company-benefits {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
}
.company-benefits article {
  text-align: center;
}
.benefit-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: 0 auto 10px;
  background: #edf3ff;
  border-radius: 10px;
}
.benefit-icon img {
  object-fit: contain;
}
.company-benefits span {
  margin: 0;
  color: var(--navy);
  line-height: 1.3;
}
.company-media-grid {
  display: grid;
  grid-template-columns: 2fr 1.1fr;
  gap: 25px;
  padding-left: 50px;
}
.video-card {
  position: relative;
  min-height: 260px;
  border-radius: 10px;
}
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.16);
}

.availability-card,
.connected-card,
.ecosystem-card {
  border-radius: 10px;
}
.availability-card,
.connected-card {
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}
.connected-card > img {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}
.availability-card h3,
.connected-card h3 {
  font-size: 16px;
  font-weight: 600;
}
.availability-card p,
.connected-card p,
.ecosystem-card p,
.purpose-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
.ecosystem-card {
  position: relative;
  padding: 18px 20px;
  color: #fff;
  background: #154eb2;
}
.ecosystem-card > img {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
}
.ecosystem-card h3 {
  font-size: 17px;
}
.ecosystem-card a {
  position: absolute;
  right: 15px;
  bottom: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}
.availability-card strong {
  display: block;
  margin-bottom: 9px;
  color: #0c44b3;
  font-size: 30px;
  line-height: 1;
}
.purpose-content h3,
.training-card h3 {
  font-size: 20px;
  font-weight: 700;
}
.purpose-card {
  min-height: 280px;
  padding: 140px 24px 24px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}
.purpose-content {
  display: flex;
  min-height: 116px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.purpose-content > div {
  flex: 1;
}
.purpose-content img {
  width: 53px;
  height: 58px;
  margin-top: -14px;
  margin-right: -14px;
}
.title-line {
  display: block;
  width: 40px;
  height: 2px;
  margin: 5px 0 8px;
  background: var(--warning);
}
.training-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.training-card {
  padding: 24px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1);
  border-radius: 10px;
}
.training-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.training-card li {
  margin: 13px 0;
  font-size: 16px;
  color: #64748b;
}
.training-card li i {
  margin-right: 8px;
}
.training-photo img {
  width: 100%;
  height: 100%;
  min-height: 346px;
  object-fit: cover;
}
.system-integration-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.system-integration-grid img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  border-radius: 6px;
}
.sys-integration-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  background: #f2f5fd;
  border-radius: 5px;
}
.integration-main {
  grid-column: 1/3;
}
.sys-integration-icon {
  color: var(--primary);
  font-size: 34px;
}
.sys-integration-card h3 {
  margin: 0 0 2px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
}
.integration-section {
  padding: 50px 0;
  background: url("../images/system-inegration.jpg") center/cover no-repeat;
}
#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff 0, #f1f6ff 35%, #dce9ff 70%, #c7dcff 100%);
  transition:
    opacity 0.5s,
    visibility 0.5s;
}
.pl1 {
  display: block;
  width: 4em;
  height: 4em;
}
.pl1__g,
.pl1__rect {
  animation: 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite pl1-a;
}
.pl1__g {
  transform-origin: 64px 64px;
}
.pl1__rect:first-child {
  animation-name: pl1-b;
}
.pl1__rect:nth-child(2) {
  animation-name: pl1-c;
}
@keyframes pl1-a {
  from {
    transform: rotate(0);
  }
  80%,
  to {
    animation-timing-function: steps(1, start);
    transform: rotate(90deg);
  }
}
@keyframes pl1-b {
  from {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    width: 40px;
    height: 40px;
  }
  20% {
    animation-timing-function: steps(1, start);
    width: 40px;
    height: 0;
  }
  60% {
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    width: 0;
    height: 40px;
  }
  80%,
  to {
    width: 40px;
    height: 40px;
  }
}
@keyframes pl1-c {
  from {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    width: 40px;
    height: 40px;
    transform: translate(0, 48px);
  }
  20% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    width: 40px;
    height: 88px;
    transform: translate(0, 0);
  }
  40% {
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 0);
    width: 40px;
    height: 40px;
    transform: translate(0, 0);
  }
  60% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1);
    width: 88px;
    height: 40px;
    transform: translate(0, 0);
  }
  80%,
  to {
    width: 40px;
    height: 40px;
    transform: translate(48px, 0);
  }
}

/*Education page*/
.k-12-learning-icon,
.higher-education-icon {
  margin-bottom: 5px;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  padding: 10px;
  font-size: 28px;
}
.k-12-learning-icon {
  color: #1687a7;
  background: #eaf7fb;
}
.higher-education-icon {
  color: #1247ec;
  background: #edf2ff;
}
.education-title-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.k12-underline {
  display: block;
  width: 50px;
  height: 3px;
  background: #1687a7;
  margin: 10px 0 10px;
}
.higher-education-underline {
  display: block;
  width: 50px;
  height: 3px;
  background: #1247ec;
  margin: 10px 0 10px;
}
.two-content-education {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.k12-card {
  gap: 20px;
  height: 100%;
  padding: 18px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(217, 217, 217, 0.7);
  position: relative;
}
.k12-card h3 {
  font-size: 20px;
  font-weight: 700;
}
.k12-card p {
  margin-bottom: 0;
}
.image-part {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.k12-section,
.education-section {
  position: relative;
}

.k12-section::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 55px;
  height: 55px;
  border-top: 4px solid #1596bd;
  border-left: 4px solid #1596bd;
  border-radius: 18px 0 0 0;
}
.k12-section::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 55px;
  height: 55px;
  border-right: 4px solid #1596bd;
  border-bottom: 4px solid #1596bd;
  border-radius: 0 0 18px 0;
}
.education-section::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 55px;
  height: 55px;
  border-top: 4px solid #1247ec;
  border-left: 4px solid #1247ec;
  border-radius: 18px 0 0 0;
}
.education-section::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 55px;
  height: 55px;
  border-right: 4px solid #1247ec;
  border-bottom: 4px solid #1247ec;
  border-radius: 0 0 18px 0;
}
/*One vendor/solution loop in mobile*/
@keyframes mobileWordLoop {
  0%,
  35% {
    transform: translate3d(0, 0, 0);
  }
  45%,
  80% {
    transform: translate3d(0, -1.2em, 0);
  }
  90%,
  100% {
    transform: translate3d(0, -2.4em, 0);
  }
}

@media (min-width: 1600px) {
  .site-header .navbar {
    width: 100%;
    max-width: none;
  }

  .site-header .container-xl {
    max-width: 1320px;
    margin: 0 auto;
  }

  .site-header.scrolled .navbar {
    width: 100%;
    padding: 12px 0;
  }
  .hero-section {
    width: 100%;
    min-height: 700px;
  }
  .hero-section .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .banner-left {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .hero-section .banner-left {
    padding-left: 0;
    margin-left: 0;
  }
  .site-header .navbar {
    max-width: 1320px;
  }
  .banner-right-image {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .banner-right-image img {
    max-width: 700px;
    width: auto;
    left: 260px;
    top: 130px;
  }
  .min-vh-75 {
    min-height: 590px;
  }
  .display-5 {
    font-size: 3.6rem;
  }
  .section-title {
    font-size: 40px;
  }
  .facility-title {
    font-size: 62px;
  }
  .about-collage {
    min-height: 620px;
  }
  .why-image {
    height: 680px;
  }
  .intro-collage {
    max-width: 720px;
    grid-template-rows: 245px 230px;
  }
  .container.enterprise {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 992px) {
  .site-header .navbar-nav .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1200;
    display: block;
    min-width: 220px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 0;
    border-left: 3px solid #2889e4;
    border-radius: 0;
    box-shadow: 0 5px 16px rgba(51, 51, 51, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scaleY(0.2);
    transform-origin: top;
    transition:
      opacity 0.25s,
      transform 0.3s,
      visibility 0.3s;
  }
  .site-header .navbar-nav .dropdown-menu::before {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 20px;
    content: "";
  }
  .site-header .navbar-nav > .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scaleY(1);
  }
  .site-header .navbar-nav > .dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .why-image {
    height: 597px;
  }
  .platform-visual {
    height: 144px;
  }
}
@media (max-width: 1200px) {
  .compass-tab-panel {
    padding: 45px;
  }
  .capital-visibility-title {
    padding-right: 40px;
  }
  .solution-icon-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .complete-solution .section-description {
    padding: 0 80px !important;
  }
  .why-section .col-lg-7 {
    padding-left: 12px !important;
  }
  .facility-title {
    font-size: 44px;
  }
  .banner-right-image img {
    left: 0;
  }
  .lifecycle-shell {
    padding: 35px 45px;
  }
  .hero-copy {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero-section,
  .min-vh-75 {
    min-height: auto;
  }
  .site-header .navbar-nav {
    gap: 0 !important;
  }
  .site-header .navbar-nav > .nav-item > .nav-link {
    justify-content: space-between;
    padding: 12px 8px !important;
  }
  .bottom-blue-shape,
  .navy-color .break-sentence,
  .section-description .break-sentence,
  .section-title .break-sentence,
  .site-header .navbar-nav > .nav-item > .nav-link::before,
  .strategy-section.break-sentence,
  .training-card .break-sentence,
  .why-decor {
    display: none;
  }
  .site-header .dropdown-menu {
    position: static !important;
    width: 100%;
    min-width: 0;
    margin: 2px 0 8px;
    padding: 0;
    border: 0;
    border-left: 3px solid #2889e4;
    border-radius: 0;
    box-shadow: none;
  }
  .site-header .dropdown-menu .dropdown-item {
    padding: 11px 15px;
  }
  .site-header .dropdown-menu .dropdown-item.active,
  .site-header .dropdown-menu .dropdown-item:focus,
  .site-header .dropdown-menu .dropdown-item:hover {
    padding-left: 20px;
  }
  .site-header.scrolled .navbar {
    padding: 10px 20px;
  }
  .demo-btn {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .hero-section {
    padding-top: 100px;
  }
  .hero-section .row {
    flex-direction: column;
  }
  .banner-left {
    width: 100%;
    order: 1;
    text-align: left;
  }
  .banner-right-image {
    width: 80%;
    order: 2;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .banner-right-image img {
    position: static;
    width: 85%;
    max-width: 650px;
  }
  .display-5 {
    font-size: 2.5rem;
  }
  .hero-copy {
    max-width: 700px;
  }
  .social-icons {
    justify-content: left;
    margin-top: 0;
  }
  .hero-section img.banner-bg {
    height: 90%;
  }
  .hero-section-innerpage {
    min-height: 320px;
    height: 320px;
  }
  .innerpage-hero-content {
    padding: 85px 20px 0;
    max-width: 100%;
  }
  .innerpage-hero-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .btn,
  .check-list li,
  .compass-tabs .nav-link,
  .cta-desc p,
  .difference-card p,
  .feature-item h3,
  .implementation-tabs .nav-link,
  .innerpage-hero-content p,
  .lifecycle-points span,
  .lifecycle-shell p,
  .navigate-tabs .nav-link,
  .section-copy,
  .section-description,
  .strategy-copy,
  .sys-integration-card h3,
  .training-card li,
  .training-card p,
  .training-tabs .nav-link,
  .vendor-section p,
  .visibility-item p {
    font-size: 15px;
  }
  .feature-strip {
    margin: 0 15px;
  }
  .feature-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .about-content,
  .cta-section,
  .footer-section {
    text-align: left;
  }
  .about-section {
    padding-bottom: 70px;
  }
  .section-title-subdesc {
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .about-image,
  .advanced-project-section,
  .advanced-scheduling-list,
  .capital-visibility-title,
  .column-lifecycle-image,
  .compass-section.about-content,
  .domain-difference.title-content,
  .featuring-content,
  .form-section,
  .implemementation-strategy,
  .implementation-strategry-content,
  .implementation-strategy-content,
  .one-platform-content,
  .our-purpose-section-content,
  .our-education-section-content,
  .quote-section-data,
  .visibility-item-content,
  .why-section-content {
    padding: 0;
  }
  .domain-difference.left-item,
  .featuring-content-item-left,
  .tools-content-section.left-content {
    padding-left: 0;
  }
  .domain-difference.right-item,
  .featuring-content-item-right,
  .tools-content-section.right-content {
    padding-right: 0;
  }
  .section-space {
    padding: 30px 0;
  }
  .cta-section h2,
  .section-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .feature-heading,
  .platform-visual {
    margin-bottom: 25px;
  }
  .about-collage {
    min-height: 310px;
  }
  .about-main {
    left: 15%;
    width: 70%;
  }
  .about-small {
    width: 34%;
  }
  .about-badge {
    left: 50%;
    transform: translateX(-50%);
  }
  .info-card h3,
  .quote-item h2 {
    font-size: 16px;
  }
  .lifecycle-section {
    margin-top: 0 !important;
    padding: 0 !important;
    margin-bottom: 0;
  }
  .lifecycle-shell {
    padding: 30px;
    border-radius: 24px;
  }
  .lifecycle-image {
    position: relative;
    top: 0;
    height: auto;
  }
  .lifecycle-image img {
    height: 200px;
  }
  .enterprise-section {
    margin-top: 20px;
  }
  .facility-title {
    font-size: 38px;
  }
  .lifecycle-points {
    gap: 15px !important;
  }
  .lifecycle-shell h2,
  .vendor-section h2,
  .vendor-section h3 {
    font-size: 30px;
  }
  .custom-tabs {
    display: flex;
    width: 100%;
  }
  .custom-tabs .nav-item {
    flex: 1;
    min-width: max-content;
  }
  .custom-tabs .nav-link {
    width: 100%;
    white-space: nowrap;
  }
  .advanced-scheduling-list,
  .integration-benefits,
  .platform-card {
    margin-top: 10px;
  }
  .footer-links,
  .gantt-image,
  .implemementation-strategy.subdesc-content,
  .why-list {
    margin-top: 25px;
  }
  .why-image {
    border-bottom: 0;
    border-top: 0;
    height: 250px;
  }
  .why-image img {
    height: 100%;
  }
  .why-choose-us-content {
    margin-top: 30px;
    padding: 0;
    top: 0;
  }
  .vendor-section {
    padding: 60px 20px;
    margin-top: 30px;
  }
  .difference-section .section-title-subdesc {
    padding-right: 0 !important;
  }
  .difference-card {
    min-height: auto;
    background-size: 30% auto;
  }
  .card-number {
    font-size: 32px;
  }
  .difference-card h3 {
    font-size: 20px;
  }
  .availability-card h3,
  .connected-card h3,
  .purpose-content h3,
  .strategy-approach-grid h3 {
    font-size: 17px;
  }
  .our-purpose-about,
  .our-education-about {
    margin-top: 0;
    padding: 0;
  }
  .capabilities-heading,
  .capability-row:last-child,
  .purpose-heading,
  .education-heading,
  .section-heading-centered {
    margin-bottom: 0;
  }
  .company-benefits,
  .implementation-strategy-content,
  .strategy-image img,
  .visibility-item-content.third-one {
    margin-top: 0;
  }
  .our-mission,
  .our-vision {
    padding: 0;
    margin-top: 25px;
  }
  .compass-tabs,
  .implementation-tabs,
  .navigate-tabs,
  .training-tabs {
    height: 68px;
  }
  .core-tools-items {
    margin-top: 7px;
  }
  .footer-social-icons,
  .newsletter {
    justify-content: left;
  }
  section {
    overflow: hidden;
  }
  .intro-collage {
    margin: auto;
    max-width: 500px;
    height: 295px;
    aspect-ratio: auto;
  }
  .dot-pattern {
    gap: 5px;
    margin-bottom: 8px;
  }
  .quote-line {
    width: 34px;
    margin-top: 7px;
  }
  .quote-item {
    padding: 12px;
  }
  .about-content {
    padding: 0;
  }
  .about-description {
    margin-top: 30px;
  }
  .compass-main-content {
    margin-top: 30px;
  }
  .enterprise {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .compass-tabs,
  .implementation-tabs,
  .navigate-tabs,
  .training-tabs {
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
    width: 100%;
  }
  .compass-tab-panel h2 {
    font-size: 26px;
    width: 100%;
  }
  .micro-label {
    font-size: 13px;
  }
  .compass-tabs::-webkit-scrollbar {
    height: 5px;
  }
  .compass-tab-panel {
    padding: 35px;
    min-height: auto;
  }
  .tabcontent-compass {
    padding: 0;
    margin-bottom: 35px;
  }
  .tab-visual {
    height: 300px;
    width: 100%;
    object-fit: contain;
  }
  .visibility-heading {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .visibility-item img {
    height: 200px;
    margin-top: 0;
  }
  .visibility-item h3 {
    font-size: 28px;
    margin: 10px 0;
  }
  .visibility-item > i {
    font-size: 36px;
  }
  .visibility-item h3,
  i,
  p {
    order: -1;
  }
  .solution-icon-grid {
    grid-template-columns: repeat(5, 1fr);
    margin: 25px 0 28px;
  }
  .solution-icon-grid span,
  .sys-integration-card p {
    font-size: 14px;
  }
  .complete-solution .section-description {
    padding: 0 30px !important;
  }
  .capabilities-section,
  .strategy-image {
    height: auto;
  }
  .core-capabilities-img {
    padding: 0;
    margin-top: 20px;
  }
  .core-capabilities-title {
    padding: 0;
    margin-top: 30px;
  }
  .capabilities-sticky {
    position: relative;
    height: auto;
  }
  .capabilities-window {
    height: auto;
    overflow: visible;
  }
  .capabilities-track {
    transform: none !important;
  }
  .capability-row {
    margin: 0px auto 15px;
    min-height: auto;
  }
  .facility-intel-row,
  .facility-intel-row.reverse,
  .training-feature-grid {
    grid-template-columns: 1fr;
  }
  .facility-intel-row.reverse img {
    order: 0;
  }
  .facility-intel-card,
  .facility-intel-row.reverse .facility-intel-card {
    margin: -25px 25px 0;
  }
  .company-media-grid {
    margin-top: 25px;
    padding-left: 0;
  }
  .sys-integration-card {
    min-height: 80px;
    padding: 14px;
  }
  .req-demo-social-icons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .intro-copy {
    text-align: left !important;
  }
  .facility-intel-row {
    margin: 20px 0 0;
  }
  .training-photo img {
    height: 346px;
  }
  .section-space.integration-section {
    margin-bottom: 24px;
  }
  .strategy-copy {
    margin: 15px 0 25px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-collapse {
    border-top: 1px solid #e2e8f0;
    margin-top: 12px;
    padding-top: 8px;
  }
  .education-image-section {
    padding: 0;
  }
  .image-part {
    height: 300px;
  }
  .k12-education-content {
    margin-top: 25px;
    padding: 0;
  }
  .two-content-education {
    gap: 25px;
  }
  .k12-card p {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .hero-section,
  .min-vh-75 {
    min-height: auto;
  }
  .hero-copy,
  .intro-collage {
    max-width: 100%;
  }
  .section-space {
    padding: 60px 0;
  }
  .site-header {
    top: 8px;
    padding: 0 10px;
  }
  .site-header .navbar {
    padding: 14px;
  }
  .company-media-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
  .purpose-card {
    padding: 135px 18px 18px;
  }
  .logo {
    width: 135px;
  }

  .footer-bottom,
  .navbar-collapse,
  .platform-icon {
    text-align: center;
  }
  .demo-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .min-vh-75 {
    padding-top: 0 !important;
  }
  .banner-left {
    width: 100%;
    text-align: left;
  }
  .banner-left h1,
  .display-5 {
    font-size: 2rem;
    line-height: 1.25;
  }
  .compass-tabs .nav-link,
  .hero-copy,
  .implementation-tabs .nav-link,
  .innerpage-hero-content p,
  .navigate-tabs .nav-link,
  .subdesc,
  .training-tabs .nav-link {
    font-size: 15px;
  }
  .multi-channel {
    white-space: normal;
  }
  .banner-first-tag,
  .cta-desc p,
  .info-card p,
  .why-content p {
    font-size: 13px;
  }
  .social-icons {
    justify-content: left;
    gap: 12px;
  }
  .social-icons a {
    width: 38px;
    height: 38px;
  }
  .banner-right-image {
    width: 100%;
    justify-content: center;
  }
  .banner-right-image img {
    width: 100%;
    max-width: 450px;
    top: 0;
    left: 0;
  }
  .difference-card p,
  .lifecycle-shell p,
  .section-title-subdesc {
    font-size: 18px;
  }
  .feature-card {
    padding: 18px;
  }
  .btn-explore,
  .compass-tabs .nav-link i,
  .feature-item p,
  .implementation-tabs .nav-link i,
  .info-card h3,
  .navigate-tabs .nav-link i,
  .training-tabs .nav-link i {
    font-size: 16px;
  }
  .feature-strip {
    margin: 20px 10px;
  }
  .feature-item {
    flex-direction: column;
    text-align: center;
    border-right: none;
  }
  .feature-item:last-child {
    border-bottom: none;
  }
  .about-section {
    padding-bottom: 70px;
  }
  .about-collage {
    min-height: 360px;
  }
  .about-main {
    width: 68%;
    left: 16%;
    height: 72%;
  }
  .about-small {
    width: 34%;
    height: 34%;
  }
  .about-badge {
    width: 250px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    padding: 15px;
  }
  .customer-icon i {
    padding: 14px;
    font-size: 20px;
  }
  .info-icon {
    margin-bottom: 5px;
  }
  .lifecycle-section {
    padding: 0 30px;
  }
  .lifecycle-shell {
    border-radius: 20px;
    padding: 30px 20px;
  }
  .lifecycle-points {
    gap: 12px !important;
  }
  .lifecycle-points span {
    width: 100%;
    justify-content: flex-start;
    font-size: 18px;
  }
  .lifecycle-image,
  .tab-visual {
    margin-top: 30px;
  }
  .platform-visual {
    height: auto;
  }
  .platform-icon i {
    left: 16px;
    bottom: 15px;
  }
  .platform-card p {
    font-size: 17px;
  }
  .custom-tabs {
    width: 100%;
  }
  .custom-tabs .nav-item {
    width: 50%;
  }
  .custom-tabs .nav-link {
    width: 100%;
    padding: 12px;
    justify-content: center;
  }
  .platform-card {
    padding: 20px;
  }
  .difference-card h3,
  .platform-card h3 {
    font-size: 22px;
  }
  .badge {
    margin-top: 12px;
  }
  .pill {
    font-size: 14px;
  }
  .section-tag {
    font-size: 12px;
    height: 32px;
  }
  .why-image {
    height: 350px;
  }
  .why-section .col-lg-7 {
    text-align: left;
    padding: 0 !important;
    margin-top: 25px;
  }
  .why-item {
    padding: 18px;
    gap: 15px;
  }
  .newsletter .mail,
  .why-item::before {
    display: none;
  }
  .why-icon {
    margin-left: 0;
  }
  .why-content h3 {
    font-size: 19px;
  }
  .difference-card {
    min-height: 160px;
    background-size: 20% auto;
  }
  .card-number {
    font-size: 34px;
  }
  .vendor {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vendor-section {
    padding: 60px 20px;
    margin-top: 30px;
  }
  .cta-section h2,
  .vendor-section h2 {
    font-size: 30px;
  }
  .vendor-section h3 {
    font-size: 24px;
  }
  .rotating-word,
  .rotating-word span {
    height: 40px;
  }
  .cta-desc {
    margin-top: 10px;
  }
  .program {
    justify-content: center;
  }
  .footer-section {
    text-align: left;
  }
  .footer-brand {
    margin-bottom: 20px;
  }
  .footer-social-icons {
    justify-content: left;
  }
  .newsletter {
    flex-direction: column;
    gap: 12px;
  }
  .newsletter input {
    border-radius: 8px;
    padding: 14px;
  }
  .newsletter button {
    border-radius: 8px;
    width: 100%;
  }
  .footer-links {
    margin-top: 25px;
  }
  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .intro-collage {
    grid-template-rows: 180px 160px;
    gap: 8px;
  }
  .quote-item {
    margin-right: -15px;
  }
  .image-bottom-right {
    margin-left: -10px;
  }
  .compass-tab-panel {
    padding: 25px;
  }
  .compass-tab-panel h2,
  .visibility-item h3 {
    font-size: 26px;
  }
  .visibility-item img {
    height: 260px;
  }
  .solution-icon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .complete-solution .section-description {
    padding: 0 !important;
  }
  .number-list article {
    align-items: flex-start;
  }
  .number-list i {
    width: 44px;
    height: 44px;
  }
  .tool-image {
    height: 220px;
  }
  .tool-card img {
    height: 210px;
  }
  .strategy-approach-grid {
    grid-template-columns: 1fr;
  }
  .strategy-image img {
    height: 320px;
  }
  .hero-section-innerpage {
    height: 280px;
    min-height: 280px;
  }
  .innerpage-hero-content {
    padding-top: 100px;
  }
  .innerpage-hero-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .contact-intro {
    padding-top: 38px;
  }
  .contact-form-card {
    padding: 25px 20px 28px;
  }
  .form-section {
    padding: 6px 12px 60px;
  }
  .bottom-blue-shape {
    left: 0;
    right: 0;
    bottom: -40px;
    height: 360px;
  }
  .facility-intel-row img {
    height: 250px;
  }
  .facility-intel-card,
  .facility-intel-row.reverse .facility-intel-card {
    margin: -18px 10px 0;
    padding: 22px;
  }
  .company-benefits {
    gap: 10px;
  }
  .training-card {
    padding: 22px 18px;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none;
  }
  .navbar-collapse {
    border-top: 1px solid #e2e8f0;
    margin-top: 12px;
    padding-top: 8px;
  }
}
@media (max-width: 575.98px) {
  .quote-item h2,
  .row > *,
  img {
    max-width: 100%;
  }
  .intro-collage,
  .training-feature-grid {
    grid-template-columns: 1fr;
  }
  .training-feature-grid {
    margin-top: 25px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-tabs .nav-item,
  .program .btn,
  .row > * {
    width: 100%;
  }
  .site-header.scrolled .navbar {
    padding: 10px;
  }
  .section-space {
    padding: 15px 0;
  }
  .col-lg-5,
  .feature-strip {
    margin: 0;
  }
  .about-badge,
  .about-small,
  .break-sentence,
  .facility-card-no,
  .image-top,
  .img.about-bg,
  .label-vendor,
  .quote-compass.break-sentence,
  img.about-bg {
    display: none;
  }
  .home-banner-content {
    padding: 0 !important;
  }
  .req-demo-btn {
    padding: 10px 20px !important;
  }
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-title-subdesc {
    font-size: 15px;
    padding-right: 0 !important;
    margin-bottom: 0;
    text-align: left;
  }
  .cta-section h2,
  .feature-heading,
  .footer-links li,
  .section-title {
    margin-bottom: 10px;
  }
  .banner-left {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .system-integration-grid img,
  img {
    height: auto;
  }
  .site-header {
    top: 8px;
    padding: 0 8px;
  }
  .site-header .navbar {
    padding: 12px;
    border-radius: 12px;
  }
  .logo {
    width: 130px;
  }
  .hero-section {
    padding: 80px 15px 15px;
  }
  .capability-row h3,
  .compass-tab-panel h2,
  .display-5,
  .form-heading h2,
  .hero-section h1,
  .section-title {
    font-size: 22px;
  }
  .hero-copy {
    font-size: 14px;
    line-height: 1.8;
  }
  .banner-first-tag {
    font-size: 10px;
  }
  .social-icons {
    gap: 10px;
    margin-top: 0;
  }
  .social-icons a {
    width: 30px;
    height: 30px;
  }
  .req-demo-social-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }
  .hero-section .py-5 {
    padding-bottom: 0 !important;
  }
  .banner-right-image img {
    width: 100%;
    max-width: 340px;
    top: 50px;
  }
  .feature-item {
    padding: 20px 15px;
  }
  .feature-item h5 {
    font-size: 16px;
  }
  .contact-card h3,
  .innerpage-hero-content p,
  .navbar-toggler-icon,
  .sys-integration-card h3 {
    font-size: 13px;
  }
  .cta-section p,
  .difference-card p,
  .vendor-section p,
  .why-content p,
  .lifecycle-points span,
  .feature-item p,
  .solution-icon-grid span,
  .footer-section a,
  .strategy-approach-grid p {
    font-size: 14px;
  }
  .about-collage {
    min-height: 250px;
    height: 250px;
  }
  .about-main {
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 80%;
  }
  section#about {
    padding: 0 0 15px;
  }
  .about-content {
    margin-top: 0;
    padding: 0;
  }
  .about-image,
  .advanced-project-section,
  .capital-visibility-title,
  .column-lifecycle-image,
  .compass-image-section,
  .contact-content,
  .domain-difference,
  .featuring-content,
  .implemementation-strategy,
  .implementation-strategry-content,
  .one-platform-content,
  .our-mission,
  .our-purpose-about,
  .our-education-about,
  .our-purpose-section-content,
  .our-education-section-content,
  .our-vision,
  .quote-section-data,
  .tools-content-section,
  .visibility-item-content,
  .why-section-content {
    padding: 0;
  }
  .customer-icon i {
    font-size: 18px;
    padding: 12px;
  }
  .compass-tab-panel,
  .lifecycle-shell {
    padding: 20px;
    border-radius: 18px;
  }
  .lifecycle-shell {
    margin: 15px 0 15px;
  }
  .lifecycle-section {
    padding: 15px 0;
    margin-top: 0 !important;
  }
  .lifecycle-shell p {
    text-align: left;
    font-size: 15px;
  }
  .col-lg-6.cta-desc,
  .lifecycle-image {
    margin-top: 0;
  }
  .lifecycle-image img,
  .strategy-image img,
  .tool-image {
    height: 200px;
  }
  .facility-title {
    font-size: 28px;
    text-align: left;
  }
  .enterprise-section {
    justify-content: left;
    margin-top: 20px;
  }
  .lifecycle-shell h2 {
    line-height: 1.5;
    font-size: 22px;
  }
  .form-section,
  .platform-card {
    padding: 18px;
  }
  .platform-card h3 {
    order: 2;
    font-size: 20px;
    text-align: left;
  }
  .platform-card p {
    font-size: 14px;
    text-align: left;
  }
  .contact-card-row,
  .core-tools-items {
    margin-top: 25px;
  }
  .powerful-features-content {
    margin-top: 15px;
  }
  .integration-benefits {
    margin-top: 9px;
  }
  .custom-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
  .custom-tabs .nav-link {
    width: 100%;
    font-size: 15px;
    padding: 10px;
  }
  .pill {
    width: 100%;
    justify-content: left;
  }
  .platform-icon i {
    position: absolute;
    font-size: 18px;
    padding: 12px;
  }
  .desc-compass-nav {
    flex-direction: column;
  }
  .difference-card {
    padding: 22px;
    min-height: 180px;
    background-size: 35% auto;
  }
  .difference-card h3 {
    font-size: 20px;
  }
  .section-space.why-section {
    padding: 30px 15px;
    text-align: center;
  }
  .why-section .col-lg-5 {
    order: 2;
  }
  .why-image {
    margin-top: 30px;
    height: 250px;
    margin-bottom: 0;
    border: 0;
  }
  .platform-visual,
  .why-list {
    margin-top: 15px;
  }
  .why-item {
    padding: 16px;
    gap: 10px;
  }
  .why-item .why-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
  .complete-solution .section-description,
  .difference-content,
  .footer-links li,
  .footer-section h3,
  .section-title,
  .why-content {
    text-align: left;
  }
  .projectSchedule-title h3,
  .section-copy,
  .why-content h3 {
    font-size: 15px;
  }
  .why-icon {
    width: 50px;
    height: 50px;
  }
  .vendor-section {
    padding: 50px 15px;
    margin-top: 0;
  }
  .vendor-section h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .vendor-section h3 {
    font-size: 26px;
  }
  .our-mission {
    margin-top: 25px;
  }
  .section-space.difference-section {
    padding: 30px 15px;
    text-align: left;
  }
  .cta-section {
    padding: 20px;
  }
  .cta-section h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .program {
    flex-direction: column;
    gap: 15px;
    justify-content: start;
    align-items: start;
  }
  .capabilities-heading .section-title,
  .choose-section .section-title,
  .footer-section,
  .section-heading-centered .section-title {
    text-align: center;
  }
  .footer-links,
  .footer-section h5 {
    margin-top: 20px;
  }
  .footer-brand,
  .footer-section p {
    text-align: left;
    font-size: 14px;
  }
  .footer-social-icons {
    justify-content: left;
    margin: 20px 0;
  }
  .footer-social-icons a {
    width: 38px;
    height: 38px;
  }
  .newsletter {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }
  .newsletter input {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }
  .btn,
  .footer-bottom a,
  .footer-bottom p,
  .micro-label,
  .mini-checks span {
    font-size: 13px;
  }
  .newsletter button {
    padding: 14px;
    width: 50px;
    height: 48px;
  }
  .footer-bottom {
    padding-top: 20px;
  }
  .btn {
    justify-content: center;
  }
  .badge {
    margin-top: 0;
    order: 1;
    white-space: normal;
    text-align: center;
  }
  .difference-card::after {
    background-size: 58% auto;
  }
  .card-number {
    font-size: 30px;
  }
  .company-benefits h3,
  .training-card li {
    font-size: 14px !important;
  }
  .company-benefits {
    flex-direction: column;
    margin-top: 25px;
  }
  .company-benefits article {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
  }
  .benefit-icon {
    margin: 0;
    flex: 0 0 54px;
  }
  .purpose-content {
    padding: 13px;
  }
  .hero-section-innerpage {
    min-height: 270px;
  }
  .innerpage-hero-content {
    padding: 75px 15px 0;
  }
  .innerpage-hero-content h1 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .intro-collage {
    grid-template-rows: auto;
  }
  .quote-item {
    width: 100%;
    clip-path: none;
    border-radius: 10px;
    height: auto;
  }
  .image-bottom-left,
  .image-bottom-right {
    bottom: 25px;
  }
  .check-list li {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .visibility-item h3 {
    font-size: 24px;
    margin: 10px 0 8px;
  }
  .visibility-item > i {
    font-size: 32px;
  }
  .visibility-item img {
    height: 220px;
    margin-top: 16px;
  }
  .visibility-heading {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .capabilities-heading,
  .section-description {
    margin-bottom: 0;
  }
  .solution-divider .line {
    width: 45px;
  }
  .tab-visual {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .visibility-item h3,
  i,
  p {
    order: -1;
  }
  .visibility-item-middle img {
    margin: 16px 0 0;
  }
  .solution-icon-grid {
    margin: 25px auto 28px;
  }
  .many-more {
    font-size: 12px !important;
  }
  .capability-row {
    margin-bottom: 15px;
  }
  .core-capabilities-img {
    margin-top: 15px;
    padding: 0;
  }
  .core-capabilities-title {
    margin-top: 30px;
    padding: 0;
  }
  .number-list i {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
  }
  .number-list {
    gap: 15px;
  }
  .advanced-scheduling-list {
    margin-top: 25px;
    padding: 0;
  }
  .gantt-image {
    border-radius: 15px;
    margin-top: 25px;
  }
  .intro-copy {
    text-align: left !important;
  }
  .compass-tabs,
  .implementation-tabs,
  .navigate-tabs,
  .training-tabs {
    height: 62px;
  }
  .facility-intel-row,
  .implementation-strategy-content {
    margin: 15px 0 0 !important;
    padding: 0;
  }
  .contact-card a,
  .contact-card p,
  .small {
    font-size: 12px;
  }
  .contact-card {
    padding-left: 6px;
    padding-right: 6px;
  }
  .product-options {
    gap: 14px;
    flex-wrap: wrap;
  }
  .contact-form-card {
    border-radius: 6px;
  }
  .form-heading {
    margin-bottom: 40px;
  }
  section.location-map.py-5.mb-5 {
    margin: 15px 0 !important;
    padding: 0 0 15px !important;
  }
  .strategy-copy {
    font-size: 15px;
    margin: 0 0 25px;
  }
  .purpose-content h3 {
    font-size: 18px;
  }
  .feature-card p,
  .sys-integration-card p {
    font-size: 13px !important;
  }
  .integration-section {
    padding: 15px 0 !important;
  }
  .facility-intel-card h3,
  .training-card h3 {
    font-size: 18px !important;
  }
  .training-card p {
    font-size: 15px !important;
  }
  .training-photo img {
    height: 200px;
    min-height: 0;
  }
  .rotating-word {
    height: 1.2em;
  }
  .rotating-word > span {
    height: 1.2em;
    line-height: 1.2em;
    white-space: nowrap;
    animation: 4s ease-in-out infinite mobileWordLoop;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-collapse {
    border-top: 1px solid #e2e8f0;
    margin-top: 12px;
    padding-top: 8px;
  }
  .compass-tab-panel h2 {
    width: 100%;
  }
  .visibility-item-content.third-one {
    margin-top: 20px;
  }
  .featuring-content-item-left,
  .featuring-content-item-right {
    padding: 0;
  }
  .featuring-content-item-left:first-child {
    margin-top: 0;
  }
  .image-part {
    height: 200px;
  }
  .info-card {
    margin-top: 15px;
  }
  .program-management,
  .cta-desc,
  .program-management-content {
    padding: 0px;
  }
}
