/* Shared Inquiry to Execution redesign */
body .mk-process-section,
body .inquiry-execution-template{
  padding:88px 24px 96px !important;
  background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%) !important;
  overflow:hidden !important;
}

body .mk-process-section .section-inner,
body .inquiry-execution-template .elementor-343,
body .inquiry-execution-template .inquiry-easy-container{
  max-width:1120px !important;
  width:100% !important;
  margin:0 auto !important;
}

body .inquiry-execution-template,
body .inquiry-execution-template *{
  box-sizing:border-box !important;
}

body .inquiry-execution-template .e-con{
  --min-height:0 !important;
  --border-radius:18px !important;
  min-height:0 !important;
}

body .inquiry-execution-template .elementor-widget,
body .inquiry-execution-template .elementor-widget-container{
  margin:0 !important;
  padding:0 !important;
}

body .inquiry-execution-template .inquiry-easy-container,
body .inquiry-execution-template .inquiry-easy-container > .e-con{
  display:block !important;
  min-height:0 !important;
  padding:0 !important;
  gap:0 !important;
}

body .mk-process-section .section-eyebrow,
body .inquiry-execution-template .inquiry-easy-container > .e-con > .elementor-widget-heading:first-child .elementor-heading-title::before{
  display:block !important;
  margin:0 0 14px !important;
  color:#E51A1C !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.28em !important;
  line-height:1 !important;
  text-transform:uppercase !important;
}

body .inquiry-execution-template .inquiry-easy-container > .e-con > .elementor-widget-heading:first-child .elementor-heading-title::before{
  content:"How We Work";
}

body .mk-process-section .section-title,
body .inquiry-execution-template .inquiry-easy-container > .e-con > .elementor-widget-heading:first-child .elementor-heading-title{
  max-width:800px !important;
  margin:0 auto 36px !important;
  color:#111 !important;
  font-family:"Kanit", Arial, sans-serif !important;
  font-size:clamp(34px,3.1vw,48px) !important;
  font-style:normal !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  text-align:center !important;
  text-transform:none !important;
}

body .mk-process-grid,
body .inquiry-execution-template .inquiry-easy-boxed{
  position:relative !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:22px !important;
  max-width:1120px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:0 !important;
  counter-reset:mk-process-step !important;
}

body .mk-process-grid::before,
body .inquiry-execution-template .inquiry-easy-boxed::before{
  display:none !important;
}

body .inquiry-execution-template .inquiry-easy-container > .e-con:first-child{
  display:block !important;
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 !important;
}

body .inquiry-execution-template .inquiry-easy-boxed > .e-con:not(.inquiry-easy-card){
  display:none !important;
}

body .mk-process-card,
body .inquiry-execution-template .inquiry-easy-card{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  min-height:250px !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  padding:32px 30px 30px !important;
  overflow:hidden !important;
  z-index:1 !important;
  border:1px solid #e8e8e8 !important;
  border-radius:16px !important;
  background:
    linear-gradient(180deg,#fff 0%,#fcfcfc 100%),
    #fff !important;
  box-shadow:0 20px 52px rgba(15,23,42,.06) !important;
  text-align:left !important;
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

body .inquiry-execution-template .inquiry-easy-boxed > .inquiry-easy-card.elementor-element,
body .inquiry-execution-template .inquiry-easy-card.e-con{
  border-radius:16px !important;
  --border-radius:16px !important;
}

body .mk-process-card:hover,
body .inquiry-execution-template .inquiry-easy-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(229,26,28,.35) !important;
  box-shadow:0 26px 64px rgba(15,23,42,.1) !important;
}

body .mk-process-card::after,
body .inquiry-execution-template .inquiry-easy-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 0 auto !important;
  height:3px !important;
  background:linear-gradient(90deg,#E51A1C,rgba(229,26,28,.22),rgba(229,26,28,0)) !important;
  opacity:1 !important;
}

body .mk-process-num,
body .inquiry-execution-template .inquiry-easy-card::before{
  position:static !important;
  inset:auto !important;
  transform:none !important;
  align-self:flex-start !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-width:74px !important;
  height:32px !important;
  margin:0 0 22px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:#111 !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:none !important;
  color:#fff !important;
  font-family:"Kanit", Arial, sans-serif !important;
  font-size:14px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  line-height:1 !important;
}

body .mk-process-num::before{
  content:"STEP" !important;
  margin-right:8px !important;
  color:rgba(255,255,255,.68) !important;
  font-size:9px !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
}

body .inquiry-execution-template .inquiry-easy-card::before{
  counter-increment:mk-process-step !important;
  content:"STEP " counter(mk-process-step, decimal-leading-zero) !important;
  font-size:13px !important;
  letter-spacing:.08em !important;
}

body .inquiry-execution-template .inquiry-easy-card > .elementor-widget-image,
body .inquiry-execution-template .inquiry-easy-card .elementor-absolute,
body .inquiry-execution-template .inquiry-easy-card img{
  display:none !important;
}

body .inquiry-execution-template .inquiry-easy-card > .e-con,
body .inquiry-execution-template .inquiry-easy-card .e-con{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  width:100% !important;
  max-width:100% !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  gap:0 !important;
}

body .mk-process-title,
body .inquiry-execution-template .inquiry-easy-card .elementor-widget-heading .elementor-heading-title{
  max-width:330px !important;
  margin:0 0 14px !important;
  color:#111 !important;
  font-family:"Kanit", Arial, sans-serif !important;
  font-size:22px !important;
  font-style:normal !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  line-height:1.18 !important;
  text-align:left !important;
  text-transform:none !important;
}

body .mk-process-desc,
body .inquiry-execution-template .inquiry-easy-card .elementor-widget-text-editor,
body .inquiry-execution-template .inquiry-easy-card .elementor-widget-text-editor p{
  max-width:340px !important;
  margin:0 !important;
  color:#555 !important;
  font-family:"Kanit", Arial, sans-serif !important;
  font-size:15px !important;
  font-style:normal !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  line-height:1.6 !important;
  text-align:left !important;
}

html[data-theme="dark"] body .mk-process-section,
html[data-theme="dark"] body .inquiry-execution-template{
  background:linear-gradient(180deg,#050506 0%,#0b0b0d 100%) !important;
}

html[data-theme="dark"] body .mk-process-section .section-title,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-container > .e-con > .elementor-widget-heading:first-child .elementor-heading-title,
html[data-theme="dark"] body .mk-process-title,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card .elementor-widget-heading .elementor-heading-title{
  color:#f5f5f6 !important;
}

html[data-theme="dark"] body .mk-process-card,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card{
  border-color:#2d2d34 !important;
  background:
    linear-gradient(180deg,#17171b 0%,#111114 100%),
    #151519 !important;
  box-shadow:0 22px 52px rgba(0,0,0,.22) !important;
}

html[data-theme="dark"] body .mk-process-card:hover,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card:hover{
  border-color:rgba(229,26,28,.55) !important;
  box-shadow:0 28px 66px rgba(0,0,0,.36) !important;
}

html[data-theme="dark"] body .mk-process-num,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card::before{
  background:#E51A1C !important;
  border-color:rgba(229,26,28,.65) !important;
  box-shadow:0 14px 32px rgba(229,26,28,.2) !important;
}

html[data-theme="dark"] body .mk-process-desc,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card .elementor-widget-text-editor,
html[data-theme="dark"] body .inquiry-execution-template .inquiry-easy-card .elementor-widget-text-editor p{
  color:#b8b8c1 !important;
}

@media (max-width:1024px){
  body .mk-process-grid,
  body .inquiry-execution-template .inquiry-easy-boxed{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:720px){
  body .mk-process-section,
  body .inquiry-execution-template{
    padding:56px 18px !important;
  }

  body .mk-process-section .section-title,
  body .inquiry-execution-template .inquiry-easy-container > .e-con > .elementor-widget-heading:first-child .elementor-heading-title{
    margin-bottom:22px !important;
    font-size:clamp(30px,9vw,40px) !important;
  }

  body .mk-process-grid,
  body .inquiry-execution-template .inquiry-easy-boxed{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  body .mk-process-card,
  body .inquiry-execution-template .inquiry-easy-card{
    min-height:0 !important;
    padding:28px 22px 26px !important;
  }

  body .mk-process-title,
  body .inquiry-execution-template .inquiry-easy-card .elementor-widget-heading .elementor-heading-title{
    font-size:20px !important;
  }
}
