/* Cross-site UI/UX QA refinements for ClinicSoftware.ae.
   Keeps existing copy, metadata and brand colors intact. */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Footer contrast guard: homepage redesign CSS resets #footer with !important, so keep the enterprise footer readable. */
#footer.cs-enterprise-footer {
  background: #071827 !important;
  color: #d7e5ec !important;
}

#footer.cs-enterprise-footer:before {
  background:
    radial-gradient(circle at 78% 0%, rgba(20, 177, 187, .18), transparent 32%),
    linear-gradient(180deg, rgba(12, 52, 76, .72), rgba(7, 24, 39, 0)) !important;
}

#footer.cs-enterprise-footer .cs-footer-trust {
  background: transparent !important;
}

#footer.cs-enterprise-footer .cs-footer-trust-copy h2,
#footer.cs-enterprise-footer .cs-footer-group h2,
#footer.cs-enterprise-footer .cs-footer-contact strong {
  color: #ffffff !important;
}

#footer.cs-enterprise-footer .cs-footer-trust-copy p,
#footer.cs-enterprise-footer .cs-footer-brand p,
#footer.cs-enterprise-footer .cs-footer-contact span {
  color: #c1d3dd !important;
}

#footer.cs-enterprise-footer .cs-footer-group a,
#footer.cs-enterprise-footer .cs-footer-legal,
#footer.cs-enterprise-footer .cs-footer-legal span,
#footer.cs-enterprise-footer .cs-footer-legal a {
  color: #c8dbe4 !important;
}

#footer.cs-enterprise-footer .cs-footer-contact {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(189, 218, 229, .14) !important;
}

#footer.cs-enterprise-footer .cs-footer-contact a {
  color: #effafe !important;
}

#footer.cs-enterprise-footer .cs-footer-brand-row,
#footer.cs-enterprise-footer .cs-footer-nav,
#footer.cs-enterprise-footer .cs-footer-trust {
  border-color: rgba(189, 218, 229, .14) !important;
}


body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
summary:focus,
.navbar-toggle:focus {
  outline: 3px solid rgba(26, 115, 232, .42) !important;
  outline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1180px;
}

.topb button#popup1,
#popup1,
.med-btn-white,
.mp-btn,
.mp-btn-primary,
.mp-btn-outline {
  border-radius: 8px !important;
  min-height: 44px;
  line-height: 1.2;
}

.cs-enterprise-header {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 16px 38px rgba(10, 35, 66, .08);
  backdrop-filter: saturate(150%) blur(14px);
}

.cs-topbar {
  background: #071f34;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
}

.cs-topbar-inner,
.cs-nav-inner,
.cs-contact-links,
.cs-trust-strip,
.cs-nav-panel,
.cs-nav-list,
.cs-nav-actions {
  display: flex;
  align-items: center;
}

.cs-topbar-inner {
  justify-content: space-between;
  gap: 24px;
  min-height: 38px;
}

.cs-trust-strip,
.cs-contact-links {
  gap: 18px;
  flex-wrap: wrap;
}

.cs-contact-links a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
}

.cs-contact-links a:hover,
.cs-contact-links a:focus {
  color: #fff;
}

.cs-navbar {
  background: #fff;
}

.cs-nav-inner {
  min-height: 112px;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .cs-nav-inner.container {
    width: calc(100% - 64px) !important;
    max-width: 1360px !important;
  }
}

@media (max-width: 1199px) {
  .cs-nav-inner.container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 18px;
    padding-right: 18px;
  }

  .cs-menu-toggle {
    display: inline-flex !important;
  }

  .cs-nav-panel {
    position: fixed !important;
    inset: 86px 0 0 auto !important;
    width: min(430px, 92vw) !important;
    height: calc(100vh - 86px) !important;
    display: none !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    overflow-y: auto !important;
  }

  .cs-nav-panel.on,
  .cs-nav-panel.is-open,
  .cs-nav-panel.active {
    display: flex !important;
  }
}

.cs-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: 270px;
  align-self: stretch;
}

.cs-brand img {
  display: block;
  width: 260px;
  max-width: 260px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  padding: 0 !important;
  margin: 0 !important;
}

.cs-nav-panel {
  flex: 1;
  justify-content: flex-end;
  gap: 16px;
}

.cs-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2px;
}

.cs-nav-list li {
  list-style: none;
}

.cs-nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #12324d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 10px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.cs-nav-link:hover,
.cs-nav-link:focus,
.cs-nav-link[aria-current="page"],
.cs-has-menu.is-open > .cs-nav-link {
  background: #eef7fb;
  color: #05677b;
  text-decoration: none;
}

.cs-has-menu {
  position: relative;
}

.cs-nav-list > .cs-has-menu:first-of-type,
.cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2) {
  position: static;
}

.cs-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  max-width: calc(100vw - 32px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  border: 1px solid #e4edf3;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(10, 35, 66, .16);
  padding: 18px;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cs-has-menu:nth-last-child(-n+2) > .cs-dropdown {
  left: auto;
  right: 0;
  transform: translateY(8px);
}

.cs-has-menu:hover > .cs-dropdown,
.cs-has-menu:focus-within > .cs-dropdown,
.cs-has-menu.is-open > .cs-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cs-has-menu:nth-last-child(-n+2):hover > .cs-dropdown,
.cs-has-menu:nth-last-child(-n+2):focus-within > .cs-dropdown,
.cs-has-menu:nth-last-child(-n+2).is-open > .cs-dropdown {
  transform: translateY(0);
}

.cs-dropdown:before {
  content: "";
  position: absolute;
  inset: -16px 0 auto;
  height: 16px;
}

.cs-mega-menu {
  width: min(1040px, calc(100vw - 96px));
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
}

.cs-nav-list > .cs-has-menu:first-of-type > .cs-mega-menu,
.cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2) > .cs-mega-menu {
  position: fixed;
  top: 122px;
  left: 48px;
  right: 48px;
  transform: translateY(8px);
  width: auto;
  max-height: calc(100vh - 140px);
  overflow-x: hidden;
  overflow-y: auto;
}

.cs-nav-list > .cs-has-menu:first-of-type:hover > .cs-mega-menu,
.cs-nav-list > .cs-has-menu:first-of-type:focus-within > .cs-mega-menu,
.cs-nav-list > .cs-has-menu:first-of-type.is-open > .cs-mega-menu,
.cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2):hover > .cs-mega-menu,
.cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2):focus-within > .cs-mega-menu,
.cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2).is-open > .cs-mega-menu {
  transform: translateY(0);
}

.cs-menu-intro {
  background: linear-gradient(135deg, #073b55, #087f8f);
  color: #fff;
  border-radius: 8px;
  padding: 26px;
  min-height: 100%;
}

.cs-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #bdf2f4;
  margin-bottom: 10px;
}

.cs-menu-intro strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 18px;
  color: #fff;
}

.cs-menu-intro a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cs-dropdown .cs-menu-intro strong,
.cs-dropdown .cs-menu-intro a {
  color: #fff !important;
}

.cs-menu-grid,
.cs-solutions-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cs-compact-menu {
  width: 340px;
  display: grid;
  gap: 6px;
}

.cs-solutions-menu {
  width: min(760px, calc(100vw - 42px));
}

@media (min-width: 961px) and (max-width: 1280px) {
  .cs-nav-inner {
    max-width: none;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cs-nav-link {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
  }

  .cs-nav-actions {
    gap: 6px;
  }

  .cs-secondary-cta,
  .cs-primary-cta {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 13px;
  }

  .cs-nav-list > .cs-has-menu:first-of-type > .cs-mega-menu,
  .cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2) > .cs-mega-menu {
    position: fixed;
    top: 122px;
    left: 16px;
    right: 16px;
    width: auto;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 118px);
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .cs-menu-intro {
    padding: 22px;
  }

  .cs-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-dropdown a {
    min-height: 64px;
    padding: 11px;
  }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .cs-nav-list > .cs-has-menu:first-of-type > .cs-mega-menu,
  .cs-nav-list > .cs-nav-item.cs-has-menu:nth-child(2) > .cs-mega-menu {
    grid-template-columns: 1fr;
  }

  .cs-menu-intro {
    min-height: auto;
  }
}

.cs-dropdown a {
  color: #163653;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 2px;
  min-height: 70px;
  padding: 13px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.cs-solutions-menu a,
.cs-compact-menu a {
  display: block;
}

.cs-dropdown a:hover,
.cs-dropdown a:focus,
.cs-dropdown a[aria-current="page"] {
  background: #f2f8fb;
  transform: translateY(-1px);
  text-decoration: none;
}

.cs-dropdown .fa {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #e8f7fa;
  color: #087f8f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.cs-dropdown strong {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  color: #102f48;
}

.cs-dropdown small {
  display: block;
  color: #5d7284;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.cs-nav-actions {
  gap: 8px;
  flex: 0 0 auto;
}

.cs-primary-cta,
.cs-secondary-cta,
.topb button#popup1,
#popup1,
.med-btn-white,
.mp-btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px !important;
  border: 1px solid #087f8f !important;
  background: linear-gradient(135deg, #087f8f, #0f6aa0) !important;
  color: #fff !important;
  font-weight: 800 !important;
  padding: 11px 18px !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(8, 127, 143, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.cs-secondary-cta,
.mp-btn-outline,
.med-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px !important;
  border: 1px solid #c8d8e2 !important;
  background: #fff !important;
  color: #12324d !important;
  font-weight: 800 !important;
  padding: 11px 16px !important;
  text-decoration: none !important;
  box-shadow: none;
}

.cs-primary-cta:hover,
.cs-primary-cta:focus,
.mp-btn-primary:hover,
.med-btn-white:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(8, 127, 143, .28);
}

.cs-secondary-cta:hover,
.cs-secondary-cta:focus,
.mp-btn-outline:hover,
.med-btn-outline:hover {
  background: #f5fafc !important;
  color: #05677b !important;
}

.med-cta-box .mp-btn-outline,
.med-cta-box .med-btn-outline,
.mp-cta-banner .mp-btn-outline,
.mp-cta-banner .med-btn-outline,
.med-hero-section .mp-btn-outline,
.med-hero-section .med-btn-outline,
.mp-hero .mp-btn-outline,
.mp-hero .med-btn-outline {
  background: #1ebc73 !important;
  border-color: #1ebc73 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(30, 188, 115, .22) !important;
}

.med-cta-box .mp-btn-outline:hover,
.med-cta-box .mp-btn-outline:focus,
.med-cta-box .med-btn-outline:hover,
.med-cta-box .med-btn-outline:focus,
.mp-cta-banner .mp-btn-outline:hover,
.mp-cta-banner .mp-btn-outline:focus,
.mp-cta-banner .med-btn-outline:hover,
.mp-cta-banner .med-btn-outline:focus,
.med-hero-section .mp-btn-outline:hover,
.med-hero-section .mp-btn-outline:focus,
.med-hero-section .med-btn-outline:hover,
.med-hero-section .med-btn-outline:focus,
.mp-hero .mp-btn-outline:hover,
.mp-hero .mp-btn-outline:focus,
.mp-hero .med-btn-outline:hover,
.mp-hero .med-btn-outline:focus {
  background: #169b61 !important;
  border-color: #169b61 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.cs-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #d8e5ec;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.cs-menu-toggle span {
  width: 20px;
  height: 2px;
  background: #12324d;
  border-radius: 99px;
  transition: transform .18s ease, opacity .18s ease;
}

.cs-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.cs-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.cs-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body > #header {
  min-height: 0 !important;
  height: auto !important;
  overflow: visible;
}

body.color-1 > #header {
  background: #fff;
}

.container-box.rotated,
.rotated .container-box,
div.container-box.rotated {
  display: none !important;
}

#header > .hidden-xs,
#header > .home-hero-wrap {
  display: block;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
}

#header #slider.cs-hero-slider {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  clear: both;
  line-height: normal;
  background: #071827;
}

#header #slider.cs-hero-slider .carousel .item {
  height: clamp(520px, 62vh, 680px) !important;
  min-height: 520px !important;
  overflow: hidden;
}

#header #slider.cs-hero-slider .imgslide,
#header #slider.cs-hero-slider .imgslide img {
  height: 100%;
  width: 100%;
}

#header #slider.cs-hero-slider .imgslide img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.02);
}

#header #slider.cs-hero-slider .carousel .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 21, 34, .88) 0%, rgba(5, 21, 34, .68) 44%, rgba(5, 21, 34, .28) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 24%);
  z-index: 1;
}

#header #slider.cs-hero-slider .carousel-caption.cs-hero-caption {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(1180px, calc(100vw - 64px));
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(28px, 4vw, 54px);
  overflow: visible;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(2, 19, 33, .28);
  color: #102b43;
  text-align: left;
  text-shadow: none;
  z-index: 3;
}

#header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr);
}

#header #slider.cs-hero-slider .cs-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #087f8f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#header #slider.cs-hero-slider .cs-hero-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 6px rgba(16, 185, 129, .12);
}

#header #slider.cs-hero-slider .item.one h1,
#header #slider.cs-hero-slider .item.one h2,
#header #slider.cs-hero-slider .item.two .service {
  letter-spacing: 0;
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
  white-space: normal;
  overflow-wrap: normal;
  text-wrap: balance;
  text-transform: none;
  text-shadow: none;
}

#header #slider.cs-hero-slider .item.one h1 {
  color: #0b2239;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.04;
  font-weight: 900;
  margin-bottom: 16px;
}

#header #slider.cs-hero-slider .item.one h2 {
  color: #526b84;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
  font-weight: 700;
}

#header #slider.cs-hero-slider .item.two .service {
  color: #0b2239;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 900;
}

#header #slider.cs-hero-slider .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

#header #slider.cs-hero-slider .buttons a {
  width: auto;
  min-width: 160px;
  margin: 0;
  padding: 13px 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15, 76, 129, .22);
  color: #0b2239;
  font-weight: 800;
  line-height: 1.2;
  pointer-events: auto;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(15, 76, 129, .10);
}

#header #slider.cs-hero-slider .buttons a.price {
  background: linear-gradient(135deg, #087f8f, #0f6aa0);
  border: 0;
  color: #fff;
}

#header #slider.cs-hero-slider .buttons a:hover {
  background: #eef8fb;
  color: #0b2239;
}

#header #slider.cs-hero-slider .buttons a.price:hover {
  background: linear-gradient(135deg, #066a78, #0d5c8b);
  color: #fff;
}

#header #slider.cs-hero-slider .cs-hero-proof {
  display: grid;
  gap: 14px;
}

#header #slider.cs-hero-slider .cs-proof-stat {
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(8, 127, 143, .10), rgba(15, 106, 160, .06));
  border: 1px solid rgba(8, 127, 143, .16);
}

#header #slider.cs-hero-slider .cs-proof-stat strong {
  display: block;
  margin-bottom: 5px;
  color: #0b2239;
  font-size: 20px;
  line-height: 1.2;
}

#header #slider.cs-hero-slider .cs-proof-stat span {
  display: block;
  color: #5b7188;
  font-size: 15px;
  line-height: 1.45;
}

#header #slider.cs-hero-slider .item.two .lists {
  position: static;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
}

#header #slider.cs-hero-slider .item.two .lists ul {
  position: static;
  left: auto;
  right: auto;
  transform: none;
  margin: 0;
  padding: 0;
}

#header #slider.cs-hero-slider .item.two .lists ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(239, 248, 251, .85);
  color: #243c52;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: none;
}

#header #slider.cs-hero-slider .item.two .lists ul li span {
  color: #087f8f;
  margin-top: 2px;
  flex: 0 0 auto;
}

#header #slider.cs-hero-slider .carousel-control {
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 72px;
  border: 0;
  background: rgba(8, 127, 143, .88);
  opacity: 1;
}

#header #slider.cs-hero-slider .carousel-control:hover {
  background: rgba(15, 106, 160, .96);
}

@media (max-width: 991px) {
  #header #slider.cs-hero-slider .carousel .item {
    height: auto !important;
    min-height: 0 !important;
  }

  #header #slider.cs-hero-slider .imgslide {
    position: absolute;
    inset: 0;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption,
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    margin: 26px auto;
    padding: 26px;
  }

  #header #slider.cs-hero-slider .item.two .lists {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #header > .home-hero-wrap {
    display: block !important;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption {
    width: calc(100% - 24px);
    margin: 18px auto;
    padding: 22px;
    border-radius: 14px;
    overflow: hidden;
  }

  #header #slider.cs-hero-slider .item.one h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  #header #slider.cs-hero-slider .item.one h2,
  #header #slider.cs-hero-slider .item.two .lists ul li {
    font-size: 15px;
  }

  #header #slider.cs-hero-slider .item.two .service {
    font-size: 28px;
  }

  #header #slider.cs-hero-slider .cs-hero-eyebrow {
    display: flex;
    max-width: 100%;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 1px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.one h2,
  #header #slider.cs-hero-slider .item.two .service,
  #header #slider.cs-hero-slider .cs-proof-stat strong,
  #header #slider.cs-hero-slider .cs-proof-stat span {
    overflow-wrap: anywhere;
  }

  #header #slider.cs-hero-slider .cs-proof-stat {
    padding: 15px;
  }

  #header #slider.cs-hero-slider .buttons a {
    width: 100%;
  }
}

#header.sub-page .page-header {
  background: linear-gradient(135deg, #0f4c81 0%, #1a73e8 100%);
  padding: 54px 0 38px;
  margin: 0;
}

#header.sub-page .page-header h1 {
  max-width: 980px;
  margin: 0 auto 10px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  font-size: clamp(28px, 3vw, 42px);
}

#header.sub-page .breadcrumb,
.mp-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: 8px 14px;
  margin: 8px 0 0;
}

#header.sub-page .breadcrumb,
#header.sub-page .breadcrumb a,
#header.sub-page .breadcrumb li,
#header.sub-page .breadcrumb span,
.mp-breadcrumb,
.mp-breadcrumb a,
.mp-breadcrumb li,
.mp-breadcrumb span {
  color: #fff !important;
}

.med-section,
.mp-section {
  overflow: hidden;
}

.row.equal-grid,
.med-equal-grid,
.mp-card-grid,
.mp-feature-grid {
  align-items: stretch;
}

.med-card,
.mp-card,
.mp-panel,
.med-use-card,
.med-type-tab {
  border-radius: 10px !important;
  box-shadow: 0 10px 28px rgba(15, 76, 129, .10) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.med-card:hover,
.mp-card:hover,
.mp-panel:hover,
.med-use-card:hover,
.med-type-tab:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 76, 129, .14) !important;
}

.med-card p,
.mp-card p,
.mp-panel p,
.med-use-card p,
.med-section-sub,
.mp-sub {
  max-width: 78ch;
}

.owl-carousel img,
.client-section img,
.footer img,
.item img {
  object-fit: contain;
}

#abc {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(6, 18, 31, .82) !important;
  opacity: 1 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  z-index: 10000 !important;
  padding: 30px 16px !important;
  backdrop-filter: blur(10px);
  text-align: center;
}

#abc::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  min-height: calc(100vh - 56px);
  vertical-align: middle;
}

#popupContact {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  top: auto !important;
  display: inline-block;
  vertical-align: middle;
  width: min(94vw, 620px) !important;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(211, 226, 235, .85) !important;
  border-radius: 8px !important;
  box-shadow: 0 34px 90px rgba(3, 21, 37, .42) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  text-align: left;
}

#popupContact form,
#popupContact #form,
#popupContact #formm {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#popupContact .cs-demo-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 32px 0;
}

#popupContact .cs-demo-fields textarea {
  grid-column: 1 / -1;
}

#popupContact h2 {
  margin: 0 !important;
  padding: 28px 72px 12px 32px !important;
  background: linear-gradient(135deg, #087f8f, #0f6aa0) !important;
  color: #fff !important;
  border-radius: 8px 8px 0 0 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#popupContact h2 b {
  font-weight: 800 !important;
}

#popupContact h2::after {
  content: "Tell us where you are and our team will contact you with a focused MedicoPlus demo.";
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

#popupContact hr {
  display: none !important;
}

#popupContact .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
  padding-left: 28px;
  padding-right: 28px;
}

#popupContact .row:first-of-type {
  padding-top: 28px;
}

#popupContact .row:last-of-type {
  padding-bottom: 0;
}

#popupContact [class*="col-"] {
  min-width: 0;
  width: 100% !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#popupContact .col-md-12 {
  grid-column: 1 / -1;
}

#popupContact img#close,
img#close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 40px !important;
  height: 40px !important;
  padding: 10px;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .18) !important;
  border: 1px solid rgba(255, 255, 255, .4);
  object-fit: contain;
  cursor: pointer;
  z-index: 2;
  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

#popupContact img#close:hover,
img#close:hover {
  background: rgba(255, 255, 255, .28) !important;
  border-color: rgba(255, 255, 255, .65);
  transform: rotate(90deg);
}

#popupContact input,
#popupContact textarea,
.form-control {
  min-height: 44px;
  border-radius: 8px;
}

#popupContact input[type="text"],
#popupContact input,
#popupContact textarea {
  width: 100% !important;
  margin: 0 0 18px !important;
  padding: 14px 16px !important;
  min-height: 52px !important;
  border: 1px solid #c9d8e3 !important;
  border-radius: 8px !important;
  background: #f8fbfd !important;
  color: #102f48 !important;
  box-shadow: none !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

#popupContact input::placeholder,
#popupContact textarea::placeholder {
  color: #7b8ea0 !important;
  opacity: 1;
}

#popupContact input:focus,
#popupContact textarea:focus {
  border-color: #087f8f !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(8, 127, 143, .12) !important;
  outline: none !important;
}

#popupContact textarea {
  min-height: 126px !important;
  resize: vertical !important;
}

#popupContact #name1,
#popupContact #mobile1,
#popupContact #email1,
#popupContact #location1,
#popupContact textarea {
  background-image: none !important;
  background-position: initial !important;
  background-repeat: no-repeat !important;
}

#popupContact * {
  box-sizing: border-box;
}

#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 64px) !important;
  min-height: 54px;
  margin: 8px 32px 34px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0f6aa0 !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(15, 106, 160, .24);
  font-size: 17px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

#popupContact input#submit,
#popupContact #submit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(100% - 64px) !important;
  min-height: 54px !important;
  margin: 8px 32px 34px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #0f6aa0 !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(15, 106, 160, .24) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

#submit:hover,
#submit:focus {
  transform: translateY(-1px);
  background: #087f8f !important;
  box-shadow: 0 20px 42px rgba(8, 127, 143, .3);
}

#footer {
  background: #1a1e23;
  padding-top: 54px;
  margin-top: 0;
}

#footer .contact-top {
  display: none;
}

#footer .footer-top-main {
  padding-top: 0;
}

#footer .title.common {
  width: auto;
  margin: 0;
  text-align: left;
}

#footer .title.common h2 {
  font-size: 18px;
  line-height: 1.35;
  padding-bottom: 10px;
  text-transform: none;
}

#footer .title.common h2:before,
#footer .title.common h2:after {
  left: 0;
  transform: none;
  width: 44px;
  background: #14B1BB;
}

#footer .title.common h2:after {
  display: none;
}

#footer p,
#footer li,
#footer span,
#footer a {
  line-height: 1.65;
}

#footer .item.hosting ul li,
#footer .item.links ul li {
  margin-bottom: 10px;
}

#footer .social-icons ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0;
}

#footer .social-icons ul li {
  float: none;
  margin: 0;
}

#footer .footer-bottom {
  background: #111418;
  padding: 18px 0;
}

#footer .footer-bottom .links {
  float: none;
}

#footer .copyrights-row .container {
  text-align: center;
}

.back-to-top {
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
}

/* Homepage enterprise redesign layer.
   Visual-only rules: existing copy, links, hierarchy, metadata, schema and image assets remain in the PHP. */
body.color-1 {
  background: #f5f8fb;
  color: #12283d;
  font-family: "Open Sans", Arial, sans-serif;
}

body.color-1 #header {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
}

.cs-enterprise-header {
  border-bottom: 1px solid rgba(207, 222, 232, .75);
}

.cs-topbar {
  background: linear-gradient(90deg, #061827 0%, #0b3148 58%, #073f49 100%);
}

.cs-navbar {
  border-bottom: 1px solid rgba(221, 232, 238, .9);
}

.cs-nav-link,
.cs-secondary-cta,
.cs-primary-cta {
  letter-spacing: 0;
}

#header #slider.cs-hero-slider {
  background:
    radial-gradient(circle at 84% 22%, rgba(20, 177, 187, .16), transparent 28%),
    linear-gradient(135deg, #071827 0%, #0a2d46 52%, #06434a 100%);
}

#header #slider.cs-hero-slider .carousel .item {
  height: clamp(620px, 74vh, 790px) !important;
  min-height: 620px !important;
}

#header #slider.cs-hero-slider .imgslide {
  position: absolute;
  inset: 0;
}

#header #slider.cs-hero-slider .imgslide img {
  opacity: .2;
  filter: saturate(.95) contrast(1.04);
}

#header #slider.cs-hero-slider .carousel .item::before {
  content: "";
  position: absolute;
  inset: 72px min(6vw, 84px) 54px auto;
  width: min(44vw, 560px);
  border: 1px solid rgba(171, 213, 226, .22);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(238, 248, 251, .9)),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(15, 106, 160, .08) 42px 43px);
  box-shadow: 0 30px 90px rgba(1, 16, 29, .3);
  z-index: 1;
}

#header #slider.cs-hero-slider .carousel .item::after {
  background:
    linear-gradient(90deg, rgba(5, 22, 36, .96) 0%, rgba(5, 22, 36, .9) 42%, rgba(5, 22, 36, .5) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 28%);
}

#header #slider.cs-hero-slider .carousel-caption.cs-hero-caption {
  width: min(1180px, calc(100vw - 48px));
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: clamp(20px, 4vw, 48px) 0;
  color: #fff;
}

#header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
}

#header #slider.cs-hero-slider .cs-hero-copy {
  max-width: 760px;
}

#header #slider.cs-hero-slider .cs-hero-eyebrow {
  color: #8fe9e7;
  background: rgba(230, 250, 251, .08);
  border: 1px solid rgba(159, 224, 229, .18);
  border-radius: 999px;
  padding: 8px 13px;
  letter-spacing: 1px;
}

#header #slider.cs-hero-slider .cs-hero-eyebrow::before {
  background: #14B1BB;
  box-shadow: 0 0 0 5px rgba(20, 177, 187, .18);
}

#header #slider.cs-hero-slider .item.one h1,
#header #slider.cs-hero-slider .item.two .service {
  color: #fff;
  font-size: clamp(42px, 5.1vw, 76px);
  line-height: .98;
  max-width: 820px;
  letter-spacing: 0;
}

#header #slider.cs-hero-slider .item.one h2 {
  color: #c5d5df;
  max-width: 690px;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 600;
}

#header #slider.cs-hero-slider .buttons a {
  min-width: 168px;
  border-radius: 7px;
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  box-shadow: none;
}

#header #slider.cs-hero-slider .buttons a.price {
  background: #14B1BB;
  box-shadow: 0 18px 36px rgba(20, 177, 187, .26);
}

#header #slider.cs-hero-slider .buttons a:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
  transform: translateY(-1px);
}

#header #slider.cs-hero-slider .buttons a.price:hover {
  background: #0e95a0;
}

#header #slider.cs-hero-slider .cs-hero-proof {
  align-self: stretch;
  align-content: center;
}

#header #slider.cs-hero-slider .cs-proof-stat {
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(206, 224, 233, .92);
  box-shadow: 0 18px 44px rgba(2, 18, 31, .16);
}

#header #slider.cs-hero-slider .cs-proof-stat strong {
  color: #082238;
}

#header #slider.cs-hero-slider .cs-proof-stat span {
  color: #5c7184;
}

#header #slider.cs-hero-slider .item.two .lists ul li {
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(206, 224, 233, .9);
  box-shadow: 0 12px 32px rgba(2, 18, 31, .13);
}

#domain-checker {
  background: #fff;
  border-bottom: 1px solid #dceaf1;
  box-shadow: 0 18px 46px rgba(13, 48, 74, .06);
  height: auto;
  padding: 0;
}

#domain-checker .dc-inner {
  position: relative;
  bottom: auto;
  padding: 18px 0;
}

#domain-checker::after {
  display: none;
}

#domain-checker .dc-inner .d-names {
  display: block;
  margin: 0;
  width: auto;
}

#domain-checker .d-names-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
}

#domain-checker .dc-inner .d-names .item,
#domain-checker .d-names-inner .item {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
}

#domain-checker .dc-inner .d-names .item-inner,
.color-1 #domain-checker .dc-inner .d-names .item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  width: auto;
  height: 58px;
  border: 1px solid #d9e8f0;
  border-radius: 8px;
  background: #f8fbfd !important;
  background-color: #f8fbfd !important;
  box-shadow: none;
  position: relative;
}

#domain-checker .dc-inner .d-names .item-inner .text {
  position: static;
  transform: none;
  width: auto;
  font-size: 14px;
}

#domain-checker .dc-inner .d-names .item-inner .text > span {
  display: none;
}

#domain-checker .dc-inner .d-names h4,
#domain-checker .dc-inner .d-names H4 {
  margin: 0;
  color: #102f48;
  font-size: 14px;
  letter-spacing: 0;
}

#domain-checker .dc-inner .d-names .fa {
  color: #14B1BB;
  margin-right: 8px;
  font-size: 16px;
}

#about-us,
#our-service,
#specialized-modules,
#our-team,
#testimonial {
  position: relative;
  padding: clamp(64px, 7vw, 104px) 0 !important;
}

#about-us,
#specialized-modules {
  background: #f5f8fb !important;
}

#our-service,
#our-team {
  background: #fff;
}

.title.common {
  width: min(760px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.title.common h2 {
  color: #09233b;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.title.common h2::before,
.title.common h2::after {
  background: #14B1BB;
}

.title.common p {
  color: #5d7082;
  font-size: 16px;
  line-height: 1.7;
}

#about-us .main {
  margin-top: 42px;
}

#about-us .row {
  display: flex;
  align-items: center;
  gap: 34px;
}

#about-us .col-md-5,
#about-us .col-md-7 {
  float: none;
}

#about-us .col-md-5 {
  width: 38%;
}

#about-us .col-md-7 {
  width: 62%;
}

#about-us .col-md-5 img {
  border-radius: 10px;
  background: linear-gradient(145deg, #e7f5f7, #ffffff);
  border: 1px solid #dbeaf1;
  box-shadow: 0 22px 60px rgba(8, 47, 72, .12);
  padding: 12px;
}

#about-us .home-text {
  border: 1px solid #dbe8ef;
  border-radius: 10px;
  background: #fff;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: 0 24px 64px rgba(8, 47, 72, .08);
}

#about-us .home-text p {
  color: #263d52;
  font-size: 16px;
  line-height: 1.85;
}

.home-cert-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0;
}

.home-cert-logos img {
  max-height: 82px;
  padding: 10px 12px;
  border: 1px solid #dceaf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 47, 72, .07);
}

#about-us .home-text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  padding: 0;
  margin: 0 0 26px;
}

#about-us .home-text li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f6fafc;
  color: #233b51;
  line-height: 1.5;
}

#about-us .home-text li .fa {
  color: #14B1BB;
  margin-top: 3px;
}

#about-us .btn-danger {
  border: 0;
  border-radius: 7px;
  background: #0f6aa0;
  color: #fff;
  padding: 13px 22px;
  font-weight: 800;
  text-transform: none;
}

#our-service .main {
  margin-top: 40px;
}

#our-service .row {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: stretch !important;
}

#our-service .row:before,
#our-service .row:after,
#specialized-modules .main .row:before,
#specialized-modules .main .row:after,
#our-team .main.home-page .row:before,
#our-team .main.home-page .row:after,
#counter .counter-inner .row:before,
#counter .counter-inner .row:after {
  display: none !important;
  content: none !important;
}

#our-service .col-md-2,
#our-service .col-sm-6 {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  min-width: 0 !important;
}

#our-service .item {
  height: 100%;
  min-height: 178px;
  border: 1px solid #dce8ef;
  border-radius: 8px;
  background: #fff;
  padding: 26px 16px;
  box-shadow: 0 14px 36px rgba(8, 47, 72, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#our-service .item:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 177, 187, .42);
  box-shadow: 0 22px 50px rgba(8, 47, 72, .11);
}

#our-service .item > span.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: #eaf8fa;
  color: #0d8691;
  font-size: 22px;
  margin-bottom: 18px;
}

#our-service .item h4 {
  min-height: 48px;
  margin: 0;
  color: #102f48;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#specialized-modules .main .row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: stretch !important;
}

#specialized-modules .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0 !important;
  border: 1px solid #cfe2ea !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #0d6170 !important;
  padding: 12px 16px !important;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 12px 30px rgba(8, 47, 72, .07);
  white-space: normal;
}

#specialized-modules .btn:hover {
  border-color: #14B1BB !important;
  color: #083047 !important;
  transform: translateY(-2px);
}

#our-team .main.home-page .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: stretch !important;
}

#our-team .col-md-3,
#our-team .col-sm-6 {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  min-width: 0 !important;
}

#our-team .item-inner {
  height: 100%;
  border: 1px solid #dce8ef;
  border-radius: 10px;
  background: #fff;
  padding: 26px 18px;
  box-shadow: 0 14px 36px rgba(8, 47, 72, .07);
}

#our-team .item-img img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border: 4px solid #edf7f9;
}

#our-team .item-info .name {
  color: #102f48;
  font-weight: 800;
  text-transform: none;
}

#testimonial {
  background:
    linear-gradient(180deg, rgba(7, 31, 52, .94), rgba(7, 31, 52, .92)),
    url("/images/background/testimonial-bg.jpg") center/cover;
}

#testimonial .title.common h2 {
  color: #fff;
}

#testimonial .testi-carousel .item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
}

#testimonial .main-text p {
  color: #253d52;
  line-height: 1.75;
}

#counter {
  background: linear-gradient(135deg, #071f34 0%, #0c3d58 100%);
  padding: 48px 0;
}

#counter .counter-inner .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: stretch !important;
}

#counter .col-md-3,
#counter .col-sm-6 {
  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  min-width: 0 !important;
}

#counter .item {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  padding: 28px 18px;
}

#counter .item .icon,
#counter .item .count {
  color: #9ce8e6;
}

#counter .item .text {
  color: rgba(255, 255, 255, .82);
  text-transform: none;
}

#footer {
  background: #071827;
}

#footer .footer-bottom {
  background: #04111d;
}

#footer .item.about.footer,
#footer .item.hosting {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  padding: 22px;
}

@media (max-width: 1199px) {
  #our-service .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #specialized-modules .main .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #header #slider.cs-hero-slider .carousel .item {
    height: auto !important;
    min-height: 0 !important;
  }

  #header #slider.cs-hero-slider .carousel .item::before {
    display: none;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption,
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
    background: rgba(6, 24, 39, .86);
    border: 1px solid rgba(170, 215, 226, .2);
    border-radius: 10px;
    padding: 28px;
  }

  #about-us .row {
    display: block;
  }

  #about-us .col-md-5,
  #about-us .col-md-7 {
    width: 100%;
  }

  #about-us .col-md-5 {
    margin-bottom: 24px;
  }

  #our-team .main.home-page .row,
  #counter .counter-inner .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption {
    padding: 24px;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.two .service {
    font-size: 34px;
    line-height: 1.08;
  }

  #domain-checker .d-names-inner {
    flex-wrap: wrap;
  }

  #about-us .home-text ul,
  #our-service .row,
  #specialized-modules .main .row,
  #our-team .main.home-page .row,
  #counter .counter-inner .row {
    grid-template-columns: 1fr;
  }

  .home-cert-logos img {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .med-equal-grid,
  .legacy-equal-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .med-equal-grid > [class*="col-"],
  .legacy-equal-grid > [class*="col-"] {
    display: flex;
    float: none;
  }

  .med-equal-grid .med-card,
  .legacy-equal-grid .item,
  .legacy-equal-grid .med-card {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .cs-topbar {
    display: none;
  }

  .cs-nav-inner {
    min-height: 86px;
  }

  .cs-brand {
    min-width: 0;
  }

  .cs-menu-toggle {
    display: inline-flex;
  }

  .cs-nav-panel {
    box-sizing: border-box;
    position: fixed !important;
    inset: 86px 0 0 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vh - 86px) !important;
    height: calc(100dvh - 86px) !important;
    background: #fff;
    border-left: 0 !important;
    box-shadow: 0 18px 48px rgba(10, 35, 66, .18);
    display: none !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding: 16px 18px 120px !important;
    transform: none !important;
    visibility: hidden;
    transition: none;
  }

  body.cs-menu-open .cs-nav-panel {
    display: flex !important;
    visibility: visible !important;
  }

  body.cs-menu-open {
    overflow: hidden;
  }

  .cs-nav-list {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .cs-nav-link {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
    padding: 0 4px;
    border-radius: 0;
    border-bottom: 1px solid #edf3f7;
    font-size: 15px;
  }

  .cs-nav-link:hover,
  .cs-nav-link:focus,
  .cs-has-menu.is-open > .cs-nav-link {
    background: transparent;
  }

  .cs-has-menu {
    position: static;
  }

  .cs-dropdown,
  .cs-mega-menu,
  .cs-solutions-menu,
  .cs-compact-menu {
    box-sizing: border-box;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 8px 0 14px !important;
    transition: none !important;
  }

  .cs-nav-list > .cs-has-menu:first-of-type {
    position: static;
  }

  .cs-nav-list > .cs-has-menu:first-of-type > .cs-mega-menu {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    transform: none !important;
  }

  .cs-has-menu.is-open > .cs-dropdown {
    display: grid !important;
  }

  .cs-mega-menu {
    grid-template-columns: 1fr !important;
  }

  .cs-menu-intro {
    display: none;
  }

  .cs-menu-grid,
  .cs-solutions-menu,
  .cs-compact-menu {
    grid-template-columns: 1fr !important;
    gap: 4px;
  }

  .cs-dropdown:before {
    display: none;
  }

  .cs-dropdown a {
    box-sizing: border-box;
    display: block !important;
    width: 100%;
    max-width: 100%;
    min-height: 56px;
    padding: 12px 10px 14px 14px;
    overflow-wrap: anywhere;
  }

  .cs-dropdown .fa {
    display: none !important;
  }

  .cs-dropdown strong,
  .cs-dropdown small {
    display: block;
    width: 100%;
  }

  .cs-dropdown small {
    margin-top: 5px;
  }

  .cs-nav-actions {
    position: static !important;
    bottom: auto !important;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0 4px;
  }
}

@media (max-width: 767px) {
  #header #slider.cs-hero-slider .carousel-control {
    display: none;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption,
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
    width: calc(100% - 28px);
    margin: 16px auto;
    padding: 19px;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.two .service {
    font-size: 33px;
    line-height: 1.08;
  }

  #header #slider.cs-hero-slider .buttons {
    gap: 10px;
    margin-top: 18px;
  }

  #header #slider.cs-hero-slider .cs-proof-stat {
    border-radius: 8px;
  }

  #our-service .main.text-center {
    text-align: left;
  }

  #our-service .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  #our-service .row > [class*="col-"] {
    width: auto !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
  }

  #our-service .item {
    min-height: 118px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  #our-service .item > span.fa {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #e9f8fb;
    color: #087f8f;
    font-size: 16px;
  }

  #our-service .item h4 {
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    letter-spacing: 0;
  }

  .cs-brand img {
    width: auto;
    max-width: 220px;
    max-height: 70px;
  }

  #abc {
    padding: 14px 10px !important;
  }

  #abc::before {
    display: none;
  }

  #popupContact {
    display: block;
    width: min(96vw, 640px) !important;
    max-height: calc(100vh - 28px);
  }

  #popupContact h2 {
    padding: 24px 62px 10px 22px !important;
    font-size: 23px !important;
  }

  #popupContact .row {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  #popupContact .cs-demo-fields {
    grid-template-columns: 1fr;
    padding: 22px 20px 0;
  }

  #popupContact [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  #submit {
    width: calc(100% - 40px) !important;
    margin: 6px 20px 24px !important;
  }

  #header.sub-page .page-header {
    padding: 96px 18px 36px !important;
  }

  #header.sub-page .page-header h1 {
    font-size: 22px !important;
    padding-top: 0 !important;
  }

  .mp-hero,
  .med-hero-section {
    padding: 48px 0 36px !important;
  }

  .mp-hero h1,
  .med-hero-section h1 {
    font-size: 28px !important;
  }

  .mp-hero-cta,
  .med-cta-box {
    text-align: center;
  }

  .mp-btn,
  .med-btn-white,
  .med-btn-outline,
  .mp-btn-primary,
  .mp-btn-outline {
    width: 100%;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mp-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mp-hero-actions .mp-btn {
    width: 100%;
    min-width: 0;
  }

  #footer {
    padding-top: 36px;
  }

  #footer .footer-top-main .col-md-3,
  #footer .footer-top-main .col-md-6 {
    margin-bottom: 28px;
  }
}

/* Production QA fixes: viewport containment, mobile hero stability, and readable legacy pages. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

a,
button,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: rgba(20, 177, 187, .18);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
.cs-menu-toggle:focus-visible,
.cs-nav-link:focus-visible {
  outline: 3px solid rgba(20, 177, 187, .55);
  outline-offset: 3px;
}

#header.sub-page .page-header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#header.sub-page .breadcrumb,
.mp-breadcrumb {
  max-width: min(100%, 960px);
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.med-section,
.mp-section,
.contact-inner,
.client-inner,
.about-inner,
.main,
.row,
[class*="col-"] {
  min-width: 0;
}

.med-section p,
.med-section li,
.mp-section p,
.mp-section li,
.contact-inner p,
.client-inner p,
.about-inner p {
  overflow-wrap: anywhere;
}

.med-hero-section p,
.mp-hero p,
.med-card p,
.med-type-tab p,
.med-section p,
.mp-panel p,
.mp-sub {
  color: #34495d !important;
}

.med-hero-section p,
.mp-hero p {
  color: #d2e0e8 !important;
}

.med-hero-section {
  background: radial-gradient(circle at 84% 20%, rgba(20, 177, 187, .16), transparent 28%), linear-gradient(135deg, #071827 0%, #0a2d46 55%, #06434a 100%) !important;
  color: #fff !important;
}

.med-hero-section h1,
.med-hero-section h2,
.mp-hero h1,
.mp-hero h2,
.mp-hero .mp-title {
  color: #fff !important;
}

#contact input,
#contact textarea,
#contact select,
#popupContact input,
#popupContact textarea,
#popupContact select {
  min-height: 44px;
  box-sizing: border-box;
}

.cs-contact-modern {
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 177, 187, .10), transparent 28%),
    linear-gradient(180deg, #f5f9fc 0%, #ffffff 100%);
  padding: 72px 0 0;
}

.cs-contact-modern .contact-inner {
  padding: 0 0 48px;
}

.cs-contact-heading {
  max-width: 780px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100%;
}

.cs-contact-heading .cs-eyebrow {
  color: #087f8f;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-contact-heading h2 {
  margin: 10px 0 12px;
  color: #0a253d;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: anywhere;
}

.cs-contact-heading p {
  margin: 0;
  color: #4a6074;
  font-size: 17px;
  line-height: 1.75;
}

.cs-contact-grid {
  display: flex;
  align-items: stretch;
}

.cs-contact-grid:before,
.cs-contact-grid:after {
  display: none !important;
  content: none !important;
}

.cs-contact-grid > [class*="col-"] {
  display: flex;
  float: none;
}

.cs-contact-panel {
  width: 100%;
  background: #fff;
  border: 1px solid #dbe8ef;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(10, 35, 66, .10);
}

.cs-contact-modern .contact-form {
  padding: 30px;
}

.cs-contact-modern .title h3 {
  color: #0a253d;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  text-transform: none;
}

.cs-contact-modern .title p {
  color: #52687a;
  line-height: 1.7;
  margin: 0 0 22px;
}

.cs-contact-modern .form-group {
  position: relative;
  margin-bottom: 14px;
}

.cs-contact-modern .form-control {
  width: 100%;
  height: auto;
  min-height: 52px !important;
  border: 1px solid #d7e5ed;
  border-radius: 8px;
  box-shadow: none;
  color: #12324d;
  font-size: 15px;
  padding: 14px 48px 14px 15px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.cs-contact-modern textarea.form-control {
  min-height: 140px !important;
  resize: vertical;
}

.cs-contact-modern .form-control:focus {
  border-color: #14b1bb;
  box-shadow: 0 0 0 4px rgba(20, 177, 187, .13);
}

.cs-contact-modern .input-group-addon {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #087f8f;
}

.cs-contact-modern .contact-page-btn {
  width: 100%;
  min-height: 52px;
  border: 1px solid #087f8f !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #087f8f, #0f6aa0) !important;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: none;
  box-shadow: 0 14px 30px rgba(8, 127, 143, .22);
}

.cs-office-stack {
  display: grid;
  width: 100%;
  gap: 18px;
}

.cs-office-stack .contact-info {
  padding: 28px;
}

.cs-office-stack .info-main p {
  margin: 0 0 18px;
  color: #33495f;
  font-size: 16px;
  line-height: 1.75;
}

.cs-office-stack .info-main span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  color: #43586b;
  font-size: 15px;
  line-height: 1.55;
}

.cs-office-stack .info-main i {
  color: #087f8f;
  min-width: 18px;
  padding-top: 3px;
}

.cs-contact-modern #map {
  margin-top: 18px;
}

.cs-contact-modern .map-main {
  border-top: 1px solid #dbe8ef;
}

.cs-contact-modern .map-main iframe {
  display: block;
  width: 100%;
  height: min(420px, 52vw);
  min-height: 280px;
  border: 0;
}

/* Production SaaS polish for remaining legacy content pages. */
.med-section,
.guide-section,
.mp-section,
.mp-section-alt {
  position: relative;
  padding: clamp(58px, 6vw, 88px) 0 !important;
}

.med-section-alt,
.guide-section-alt,
.mp-section-alt {
  background: linear-gradient(180deg, #f5f9fc 0%, #eef5fa 100%) !important;
}

.med-section .container,
.guide-section .container,
.mp-section .container,
.mp-section-alt .container {
  max-width: 1180px;
}

.med-section-title,
.guide-section-title,
.mp-heading {
  color: #09233b !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  text-transform: none !important;
}

.med-section-sub,
.guide-section-sub,
.mp-subheading,
.mp-sub {
  color: #43586b !important;
  line-height: 1.75 !important;
  max-width: 880px !important;
}

.med-section p,
.guide-section p,
.mp-section p,
.mp-section-alt p {
  color: #33495f;
  line-height: 1.75;
}

.med-section .row,
.guide-section .row,
.mp-section .row,
.mp-section-alt .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.med-section .row:before,
.med-section .row:after,
.guide-section .row:before,
.guide-section .row:after,
.mp-section .row:before,
.mp-section .row:after,
.mp-section-alt .row:before,
.mp-section-alt .row:after {
  display: none !important;
  content: none !important;
}

.med-section [class*="col-"],
.guide-section [class*="col-"],
.mp-section [class*="col-"],
.mp-section-alt [class*="col-"] {
  float: none;
  min-width: 0;
}

.med-card,
.guide-card,
.mp-card,
.mp-panel,
.med-type-tab,
.mp-faq-item,
.mp-info-box,
.mp-mandate-box,
.mp-ai-answer {
  border: 1px solid #dbe8ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(8, 47, 72, .08) !important;
}

.med-card,
.guide-card,
.mp-card,
.mp-panel {
  height: calc(100% - 20px);
  margin-bottom: 20px !important;
}

.guide-card {
  border-left: 4px solid #14b1bb !important;
}

.med-card h3,
.med-card h4,
.guide-card h3,
.guide-card h4,
.mp-card h3,
.mp-card h4,
.mp-panel h3,
.mp-panel h4 {
  color: #0a253d !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

.med-card-icon,
.mp-card-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  background: #eaf8fa !important;
  color: #0d8691 !important;
  font-size: 22px !important;
}

.med-feature-list,
.guide-checklist,
.mp-check-list {
  padding-left: 0 !important;
  list-style: none !important;
}

.med-feature-list li,
.guide-checklist li,
.mp-check-list li {
  position: relative;
  padding: 10px 0 10px 30px !important;
  border-bottom: 1px solid #e7eef4 !important;
  color: #34495d !important;
  line-height: 1.65 !important;
}

.med-feature-list li:before,
.guide-checklist li:before,
.mp-check-list li:before {
  content: "\f00c" !important;
  font-family: FontAwesome !important;
  position: absolute;
  left: 0;
  top: 11px;
  color: #0d8691 !important;
  font-weight: 400 !important;
}

.med-compare-table,
.mp-compare-table,
.guide-section table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 1px solid #dbe8ef !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 47, 72, .07);
}

.med-compare-table th,
.mp-compare-table th,
.guide-section table th {
  background: #071f34 !important;
  color: #fff !important;
  padding: 14px 16px !important;
  line-height: 1.35 !important;
}

.med-compare-table td,
.mp-compare-table td,
.guide-section table td {
  color: #34495d !important;
  padding: 13px 16px !important;
  border-bottom: 1px solid #e7eef4 !important;
  line-height: 1.55 !important;
}

.med-cta-box,
.mp-cta-banner {
  border-radius: 8px !important;
  background: radial-gradient(circle at 82% 18%, rgba(20, 177, 187, .18), transparent 28%), linear-gradient(135deg, #071827, #0b3a54) !important;
  border: 1px solid rgba(159, 224, 229, .16) !important;
  box-shadow: 0 24px 64px rgba(2, 18, 31, .18) !important;
  color: #fff !important;
}

.med-cta-box h2,
.med-cta-box p,
.mp-cta-banner h2,
.mp-cta-banner p {
  color: #fff !important;
}

.med-cta-box p,
.mp-cta-banner p {
  opacity: .9 !important;
}

#client {
  background: #fff;
}

#client .client-inner {
  border-top: 1px solid #e2edf3;
  border-bottom: 1px solid #e2edf3;
  padding: 34px 0;
}

#client .item,
#client .client-text-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  border: 1px solid #dbe8ef;
  border-radius: 8px;
  background: #fff;
  color: #12324d;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(8, 47, 72, .06);
}

#client img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

#popupContact .row {
  margin-left: -8px;
  margin-right: -8px;
}

#popupContact [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991px) {
  #header.sub-page .page-header {
    padding: 46px 0 34px !important;
  }

  .cs-contact-modern {
    padding-top: 54px;
  }

  .cs-contact-grid {
    display: block;
  }

  .cs-contact-grid > [class*="col-"] {
    display: block;
  }

  .cs-contact-grid > [class*="col-"] + [class*="col-"] {
    margin-top: 18px;
  }

  .cs-contact-heading {
    text-align: left;
    margin-bottom: 22px;
    max-width: calc(100vw - 32px);
  }

  .cs-contact-heading h2 {
    font-size: 24px !important;
    overflow-wrap: anywhere;
  }

  .cs-contact-modern .contact-form,
  .cs-office-stack .contact-info {
    padding: 22px;
  }

  .med-hero-section .row,
  .mp-hero .row,
  .mp-hero-inner {
    display: block !important;
  }

  .med-section .row,
  .guide-section .row,
  .mp-section .row,
  .mp-section-alt .row {
    display: block !important;
  }

  .med-card,
  .guide-card,
  .mp-card,
  .mp-panel {
    height: auto !important;
  }

  .med-hero-section [class*="col-"],
  .mp-hero [class*="col-"],
  .mp-hero-inner [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
}

@media (max-width: 767px) {
  #header #slider.cs-hero-slider,
  #header #slider.cs-hero-slider .carousel,
  #header #slider.cs-hero-slider .carousel-inner,
  #header #slider.cs-hero-slider .carousel .item {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption,
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: block !important;
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    min-width: 0 !important;
    margin: 14px auto 20px !important;
    padding: 22px 18px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    text-align: left !important;
  }

  #header #slider.cs-hero-slider .cs-hero-copy,
  #header #slider.cs-hero-slider .buttons,
  #header #slider.cs-hero-slider .cs-hero-proof,
  #header #slider.cs-hero-slider .item.two .lists {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #header #slider.cs-hero-slider .cs-hero-eyebrow {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    letter-spacing: .5px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.one h2,
  #header #slider.cs-hero-slider .item.two .service {
    max-width: 100% !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.two .service {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.1 !important;
  }

  #header #slider.cs-hero-slider .item.one h2 {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  #header #slider.cs-hero-slider .buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #header #slider.cs-hero-slider .buttons a {
    min-height: 46px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #header #slider.cs-hero-slider .cs-hero-proof {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #header #slider.cs-hero-slider .carousel-control {
    width: 34px !important;
    opacity: .35 !important;
  }

  #header.sub-page .page-header {
    padding: 86px 15px 34px !important;
  }

  #header.sub-page .page-header h1,
  #header.sub-page .page-title {
    max-width: 100% !important;
    font-size: clamp(20px, 5.8vw, 24px) !important;
    line-height: 1.22 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  #header.sub-page .breadcrumb,
  .mp-breadcrumb {
    justify-content: flex-start !important;
    width: calc(100vw - 30px) !important;
    max-width: calc(100vw - 30px) !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .med-hero-section,
  .mp-hero {
    padding: 42px 0 36px !important;
    overflow: hidden !important;
  }

  .med-hero-section .container,
  .mp-hero .container,
  .med-section .container,
  .mp-section .container,
  #contact .container,
  #client .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }

  .med-badge,
  .mp-kicker {
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    letter-spacing: .5px !important;
  }

  .med-hero-section h1,
  .med-hero-section h2,
  .mp-hero h1 {
    font-size: clamp(18px, 5vw, 20px) !important;
    line-height: 1.14 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    max-width: 100% !important;
  }

  .med-hero-section .med-section-title,
  .med-hero-section h2[style],
  .mp-hero h1[style],
  #header.sub-page .page-header center,
  #header.sub-page .page-header center h1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-align: center !important;
  }

  .med-hero-section p,
  .mp-hero p,
  .med-section p,
  .mp-section p,
  .contact-inner p,
  .client-inner p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    overflow-wrap: anywhere !important;
  }

  .med-stat-box,
  .mp-stat,
  .med-card,
  .mp-panel,
  .med-type-tab,
  #contact input,
  #contact textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .med-btn-white,
  .med-btn-outline,
  .mp-btn,
  .mp-btn-primary,
  .mp-btn-outline,
  .contact-page-btn {
    box-sizing: border-box !important;
  }

  #contact .row,
  #client .row,
  .med-section .row,
  .mp-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #contact [class*="col-"],
  #client [class*="col-"],
  .guide-section [class*="col-"],
  .med-section [class*="col-"],
  .mp-section [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #contact input,
  #contact textarea,
  #contact select {
    display: block;
    margin-bottom: 14px;
  }

  .med-hero-section h1,
  .med-hero-section h2,
  .med-hero-section p,
  .med-hero-section .med-badge,
  .mp-hero h1,
  .mp-hero h2,
  .mp-hero p,
  .mp-hero .mp-kicker,
  .mp-hero .mp-hero-badge {
    width: auto !important;
    max-width: calc(100vw - 30px) !important;
    overflow-wrap: anywhere !important;
  }
}

/* Full-page mobile QA containment for legacy homepage sections. */
@media (max-width: 991px) {
  #about-us,
  #our-service,
  #specialized-modules,
  #our-team,
  #testimonial,
  #counter,
  #client {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: clip !important;
  }

  #about-us .container,
  #our-service .container,
  #specialized-modules .container,
  #our-team .container,
  #testimonial .container,
  #testimonial .container-fluid,
  #counter .container,
  #client .container {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    overflow-x: clip !important;
  }

  #our-service .row,
  #specialized-modules .main .row,
  #our-team .main.home-page .row,
  #counter .counter-inner .row {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }

  #our-service .col-md-2,
  #our-service .col-sm-6,
  #our-team .col-md-3,
  #our-team .col-sm-6,
  #counter .col-md-3,
  #counter .col-sm-6 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  #our-service .item,
  #specialized-modules .btn,
  #our-team .item,
  #our-team .item-inner,
  #counter .item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    transform: none !important;
  }

  #testimonial .owl-carousel,
  #testimonial .owl-stage-outer,
  #testimonial .owl-stage,
  #testimonial .owl-item,
  #testimonial .testi-carousel .item {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }

  #testimonial .owl-stage-outer {
    overflow: hidden !important;
  }
}

@media (max-width: 767px) {
  #header.sub-page .page-header {
    padding: 34px 0 28px !important;
  }

  #header.sub-page .page-header h1 {
    font-size: clamp(24px, 7vw, 30px) !important;
    margin-bottom: 8px !important;
  }

  #header.sub-page .breadcrumb,
  .mp-breadcrumb {
    width: 100% !important;
    justify-content: flex-start !important;
    border-radius: 8px !important;
    padding: 11px 12px !important;
    gap: 5px !important;
  }

  .cs-contact-modern {
    padding-top: 42px;
  }

  .cs-contact-heading h2 {
    font-size: 24px !important;
    line-height: 1.22;
    max-width: calc(100vw - 32px) !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  .cs-contact-heading p {
    max-width: calc(100vw - 32px) !important;
    overflow-wrap: anywhere;
  }

  #our-service .row,
  #specialized-modules .main .row,
  #our-team .main.home-page .row,
  #counter .counter-inner .row {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  #our-service .item,
  #counter .item {
    min-height: auto !important;
    padding: 24px 16px !important;
  }

  #our-service .item h4 {
    min-height: 0 !important;
  }

  #our-team .item-inner {
    padding: 24px 16px !important;
  }
}

/* Enterprise card system pass: restrained, reusable, and content-preserving. */
:root {
  --cs-card-bg: #ffffff;
  --cs-card-border: #dbe7ee;
  --cs-card-border-strong: #c7dbe6;
  --cs-card-ink: #0b263d;
  --cs-card-muted: #41576b;
  --cs-card-accent: #0d8691;
  --cs-card-accent-soft: #eaf8fa;
  --cs-card-shadow: 0 10px 28px rgba(8, 47, 72, .065);
  --cs-card-shadow-hover: 0 16px 38px rgba(8, 47, 72, .10);
  --cs-card-radius: 8px;
  --cs-card-pad: 24px;
}

.med-card,
.guide-card,
.mp-card,
.mp-panel,
.med-type-tab,
.mp-faq-item,
.mp-info-box,
.mp-mandate-box,
.mp-ai-answer,
.cs-contact-panel,
#our-service .item,
#our-team .item-inner,
#testimonial .testi-carousel .item,
#counter .item,
#client .item,
#client .client-text-logo,
#pricing-1 .item,
#pricing-3 .item,
#blog .item,
.feature-1 .item,
.feature-2 .item,
.feature-3 .item,
.feature-4 .item,
.os-inner .item {
  border: 1px solid var(--cs-card-border) !important;
  border-radius: var(--cs-card-radius) !important;
  background: var(--cs-card-bg) !important;
  box-shadow: var(--cs-card-shadow) !important;
  color: var(--cs-card-ink) !important;
}

.med-card:hover,
.guide-card:hover,
.mp-card:hover,
.mp-panel:hover,
#our-service .item:hover,
#our-team .item-inner:hover,
#client .owl-carousel a:hover .item,
#pricing-1 .item:hover,
#pricing-3 .item:hover,
#blog .item:hover,
.feature-1 .item:hover,
.feature-2 .item:hover,
.feature-3 .item:hover,
.feature-4 .item:hover,
.os-inner .item:hover {
  transform: translateY(-2px) !important;
  border-color: var(--cs-card-border-strong) !important;
  box-shadow: var(--cs-card-shadow-hover) !important;
}

#our-service .item,
.med-card,
.guide-card,
.mp-card,
.mp-panel,
.cs-contact-panel,
#pricing-1 .item,
#pricing-3 .item,
#blog .item,
.feature-1 .item,
.feature-2 .item,
.feature-3 .item,
.feature-4 .item,
.os-inner .item {
  padding: var(--cs-card-pad) !important;
}

#our-service .item,
.mp-card,
.med-card,
.guide-card {
  text-align: left !important;
}

#our-service .item > span.fa,
.med-card-icon,
.mp-card-icon,
.feature-1 .item .icon,
.feature-2 .item .icon,
.feature-3 .item .icon,
.feature-4 .item-inner .icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 8px !important;
  background: var(--cs-card-accent-soft) !important;
  color: var(--cs-card-accent) !important;
  box-shadow: none !important;
}

#our-service .item h3,
#our-service .item h4,
.med-card h3,
.med-card h4,
.guide-card h3,
.guide-card h4,
.mp-card h3,
.mp-card h4,
.mp-panel h3,
.mp-panel h4,
#blog .item h2,
.feature-1 .item h3,
.feature-2 .item h3,
.feature-3 .item h3,
.feature-4 .item-inner .info h3,
.os-inner .item h3,
.os-inner .item h4 {
  color: var(--cs-card-ink) !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.med-card p,
.guide-card p,
.mp-card p,
.mp-panel p,
#blog .item .item-text,
.feature-1 .item p,
.feature-2 .item p,
.feature-3 .item .caption p,
.feature-4 .item-inner .info p,
.os-inner .item p {
  color: var(--cs-card-muted) !important;
  line-height: 1.68 !important;
}

#our-service .row {
  gap: 18px !important;
}

#our-service .item {
  min-height: 168px !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#our-service .item > span.fa {
  margin-bottom: 18px !important;
}

#our-service .item h4 {
  min-height: 0 !important;
  font-size: 16px !important;
}

#specialized-modules .main .row {
  gap: 16px !important;
}

#specialized-modules .btn {
  min-height: 58px !important;
  justify-content: flex-start !important;
  text-align: left !important;
  border-color: var(--cs-card-border) !important;
  color: var(--cs-card-ink) !important;
  box-shadow: var(--cs-card-shadow) !important;
  padding: 14px 18px !important;
}

#specialized-modules .btn:hover,
#specialized-modules .btn:focus {
  border-color: var(--cs-card-border-strong) !important;
  background: #f8fcfd !important;
  color: #073047 !important;
  box-shadow: var(--cs-card-shadow-hover) !important;
}

#our-team {
  background:
    linear-gradient(180deg, rgba(7, 31, 52, .88), rgba(7, 31, 52, .86)),
    url("/images/background/team-bg.jpg") center/cover !important;
}

#our-team .item,
#our-team .item-inner {
  overflow: hidden;
}

#our-team .item-inner {
  position: relative;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 26px 22px !important;
}

#our-team .item-inner:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #14b1bb;
}

#our-team .item-img {
  margin: 0 0 22px !important;
}

#our-team .item-img img {
  width: 116px !important;
  height: 116px !important;
  border-radius: 999px !important;
  border: 5px solid #edf7f9 !important;
  box-shadow: none !important;
}

#our-team .item-info .name {
  margin-bottom: 8px !important;
  font-size: 21px !important;
  letter-spacing: .02em !important;
}

#our-team .item-info .post,
#our-team .item-text p {
  color: var(--cs-card-muted) !important;
  font-style: normal !important;
  letter-spacing: .02em !important;
  line-height: 1.6 !important;
}

#our-team .social-icon {
  margin-top: auto !important;
}

#our-team .social-icon li a {
  border-color: #cfe2ea !important;
  color: #0d8691 !important;
  background: #fff !important;
}

#our-team .social-icon li a:hover,
#our-team .social-icon li a:focus {
  background: #0d8691 !important;
  border-color: #0d8691 !important;
  color: #fff !important;
}

#client .client-inner {
  padding: 42px 0 !important;
  border-color: #dbe7ee !important;
}

#client .main {
  margin-top: 30px;
}

#client .owl-carousel a {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#client .item,
#client .client-text-logo {
  min-height: 126px !important;
  height: 126px !important;
  padding: 18px !important;
  overflow: hidden;
  text-align: center;
}

#client .item {
  display: flex !important;
}

#client .client-text-logo {
  width: 100%;
  font-size: 17px !important;
  line-height: 1.35 !important;
  letter-spacing: .02em !important;
}

#client .item .client-text-logo {
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#client img {
  display: block;
  width: auto !important;
  max-width: 84% !important;
  max-height: 62px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

#client .owl-carousel .owl-nav .owl-prev,
#client .owl-carousel .owl-nav .owl-next {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #dbe7ee !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0b263d !important;
  box-shadow: var(--cs-card-shadow) !important;
}

#client .owl-carousel .owl-nav .owl-prev:hover,
#client .owl-carousel .owl-nav .owl-next:hover {
  background: #eaf8fa !important;
  border-color: #b9d8e3 !important;
  color: #0d8691 !important;
}

#counter .item {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .075) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  box-shadow: none !important;
}

#counter .item .icon {
  margin-bottom: 12px !important;
}

#counter .item .count {
  font-size: 34px !important;
  line-height: 1.1 !important;
}

#counter .item .text {
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

#testimonial .testi-carousel .item {
  padding: 24px !important;
}

#testimonial .item .item-top,
#testimonial .item .item-main {
  background: transparent !important;
  box-shadow: none !important;
}

#testimonial .item .item-title .name {
  color: var(--cs-card-ink) !important;
  font-weight: 800 !important;
}

#testimonial .item .item-title small {
  color: var(--cs-card-muted) !important;
}

/* Rebuilt enterprise leadership section. */
#our-team.cs-leadership-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(7, 31, 52, .88), rgba(7, 31, 52, .90)),
    url("/images/background/team-bg.jpg") center/cover !important;
  padding: clamp(58px, 6vw, 88px) 0 !important;
}

#our-team.cs-leadership-section .ot-inner {
  position: relative;
  z-index: 1;
}

#our-team.cs-leadership-section .title.common {
  margin-bottom: 34px !important;
}

#our-team.cs-leadership-section .title.common h2 {
  color: #fff !important;
  font-size: clamp(34px, 4vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#our-team .cs-leadership-grid-wrap .row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

#our-team .cs-leadership-grid-wrap .row:before,
#our-team .cs-leadership-grid-wrap .row:after {
  display: none !important;
  content: none !important;
}

#our-team .cs-leadership-grid-wrap [class*="col-"] {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  padding: 0 !important;
}

#our-team .cs-leadership-card {
  height: 100%;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#our-team .cs-leadership-card .item-inner {
  position: relative;
  display: flex !important;
  height: 100%;
  min-height: 360px !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid rgba(219, 231, 238, .92) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 26px 24px 24px !important;
  box-shadow: 0 12px 30px rgba(3, 21, 37, .16) !important;
  text-align: left !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#our-team .cs-leadership-card .item-inner:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #14b1bb;
  opacity: .88;
}

#our-team .cs-leadership-card .item-inner:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(20, 177, 187, .42) !important;
  box-shadow: 0 18px 42px rgba(3, 21, 37, .22) !important;
}

#our-team .cs-leadership-card .item-img {
  margin: 0 0 22px !important;
}

#our-team .cs-leadership-card .item-img img {
  display: block;
  width: 124px !important;
  height: 124px !important;
  border-radius: 999px !important;
  border: 5px solid #eef8fa !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

#our-team .cs-leadership-card .item-info {
  width: 100%;
}

#our-team .cs-leadership-card .item-info .name {
  margin: 0 0 10px !important;
  color: #0b263d !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#our-team .cs-leadership-card .item-info .post {
  display: block !important;
  color: #3e5367 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.7 !important;
  letter-spacing: .02em !important;
  text-transform: none !important;
}

#our-team .cs-leadership-card .item-info .post span {
  display: inline !important;
  color: #657789 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

#our-team .cs-leadership-card .social-icon {
  display: none !important;
}

@media (max-width: 1199px) {
  #our-team .cs-leadership-grid-wrap .row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #our-team.cs-leadership-section {
    padding: 48px 0 !important;
  }

  #our-team.cs-leadership-section .title.common h2 {
    font-size: 31px !important;
  }

  #our-team .cs-leadership-grid-wrap .row {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #our-team .cs-leadership-card .item-inner {
    min-height: 0 !important;
    padding: 24px 22px !important;
  }

  #our-team .cs-leadership-card .item-img img {
    width: 112px !important;
    height: 112px !important;
  }
}

@media (max-width: 1199px) {
  #our-service .row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #specialized-modules .main .row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  #our-team .item-inner {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  #our-service .row,
  #specialized-modules .main .row {
    grid-template-columns: 1fr !important;
  }

  #our-service .item,
  #specialized-modules .btn,
  .med-card,
  .guide-card,
  .mp-card,
  .mp-panel,
  .cs-contact-panel {
    padding: 20px !important;
  }

  #client .item,
  #client .client-text-logo {
    min-height: 108px !important;
    height: 108px !important;
  }
}

/* SEO/GEO/AEO context module: visible, crawlable, and restrained. */
.cs-aeo-context {
  background: #f5f9fc;
  border-top: 1px solid #dbe7ee;
  border-bottom: 1px solid #dbe7ee;
  padding: 44px 0;
}

.cs-aeo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cs-aeo-answer {
  border: 1px solid #dbe7ee;
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(8, 47, 72, .055);
}

.cs-aeo-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0d8691;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cs-aeo-answer h2 {
  margin: 0 0 10px;
  color: #0b263d;
  font-size: 21px;
  line-height: 1.25;
  text-transform: none;
}

.cs-aeo-answer p {
  margin: 0;
  color: #41576b;
  line-height: 1.72;
  font-size: 15px;
}

.cs-aeo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cs-aeo-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #cfe1ea;
  border-radius: 999px;
  background: #fff;
  color: #0b344c;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.cs-aeo-links a:hover,
.cs-aeo-links a:focus {
  border-color: #14b1bb;
  color: #0d6170;
  background: #eaf8fa;
  text-decoration: none;
}

@media (max-width: 991px) {
  .cs-aeo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cs-aeo-context {
    padding: 34px 0;
  }

  .cs-aeo-answer {
    padding: 18px;
  }

  .cs-aeo-links a {
    width: 100%;
    border-radius: 8px;
  }
}

/* Enterprise visual architecture pass: typography, rhythm, trust, and conversion polish. */
:root {
  --cs-page-bg: #f5f9fc;
  --cs-surface: #ffffff;
  --cs-surface-soft: #f8fbfd;
  --cs-ink: #0b263d;
  --cs-text: #33495f;
  --cs-muted: #52687a;
  --cs-line: #dbe7ee;
  --cs-line-strong: #c7dbe6;
  --cs-teal: #14b1bb;
  --cs-teal-dark: #0d8691;
  --cs-blue: #0f6aa0;
  --cs-navy: #071827;
  --cs-radius: 8px;
  --cs-shadow-sm: 0 8px 22px rgba(8, 47, 72, .055);
  --cs-shadow-md: 0 14px 36px rgba(8, 47, 72, .085);
  --cs-section-y: clamp(58px, 6.5vw, 96px);
}

html {
  background: var(--cs-page-bg);
}

body {
  color: var(--cs-text);
  background: var(--cs-page-bg);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.68;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title.common h2,
.mp-title,
.med-section-title,
.guide-section-title,
.mp-heading {
  color: var(--cs-ink);
  letter-spacing: 0 !important;
  text-transform: none !important;
}

p,
li {
  color: var(--cs-text);
}

.container {
  width: min(1180px, calc(100% - 32px));
}

.title.common {
  margin-bottom: 34px !important;
}

.title.common h2 {
  display: inline-block;
  margin: 0 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.12 !important;
  font-weight: 800 !important;
}

.title.common h2:before,
.title.common h2:after {
  opacity: .82;
}

#about-us,
#our-service,
#specialized-modules,
#testimonial,
#counter,
#client,
.mp-section,
.mp-section-alt,
.med-section,
.guide-section,
.cs-aeo-context {
  scroll-margin-top: 112px;
}

#about-us,
#our-service,
#specialized-modules {
  padding: var(--cs-section-y) 0 !important;
}

#about-us {
  background: linear-gradient(180deg, #f7fbfd 0%, #eef5fa 100%) !important;
}

#about-us .main {
  margin-top: 0 !important;
}

#about-us .home-text {
  border: 1px solid var(--cs-line) !important;
  border-radius: var(--cs-radius) !important;
  background: var(--cs-surface) !important;
  padding: clamp(24px, 3vw, 36px) !important;
  box-shadow: var(--cs-shadow-md) !important;
}

#about-us .home-text p {
  max-width: 760px;
  color: var(--cs-text) !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}

#about-us .home-text ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 24px 0 !important;
}

#about-us .home-text li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e5eef4;
  border-radius: 8px;
  background: #f8fbfd;
  padding: 12px 14px !important;
  color: var(--cs-text) !important;
  line-height: 1.55 !important;
}

#about-us .home-text li .fa {
  color: var(--cs-teal-dark) !important;
  margin-top: 3px;
}

#about-us .col-md-5 img,
.mp-hero-img,
.med-section img,
.mp-section img,
.guide-section img {
  border-radius: var(--cs-radius) !important;
  box-shadow: var(--cs-shadow-md);
}

#header #slider.cs-hero-slider {
  background: var(--cs-navy);
}

#header #slider.cs-hero-slider .carousel .item {
  min-height: min(760px, calc(100vh - 122px)) !important;
}

#header #slider.cs-hero-slider .carousel-caption.cs-hero-caption {
  gap: clamp(32px, 5vw, 72px) !important;
}

#header #slider.cs-hero-slider .item.one h1,
#header #slider.cs-hero-slider .item.two .service {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 72px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

#header #slider.cs-hero-slider .item.one h2 {
  max-width: 720px;
  color: #d5e3ec !important;
  font-size: clamp(20px, 1.7vw, 25px) !important;
  line-height: 1.48 !important;
  font-weight: 700 !important;
}

#header #slider.cs-hero-slider .cs-hero-proof {
  border-color: rgba(219, 231, 238, .22) !important;
  border-radius: var(--cs-radius) !important;
  background: rgba(255, 255, 255, .08) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18) !important;
}

#header #slider.cs-hero-slider .cs-proof-stat {
  border-radius: var(--cs-radius) !important;
  background: rgba(255, 255, 255, .92) !important;
}

#header #slider.cs-hero-slider .buttons a,
.cs-primary-cta,
.mp-btn-primary,
.med-btn-white,
.contact-page-btn,
#popup1,
.topb button#popup1 {
  border-radius: var(--cs-radius) !important;
  box-shadow: 0 12px 28px rgba(8, 127, 143, .18) !important;
}

#header #slider.cs-hero-slider .buttons a:hover,
.cs-primary-cta:hover,
.mp-btn-primary:hover,
.med-btn-white:hover,
.contact-page-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 127, 143, .24) !important;
}

.mp-hero,
.med-hero-section {
  background:
    radial-gradient(circle at 80% 16%, rgba(20, 177, 187, .13), transparent 28%),
    linear-gradient(135deg, #071827 0%, #0b3048 58%, #06434a 100%) !important;
}

.mp-hero h1,
.med-hero-section h1,
.med-hero-section h2 {
  text-wrap: balance;
}

.mp-hero p,
.med-hero-section p {
  max-width: 760px !important;
  color: #d4e2ea !important;
}

.mp-visual,
.med-stat-box,
.mp-stat,
.cs-proof-stat {
  border-radius: var(--cs-radius) !important;
}

.med-cta-box,
.mp-cta-banner {
  padding: clamp(34px, 4.5vw, 58px) !important;
}

.med-cta-box h2,
.mp-cta-banner h2 {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.16 !important;
}

.med-cta-box p,
.mp-cta-banner p {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.72 !important;
}

table {
  max-width: 100%;
}

.med-compare-table,
.mp-compare-table,
.guide-section table {
  font-size: 15px;
}

#testimonial {
  padding: var(--cs-section-y) 0 !important;
}

#testimonial .testi-carousel .item {
  border-color: rgba(219, 231, 238, .92) !important;
}

#footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

/* Template cleanup: remove legacy blue sub-page banner visually while preserving H1/breadcrumb markup. */
#header.sub-page .page-header {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Remove the floating template panel treatment from specialty-page hero visuals. */
.mp-visual {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media (max-width: 991px) {
  #about-us .home-text ul {
    grid-template-columns: 1fr;
  }

  #header #slider.cs-hero-slider .carousel .item {
    min-height: auto !important;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.two .service {
    font-size: clamp(34px, 7vw, 48px) !important;
  }
}

@media (max-width: 767px) {
  :root {
    --cs-section-y: 46px;
  }

  body {
    font-size: 15px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .title.common {
    margin-bottom: 24px !important;
  }

  .title.common h2 {
    font-size: 28px !important;
  }

  #about-us .home-text {
    padding: 20px !important;
  }

  #header #slider.cs-hero-slider .item.one h1,
  #header #slider.cs-hero-slider .item.two .service {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  #header #slider.cs-hero-slider .item.one h2 {
    font-size: 17px !important;
  }
}

/* Homepage content architecture pass: crawlable enterprise sections with restrained SaaS cards. */
.cs-section-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--cs-teal-dark, #087f8f) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.cs-home-platform,
.cs-home-workflows {
  position: relative;
  padding: var(--cs-section-y, 72px) 0 !important;
  background:
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%) !important;
}

.cs-home-platform-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.cs-home-platform-copy,
.cs-home-answer-item,
.cs-workflow-card,
.cs-enterprise-cta-box {
  border: 1px solid rgba(190, 210, 222, .86);
  border-radius: var(--cs-radius, 10px);
  background: #ffffff;
  box-shadow: var(--cs-shadow-sm, 0 12px 34px rgba(12, 32, 48, .07));
}

.cs-home-platform-copy {
  padding: clamp(28px, 4vw, 44px);
}

.cs-home-platform-copy h2,
.cs-home-section-head h2,
.cs-enterprise-cta-box h2 {
  margin: 0 0 16px !important;
  color: var(--cs-navy, #0c2233) !important;
  font-size: clamp(30px, 3.4vw, 48px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
  text-transform: none !important;
}

.cs-home-platform-copy p,
.cs-home-section-head p,
.cs-home-answer-item p,
.cs-workflow-card p,
.cs-enterprise-cta-box p {
  margin: 0 !important;
  color: var(--cs-text, #34495e) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.cs-home-answer-list {
  display: grid;
  gap: 14px;
}

.cs-home-answer-item {
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cs-home-answer-item:hover,
.cs-workflow-card:hover {
  border-color: rgba(20, 177, 187, .5);
  box-shadow: var(--cs-shadow-md, 0 20px 48px rgba(12, 32, 48, .11));
  transform: translateY(-3px);
}

.cs-home-answer-item h3,
.cs-workflow-card h3 {
  margin: 0 0 10px !important;
  color: var(--cs-navy, #0c2233) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.cs-home-section-head {
  max-width: 940px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}

.cs-home-section-head .cs-section-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.cs-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cs-workflow-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cs-workflow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 32px;
  margin-bottom: 18px;
  border: 1px solid rgba(20, 177, 187, .26);
  border-radius: 8px;
  background: #eefbfc;
  color: var(--cs-teal-dark, #087f8f);
  font-weight: 800;
  line-height: 1;
}

.cs-home-enterprise-cta {
  padding: var(--cs-section-y, 72px) 0 !important;
  background: #ffffff !important;
}

.cs-enterprise-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-color: rgba(20, 177, 187, .24);
  background:
    radial-gradient(circle at 86% 0%, rgba(20, 177, 187, .16), transparent 34%),
    linear-gradient(135deg, #071827 0%, #0b3048 64%, #06434a 100%);
  box-shadow: 0 24px 62px rgba(8, 24, 38, .2);
}

.cs-enterprise-cta-box .cs-section-eyebrow {
  color: #91eef4 !important;
}

.cs-enterprise-cta-box h2 {
  color: #ffffff !important;
}

.cs-enterprise-cta-box p {
  max-width: 780px;
  color: #d6e5ec !important;
}

.cs-enterprise-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.cs-enterprise-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px !important;
  border-radius: var(--cs-radius, 10px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.cs-enterprise-cta-box .cs-primary-cta {
  background: #14b1bb !important;
  border: 1px solid #14b1bb !important;
  color: #ffffff !important;
}

.cs-enterprise-cta-box .cs-secondary-cta {
  background: #22c36a !important;
  border: 1px solid #22c36a !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(34, 195, 106, .18) !important;
}

.cs-enterprise-cta-box .cs-primary-cta:hover,
.cs-enterprise-cta-box .cs-secondary-cta:hover,
.cs-enterprise-cta-box .cs-primary-cta:focus,
.cs-enterprise-cta-box .cs-secondary-cta:focus {
  color: #ffffff !important;
  transform: translateY(-2px);
  filter: brightness(1.04);
}

@media (max-width: 991px) {
  .cs-home-platform-grid,
  .cs-enterprise-cta-box {
    grid-template-columns: 1fr;
  }

  .cs-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-enterprise-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .cs-home-platform-copy,
  .cs-home-answer-item,
  .cs-workflow-card,
  .cs-enterprise-cta-box {
    padding: 22px;
  }

  .cs-workflow-grid {
    grid-template-columns: 1fr;
  }

  .cs-home-section-head {
    text-align: left;
  }

  .cs-home-section-head .cs-section-eyebrow {
    margin-left: 0;
    margin-right: 0;
  }

  .cs-enterprise-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cs-enterprise-cta-actions a {
    width: 100%;
    white-space: normal;
  }
}

/* Final mobile hero containment: prevents support copy and CTA rows from exceeding narrow viewports. */
@media (max-width: 767px) {
  #header #slider.cs-hero-slider,
  #header #slider.cs-hero-slider .carousel,
  #header #slider.cs-hero-slider .carousel-inner,
  #header #slider.cs-hero-slider .carousel .item {
    overflow-x: hidden !important;
  }

  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption,
  #header #slider.cs-hero-slider .carousel-caption.cs-hero-caption-list {
    box-sizing: border-box !important;
    position: relative !important;
    inset: auto !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: min(330px, calc(100vw - 28px)) !important;
    max-width: min(330px, calc(100vw - 28px)) !important;
    margin: 14px auto !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  #header #slider.cs-hero-slider .cs-hero-copy,
  #header #slider.cs-hero-slider .cs-hero-copy h1,
  #header #slider.cs-hero-slider .cs-hero-copy h2,
  #header #slider.cs-hero-slider .buttons,
  #header #slider.cs-hero-slider .buttons a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(294px, calc(100vw - 66px)) !important;
    min-width: 0 !important;
  }

  #header #slider.cs-hero-slider .cs-proof-stat {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: min(294px, calc(100vw - 66px)) !important;
  }

  #header #slider.cs-hero-slider .item.one h2 {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  #header #slider.cs-hero-slider .carousel-control {
    display: none !important;
  }

  #our-service .main.text-center {
    text-align: left !important;
  }

  #our-service .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #our-service .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #our-service .item {
    min-height: 118px !important;
    padding: 16px 12px !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  #our-service .item > span.fa {
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #e9f8fb;
    color: #087f8f;
    font-size: 16px !important;
  }

  #our-service .item h4 {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    overflow-wrap: anywhere;
  }
}

/* Enterprise footer redesign: preserves crawlable footer content while replacing the legacy template visual system. */
.cs-pre-footer-cta,
.cs-enterprise-footer,
.cs-enterprise-footer * {
  box-sizing: border-box;
}

.cs-pre-footer-cta {
  padding: 76px 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 177, 187, .11), transparent 30%),
    linear-gradient(180deg, #f6fafc 0%, #ffffff 100%);
}

.cs-pre-footer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 36px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(151, 187, 207, .32);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(7, 24, 39, .96), rgba(10, 48, 72, .94) 58%, rgba(6, 67, 74, .94)),
    radial-gradient(circle at 88% 0%, rgba(20, 177, 187, .24), transparent 34%);
  box-shadow: 0 28px 70px rgba(8, 24, 38, .18);
  color: #fff;
}

.cs-footer-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: #8fe9e7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cs-pre-footer-copy h2,
.cs-footer-trust-copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.cs-pre-footer-copy p,
.cs-footer-trust-copy p {
  max-width: 820px;
  margin: 0;
  color: #d5e5ec;
  font-size: 17px;
  line-height: 1.75;
}

.cs-pre-footer-actions {
  display: grid;
  gap: 12px;
}

.cs-footer-primary-cta,
.cs-footer-secondary-cta,
.cs-footer-contact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

.cs-footer-primary-cta {
  background: #14b1bb;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(20, 177, 187, .24);
}

.cs-footer-secondary-cta {
  background: #22c36a;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(34, 195, 106, .18);
}

.cs-pre-footer-actions span {
  color: #b8ced8;
  font-size: 14px;
  line-height: 1.55;
}

#footer.cs-enterprise-footer {
  position: relative;
  padding: 0;
  margin: 0;
  background: #071827;
  color: #d7e5ec;
  font-family: "Open Sans", Arial, sans-serif;
}

#footer.cs-enterprise-footer:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 420px;
  background:
    radial-gradient(circle at 78% 0%, rgba(20, 177, 187, .18), transparent 32%),
    linear-gradient(180deg, rgba(12, 52, 76, .72), rgba(7, 24, 39, 0));
  pointer-events: none;
}

#footer.cs-enterprise-footer > .container {
  position: relative;
  z-index: 1;
}

.cs-footer-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 34px;
  align-items: center;
  padding: 56px 0 46px;
  border-bottom: 1px solid rgba(189, 218, 229, .14);
}

.cs-footer-logo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cs-footer-logo-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(204, 226, 234, .18);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
}

.cs-footer-logo-strip img {
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

.cs-footer-brand-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 42px;
  padding: 46px 0;
  border-bottom: 1px solid rgba(189, 218, 229, .14);
}

.cs-footer-brand img {
  width: 240px;
  max-width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #fff;
}

.cs-footer-brand p,
.cs-footer-contact span,
.cs-footer-contact strong {
  margin: 18px 0 0;
  color: #c1d3dd;
  font-size: 16px;
  line-height: 1.75;
}

.cs-footer-location-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.cs-footer-location-links a {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(189, 218, 229, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: #e9f5f8 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.cs-footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(189, 218, 229, .14);
  border-radius: 10px;
  background: rgba(255, 255, 255, .045);
  font-style: normal;
}

.cs-footer-contact strong,
.cs-footer-contact span {
  margin: 0;
}

.cs-footer-contact strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.cs-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  color: #effafe !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none !important;
}

.cs-footer-contact a i {
  color: #8fe9e7;
  width: 18px;
}

.cs-footer-contact-cta {
  margin-top: 8px;
  background: #14b1bb;
  color: #fff !important;
}

.cs-footer-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(189, 218, 229, .14);
}

.cs-footer-group h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.cs-footer-group ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.cs-footer-group li {
  margin: 0;
  list-style: none;
}

.cs-footer-group a,
.cs-footer-legal a {
  color: #c8dbe4 !important;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none !important;
}

.cs-footer-group a:hover,
.cs-footer-group a:focus,
.cs-footer-legal a:hover,
.cs-footer-legal a:focus,
.cs-footer-location-links a:hover,
.cs-footer-location-links a:focus,
.cs-footer-contact a:hover,
.cs-footer-contact a:focus {
  color: #8fe9e7 !important;
}

.cs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 0;
}

.cs-footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #9eb4c0;
  font-size: 13px;
  line-height: 1.6;
}

.cs-footer-legal span {
  color: #9eb4c0;
}

.cs-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(189, 218, 229, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff !important;
}

#footer.cs-enterprise-footer .back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  border: 0;
  background: #14b1bb;
  color: #fff;
}

@media (max-width: 1199px) {
  .cs-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .cs-pre-footer-panel,
  .cs-footer-trust,
  .cs-footer-brand-row {
    grid-template-columns: 1fr;
  }

  .cs-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cs-pre-footer-cta {
    padding: 48px 0;
  }

  .cs-pre-footer-panel {
    padding: 26px 22px;
    gap: 24px;
  }

  .cs-pre-footer-copy h2,
  .cs-footer-trust-copy h2 {
    font-size: 28px;
  }

  .cs-pre-footer-copy p,
  .cs-footer-trust-copy p,
  .cs-footer-brand p,
  .cs-footer-contact span {
    font-size: 15px;
    line-height: 1.72;
  }

  .cs-footer-primary-cta,
  .cs-footer-secondary-cta,
  .cs-footer-contact-cta {
    width: 100%;
  }

  .cs-footer-trust,
  .cs-footer-brand-row,
  .cs-footer-nav {
    padding: 34px 0;
  }

  .cs-footer-logo-strip {
    grid-template-columns: 1fr;
  }

  .cs-footer-logo-strip a {
    min-height: 110px;
  }

  .cs-footer-logo-strip img {
    max-height: 78px;
  }

  .cs-footer-contact {
    padding: 22px;
  }

  .cs-footer-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cs-footer-group {
    padding: 22px 0;
    border-bottom: 1px solid rgba(189, 218, 229, .12);
  }

  .cs-footer-group:first-child {
    padding-top: 0;
  }

  .cs-footer-group h2 {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .cs-footer-group ul {
    gap: 12px;
  }

  .cs-footer-group a {
    display: block;
    min-height: 34px;
    font-size: 16px;
  }

  .cs-footer-bottom,
  .cs-footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* MedicoPlus generated pages: keep the hero workflow panel readable after the global cleanup rules. */
body.mp-template-page .mp-hero .mp-visual {
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(206, 224, 233, .92) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 64px rgba(2, 18, 31, .22) !important;
  color: #102f48 !important;
  padding: 26px !important;
}

body.mp-template-page .mp-hero .mp-visual-row {
  border-bottom-color: #dce8ef !important;
}

body.mp-template-page .mp-hero .mp-visual-row strong {
  color: #102f48 !important;
  line-height: 1.45 !important;
}

body.mp-template-page .mp-hero .mp-visual-row span {
  background: #eaf8fa !important;
  color: #0d8691 !important;
}

body.mp-template-page .mp-hero .mp-stat {
  background: rgba(255, 255, 255, .12) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

/* Final footer standardization: all pages using footer.php should render the enterprise footer like the main page. */
#footer.cs-enterprise-footer {
  display: block !important;
  position: relative !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #071827 !important;
  color: #d7e5ec !important;
  font-family: "Open Sans", Arial, sans-serif !important;
}

#footer.cs-enterprise-footer .cs-footer-trust,
#footer.cs-enterprise-footer .cs-footer-brand-row,
#footer.cs-enterprise-footer .cs-footer-nav,
#footer.cs-enterprise-footer .cs-footer-bottom,
#footer.cs-enterprise-footer .cs-footer-legal,
#footer.cs-enterprise-footer .cs-footer-logo-strip,
#footer.cs-enterprise-footer .cs-footer-contact,
#footer.cs-enterprise-footer .cs-footer-group ul {
  float: none !important;
  box-sizing: border-box !important;
}

#footer.cs-enterprise-footer .cs-footer-trust {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px) !important;
}

#footer.cs-enterprise-footer .cs-footer-brand-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
}

#footer.cs-enterprise-footer .cs-footer-nav {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

#footer.cs-enterprise-footer .cs-footer-logo-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#footer.cs-enterprise-footer .cs-footer-group ul,
#footer.cs-enterprise-footer .cs-footer-contact {
  display: grid !important;
}

#footer.cs-enterprise-footer .cs-footer-bottom,
#footer.cs-enterprise-footer .cs-footer-legal {
  display: flex !important;
}

@media (max-width: 1199px) {
  #footer.cs-enterprise-footer .cs-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  #footer.cs-enterprise-footer .cs-footer-trust,
  #footer.cs-enterprise-footer .cs-footer-brand-row {
    grid-template-columns: 1fr !important;
  }

  #footer.cs-enterprise-footer .cs-footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #footer.cs-enterprise-footer .cs-footer-nav,
  #footer.cs-enterprise-footer .cs-footer-logo-strip {
    grid-template-columns: 1fr !important;
  }

  #footer.cs-enterprise-footer .cs-footer-bottom,
  #footer.cs-enterprise-footer .cs-footer-legal {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* Our Clients page: remove legacy fixed-height cards that overlap on mobile. */
body#about-us-page .about-text h2 {
  margin-top: 10px;
  margin-bottom: 22px;
  color: #102f48;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

body#about-us-page .containersc {
  box-sizing: border-box;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  margin: 18px 0 !important;
  padding: 26px !important;
  border: 1px solid #d9e6e9 !important;
  border-radius: 8px;
  background: #f8fbfb !important;
  color: #173149 !important;
}

body#about-us-page .containersc::after {
  content: "";
  display: block;
  clear: both;
}

body#about-us-page .containersc img {
  width: min(200px, 42vw) !important;
  max-width: 100%;
  height: auto;
  margin: 0 24px 14px 0 !important;
  padding: 10px;
  float: left;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

body#about-us-page .containersc p {
  margin: 0 0 12px !important;
  color: #52687a !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  text-align: left !important;
}

body#about-us-page .containersc p:last-child {
  margin-bottom: 0 !important;
}

body#about-us-page .containersc span {
  display: block;
  margin: 0 0 12px !important;
  color: #102f48 !important;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 767px) {
  body#about-us-page .containersc {
    margin: 16px 0 !important;
    padding: 20px !important;
    text-align: left !important;
  }

  body#about-us-page .containersc img {
    float: none !important;
    display: block !important;
    width: min(240px, 100%) !important;
    max-height: 160px;
    margin: 0 auto 16px !important;
  }

  body#about-us-page .containersc span {
    font-size: 20px !important;
  }

  body#about-us-page .containersc p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}

