/*
Theme Name: Blue Modern Clean
Theme URI: portlify://themes/blue_modern_clean
Description: Blue Modern Clean theme stylesheet. Loaded after public/assets/app.css.
*/

.template-blue-modern-clean {
  --theme-primary: #0d4f78;
  --theme-accent: #38bdf8;
  --theme-secondary: #38bdf8;
  --theme-ink: #07111f;
  --gold: var(--theme-accent);
  --ink: var(--theme-ink);
  --blue-ink: var(--theme-ink);
  --blue-navy: color-mix(in srgb, var(--theme-ink) 74%, var(--theme-primary));
  --blue-primary: var(--theme-primary);
  --blue-sky: var(--theme-accent);
  --blue-soft: color-mix(in srgb, var(--theme-accent) 13%, white);
  --blue-line: color-mix(in srgb, var(--theme-accent) 46%, white);
}

body.template-blue-modern-clean {
  color: color-mix(in srgb, var(--theme-ink) 88%, white);
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  background:
    radial-gradient(circle at 8% 8%, color-mix(in srgb, var(--theme-accent) 18%, transparent), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, var(--blue-soft) 45%, #f8fbff 100%);
}

body.template-blue-modern-clean .font-serif,
body.template-blue-modern-clean .font-sans,
body.template-blue-modern-clean h1,
body.template-blue-modern-clean h2,
body.template-blue-modern-clean h3,
body.template-blue-modern-clean h4,
body.template-blue-modern-clean h5,
body.template-blue-modern-clean h6,
body.template-blue-modern-clean input,
body.template-blue-modern-clean button,
body.template-blue-modern-clean textarea,
body.template-blue-modern-clean select {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif !important;
}

body.template-blue-modern-clean .glass {
  background: rgba(248, 251, 255, .78);
  border-color: color-mix(in srgb, var(--theme-accent) 45%, transparent);
  box-shadow: 0 18px 60px rgba(15, 23, 42, .12);
}

body.template-blue-modern-clean .text-ink,
body.template-blue-modern-clean .font-serif.text-ink {
  color: var(--blue-ink) !important;
}

body.template-blue-modern-clean .bg-ink {
  background:
    radial-gradient(circle at 18% 16%, color-mix(in srgb, var(--theme-accent) 24%, transparent), transparent 34%),
    radial-gradient(circle at 78% 10%, color-mix(in srgb, var(--theme-primary) 22%, transparent), transparent 34%),
    linear-gradient(135deg, var(--theme-ink) 0%, var(--blue-navy) 48%, var(--theme-primary) 100%) !important;
}

body.template-blue-modern-clean .bg-gold {
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%) !important;
}

body.template-blue-modern-clean .text-gold {
  color: var(--theme-primary) !important;
}

body.template-blue-modern-clean .border-gold {
  border-color: var(--theme-accent) !important;
}

body.template-blue-modern-clean .hero-grid {
  background-image:
    linear-gradient(color-mix(in srgb, var(--theme-accent) 8%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--theme-accent) 8%, transparent) 1px, transparent 1px),
    radial-gradient(circle at 16% 22%, color-mix(in srgb, var(--theme-accent) 34%, transparent), transparent 38%),
    radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--theme-primary) 28%, transparent), transparent 36%);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

body.template-blue-modern-clean section.bg-slate-50 {
  background:
    radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--theme-accent) 16%, transparent), transparent 26%),
    var(--blue-soft) !important;
}

body.template-blue-modern-clean .rounded-3xl.bg-white,
body.template-blue-modern-clean .shadow-soft.ring-1 {
  border-color: color-mix(in srgb, var(--theme-accent) 52%, transparent) !important;
  box-shadow: 0 22px 55px color-mix(in srgb, var(--theme-primary) 14%, transparent) !important;
}

body.template-blue-modern-clean .rounded-3xl.bg-white {
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(12px);
}

body.template-blue-modern-clean .bg-slate-50 {
  background-color: color-mix(in srgb, var(--theme-accent) 9%, white) !important;
}

body.template-blue-modern-clean .text-slate-600 {
  color: #475569 !important;
}

body.template-blue-modern-clean a.bg-gold,
body.template-blue-modern-clean button.bg-gold {
  box-shadow: 0 18px 42px color-mix(in srgb, var(--theme-primary) 24%, transparent) !important;
}

body.template-blue-modern-clean a.border-white\/25 {
  border-color: color-mix(in srgb, var(--theme-accent) 46%, transparent) !important;
  background: rgba(255, 255, 255, .09) !important;
  backdrop-filter: blur(8px);
}

body.template-blue-modern-clean .hover\:text-gold:hover {
  color: var(--theme-primary) !important;
}

@media (min-width: 768px) {
body.template-blue-modern-clean #hero {
    min-height: 0;
    aspect-ratio: 16 / 5.7;
    display: grid;
    align-items: end;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    width: 95vw;
    margin: auto;
  }

body.template-blue-modern-clean #hero > .relative {
    width: 100%;
    padding-top: 100px !important;
  }

body.template-blue-modern-clean #hero .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr) !important;
    align-items: end;
  }

body.template-blue-modern-clean #hero .md\:col-span-7,
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    grid-column: auto / span 1 !important;
    align-self: end;
  }

body.template-blue-modern-clean #hero .md\:col-span-5 {
    align-self: end;
  }

body.template-blue-modern-clean #hero img {
    max-height: 680px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    filter: none;
  }

body.template-blue-modern-clean #about .md\:grid-cols-12 {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr) !important;
  }

body.template-blue-modern-clean #about .md\:col-span-5,
  body.template-blue-modern-clean #about .md\:col-span-7 {
    grid-column: auto / span 1 !important;
  }

body.template-blue-modern-clean #about .md\:col-span-5 {
    transform: translateY(-28px);
  }

  body.template-blue-modern-clean #about .md\:col-span-7 {
    padding: 34px;
    border: 1px solid color-mix(in srgb, var(--theme-accent) 46%, transparent);
    border-radius: 34px;
    background: rgba(255,255,255,.70);
    box-shadow: 0 24px 70px color-mix(in srgb, var(--theme-primary) 12%, transparent);
    backdrop-filter: blur(14px);
  }

body.template-blue-modern-clean #pain .md\:grid-cols-3,
  body.template-blue-modern-clean #process .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

body.template-blue-modern-clean #pain .md\:grid-cols-3 > :nth-child(2) {
  transform: translateY(28px);
}

body.template-blue-modern-clean #services .lg\:grid-cols-4 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

body.template-blue-modern-clean #services .lg\:grid-cols-4 > * {
    grid-column: span 6 / span 6;
  }

body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(1),
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(4) {
    grid-column: span 5 / span 5;
  }

body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(2),
  body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(3) {
    grid-column: span 7 / span 7;
  }

body.template-blue-modern-clean #services .lg\:grid-cols-4 > :nth-child(even) {
    transform: translateY(22px);
  }

body.template-blue-modern-clean #testimonials .max-w-6xl > .relative {
    max-width: 860px;
    margin: 1em auto;
  }

body.template-blue-modern-clean #faq .max-w-3xl {
    max-width: 940px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

body.template-blue-modern-clean #contact .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr) !important;
  }

body.template-blue-modern-clean #contact .md\:col-span-7,
  body.template-blue-modern-clean #contact .md\:col-span-5 {
    grid-column: auto / span 1 !important;
  }

body.template-blue-modern-clean #contact .md\:col-span-5 {
    position: sticky;
    top: 96px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
body.template-blue-modern-clean #hero {
    aspect-ratio: auto;
    display: grid;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

body.template-blue-modern-clean #hero > .relative {
    padding-top: 104px !important;
  }

body.template-blue-modern-clean #hero .md\:grid-cols-12 {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .78fr) !important;
    align-items: end;
    gap: 24px;
  }

body.template-blue-modern-clean #hero .md\:col-span-7,
  body.template-blue-modern-clean #hero .md\:col-span-5 {
    grid-column: auto / span 1 !important;
  }

body.template-blue-modern-clean #hero .md\:col-span-5 {
    align-self: end;
  }

body.template-blue-modern-clean #hero img {
    width: min(360px, 100%);
    max-height: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1869px) {
body.template-blue-modern-clean #hero {
    aspect-ratio: auto;
    display: block;
  }

body.template-blue-modern-clean #hero > .relative {
    padding-top: 112px !important;
  }

body.template-blue-modern-clean #hero img {
    max-height: min(560px, calc(100svh - 190px));
  }
}

@media (min-width: 1870px) {
body.template-blue-modern-clean #hero {
    min-height: 700px;
  }
}

body.template-blue-modern-clean #hero .prose h1,
body.template-blue-modern-clean #hero h1 {
  letter-spacing: 0;
}

body.template-blue-modern-clean #about,
body.template-blue-modern-clean #pain,
body.template-blue-modern-clean #process,
body.template-blue-modern-clean #team,
body.template-blue-modern-clean #testimonials,
body.template-blue-modern-clean #faq {
  position: relative;
  overflow: hidden;
}

body.template-blue-modern-clean #about::before,
body.template-blue-modern-clean #process::before,
body.template-blue-modern-clean #faq::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, color-mix(in srgb, var(--theme-accent) 14%, transparent), transparent 28%),
    radial-gradient(circle at 88% 80%, color-mix(in srgb, var(--theme-primary) 10%, transparent), transparent 30%);
}

body.template-blue-modern-clean #pain .pain-card {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--theme-accent) 42%, transparent) !important;
  background: color-mix(in srgb, var(--theme-accent) 11%, white) !important;
  box-shadow: 0 22px 55px color-mix(in srgb, var(--theme-primary) 12%, transparent) !important;
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

body.template-blue-modern-clean #pain .pain-card:hover,
body.template-blue-modern-clean #pain .pain-card:focus-within {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 28px 70px color-mix(in srgb, var(--theme-primary) 18%, transparent) !important;
}

body.template-blue-modern-clean #pain .pain-card-icon {
  width: 88px !important;
  height: 88px !important;
  border-radius: 28px !important;
  font-size: 40px;
  color: var(--theme-primary) !important;
  border: 1px solid color-mix(in srgb, var(--theme-accent) 54%, transparent);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--theme-primary) 14%, transparent);
  transition: width .28s ease, height .28s ease, border-radius .28s ease, font-size .28s ease, transform .28s ease;
}

body.template-blue-modern-clean #pain .pain-card:hover .pain-card-icon,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 18px !important;
  font-size: 22px;
  transform: translateY(-2px);
}

body.template-blue-modern-clean #pain .pain-card-title {
  max-width: 240px;
  margin-top: 20px !important;
  transition: margin .28s ease;
}

body.template-blue-modern-clean #pain .pain-card:hover .pain-card-title,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-title {
  margin-top: 14px !important;
}

body.template-blue-modern-clean #pain .pain-card-description {
  max-height: 0;
  max-width: 280px;
  margin-top: 0 !important;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height .32s ease, margin .32s ease, opacity .24s ease, transform .32s ease;
}

body.template-blue-modern-clean #pain .pain-card:hover .pain-card-description,
body.template-blue-modern-clean #pain .pain-card:focus-within .pain-card-description {
  max-height: 130px;
  margin-top: 12px !important;
  opacity: 1;
  transform: translateY(0);
}

body.template-blue-modern-clean #pain .pain-card-key {
  display: none !important;
}

body.template-blue-modern-clean #process .process-flow {
  display: grid;
  grid-template-columns: repeat(var(--process-count, 4), minmax(0, 1fr)) !important;
  gap: 0;
  width: min(100%, 1180px);
  margin: 42px auto 0 !important;
  isolation: isolate;
  filter: drop-shadow(0 20px 42px color-mix(in srgb, var(--theme-primary) 14%, transparent));
}

body.template-blue-modern-clean #process .process-step-card {
  --process-bg: color-mix(in srgb, var(--theme-ink) 68%, var(--theme-primary));
  position: relative;
  min-height: 250px;
  margin: 0;
  margin-left: -34px;
  padding: 38px 52px 34px 72px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--process-bg) !important;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%, 42px 50%);
  box-shadow: none !important;
  transform: none !important;
  transition: transform .24s ease, filter .24s ease;
}

body.template-blue-modern-clean #process .process-step-card::after {
  display: none;
}

body.template-blue-modern-clean #process .process-step-card:hover,
body.template-blue-modern-clean #process .process-step-card:focus-within {
  z-index: 2;
  transform: translateY(-4px) !important;
  filter: brightness(1.05);
}

body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
  --process-bg: color-mix(in srgb, var(--theme-ink) 82%, var(--theme-primary));
  margin-left: 0;
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 50%, calc(100% - 42px) 100%, 0 100%);
}

body.template-blue-modern-clean #process .process-step-card:nth-child(2) {
  --process-bg: var(--theme-primary);
}

body.template-blue-modern-clean #process .process-step-card:nth-child(3) {
  --process-bg: color-mix(in srgb, var(--theme-primary) 74%, var(--theme-accent));
}

body.template-blue-modern-clean #process .process-step-card:nth-child(4) {
  --process-bg: color-mix(in srgb, var(--theme-primary) 42%, var(--theme-accent));
}

body.template-blue-modern-clean #process .process-step-card:last-child {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 42px 50%);
}

body.template-blue-modern-clean #process .process-step-card:nth-child(n+5) {
  --process-bg: var(--theme-primary);
}

body.template-blue-modern-clean #process .process-step-head {
  display: block;
}

body.template-blue-modern-clean #process .process-step-number {
  width: auto !important;
  height: auto !important;
  display: block;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .96) !important;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
}

body.template-blue-modern-clean #process .process-step-icon {
  display: none;
}

body.template-blue-modern-clean #process .process-step-title {
    max-width: 210px;
    margin-top: 20px !important;
    color: #fff !important;
    font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(24px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1.08;
    text-transform: uppercase;
}

body.template-blue-modern-clean #process .process-step-description {
  max-width: 220px;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 14px;
  line-height: 1.55;
}

@media (min-width: 641px) and (max-width: 1023px) {
body.template-blue-modern-clean #process .process-flow {
    grid-template-columns: minmax(0, 520px) !important;
    justify-content: center;
    gap: 8px;
    filter: drop-shadow(0 16px 30px color-mix(in srgb, var(--theme-primary) 12%, transparent));
  }

body.template-blue-modern-clean #process .process-step-card,
  body.template-blue-modern-clean #process .process-step-card:nth-child(1),
  body.template-blue-modern-clean #process .process-step-card:last-child {
    min-height: 220px;
    margin-left: 0;
    margin-top: 0;
    padding: 64px 38px 52px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
    text-align: center;
  }

body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
    padding-top: 38px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
  }

body.template-blue-modern-clean #process .process-step-card:last-child {
    padding-bottom: 38px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% 100%, 0 100%);
  }

body.template-blue-modern-clean #process .process-step-title,
  body.template-blue-modern-clean #process .process-step-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

body.template-blue-modern-clean #process .process-step-card::after {
    display: none;
  }
}

@media (max-width: 640px) {
body.template-blue-modern-clean #process .process-flow {
    grid-template-columns: 1fr !important;
    gap: 8px;
    filter: drop-shadow(0 16px 30px color-mix(in srgb, var(--theme-primary) 12%, transparent));
  }

body.template-blue-modern-clean #process .process-step-card,
  body.template-blue-modern-clean #process .process-step-card:nth-child(1),
  body.template-blue-modern-clean #process .process-step-card:last-child {
    min-height: 220px;
    margin-left: 0;
    margin-top: 0;
    padding: 64px 28px 52px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
    text-align: center;
  }

body.template-blue-modern-clean #process .process-step-card:nth-child(1) {
    margin-top: 0;
    padding-top: 38px !important;
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), 50% 100%, 0 calc(100% - 36px));
  }

body.template-blue-modern-clean #process .process-step-card:last-child {
    padding-bottom: 38px !important;
    border-bottom-left-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    clip-path: polygon(0 0, 50% 36px, 100% 0, 100% 100%, 0 100%);
  }

body.template-blue-modern-clean #process .process-step-title,
  body.template-blue-modern-clean #process .process-step-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

body.template-blue-modern-clean #process .process-step-card::after {
    display: none;
  }
}

body.template-blue-modern-clean #services {
  border-radius: 44px;
  margin: 22px min(22px, 3vw);
}

body.template-blue-modern-clean #services .rounded-3xl.border {
  min-height: 260px;
}

body.template-blue-modern-clean #testimonials .rounded-3xl.bg-slate-50 {
  border: 1px solid color-mix(in srgb, var(--theme-accent) 45%, transparent);
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--theme-accent) 18%, transparent), transparent 32%),
    rgba(255,255,255,.82) !important;
  backdrop-filter: blur(14px);
}

body.template-blue-modern-clean #contact {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  max-width: 95vw;
  margin: 2em auto 0;
}

body.template-blue-modern-clean #contact .rounded-3xl.bg-white {
  background: rgba(255,255,255,.94) !important;
}

body.template-blue-modern-clean #contact .border-white\/15 {
  border-color: color-mix(in srgb, var(--theme-accent) 28%, transparent) !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px);
}

body.template-blue-modern-clean {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.42), transparent 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--theme-primary) 55%, white) 0%, color-mix(in srgb, var(--theme-accent) 22%, white) 42%, color-mix(in srgb, var(--theme-primary) 48%, white) 100%);
}

body.template-blue-modern-clean #siteHeader {
  top: 18px;
}

body.template-blue-modern-clean #siteHeader.shadow-soft {
  box-shadow: none !important;
}

body.template-blue-modern-clean #siteHeader .glass {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 54px color-mix(in srgb, var(--theme-ink) 14%, transparent);
  backdrop-filter: blur(10px);
}

body.template-blue-modern-clean #siteHeader > .psme-edit-btn {
  top: 13px;
  right: max(28px, calc((100vw - 1280px) / 2));
}

body.template-blue-modern-clean .site-template {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding-top: 0 !important;
}

body.template-blue-modern-clean .bluemodern-section-inner {
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 0px 0 86px;
}

body.template-blue-modern-clean .bluemodern-eyebrow,
body.template-blue-modern-clean .bluemodern-kicker {
  color: var(--theme-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.template-blue-modern-clean #hero .text-gold {
  color: color-mix(in srgb, var(--theme-accent) 22%, white) !important;
  text-shadow: 0 2px 22px color-mix(in srgb, var(--theme-accent) 34%, transparent);
}

body.template-blue-modern-clean #hero.bg-ink {
  background: color-mix(in srgb, var(--theme-accent) 20%, white) url('assets/bluemodern-abstract-bg.jpg') center / cover no-repeat !important;
}

body.template-blue-modern-clean #hero > .absolute .bg-cover {
  opacity: .38;
  mix-blend-mode: soft-light;
}

body.template-blue-modern-clean #hero > .absolute .bg-gradient-to-b {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--theme-ink) 94%, transparent) 0%, color-mix(in srgb, var(--theme-primary) 68%, transparent) 42%, color-mix(in srgb, var(--theme-accent) 16%, transparent) 72%, rgba(255,255,255,.05) 100%) !important;
}

body.template-blue-modern-clean #hero img {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

body.template-blue-modern-clean .bluemodern-about {
  position: relative;
  overflow: hidden;
}

body.template-blue-modern-clean .bluemodern-about::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--theme-accent) 20%, transparent);
}

body.template-blue-modern-clean .bluemodern-about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
  gap: 84px;
  align-items: center;
}

body.template-blue-modern-clean .bluemodern-about-copy h2,
body.template-blue-modern-clean .bluemodern-services-head h2 {
  margin-top: 10px;
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 800;
}

body.template-blue-modern-clean .bluemodern-about-text {
  margin-top: 38px;
  color: color-mix(in srgb, var(--theme-ink) 43%, white);
  font-size: 14px;
  line-height: 1.8;
}

body.template-blue-modern-clean .bluemodern-about-media {
  position: relative;
}

body.template-blue-modern-clean .bluemodern-about-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 0 0 22px 22px;
  object-fit: cover;
}

body.template-blue-modern-clean .bluemodern-cert-card {
  position: absolute;
  right: 22px;
  bottom: -24px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  padding: 14px 18px;
  box-shadow: 0 18px 44px color-mix(in srgb, var(--theme-ink) 14%, transparent);
  backdrop-filter: blur(14px);
}

body.template-blue-modern-clean .bluemodern-cert-card span {
  display: block;
  color: color-mix(in srgb, var(--theme-ink) 50%, white);
  font-size: 11px;
}

body.template-blue-modern-clean .bluemodern-cert-card strong {
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
}

body.template-blue-modern-clean .bluemodern-checks,
body.template-blue-modern-clean .bluemodern-about-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

body.template-blue-modern-clean .bluemodern-checks div,
body.template-blue-modern-clean .bluemodern-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: color-mix(in srgb, var(--theme-ink) 62%, white);
  font-size: 14px;
}

body.template-blue-modern-clean .bluemodern-checks i,
body.template-blue-modern-clean .bluemodern-mini-card i {
  color: var(--theme-primary);
}

body.template-blue-modern-clean .bluemodern-about-cards {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.template-blue-modern-clean .bluemodern-mini-card {
  flex-direction: column;
  border: 1px solid var(--blue-line);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  padding: 22px;
}

body.template-blue-modern-clean .bluemodern-mini-card strong {
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
}

body.template-blue-modern-clean .bluemodern-mini-card span {
  color: color-mix(in srgb, var(--theme-ink) 43%, white);
  font-size: 12px;
}

body.template-blue-modern-clean .about-certifications {
  margin-top: 46px;
}

body.template-blue-modern-clean .about-certifications-head span {
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
}

body.template-blue-modern-clean .about-certifications-nav button:hover {
  border-color: var(--theme-primary);
  color: var(--theme-primary);
}

body.template-blue-modern-clean .about-certification-card {
  border-color: var(--blue-line);
  background: rgba(255,255,255,.78);
  box-shadow: none;
}

body.template-blue-modern-clean .about-certification-card:hover {
  border-color: var(--theme-primary);
  box-shadow: 0 18px 48px color-mix(in srgb, var(--theme-primary) 12%, transparent);
}

body.template-blue-modern-clean .aboutCertBulletActive {
  background: var(--theme-primary);
}

body.template-blue-modern-clean .bluemodern-services {
  border-radius: 0 !important;
  background: #fff;
  margin: 0 !important;
}

body.template-blue-modern-clean .bluemodern-services-head {
  text-align: center;
}

body.template-blue-modern-clean .bluemodern-services-head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: color-mix(in srgb, var(--theme-ink) 46%, white);
}

body.template-blue-modern-clean .bluemodern-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 58px;
}

body.template-blue-modern-clean .bluemodern-service-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 256px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--theme-accent) 42%, transparent);
  border-radius: 22px;
  background: color-mix(in srgb, var(--theme-accent) 11%, white);
  padding: 28px;
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
  text-align: center;
  box-shadow: 0 22px 55px color-mix(in srgb, var(--theme-primary) 12%, transparent);
  transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease;
}

body.template-blue-modern-clean .bluemodern-service-tile:hover,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--theme-primary) 52%, transparent);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 70px color-mix(in srgb, var(--theme-primary) 18%, transparent);
}

body.template-blue-modern-clean .bluemodern-service-tile i {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--theme-accent) 54%, transparent);
  border-radius: 28px;
  background: #fff;
  color: var(--theme-primary);
  font-size: 40px;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--theme-primary) 14%, transparent);
  transition: width .28s ease, height .28s ease, border-radius .28s ease, font-size .28s ease, transform .28s ease;
}

body.template-blue-modern-clean .bluemodern-service-tile:hover i,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within i {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  font-size: 22px;
  transform: translateY(-2px);
}

body.template-blue-modern-clean .bluemodern-service-tile h3 {
  margin-top: 20px;
  color: inherit;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  transition: margin .28s ease;
}

body.template-blue-modern-clean .bluemodern-service-tile:hover h3,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within h3 {
  margin-top: 14px;
}

body.template-blue-modern-clean .bluemodern-service-tile p {
  max-height: 0;
  max-width: 280px;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  color: color-mix(in srgb, var(--theme-ink) 56%, white);
  font-size: 15px;
  line-height: 1.55;
  transform: translateY(10px);
  transition: max-height .32s ease, margin .32s ease, opacity .24s ease, transform .32s ease;
}

body.template-blue-modern-clean .bluemodern-service-tile:hover p,
body.template-blue-modern-clean .bluemodern-service-tile:focus-within p {
  max-height: 150px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

body.template-blue-modern-clean .bluemodern-service-cta {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
  border: 1px solid var(--blue-line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--theme-accent) 7%, white);
  padding: 18px;
}

body.template-blue-modern-clean .bluemodern-service-cta img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
}

body.template-blue-modern-clean .bluemodern-service-cta span {
  display: block;
  color: color-mix(in srgb, var(--theme-ink) 78%, var(--theme-primary));
  font-size: 18px;
  font-weight: 800;
}

body.template-blue-modern-clean .bluemodern-service-cta p {
  margin-top: 4px;
  color: color-mix(in srgb, var(--theme-ink) 48%, white);
  font-size: 13px;
}

body.template-blue-modern-clean .bluemodern-service-cta a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: var(--theme-primary);
  padding: 13px 18px;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 1023px) {
body.template-blue-modern-clean #siteHeader {
    top: 0;
  }

body.template-blue-modern-clean #siteHeader .glass {
    width: 100%;
    margin: 0;
    border-width: 0 0 1px;
    border-radius: 0;
  }

body.template-blue-modern-clean #siteHeader nav {
    display: none !important;
  }

body.template-blue-modern-clean #siteHeader a[href="#top"] {
    min-width: 0;
    max-width: calc(100% - 56px);
  }

body.template-blue-modern-clean #siteHeader a[href="#top"] > span {
    min-width: 0;
  }

body.template-blue-modern-clean #siteHeader #menuBtn {
    display: inline-flex !important;
    flex: 0 0 40px;
    position: relative;
    z-index: 3;
  }

body.template-blue-modern-clean #mobileMenu:not(.hidden) {
    display: block !important;
  }

body.template-blue-modern-clean #siteHeader > .psme-edit-btn {
    right: 12px;
  }
}

@media (max-width: 900px) {

body.template-blue-modern-clean .bluemodern-service-cta {
    grid-template-columns: 1fr;
  }

body.template-blue-modern-clean .bluemodern-section-inner {
    padding: 0 2% 2%;
  }

body.template-blue-modern-clean .bluemodern-about-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
body.template-blue-modern-clean .bluemodern-about-grid {
    grid-template-columns: minmax(0, .9fr) minmax(260px, .82fr);
    gap: 34px;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
body.template-blue-modern-clean .bluemodern-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
body.template-blue-modern-clean #siteHeader .flex.h-16 {
    position: relative;
    padding-right: 56px;
  }

body.template-blue-modern-clean #siteHeader #menuBtn {
    position: absolute;
    top: 12px;
    right: 16px;
  }

body.template-blue-modern-clean .bluemodern-about-grid {
    grid-template-columns: 1fr;
  }

body.template-blue-modern-clean .bluemodern-about-media {
    order: -1;
  }

body.template-blue-modern-clean .bluemodern-about-media img {
    border-radius: 22px;
  }

body.template-blue-modern-clean .bluemodern-service-grid {
    grid-template-columns: 1fr;
  }
}

body.template-blue-modern-clean .site-editor-toolbar {
  border-color: color-mix(in srgb, var(--theme-accent) 42%, transparent);
  background: rgba(239, 248, 255, .78);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, .22),
    0 0 0 1px rgba(255, 255, 255, .45) inset;
  backdrop-filter: blur(18px) saturate(140%);
}

body.template-blue-modern-clean .site-editor-toggle {
  background: linear-gradient(135deg, var(--theme-ink) 0%, var(--theme-primary) 100%);
  box-shadow: 0 14px 32px color-mix(in srgb, var(--theme-primary) 26%, transparent);
}

body.template-blue-modern-clean .site-editor-link {
  background: rgba(255, 255, 255, .72);
  color: var(--theme-ink);
}

body.template-blue-modern-clean .psme-backdrop {
  background:
    radial-gradient(circle at 22% 18%, color-mix(in srgb, var(--theme-accent) 26%, transparent), transparent 34%),
    radial-gradient(circle at 80% 80%, color-mix(in srgb, var(--theme-primary) 28%, transparent), transparent 34%),
    rgba(3, 7, 18, .62);
  backdrop-filter: blur(16px) saturate(150%);
}

body.template-blue-modern-clean .psme-panel {
  border: 1px solid color-mix(in srgb, var(--theme-accent) 46%, transparent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(239, 248, 255, .78)),
    radial-gradient(circle at top left, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 36%);
  box-shadow:
    0 35px 110px rgba(3, 7, 18, .42),
    0 0 70px color-mix(in srgb, var(--theme-accent) 22%, transparent),
    0 0 0 1px rgba(255, 255, 255, .42) inset;
  backdrop-filter: blur(24px) saturate(160%);
}

body.template-blue-modern-clean .psme-head,
body.template-blue-modern-clean .psme-foot {
  border-color: color-mix(in srgb, var(--theme-accent) 38%, transparent);
  background: rgba(248, 251, 255, .62);
  backdrop-filter: blur(18px);
}

body.template-blue-modern-clean .psme-title {
  color: var(--theme-ink);
}

body.template-blue-modern-clean .psme-close {
  color: var(--theme-ink);
}

body.template-blue-modern-clean .psme-row,
body.template-blue-modern-clean .pcf-row,
body.template-blue-modern-clean .pcf-nested,
body.template-blue-modern-clean .psme-wysiwyg {
  border-color: color-mix(in srgb, var(--theme-accent) 46%, transparent);
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--theme-primary) 8%, transparent);
  backdrop-filter: blur(12px);
}

body.template-blue-modern-clean .psme-input,
body.template-blue-modern-clean .psme-textarea,
body.template-blue-modern-clean .pcf-sub-input,
body.template-blue-modern-clean .pcf-icon-search {
  border-color: color-mix(in srgb, var(--theme-accent) 60%, transparent);
  background: rgba(255, 255, 255, .78);
}

body.template-blue-modern-clean .psme-pill,
body.template-blue-modern-clean .pcf-btn,
body.template-blue-modern-clean .psme-btn {
  border-color: color-mix(in srgb, var(--theme-accent) 58%, transparent);
  background: rgba(255, 255, 255, .68);
  color: var(--theme-ink);
}

body.template-blue-modern-clean .psme-primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%);
  color: #fff;
  box-shadow: 0 14px 32px color-mix(in srgb, var(--theme-primary) 24%, transparent);
}

body.template-blue-modern-clean .psme-wysiwyg-toolbar {
  border-color: color-mix(in srgb, var(--theme-accent) 46%, transparent);
  background: rgba(239, 248, 255, .72);
}

body.template-blue-modern-clean .psme-wysiwyg-toolbar button,
body.template-blue-modern-clean .psme-color-tool {
  border-color: color-mix(in srgb, var(--theme-accent) 58%, transparent);
  background: rgba(255, 255, 255, .72);
}

body.template-blue-modern-clean .psme-wysiwyg[data-wysiwyg-key="hero_description"] .psme-wysiwyg-editor {
  background:
    radial-gradient(circle at 15% 20%, color-mix(in srgb, var(--theme-accent) 20%, transparent), transparent 36%),
    linear-gradient(135deg, var(--theme-ink), var(--blue-navy) 56%, var(--theme-primary));
}

body.template-blue-modern-clean .floating-action-call,
body.template-blue-modern-clean .floating-action-top {
  border-color: color-mix(in srgb, var(--theme-accent) 62%, transparent);
  background: linear-gradient(135deg, var(--theme-primary) 0%, color-mix(in srgb, var(--theme-primary) 58%, var(--theme-accent)) 100%);
  color: #fff;
}

body.template-blue-modern-clean .floating-action-whatsapp {
  box-shadow: 0 14px 40px color-mix(in srgb, var(--theme-primary) 22%, transparent);
}

@media (max-width: 640px) {
body.template-blue-modern-clean .floating-action-call,
  body.template-blue-modern-clean .floating-action-whatsapp,
  body.template-blue-modern-clean .floating-action-top {
    border-color: transparent;
    background: transparent;
    color: rgba(255, 255, 255, .94);
  }

body.template-blue-modern-clean .floating-contact-bar {
    border-top-color: color-mix(in srgb, var(--theme-accent) 24%, transparent);
    background: linear-gradient(135deg, var(--theme-ink) 0%, var(--theme-primary) 52%, color-mix(in srgb, var(--theme-primary) 58%, var(--theme-accent)) 100%);
    box-shadow: 0 -18px 40px color-mix(in srgb, var(--theme-primary) 26%, transparent);
  }
}
