/**
 * Laureate Compact Premium Services Tabs Stylesheet
 *
 * @package Laureate
 * @version 1.0.0
 */

#services-overview,
#services-overview * {
  box-sizing: border-box !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

#services-overview {
  --blue: #0A2248;
  --blue2: #123B73;
  --green: #1D960C;
  --text: #5A687A;
  --soft: #F4F8FC;

  width: 100% !important;
  margin: 0 !important;
  padding: 68px 18px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(29,150,12,.06), transparent 24%),
    linear-gradient(180deg, #FFFFFF, #F7FAFD) !important;
  scroll-margin-top: 110px !important;
}

#services-overview .evo-svc-compact__shell {
  width: min(1140px, 100%) !important;
  margin: 0 auto !important;
}

#services-overview .evo-svc-compact__head {
  max-width: 680px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

#services-overview .evo-svc-compact__head > span {
  display: inline-flex !important;
  padding: 7px 12px !important;
  margin-bottom: 10px !important;
  border-radius: 999px !important;
  background: #ECF8E9 !important;
  color: var(--green) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

#services-overview .evo-svc-compact__head h2 {
  margin: 0 !important;
  color: var(--blue) !important;
  font-size: 36px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -.5px !important;
}

#services-overview .evo-svc-compact__head p {
  margin: 10px 0 0 !important;
  color: var(--text) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

#services-overview .evo-svc-compact__panel {
  position: relative !important;
  padding: 30px !important;
  border: 1px solid rgba(10,34,72,.08) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 24px 64px rgba(10,34,72,.09) !important;
}

#services-overview .evo-svc-compact__panel::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 44px !important;
  width: 96px !important;
  height: 4px !important;
  border-radius: 0 0 999px 999px !important;
  background: linear-gradient(90deg, var(--green), #70D552) !important;
}

#services-overview .evo-svc-compact__tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  margin-bottom: 28px !important;
}

#services-overview .evo-svc-tab {
  appearance: none !important;
  min-height: 42px !important;
  padding: 10px 18px !important;
  margin: 0 !important;
  border: 1px solid #DCE5EE !important;
  border-radius: 10px !important;
  background: #FFFFFF !important;
  color: var(--blue) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all .25s ease !important;
}

#services-overview .evo-svc-tab:hover,
#services-overview .evo-svc-tab:focus,
#services-overview .evo-svc-tab:focus-visible {
  border-color: var(--green) !important;
  background: #F4FBF2 !important;
  color: var(--blue) !important;
  outline: none !important;
  box-shadow: 0 8px 20px rgba(29,150,12,.10) !important;
  transform: translateY(-2px) !important;
}

#services-overview .evo-svc-tab.is-active,
#services-overview .evo-svc-tab.is-active:hover,
#services-overview .evo-svc-tab.is-active:focus {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: #FFFFFF !important;
  box-shadow: 0 10px 24px rgba(10,34,72,.18) !important;
}

#services-overview .evo-svc-compact__grid {
  display: grid !important;
  grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr) !important;
  gap: 42px !important;
  align-items: center !important;
}

#services-overview .evo-svc-pane {
  display: none !important;
  animation: evoSvcPane .35s ease !important;
}

#services-overview .evo-svc-pane.is-active {
  display: block !important;
}

@keyframes evoSvcPane {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

#services-overview .evo-svc-pane__label {
  display: block !important;
  margin-bottom: 8px !important;
  color: var(--green) !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
}

#services-overview .evo-svc-pane h3 {
  margin: 0 !important;
  color: var(--blue) !important;
  font-size: 29px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.4px !important;
}

#services-overview .evo-svc-pane p {
  margin: 14px 0 0 !important;
  color: var(--text) !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

#services-overview .evo-svc-pane ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 24px !important;
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 10px 16px !important;
}

#services-overview .evo-svc-pane li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  color: #2F4054 !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
}

#services-overview .evo-svc-pane li i {
  width: 20px !important;
  height: 20px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 20px !important;
  border-radius: 50% !important;
  background: var(--blue) !important;
  color: #FFFFFF !important;
  font-style: normal !important;
  font-size: 11px !important;
}

#services-overview .evo-svc-cta {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 18px !important;
  border: 1px solid var(--green) !important;
  border-radius: 9px !important;
  background: var(--green) !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(29,150,12,.16) !important;
  transition: all .25s ease !important;
}

#services-overview .evo-svc-cta:hover {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: #FFFFFF !important;
  transform: translateY(-2px) !important;
}

/* VISUAL */
#services-overview .evo-svc-compact__visual {
  position: relative !important;
  min-height: 475px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#services-overview .evo-svc-visual {
  position: absolute !important;
  inset: 0 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 18px !important;
  padding: 4px 0 !important;
  animation: evoSvcVisual .4s ease !important;
}

#services-overview .evo-svc-visual.is-active {
  display: flex !important;
}

@keyframes evoSvcVisual {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

#services-overview .evo-svc-visual__glow {
  position: absolute !important;
  width: 280px !important;
  height: 280px !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 35% 35%, rgba(112,213,82,.90), rgba(29,150,12,.25) 44%, transparent 68%) !important;
  filter: blur(2px) !important;
  opacity: .42 !important;
}

#services-overview .evo-svc-visual__frame {
  position: relative !important;
  width: min(300px, 78%) !important;
  aspect-ratio: 4/5 !important;
  flex: 0 0 auto !important;
  z-index: 2 !important;
}

#services-overview .evo-svc-visual__frame::before {
  content: "" !important;
  position: absolute !important;
  inset: -9px !important;
  z-index: -1 !important;
  border: 1px solid rgba(255,255,255,.8) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.72) !important;
  box-shadow: 0 22px 48px rgba(10,34,72,.15) !important;
}

#services-overview .evo-svc-visual__frame img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 18px !important;
}

#services-overview .evo-svc-visual__notes {
  position: relative !important;
  z-index: 3 !important;
  width: min(390px, 100%) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

#services-overview .evo-svc-visual__tag {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 62px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 11px 10px 11px 45px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,251,255,.94)) !important;
  box-shadow:
    0 12px 25px rgba(10,34,72,.12),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  backdrop-filter: blur(14px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(145%) !important;
  transition: transform .28s ease, box-shadow .28s ease !important;
}

#services-overview .evo-svc-visual__tag::before {
  position: absolute !important;
  top: 50% !important;
  left: 10px !important;
  width: 27px !important;
  height: 27px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 9px !important;
  color: #FFFFFF !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 7px 15px rgba(10,34,72,.15) !important;
}

#services-overview .evo-svc-visual__tag::after {
  content: "" !important;
  position: absolute !important;
  top: -9px !important;
  left: 50% !important;
  width: 17px !important;
  height: 10px !important;
  transform: translateX(-50%) !important;
  clip-path: polygon(50% 0, 100% 100%, 0 100%) !important;
}

#services-overview .evo-svc-visual__tag strong {
  display: block !important;
  color: var(--blue) !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: -.1px !important;
}

#services-overview .evo-svc-visual__tag span {
  display: block !important;
  margin-top: 3px !important;
  color: #607084 !important;
  font-size: 9.5px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

#services-overview .evo-svc-visual__tag--top {
  border-top: 3px solid var(--green) !important;
}

#services-overview .evo-svc-visual__tag--top::before {
  content: "✦" !important;
  background: linear-gradient(135deg, #39B823, var(--green)) !important;
}

#services-overview .evo-svc-visual__tag--top::after {
  background: var(--green) !important;
}

#services-overview .evo-svc-visual__tag--bottom {
  border-top: 3px solid var(--blue) !important;
}

#services-overview .evo-svc-visual__tag--bottom::before {
  content: "✓" !important;
  background: linear-gradient(135deg, #1C4F8F, var(--blue)) !important;
}

#services-overview .evo-svc-visual__tag--bottom::after {
  background: var(--blue) !important;
}

#services-overview .evo-svc-visual__tag:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 16px 30px rgba(10,34,72,.16),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* TABLET */
@media(max-width:900px){
  #services-overview .evo-svc-compact__grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  #services-overview .evo-svc-compact__visual {
    min-height: 465px !important;
  }
}

/* MOBILE */
@media(max-width:620px){
  #services-overview {
    padding: 52px 14px !important;
  }

  #services-overview .evo-svc-compact__head h2 {
    font-size: 30px !important;
  }

  #services-overview .evo-svc-compact__panel {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }

  #services-overview .evo-svc-compact__tabs {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #services-overview .evo-svc-tab {
    width: 100% !important;
  }

  #services-overview .evo-svc-pane h3 {
    font-size: 24px !important;
  }

  #services-overview .evo-svc-pane ul {
    grid-template-columns: 1fr !important;
  }

  #services-overview .evo-svc-cta {
    width: 100% !important;
  }

  #services-overview .evo-svc-compact__visual {
    min-height: 505px !important;
  }

  #services-overview .evo-svc-visual__frame {
    width: min(260px, 86%) !important;
  }

  #services-overview .evo-svc-visual__notes {
    width: min(290px, 100%) !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  #services-overview .evo-svc-visual__tag {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 58px !important;
    padding: 10px 12px 10px 45px !important;
    border-radius: 13px !important;
  }

  #services-overview .evo-svc-visual__tag::before {
    left: 10px !important;
    width: 26px !important;
    height: 26px !important;
    border-radius: 8px !important;
    font-size: 11px !important;
  }

  #services-overview .evo-svc-visual__tag strong {
    font-size: 12px !important;
  }

  #services-overview .evo-svc-visual__tag span {
    font-size: 9.5px !important;
  }

  #services-overview .evo-svc-visual__tag::after {
    top: -8px !important;
    width: 15px !important;
    height: 9px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  #services-overview .evo-svc-visual__tag {
    animation: none !important;
    transition: none !important;
  }
}
