.ew-hero{min-height:760px;display:grid;align-items:center;padding:190px 0 90px;background:radial-gradient(circle at 75% 35%,rgba(10,128,134,.34),transparent 32%),linear-gradient(135deg,#0f1112 0%,#111819 52%,#063f43 100%);color:#eefafa}.ew-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.ew-hero h1{color:#fff;max-width:780px}.ew-hero p{font-size:1.15rem;max-width:650px;color:#d7eeee}.ew-hero__visual{display:flex;justify-content:center}.ew-dashboard{width:min(100%,520px);background:rgba(255,255,255,.97);border-radius:24px;padding:28px;box-shadow:0 40px 100px rgba(0,0,0,.3);transform:rotate(2deg)}.ew-dashboard__top{display:flex;gap:6px;margin-bottom:24px}.ew-dashboard__top span{width:9px;height:9px;border-radius:50%;background:#c7cdcf}.ew-dashboard__kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ew-dashboard__kpis div{background:var(--ew-light);padding:18px;border-radius:14px}.ew-dashboard__kpis strong,.ew-dashboard__kpis small{display:block}.ew-dashboard__kpis strong{font:700 1.4rem Poppins;color:var(--ew-navy)}.ew-dashboard__kpis small{color:var(--ew-muted)}.ew-dashboard__chart{height:210px;margin-top:18px;border-radius:14px;background:linear-gradient(#fff,#f8fafa);display:flex;align-items:flex-end;gap:12px;padding:24px}.ew-dashboard__chart i{flex:1;background:linear-gradient(180deg,var(--ew-primary),var(--ew-primary-dark));border-radius:8px 8px 3px 3px}.ew-logo-strip{padding:25px 0;border-bottom:1px solid var(--ew-border);background:#fff}.ew-logo-strip .ew-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.ew-logo-strip p{margin:0;color:var(--ew-muted);font-size:.86rem}.ew-logo-strip__items{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:26px;color:var(--ew-navy);font:700 .95rem Poppins}.ew-contact{background:linear-gradient(135deg,var(--ew-dark),#063f43);color:#fff}.ew-contact h2{color:#fff}.ew-contact__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.ew-contact__grid>div>p{color:#d7eeee;max-width:520px}

/* End-to-End Support Section */
.ew-support-timeline-section{
    position:relative;
    background:linear-gradient(180deg,#f7fafb 0%, #eef5f6 100%);
    overflow:hidden;
}

.ew-support-timeline-panel{
    position:relative;
    padding:56px;
    border-radius:30px;
    background:linear-gradient(135deg,#ffffff 0%, #fbfefe 55%, #f3fafa 100%);
    border:1px solid rgba(215,225,226,.9);
    box-shadow:0 24px 70px rgba(15,17,18,.08);
    overflow:hidden;
}

.ew-support-timeline-panel::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:6px;
    background:linear-gradient(180deg,var(--ew-primary),rgba(10,128,134,.16));
}

.ew-support-timeline-panel::after{
    content:"";
    position:absolute;
    right:-160px;
    top:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(10,128,134,.12) 0%, rgba(10,128,134,.04) 46%, transparent 70%);
    pointer-events:none;
}

.ew-support-timeline-layout{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);
    gap:54px;
    align-items:center;
}

.ew-support-timeline-heading{
    max-width:500px;
}

.ew-support-timeline-heading h2{
    margin:0 0 18px;
    color:var(--ew-navy);
    font-size:clamp(2rem,3.4vw,3.35rem);
    line-height:1.06;
    letter-spacing:-.055em;
}

.ew-support-timeline-heading p{
    margin:0;
    color:#4c5a5c;
    font-size:1.04rem;
    line-height:1.75;
}

.ew-support-timeline-cta{
    margin-top:30px;
}

.ew-support-timeline-cta .ew-btn{
    border-radius:14px;
    box-shadow:0 18px 34px rgba(10,128,134,.2);
}

.ew-support-timeline__nodes{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.ew-support-step{
    position:relative;
    display:grid;
    grid-template-columns:56px minmax(0,1fr);
    gap:16px;
    min-height:150px;
    padding:22px;
    border-radius:20px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(217,227,228,.95);
    box-shadow:0 12px 30px rgba(15,17,18,.055);
    transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ew-support-step::before{
    content:"";
    position:absolute;
    left:0;
    top:22px;
    bottom:22px;
    width:3px;
    border-radius:999px;
    background:var(--ew-primary);
    opacity:.8;
}

.ew-support-step__meta{
    display:grid;
    gap:12px;
    align-content:start;
    justify-items:center;
}

.ew-support-step__number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:30px;
    border-radius:999px;
    background:rgba(10,128,134,.1);
    color:var(--ew-primary-dark);
    font-weight:800;
    font-size:.84rem;
    letter-spacing:.08em;
}

.ew-support-step__icon{
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    border-radius:14px;
    background:#f4fafb;
    color:var(--ew-primary);
    border:1px solid rgba(10,128,134,.16);
}

.ew-support-step__icon svg{
    width:23px;
    height:23px;
}

.ew-support-step__body h3{
    margin:2px 0 8px;
    color:#101718;
    font-size:1.08rem;
    line-height:1.25;
    letter-spacing:-.02em;
}

.ew-support-step__body p{
    margin:0;
    color:#536164;
    font-size:.94rem;
    line-height:1.62;
}

@media (hover:hover) and (pointer:fine){
    .ew-support-step:hover{
        transform:translateY(-3px);
        border-color:rgba(10,128,134,.28);
        box-shadow:0 18px 38px rgba(15,17,18,.08);
    }
}

@media (max-width: 1180px){
    .ew-support-timeline-panel{padding:44px}
    .ew-support-timeline-layout{grid-template-columns:1fr;gap:34px;align-items:start}
    .ew-support-timeline-heading{max-width:760px}
    .ew-support-timeline__nodes{grid-template-columns:repeat(3,minmax(0,1fr))}
    .ew-support-step{grid-template-columns:1fr;min-height:auto;gap:14px}
    .ew-support-step__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}
    .ew-support-step::before{top:auto;right:22px;bottom:0;left:22px;width:auto;height:3px}
}

@media (max-width: 900px){
    .ew-support-timeline__nodes{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 767px){
    .ew-section.ew-support-timeline-section{padding:44px 0}
    .ew-support-timeline-panel{padding:24px 18px;border-radius:20px}
    .ew-support-timeline-panel::before{width:4px}
    .ew-support-timeline-panel::after{opacity:.5;right:-220px;top:-210px}
    .ew-support-timeline-layout{gap:22px}
    .ew-support-timeline-heading h2{font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.08;margin-bottom:12px}
    .ew-support-timeline-heading p{font-size:.96rem;line-height:1.6}
    .ew-support-timeline-cta{margin-top:18px}
    .ew-support-timeline-cta .ew-btn{width:100%;justify-content:center;padding:13px 18px}
    .ew-support-timeline__nodes{grid-template-columns:1fr;gap:10px}
    .ew-support-step{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px 14px 14px 16px;border-radius:15px;min-height:auto}
    .ew-support-step::before{left:0;top:14px;bottom:14px;right:auto;width:3px;height:auto}
    .ew-support-step__meta{display:grid;gap:7px;justify-items:center;align-content:start}
    .ew-support-step__number{width:36px;height:24px;font-size:.72rem;letter-spacing:.05em}
    .ew-support-step__icon{width:38px;height:38px;border-radius:11px}
    .ew-support-step__icon svg{width:19px;height:19px}
    .ew-support-step__body h3{margin:0 0 3px;font-size:1rem;line-height:1.2}
    .ew-support-step__body p{font-size:.84rem;line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
}

@media (max-width: 380px){
    .ew-support-timeline-panel{padding:20px 14px}
    .ew-support-step{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px 12px 12px 14px}
    .ew-support-step__number{width:34px;height:22px}
    .ew-support-step__icon{width:34px;height:34px}
    .ew-support-step__body p{-webkit-line-clamp:1}
}

/* Services - supplied reference design, adapted to E-World content */
.ew-services-reference-section{
    position:relative;
    overflow:hidden;
    background:#f1f1f1;
    padding-top:86px;
    padding-bottom:86px;
}

.ew-services-reference-section>.ew-container{
    width:min(calc(100% - 48px),1376px);
}

.ew-services-reference-heading{
    max-width:980px;
    margin:0 auto 48px;
}

.ew-services-reference-heading .ew-eyebrow{
    margin-bottom:12px;
}

.ew-services-reference-heading h2{
    margin:0 0 12px;
    color:#101214;
    font-size:clamp(2rem,3.2vw,3.15rem);
    line-height:1.12;
    letter-spacing:-.045em;
}

.ew-services-reference-heading p{
    max-width:820px;
    margin:0 auto;
    color:#4a4a4a;
    font-size:1rem;
    line-height:1.7;
}

.ew-services-reference-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px;
    align-items:start;
}

.ew-services-reference-column{
    display:grid;
    gap:26px;
    align-content:start;
}

/* The outside columns contain four reference-sized cards. */
.ew-services-reference-column--1 .ew-ref-service-card:nth-child(1),
.ew-services-reference-column--3 .ew-ref-service-card:nth-child(1){height:444px}
.ew-services-reference-column--1 .ew-ref-service-card:nth-child(2){height:390px}
.ew-services-reference-column--1 .ew-ref-service-card:nth-child(3){height:400px}
.ew-services-reference-column--1 .ew-ref-service-card:nth-child(4){height:394px}
.ew-services-reference-column--3 .ew-ref-service-card:nth-child(2){height:400px}
.ew-services-reference-column--3 .ew-ref-service-card:nth-child(3){height:410px}
.ew-services-reference-column--3 .ew-ref-service-card:nth-child(4){height:374px}

/* The center column follows the user's original 4 / 3 / 4 sketch: three taller cards. */
.ew-services-reference-column--2 .ew-ref-service-card:nth-child(1){height:548px}
.ew-services-reference-column--2 .ew-ref-service-card:nth-child(2){height:500px}
.ew-services-reference-column--2 .ew-ref-service-card:nth-child(3){height:632px}

.ew-ref-service-card{
    --card-a:#0a8086;
    --card-b:#0d3850;
    position:relative;
    overflow:hidden;
    border-radius:4px;
    background:#fff;
    box-shadow:0 14px 34px rgba(0,0,0,.10);
    isolation:isolate;
    transition:transform .24s ease,box-shadow .24s ease;
}

.ew-ref-service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 42px rgba(0,0,0,.15);
}

.ew-ref-service-card__visual{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 72% 22%,rgba(255,255,255,.55),transparent 22%),
        radial-gradient(circle at 25% 78%,rgba(255,255,255,.26),transparent 28%),
        linear-gradient(135deg,var(--card-a),var(--card-b));
}

.ew-ref-service-card--light .ew-ref-service-card__visual{
    height:58%;
}

.ew-ref-service-card--dark .ew-ref-service-card__visual{
    position:absolute;
    inset:0;
    height:auto;
}

.ew-ref-service-card__mesh{
    position:absolute;
    inset:-20%;
    opacity:.36;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
    background-size:34px 34px;
    transform:perspective(500px) rotateX(58deg) rotateZ(-14deg) scale(1.25);
    transform-origin:center;
}

.ew-ref-service-card__shape{
    position:absolute;
    display:block;
    border:1px solid rgba(255,255,255,.34);
    background:rgba(255,255,255,.15);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
    backdrop-filter:blur(2px);
}

.ew-ref-service-card__shape--one{
    width:84px;
    height:84px;
    right:13%;
    top:17%;
    transform:rotate(28deg);
}

.ew-ref-service-card__shape--two{
    width:52px;
    height:52px;
    left:15%;
    top:30%;
    border-radius:50%;
}

.ew-ref-service-card__shape--three{
    width:120px;
    height:38px;
    left:16%;
    bottom:16%;
    transform:rotate(-15deg);
    border-radius:999px;
}

.ew-ref-service-card__visual-icon{
    position:absolute;
    left:50%;
    top:50%;
    width:138px;
    height:138px;
    display:grid;
    place-items:center;
    transform:translate(-50%,-50%);
    border-radius:30px;
    color:#fff;
    background:rgba(8,20,30,.22);
    border:1px solid rgba(255,255,255,.28);
    box-shadow:0 22px 55px rgba(0,0,0,.18);
    backdrop-filter:blur(5px);
}

.ew-ref-service-card__visual-icon svg{
    width:76px;
    height:76px;
    filter:drop-shadow(0 8px 14px rgba(0,0,0,.16));
}

.ew-ref-service-card--light .ew-ref-service-card__visual-icon{
    color:#0b6770;
    background:rgba(255,255,255,.72);
    border-color:rgba(255,255,255,.78);
}

.ew-ref-service-card__body{
    position:relative;
    z-index:3;
}

.ew-ref-service-card--light .ew-ref-service-card__body{
    min-height:42%;
    padding:22px 20px 18px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    background:#fff;
}

.ew-ref-service-card--dark::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    background:linear-gradient(to bottom,rgba(4,10,16,.02) 28%,rgba(4,10,16,.32) 54%,rgba(4,10,16,.90) 100%);
    pointer-events:none;
}

.ew-ref-service-card--dark .ew-ref-service-card__body{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:26px 20px 24px;
    color:#fff;
}

.ew-ref-service-card__body h3{
    margin:0 0 10px;
    color:#111820;
    font-size:clamp(1.55rem,2vw,2.15rem);
    line-height:1.08;
    letter-spacing:-.035em;
}

.ew-ref-service-card--dark .ew-ref-service-card__body h3{
    color:#fff;
}

.ew-ref-service-card__body p{
    margin:0 0 17px;
    color:#20272d;
    font-size:1rem;
    line-height:1.52;
}

.ew-ref-service-card--dark .ew-ref-service-card__body p{
    color:rgba(255,255,255,.96);
}

.ew-ref-service-card__arrow{
    width:28px;
    height:28px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:2px solid var(--ew-primary);
    border-radius:50%;
    color:var(--ew-primary)!important;
    font-size:18px;
    line-height:1;
    font-weight:700;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}

.ew-ref-service-card__arrow span{
    display:block;
    transform:translateY(-1px);
}

.ew-ref-service-card__arrow:hover{
    background:var(--ew-primary);
    color:#fff!important;
    transform:translateX(3px);
}

.ew-ref-service-card--dark .ew-ref-service-card__arrow{
    border-color:#22b9bf;
    color:#22b9bf!important;
}

.ew-ref-service-card--dark .ew-ref-service-card__arrow:hover{
    background:#22b9bf;
    color:#071113!important;
}

/* Individual artwork palettes keep the wall visually varied like the supplied reference. */
.ew-ref-service-card--tone-1{--card-a:#0a5a68;--card-b:#10243b}
.ew-ref-service-card--tone-2{--card-a:#d9f2f5;--card-b:#77c5d0}
.ew-ref-service-card--tone-3{--card-a:#6936a7;--card-b:#14274d}
.ew-ref-service-card--tone-4{--card-a:#e7ecff;--card-b:#8bbecb}
.ew-ref-service-card--tone-5{--card-a:#eaf1ff;--card-b:#7898c9}
.ew-ref-service-card--tone-6{--card-a:#cf4778;--card-b:#39215d}
.ew-ref-service-card--tone-7{--card-a:#d8f0e4;--card-b:#7fa9ca}
.ew-ref-service-card--tone-8{--card-a:#08727c;--card-b:#113657}
.ew-ref-service-card--tone-9{--card-a:#dff4e7;--card-b:#78b9a1}
.ew-ref-service-card--tone-10{--card-a:#145f83;--card-b:#172452}
.ew-ref-service-card--tone-11{--card-a:#e2f4f5;--card-b:#8abed1}

.ew-services-reference-cta{
    margin-top:30px;
}

.ew-services-reference-view-all{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:48px;
    padding:10px 22px;
    border:1px solid #e0e0e0;
    border-radius:4px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    color:var(--ew-primary-dark)!important;
    font-weight:700;
    transition:transform .2s ease,box-shadow .2s ease;
}

.ew-services-reference-view-all i{
    width:25px;
    height:25px;
    display:grid;
    place-items:center;
    border:2px solid var(--ew-primary);
    border-radius:50%;
    color:var(--ew-primary);
    font-style:normal;
    line-height:1;
}

.ew-services-reference-view-all:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(0,0,0,.11);
}

@media(max-width:1100px){
    .ew-services-reference-grid{
        grid-template-columns:1fr 1fr;
        gap:22px;
    }
    .ew-services-reference-column{
        gap:22px;
    }
    .ew-services-reference-column--3{
        grid-column:1/-1;
        grid-template-columns:1fr 1fr;
    }
    .ew-services-reference-column--1 .ew-ref-service-card:nth-child(n),
    .ew-services-reference-column--2 .ew-ref-service-card:nth-child(n),
    .ew-services-reference-column--3 .ew-ref-service-card:nth-child(n){
        height:430px;
    }
}

@media(max-width:767px){
    .ew-services-reference-section{
        padding-top:64px;
        padding-bottom:64px;
    }
    .ew-services-reference-section>.ew-container{
        width:min(calc(100% - 30px),1376px);
    }
    .ew-services-reference-heading{
        margin-bottom:32px;
    }
    .ew-services-reference-grid{
        grid-template-columns:1fr;
        gap:18px;
    }
    .ew-services-reference-column,
    .ew-services-reference-column--3{
        grid-template-columns:1fr;
        grid-column:auto;
        gap:18px;
    }
    .ew-services-reference-column--1 .ew-ref-service-card:nth-child(n),
    .ew-services-reference-column--2 .ew-ref-service-card:nth-child(n),
    .ew-services-reference-column--3 .ew-ref-service-card:nth-child(n){
        height:420px;
    }
    .ew-ref-service-card--light .ew-ref-service-card__visual{
        height:57%;
    }
    .ew-ref-service-card__visual-icon{
        width:118px;
        height:118px;
    }
    .ew-ref-service-card__visual-icon svg{
        width:64px;
        height:64px;
    }
    .ew-ref-service-card__body h3{
        font-size:1.62rem;
    }
    .ew-ref-service-card__body p{
        font-size:.95rem;
    }
    .ew-services-reference-view-all{
        width:100%;
        max-width:360px;
    }
}

/* ==========================================================
   Results / Stats — Design 2: dark impact style
   ========================================================== */
.ew-results-stats{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(84px,8vw,126px) 0 clamp(70px,7vw,104px);
  background:
    radial-gradient(circle at 78% 15%,rgba(10,128,134,.20),transparent 28%),
    linear-gradient(118deg,#071113 0%,#062f32 48%,#0f1112 100%);
  color:#fff;
}
.ew-results-stats::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg,rgba(7,17,19,.98) 0%,rgba(7,17,19,.88) 34%,rgba(6,63,67,.36) 61%,rgba(7,17,19,.64) 100%),
    linear-gradient(180deg,rgba(7,17,19,.05),rgba(7,17,19,.72));
  pointer-events:none;
}
.ew-results-stats__visual{
  position:absolute;
  z-index:-5;
  top:-6px;
  right:-8%;
  width:min(72vw,1100px);
  aspect-ratio:1197/561;
  background:url('../../images/stats/world-network-bg.jpg') center right/contain no-repeat;
  opacity:.94;
  filter:saturate(1.18) contrast(1.08);
  pointer-events:none;
}
.ew-results-stats__glow{
  position:absolute;
  z-index:-3;
  border-radius:50%;
  filter:blur(75px);
  opacity:.16;
  pointer-events:none;
}
.ew-results-stats__glow--one{width:330px;height:330px;right:8%;top:-165px;background:#0a8086}
.ew-results-stats__glow--two{width:260px;height:260px;left:-130px;bottom:-160px;background:#15969c}
.ew-results-stats__inner{position:relative;z-index:1}
.ew-results-stats__header{max-width:620px;margin-bottom:clamp(50px,6vw,74px)}
.ew-results-stats__title{
  margin:0;
  color:#fff;
  font-size:clamp(2.25rem,4.4vw,4.1rem);
  line-height:1.06;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.ew-results-stats__title span{
  color:#0fb2ba;
  text-shadow:0 0 25px rgba(10,128,134,.22);
}
.ew-results-stats__intro{
  max-width:540px;
  margin:22px 0 0;
  color:#d8e2ef;
  font-size:clamp(1rem,1.3vw,1.13rem);
  line-height:1.72;
}
.ew-results-stats__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}
.ew-results-stat-card{
  position:relative;
  min-height:222px;
  padding:28px 18px 31px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  overflow:hidden;
  border:1px solid rgba(10,128,134,.20);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(5,45,48,.92),rgba(9,24,26,.95));
  box-shadow:0 18px 45px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.025);
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.ew-results-stat-card::before{
  content:"";
  position:absolute;
  inset:auto 18% -12px;
  height:15px;
  border-radius:50%;
  background:#0fb2ba;
  filter:blur(14px);
  opacity:.84;
}
.ew-results-stat-card::after{
  content:"";
  position:absolute;
  left:28%;right:28%;bottom:0;
  height:2px;
  background:linear-gradient(90deg,transparent,#0fb2ba,transparent);
  box-shadow:0 0 18px rgba(15,178,186,.95);
  opacity:.95;
}
.ew-results-stat-card:hover{
  transform:translateY(-5px);
  border-color:rgba(15,178,186,.42);
  box-shadow:0 24px 52px rgba(0,0,0,.32),0 0 30px rgba(10,128,134,.16);
}
.ew-results-stat-card__icon{
  width:52px;height:52px;
  display:grid;
  place-items:center;
  margin-bottom:19px;
  color:#0fb2ba;
  border-radius:50%;
  background:rgba(10,128,134,.20);
  box-shadow:0 0 26px rgba(15,178,186,.24),inset 0 0 18px rgba(15,178,186,.08);
}
.ew-results-stat-card__icon svg{
  width:33px;height:33px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
  filter:drop-shadow(0 0 5px rgba(15,178,186,.44));
}
.ew-results-stat-card__number{
  display:block;
  min-height:1.2em;
  color:#fff;
  font-family:Poppins,system-ui,sans-serif;
  font-size:clamp(2rem,3vw,3.05rem);
  font-weight:700;
  line-height:1.04;
  letter-spacing:-.045em;
  font-variant-numeric:tabular-nums;
}
.ew-results-stat-card__label{
  display:block;
  margin-top:14px;
  color:#eff5fc;
  font-size:.92rem;
  line-height:1.55;
  font-weight:600;
}
@media (max-width:1100px){
  .ew-results-stats__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ew-results-stat-card:nth-child(4),.ew-results-stat-card:nth-child(5){min-height:210px}
  .ew-results-stats__visual{width:880px;right:-22%}
}
@media (max-width:767px){
  .ew-results-stats{padding:74px 0 72px}
  .ew-results-stats__header{margin-bottom:40px}
  .ew-results-stats__title{font-size:clamp(2.1rem,10vw,3rem)}
  .ew-results-stats__intro{font-size:.98rem}
  .ew-results-stats__visual{width:720px;right:-72%;top:4px;opacity:.62}
  .ew-results-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .ew-results-stat-card{min-height:196px;padding:24px 13px 27px}
  .ew-results-stat-card:last-child{grid-column:1/-1;max-width:calc(50% - 6px);width:100%;justify-self:center}
  .ew-results-stat-card__icon{width:46px;height:46px;margin-bottom:16px}
  .ew-results-stat-card__icon svg{width:29px;height:29px}
  .ew-results-stat-card__number{font-size:clamp(1.8rem,8vw,2.35rem)}
  .ew-results-stat-card__label{font-size:.82rem}
}
@media (max-width:480px){
  .ew-results-stats__grid{grid-template-columns:1fr}
  .ew-results-stat-card,.ew-results-stat-card:last-child{max-width:none;grid-column:auto;min-height:180px}
  .ew-results-stats__visual{right:-120%;opacity:.48}
}
@media (prefers-reduced-motion:reduce){
  .ew-results-stat-card{transition:none}
}

/* ==========================================================
   Marketplace Expertise — restored premium panel showcase
   ========================================================== */
.ew-marketplace-showcase{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(88px,7.4vw,124px) 0;
  background:
    radial-gradient(circle at 78% 28%,rgba(10,128,134,.17),transparent 31%),
    radial-gradient(circle at 18% 86%,rgba(21,150,156,.13),transparent 28%),
    linear-gradient(118deg,#071113 0%,#092123 48%,#0f1112 100%);
  color:#fff;
}
.ew-marketplace-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-4;
  background:
    linear-gradient(90deg,rgba(7,17,19,.96),rgba(7,17,19,.80) 46%,rgba(7,17,19,.94)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 84px);
  pointer-events:none;
}
.ew-marketplace-showcase::after{
  content:"";
  position:absolute;
  right:-12%;
  top:8%;
  width:58vw;
  height:58vw;
  max-width:780px;
  max-height:780px;
  z-index:-3;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(10,128,134,.10) 0 1px,transparent 1px 100%),
    radial-gradient(circle,transparent 44%,rgba(10,128,134,.16) 45%,transparent 46%),
    radial-gradient(circle,transparent 57%,rgba(21,150,156,.12) 58%,transparent 59%),
    radial-gradient(circle,rgba(10,128,134,.09),transparent 62%);
  background-size:28px 28px,100% 100%,100% 100%,100% 100%;
  opacity:.66;
  pointer-events:none;
}
.ew-marketplace-showcase__orb{
  position:absolute;
  z-index:-2;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
}
.ew-marketplace-showcase__orb--one{
  width:340px;
  height:340px;
  right:10%;
  top:-150px;
  background:rgba(10,128,134,.24);
}
.ew-marketplace-showcase__orb--two{
  width:280px;
  height:280px;
  left:-120px;
  bottom:-130px;
  background:rgba(21,150,156,.18);
}
.ew-marketplace-showcase__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(290px,.76fr) minmax(0,1.24fr);
  gap:clamp(34px,4.5vw,64px);
  align-items:center;
}
.ew-marketplace-showcase__content{
  max-width:455px;
}
.ew-marketplace-showcase__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:#bfeaec;
  font-size:.88rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.ew-marketplace-showcase__eyebrow::before{
  content:"";
  width:48px;
  height:2px;
  flex:0 0 auto;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ew-primary),#9ff4f7);
}
.ew-marketplace-showcase__content h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.25rem,4.15vw,4rem);
  line-height:1.06;
  letter-spacing:-.048em;
  text-wrap:balance;
}
.ew-marketplace-showcase__content h2 span{
  display:block;
  color:#0fb2ba;
  text-shadow:0 0 28px rgba(15,178,186,.24);
}
.ew-marketplace-showcase__content p{
  margin:22px 0 0;
  color:#d7eeee;
  font-size:clamp(1rem,1.15vw,1.08rem);
  line-height:1.75;
}
.ew-marketplace-showcase__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:34px;
  min-height:54px;
  padding:13px 21px 13px 24px;
  border:1px solid rgba(140,231,235,.34);
  border-radius:9px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--ew-primary),var(--ew-primary-dark));
  box-shadow:0 18px 38px rgba(10,128,134,.26),inset 0 1px 0 rgba(255,255,255,.16);
  font-weight:800;
  text-decoration:none;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.ew-marketplace-showcase__btn i{
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.58);
  font-style:normal;
  line-height:1;
  transform:translateY(-1px);
}
.ew-marketplace-showcase__btn:hover{
  transform:translateY(-3px);
  border-color:rgba(180,255,255,.58);
  box-shadow:0 24px 48px rgba(10,128,134,.34),0 0 34px rgba(15,178,186,.16);
}
.ew-marketplace-showcase__cards{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
  min-width:0;
  min-height:390px;
  perspective:1200px;
}
.ew-home-marketplace-panel{
  position:relative;
  min-width:0;
  min-height:390px;
  overflow:hidden;
  display:grid;
  grid-template-rows:minmax(62px,1fr) 72px 50px 104px;
  row-gap:12px;
  align-items:center;
  justify-items:center;
  padding:30px 16px 34px;
  text-align:center;
  color:#fff!important;
  border:1px solid rgba(96,206,211,.22);
  border-radius:15px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)),
    linear-gradient(180deg,rgba(6,63,67,.34),rgba(7,17,19,.95));
  box-shadow:0 22px 55px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.05);
  text-decoration:none;
  transform:skewX(-3.5deg);
  transform-origin:center;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.ew-home-marketplace-panel::before,
.ew-home-marketplace-panel::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.ew-home-marketplace-panel::before{
  z-index:0;
  background:
    linear-gradient(180deg,rgba(7,17,19,.06),rgba(7,17,19,.68) 58%,rgba(7,17,19,.94)),
    radial-gradient(circle at 55% 18%,rgba(255,255,255,.12),transparent 22%),
    radial-gradient(circle at 16% 22%,var(--market-panel-a),transparent 30%),
    radial-gradient(circle at 86% 10%,var(--market-panel-b),transparent 26%),
    linear-gradient(145deg,rgba(10,128,134,.28),rgba(15,17,18,.96));
  opacity:.96;
}
.ew-home-marketplace-panel::after{
  z-index:1;
  background:
    linear-gradient(100deg,transparent 0 41%,rgba(255,255,255,.06) 42%,transparent 44% 100%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.035) 0 1px,transparent 1px 42px);
  opacity:.34;
  mix-blend-mode:screen;
}
.ew-home-marketplace-panel__shine{
  position:absolute;
  left:23%;
  right:23%;
  bottom:20px;
  z-index:2;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,#0fb2ba,transparent);
  box-shadow:0 0 22px rgba(15,178,186,.9);
  opacity:.86;
}
.ew-home-marketplace-panel__logo,
.ew-home-marketplace-panel__name,
.ew-home-marketplace-panel__desc{
  position:relative;
  z-index:3;
  transform:skewX(3.5deg);
}
.ew-home-marketplace-panel__logo{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  grid-row:2;
  margin:0 auto;
  border-radius:50%;
  color:#fff;
  background:rgba(5,32,35,.76);
  border:1px solid rgba(154,242,245,.20);
  box-shadow:0 0 0 8px rgba(10,128,134,.07),0 14px 34px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.12);
  font-family:Poppins,system-ui,sans-serif;
  font-size:2.42rem;
  font-weight:800;
  line-height:1;
}
.ew-home-marketplace-panel__logo--image{
  padding:10px;
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.38);
  box-shadow:0 0 0 8px rgba(10,128,134,.08),0 14px 34px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.76);
  font-size:0;
}
.ew-home-marketplace-panel__logo--image img{
  display:block;
  width:100%;
  height:100%;
  max-width:52px;
  max-height:52px;
  object-fit:contain;
}
.ew-home-marketplace-panel__logo--image::before,
.ew-home-marketplace-panel__logo--image::after{
  content:none!important;
}
.ew-home-marketplace-panel__name{
  display:flex;
  grid-row:3;
  align-items:center;
  justify-content:center;
  min-height:50px;
  margin:0;
  color:#fff;
  font-family:Poppins,system-ui,sans-serif;
  font-size:clamp(1.03rem,1.12vw,1.28rem);
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.03em;
}
.ew-home-marketplace-panel__desc{
  display:flex;
  grid-row:4;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  max-width:150px;
  min-height:104px;
  margin:0 auto;
  color:#d9f4f5;
  font-size:.84rem;
  line-height:1.55;
  font-weight:500;
}
.ew-home-marketplace-panel:hover{
  transform:skewX(-3.5deg) translateY(-7px);
  border-color:rgba(15,178,186,.54);
  box-shadow:0 30px 70px rgba(0,0,0,.42),0 0 32px rgba(10,128,134,.18);
}
.ew-home-marketplace-panel--amazon{--market-panel-a:rgba(10,128,134,.44);--market-panel-b:rgba(204,157,80,.18)}
.ew-home-marketplace-panel--noon{--market-panel-a:rgba(21,150,156,.38);--market-panel-b:rgba(205,174,54,.18)}
.ew-home-marketplace-panel--shopify{--market-panel-a:rgba(31,157,85,.32);--market-panel-b:rgba(10,128,134,.28)}
.ew-home-marketplace-panel--daraz{--market-panel-a:rgba(10,128,134,.34);--market-panel-b:rgba(24,83,89,.48)}
.ew-home-marketplace-panel--more{--market-panel-a:rgba(255,255,255,.08);--market-panel-b:rgba(10,128,134,.28)}
.ew-home-marketplace-panel__logo--amazon{
  color:#fff;
  font-size:3rem;
  text-transform:lowercase;
}
.ew-home-marketplace-panel__logo--amazon::after{
  content:"";
  position:absolute;
  left:18px;
  right:16px;
  bottom:18px;
  height:9px;
  border-bottom:3px solid #0fb2ba;
  border-radius:0 0 50% 50%;
  transform:rotate(-8deg);
}
.ew-home-marketplace-panel__logo--noon{
  color:#0fb2ba;
  text-transform:lowercase;
  font-size:2.85rem;
}
.ew-home-marketplace-panel__logo--shopify{
  color:#fff;
  font-size:2.35rem;
  border-radius:18px 18px 22px 22px;
}
.ew-home-marketplace-panel__logo--shopify::before{
  content:"";
  position:absolute;
  top:12px;
  width:22px;
  height:15px;
  border:2px solid rgba(255,255,255,.7);
  border-bottom:0;
  border-radius:50% 50% 0 0;
}
.ew-home-marketplace-panel__logo--daraz{
  color:#0fb2ba;
  font-size:2.65rem;
}
.ew-home-marketplace-panel__logo--more{
  font-size:1.32rem;
  letter-spacing:.08em;
}
.ew-home-marketplace-panel__logo--image,
.ew-home-marketplace-panel__logo--image.ew-home-marketplace-panel__logo--amazon,
.ew-home-marketplace-panel__logo--image.ew-home-marketplace-panel__logo--noon,
.ew-home-marketplace-panel__logo--image.ew-home-marketplace-panel__logo--shopify,
.ew-home-marketplace-panel__logo--image.ew-home-marketplace-panel__logo--daraz{
  font-size:0;
  text-transform:none;
}
.ew-home-marketplace-panel__logo--image::before,
.ew-home-marketplace-panel__logo--image::after{
  content:none!important;
}
@media(max-width:1240px){
  .ew-marketplace-showcase__inner{
    grid-template-columns:1fr;
  }
  .ew-marketplace-showcase__content{
    max-width:760px;
  }
  .ew-marketplace-showcase__cards{
    min-height:360px;
  }
  .ew-home-marketplace-panel{
    min-height:360px;
  }
}
@media(max-width:900px){
  .ew-marketplace-showcase__cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
    min-height:auto;
    gap:16px;
  }
  .ew-home-marketplace-panel,
  .ew-home-marketplace-panel:hover{
    min-height:300px;
    transform:none;
  }
  .ew-home-marketplace-panel__logo,
  .ew-home-marketplace-panel__name,
  .ew-home-marketplace-panel__desc{
    transform:none;
  }
  .ew-home-marketplace-panel:last-child{
    grid-column:1/-1;
  }
}
@media(max-width:560px){
  .ew-marketplace-showcase{
    padding:74px 0;
  }
  .ew-marketplace-showcase__content h2{
    font-size:clamp(2.08rem,11vw,3.05rem);
  }
  .ew-marketplace-showcase__btn{
    width:100%;
  }
  .ew-marketplace-showcase__cards{
    grid-template-columns:1fr;
  }
  .ew-home-marketplace-panel,
  .ew-home-marketplace-panel:last-child{
    grid-column:auto;
    min-height:240px;
    grid-template-rows:minmax(18px,1fr) 66px 44px auto;
    row-gap:10px;
    padding:28px 18px 34px;
  }
  .ew-home-marketplace-panel__logo{
    width:66px;
    height:66px;
  }
  .ew-home-marketplace-panel__name{
    min-height:44px;
  }
  .ew-home-marketplace-panel__desc{
    max-width:245px;
    min-height:0;
    align-items:flex-start;
  }
}
@media(prefers-reduced-motion:reduce){
  .ew-home-marketplace-panel,
  .ew-marketplace-showcase__btn{
    transition:none;
  }
}

/* ==========================================================
   Industries We Serve — white image-card layout
   ========================================================== */
.ew-industries-photo-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(76px,7vw,104px) 0 clamp(78px,7vw,110px);
  background:
    radial-gradient(circle at 5% 10%,rgba(10,128,134,.045),transparent 25%),
    radial-gradient(circle at 88% 18%,rgba(10,128,134,.035),transparent 22%),
    #fff;
}
.ew-industries-photo-section>.ew-container{
  width:min(calc(100% - 56px),1440px);
}
.ew-industries-photo__grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}
.ew-industries-photo__intro{
  grid-column:1 / span 4;
  min-height:342px;
  padding:2px clamp(16px,2.1vw,34px) 0 3px;
  align-self:start;
}
.ew-industries-photo__eyebrow{
  display:block;
  color:var(--ew-primary-dark);
  font-family:Poppins,system-ui,sans-serif;
  font-size:.95rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.ew-industries-photo__rule{
  display:block;
  width:128px;
  height:3px;
  margin:18px 0 24px;
  border-radius:999px;
  background:rgba(10,128,134,.22);
}
.ew-industries-photo__rule i{
  display:block;
  width:58px;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ew-primary),var(--ew-primary-dark));
  box-shadow:0 0 16px rgba(10,128,134,.18);
}
.ew-industries-photo__intro h2{
  max-width:520px;
  margin:0;
  color:#101418;
  font-size:clamp(2.35rem,4.2vw,4.05rem);
  line-height:1.18;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.ew-industries-photo__intro h2 span{
  color:var(--ew-primary);
}
.ew-industries-photo__intro p{
  max-width:520px;
  margin:25px 0 0;
  color:#5a6670;
  font-size:clamp(1rem,1.2vw,1.13rem);
  line-height:1.8;
}
.ew-industries-photo__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:15px;
  min-height:48px;
  margin-top:28px;
  padding:12px 18px 12px 22px;
  border-radius:7px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--ew-primary),var(--ew-primary-dark));
  box-shadow:0 16px 30px rgba(10,128,134,.24),inset 0 1px 0 rgba(255,255,255,.22);
  font-family:Poppins,system-ui,sans-serif;
  font-weight:800;
  letter-spacing:-.01em;
  transition:transform .24s ease,box-shadow .24s ease;
}
.ew-industries-photo__btn i{
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.55);
  font-style:normal;
  line-height:1;
  transform:translateY(-1px);
}
.ew-industries-photo__btn:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 38px rgba(10,128,134,.30),0 0 24px rgba(10,128,134,.12);
}
.ew-industry-photo-card{
  --industry-position:center;
  position:relative;
  min-height:300px;
  overflow:hidden;
  border-radius:7px;
  background-color:#071012;
  background-image:
    linear-gradient(90deg,rgba(3,9,11,.46) 0%,rgba(3,9,11,.26) 54%,rgba(3,9,11,.08) 100%),
    linear-gradient(180deg,rgba(3,9,11,.08) 0%,rgba(3,9,11,.12) 42%,rgba(3,9,11,.36) 100%),
    var(--industry-bg);
  background-size:cover,cover,100% 100%;
  background-position:center,center,center center;
  background-repeat:no-repeat;
  box-shadow:0 18px 38px rgba(15,17,18,.13);
  border:1px solid rgba(255,255,255,.50);
  color:#fff;
  isolation:isolate;
  transform:translateZ(0);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.ew-industry-photo-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 16% 15%,rgba(10,128,134,.18),transparent 19%),
    linear-gradient(180deg,rgba(255,255,255,.055),transparent 30%);
  opacity:.48;
  pointer-events:none;
}
.ew-industry-photo-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:0;
  height:38%;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.22));
  pointer-events:none;
}
.ew-industry-photo-card:hover{
  transform:translateY(-6px);
  border-color:rgba(10,128,134,.22);
  box-shadow:0 26px 56px rgba(15,17,18,.18),0 0 0 1px rgba(10,128,134,.07);
}
.ew-industry-photo-card--wide{
  grid-column:span 4;
  min-height:360px;
}
.ew-industry-photo-card--standard{
  grid-column:span 3;
}
.ew-industry-photo-card__content{
  position:relative;
  z-index:2;
  height:100%;
  min-height:inherit;
  padding:28px clamp(22px,2vw,32px) 26px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
}
.ew-industry-photo-card__icon{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  margin-bottom:22px;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,rgba(10,128,134,.98),rgba(8,121,114,.82));
  box-shadow:0 16px 34px rgba(10,128,134,.32),inset 0 1px 0 rgba(255,255,255,.22);
}
.ew-industry-photo-card__icon svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.20));
}
.ew-industry-photo-card h3{
  max-width:320px;
  margin:0;
  color:#fff;
  font-size:clamp(1.8rem,2.1vw,2.45rem);
  line-height:1.14;
  letter-spacing:-.045em;
  text-shadow:0 3px 18px rgba(0,0,0,.22);
}
.ew-industry-photo-card--standard h3{
  font-size:clamp(1.55rem,1.75vw,2rem);
}
.ew-industry-photo-card__line{
  display:block;
  width:50px;
  height:3px;
  margin:20px 0 17px;
  border-radius:999px;
  background:var(--ew-primary);
  box-shadow:0 0 18px rgba(10,128,134,.42);
}
.ew-industry-photo-card p{
  max-width:340px;
  margin:0;
  color:rgba(255,255,255,.95);
  font-size:.98rem;
  line-height:1.72;
  font-weight:600;
  text-shadow:0 2px 16px rgba(0,0,0,.36);
}
.ew-industry-photo-card--standard p{
  max-width:265px;
  font-size:.93rem;
}
/* Industry image fit fix: image layer uses 100% 100% so each visual fills top-to-bottom without zoom/crop. */
.ew-industry-photo-card--beauty{--industry-position:52% center;}
.ew-industry-photo-card--grocery{--industry-position:54% center;}
.ew-industry-photo-card--health{--industry-position:45% center;}
.ew-industry-photo-card--baby{--industry-position:50% center;}
.ew-industry-photo-card--home{--industry-position:55% center;}
.ew-industry-photo-card--pet{--industry-position:58% center;}
.ew-industry-photo-card--party{--industry-position:50% center;}
.ew-industry-photo-card--fashion{--industry-position:50% center;}
.ew-industry-photo-card--electronics{--industry-position:54% center;}
.ew-industry-photo-card--office{--industry-position:56% center;}
@media(max-width:1180px){
  .ew-industries-photo-section>.ew-container{width:min(calc(100% - 40px),1440px)}
  .ew-industries-photo__grid{gap:20px}
  .ew-industries-photo__intro{grid-column:1 / -1;min-height:auto;padding:0 0 16px;max-width:760px}
  .ew-industry-photo-card--wide{grid-column:span 6;min-height:330px}
  .ew-industry-photo-card--standard{grid-column:span 6;min-height:286px}
}
@media(max-width:767px){
  .ew-industries-photo-section{padding:68px 0 72px}
  .ew-industries-photo-section>.ew-container{width:min(calc(100% - 30px),1440px)}
  .ew-industries-photo__grid{grid-template-columns:1fr;gap:18px}
  .ew-industries-photo__intro,
  .ew-industry-photo-card--wide,
  .ew-industry-photo-card--standard{grid-column:auto}
  .ew-industries-photo__intro h2{font-size:clamp(2.2rem,10vw,3.05rem)}
  .ew-industries-photo__intro p{font-size:.98rem;line-height:1.72}
  .ew-industries-photo__btn{width:100%;max-width:330px}
  .ew-industry-photo-card,
  .ew-industry-photo-card--wide,
  .ew-industry-photo-card--standard{min-height:318px}
  .ew-industry-photo-card__content{padding:24px 22px 22px}
  .ew-industry-photo-card__icon{width:58px;height:58px;margin-bottom:18px}
  .ew-industry-photo-card__icon svg{width:30px;height:30px}
  .ew-industry-photo-card h3,.ew-industry-photo-card--standard h3{font-size:clamp(1.55rem,7vw,2.1rem)}
  .ew-industry-photo-card p,.ew-industry-photo-card--standard p{max-width:310px;font-size:.91rem}
}
@media(max-width:430px){
  .ew-industry-photo-card,
  .ew-industry-photo-card--wide,
  .ew-industry-photo-card--standard{min-height:300px}
  .ew-industry-photo-card__content{padding:22px 18px 20px}
}
@media(prefers-reduced-motion:reduce){
  .ew-industry-photo-card,.ew-industries-photo__btn{transition:none}
}


/* Our Process — Design 3 Image Cards */
.ew-process-cards{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(10,128,134,.08), transparent 34%),
        linear-gradient(180deg,#ffffff 0%,#f7fbfb 100%);
}

.ew-process-cards::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(10,128,134,.035) 1px,transparent 1px),
        linear-gradient(rgba(10,128,134,.035) 1px,transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(90deg,transparent,black 16%,black 84%,transparent);
    opacity:.7;
}


.ew-process-cards>.ew-container{
    width:min(calc(100% - 56px),1560px);
}

.ew-process-cards__grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(285px,.82fr) repeat(5,minmax(220px,1fr));
    gap:28px;
    align-items:stretch;
}

.ew-process-cards__intro{
    align-self:center;
    padding-right:14px;
}

.ew-process-cards__intro h2{
    margin:0;
    color:var(--ew-navy);
    font-size:clamp(2.15rem,4vw,3.65rem);
    line-height:1.08;
    letter-spacing:-.045em;
}

.ew-process-cards__intro h2 span{
    color:var(--ew-primary);
}

.ew-process-cards__intro p{
    max-width:330px;
    margin:22px 0 0;
    color:var(--ew-muted);
    font-size:1rem;
    line-height:1.8;
}

.ew-process-cards__btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-top:28px;
    padding:15px 20px;
    border-radius:12px;
    background:linear-gradient(135deg,var(--ew-primary),var(--ew-primary-dark));
    color:#fff!important;
    font-weight:800;
    box-shadow:0 16px 36px rgba(10,128,134,.22);
}

.ew-process-cards__btn svg{
    width:20px;
    height:20px;
    flex:0 0 20px;
    transition:transform .22s ease;
}

.ew-process-cards__btn:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 46px rgba(10,128,134,.32);
}

.ew-process-cards__btn:hover svg{
    transform:translateX(4px);
}

.ew-process-card{
    position:relative;
    min-height:365px;
    overflow:hidden;
    border-radius:18px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:24px;
    background-image:
        linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.34) 42%,rgba(0,0,0,.82) 100%),
        var(--process-bg);
    background-size:100% 100%, cover;
    background-position:center, center;
    background-repeat:no-repeat;
    color:#fff;
    box-shadow:0 18px 44px rgba(7,31,35,.16);
    border:1px solid rgba(10,128,134,.16);
    isolation:isolate;
    transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ew-process-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 50% 32%,rgba(55,224,207,.18),transparent 34%),
        linear-gradient(180deg,transparent 52%,rgba(10,128,134,.18) 100%);
    z-index:-1;
    opacity:.9;
}

.ew-process-card::after{
    content:"";
    position:absolute;
    left:24px;
    right:24px;
    bottom:0;
    height:4px;
    border-radius:999px 999px 0 0;
    background:linear-gradient(90deg,transparent,var(--ew-primary),transparent);
    box-shadow:0 0 22px rgba(25,179,157,.68);
    opacity:.88;
}

.ew-process-card:hover{
    transform:translateY(-8px);
    border-color:rgba(25,179,157,.45);
    box-shadow:0 28px 66px rgba(7,31,35,.24);
}

.ew-process-card__number{
    position:absolute;
    top:18px;
    left:18px;
    z-index:2;
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--ew-primary),var(--ew-primary-dark));
    color:#fff;
    font:800 .86rem/1 Poppins, sans-serif;
    box-shadow:0 12px 28px rgba(10,128,134,.34);
}

.ew-process-card__icon{
    position:absolute;
    left:50%;
    top:38%;
    transform:translate(-50%,-50%);
    z-index:2;
    display:grid;
    place-items:center;
    width:82px;
    height:82px;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:var(--ew-primary-dark);
    box-shadow:0 14px 40px rgba(0,0,0,.22);
    border:1px solid rgba(255,255,255,.78);
}

.ew-process-card__icon svg{
    width:40px!important;
    height:40px!important;
    max-width:40px!important;
    max-height:40px!important;
    display:block;
    flex:none;
}

.ew-process-card__body{
    position:relative;
    z-index:2;
    text-align:center;
}

.ew-process-card__body h3{
    margin:0 0 14px;
    color:#fff;
    font-size:1.16rem;
    line-height:1.25;
    letter-spacing:-.025em;
}

.ew-process-card__body p{
    margin:0;
    color:rgba(255,255,255,.9);
    font-weight:600;
    font-size:.88rem;
    line-height:1.65;
}

@media(max-width:1500px){
    .ew-process-cards>.ew-container{
        width:min(calc(100% - 44px),1380px);
    }
    .ew-process-cards__grid{
        grid-template-columns:minmax(265px,.85fr) repeat(5,minmax(190px,1fr));
        gap:22px;
    }
    .ew-process-card{
        min-height:350px;
    }
}

@media(max-width:1280px){
    .ew-process-cards__grid{
        grid-template-columns:repeat(3,1fr);
    }
    .ew-process-cards__intro{
        grid-column:1/-1;
        text-align:center;
        padding-right:0;
    }
    .ew-process-cards__intro p{
        margin-left:auto;
        margin-right:auto;
    }
}

@media(max-width:1180px){
    .ew-process-cards__grid{
        grid-template-columns:repeat(3,1fr);
    }
    .ew-process-cards__intro{
        grid-column:1/-1;
        text-align:center;
        padding-right:0;
    }
    .ew-process-cards__intro p{
        margin-left:auto;
        margin-right:auto;
    }
}

@media(max-width:767px){
    .ew-process-cards__grid{
        grid-template-columns:1fr;
        gap:18px;
    }
    .ew-process-card{
        min-height:320px;
        padding:22px;
    }
    .ew-process-card__icon{
        width:74px;
        height:74px;
        top:36%;
    }
    .ew-process-card__icon svg{
        width:36px!important;
        height:36px!important;
        max-width:36px!important;
        max-height:36px!important;
    }
}


/* Trust & Credibility — Design 3 */
.ew-customer-success{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(10,128,134,.05), transparent 28%),
        linear-gradient(180deg,#f8fcfc 0%,#ffffff 100%);
    padding-top:92px;
    padding-bottom:108px;
}

.ew-customer-success__head{
    max-width:860px;
    margin:0 auto 52px;
    text-align:center;
    position:relative;
    z-index:2;
}

.ew-customer-success__head h2{
    margin:0;
    color:var(--ew-navy);
    font-size:clamp(2.15rem,3.5vw,3.55rem);
    line-height:1.14;
    letter-spacing:-.042em;
}

.ew-customer-success__head h2 span{
    color:var(--ew-primary);
}

.ew-customer-success__head p{
    max-width:760px;
    margin:18px auto 0;
    color:var(--ew-muted);
    font-size:1rem;
    line-height:1.85;
}

.ew-customer-success__stage{
    position:relative;
    display:grid;
    grid-template-columns:minmax(460px,1fr) minmax(360px,.9fr);
    gap:44px;
    align-items:center;
}

.ew-customer-success__angle{
    position:absolute;
    right:-8px;
    top:50%;
    transform:translateY(-50%);
    width:min(740px,58%);
    height:318px;
    background:
        radial-gradient(circle at 84% 44%, rgba(255,255,255,.08), transparent 28%),
        radial-gradient(circle at 70% 50%, rgba(255,255,255,.06), transparent 20%),
        linear-gradient(135deg, #118f95 0%, #0a8086 42%, #06666b 100%);
    clip-path:polygon(14% 0,100% 0,100% 100%,18% 100%,0 50%);
    box-shadow:0 26px 64px rgba(10,128,134,.20);
    z-index:0;
}

.ew-customer-success__angle::after{
    content:"";
    position:absolute;
    right:38px;
    top:50%;
    transform:translateY(-50%);
    width:96px;
    height:96px;
    opacity:.28;
    background-image:radial-gradient(circle, rgba(255,255,255,.85) 1.4px, transparent 1.4px);
    background-size:9px 9px;
}

.ew-customer-success__metrics{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.ew-customer-metric{
    position:relative;
    display:grid;
    grid-template-columns:56px 1fr;
    gap:16px;
    align-items:center;
    min-height:112px;
    padding:20px 18px;
    border-radius:16px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(10,128,134,.10);
    box-shadow:0 14px 34px rgba(9,32,35,.08);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ew-customer-metric:hover{
    transform:translateY(-4px);
    border-color:rgba(10,128,134,.28);
    box-shadow:0 22px 44px rgba(9,32,35,.12);
}

.ew-customer-metric__icon{
    width:56px;
    height:56px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg, var(--ew-primary-dark), var(--ew-primary));
    color:#fff;
    box-shadow:0 12px 28px rgba(10,128,134,.24);
}

.ew-customer-metric__icon svg{
    width:26px;
    height:26px;
    display:block;
    flex:none;
}

.ew-customer-metric__number{
    margin-bottom:3px;
}

.ew-customer-metric__number strong{
    color:var(--ew-primary-dark);
    font:800 clamp(1.4rem,1.8vw,2rem)/1 Poppins, sans-serif;
    letter-spacing:-.04em;
}

.ew-customer-metric__content h3{
    margin:0;
    color:var(--ew-navy);
    font-size:.96rem;
    line-height:1.35;
    letter-spacing:-.016em;
}

.ew-customer-metric__content p{
    margin:5px 0 0;
    color:var(--ew-muted);
    font-size:.78rem;
    line-height:1.5;
}

.ew-customer-success__story{
    position:relative;
    z-index:2;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:350px;
}

.ew-success-dots{
    position:absolute;
    top:-6px;
    left:10px;
    width:92px;
    height:92px;
    opacity:.35;
    background-image:radial-gradient(circle, rgba(10,128,134,.26) 1.4px, transparent 1.4px);
    background-size:9px 9px;
    pointer-events:none;
}

.ew-success-slider{
    position:relative;
    width:min(100%,414px);
    min-height:274px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 24px 58px rgba(9,32,35,.16);
    padding:34px 34px 46px;
}

.ew-success-slider__track{
    position:relative;
    min-height:192px;
}

.ew-success-slide{
    position:absolute;
    inset:0;
    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
    transition:opacity .34s ease, transform .34s ease;
}

.ew-success-slide.is-active{
    opacity:1;
    transform:none;
    pointer-events:auto;
}

.ew-success-slide__quote{
    position:absolute;
    top:-10px;
    left:0;
    color:var(--ew-primary);
    font:900 4.2rem/1 Georgia, serif;
    opacity:.95;
}

.ew-success-slide__quote--end{
    top:auto;
    bottom:-22px;
    left:auto;
    right:0;
}

.ew-success-slide__inner{
    display:grid;
    grid-template-columns:60px 1fr;
    gap:16px;
    align-items:start;
    padding-top:18px;
}

.ew-success-slide__avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,var(--ew-primary-dark),var(--ew-primary));
    color:#fff;
    font:800 .95rem/1 Poppins,sans-serif;
    box-shadow:0 12px 28px rgba(10,128,134,.22);
}

.ew-success-slide__text p{
    margin:0 0 16px;
    color:#4b565b;
    font-size:.92rem;
    line-height:1.68;
    font-style:italic;
}

.ew-success-slide__text strong{
    display:block;
    color:var(--ew-primary-dark);
    font:800 .98rem/1.35 Poppins,sans-serif;
}

.ew-success-slide__text span{
    display:block;
    margin-top:4px;
    color:var(--ew-muted);
    font-size:.78rem;
}

.ew-success-slider__controls{
    position:absolute;
    left:50%;
    bottom:16px;
    transform:translateX(-50%);
    display:flex;
    gap:9px;
}

.ew-success-slider__controls button{
    width:18px;
    height:4px;
    border:0;
    border-radius:999px;
    background:rgba(10,128,134,.22);
    padding:0;
    cursor:pointer;
    transition:all .22s ease;
}

.ew-success-slider__controls button.is-active{
    width:28px;
    background:var(--ew-primary);
}

@media (max-width: 1080px){
    .ew-customer-success__stage{
        grid-template-columns:1fr;
        gap:34px;
    }

    .ew-customer-success__angle{
        width:100%;
        max-width:760px;
        right:-18%;
        top:auto;
        bottom:-18px;
        transform:none;
    }
}

@media (max-width: 767px){
    .ew-customer-success{
        padding-top:76px;
        padding-bottom:84px;
    }

    .ew-customer-success__head{
        text-align:left;
        margin-bottom:36px;
    }

    .ew-customer-success__head h2{
        font-size:clamp(2rem,9vw,2.75rem);
    }

    .ew-customer-success__metrics{
        grid-template-columns:1fr;
    }

    .ew-customer-metric{
        grid-template-columns:52px 1fr;
        min-height:104px;
        padding:18px 16px;
    }

    .ew-customer-success__angle{
        width:145%;
        height:270px;
        right:-62%;
        clip-path:polygon(18% 0,100% 0,100% 100%,24% 100%,0 50%);
    }

    .ew-success-slider{
        width:100%;
        padding:30px 22px 44px;
    }

    .ew-success-slide__inner{
        grid-template-columns:52px 1fr;
        gap:14px;
    }

    .ew-success-slide__avatar{
        width:52px;
        height:52px;
    }
}


/* Contact Us — Design 4 */
.ew-contact4{
    position:relative;
    overflow:hidden;
    background:#ffffff;
    padding-top:92px;
    padding-bottom:100px;
}

.ew-contact4__panel{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(360px,.86fr) minmax(540px,1.14fr);
    gap:54px;
    align-items:center;
    padding:58px 58px 58px 68px;
    border-radius:26px;
    background:
        radial-gradient(circle at 14% 20%, rgba(20,184,166,.13), transparent 28%),
        radial-gradient(circle at 45% 72%, rgba(255,255,255,.055), transparent 26%),
        linear-gradient(135deg,#062d31 0%,#073f44 48%,#082b30 100%);
    box-shadow:0 30px 82px rgba(4,35,39,.20);
    color:#ffffff;
}

.ew-contact4__panel::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(115deg, transparent 0%, transparent 45%, rgba(255,255,255,.035) 45.15%, transparent 72%),
        repeating-linear-gradient(118deg, rgba(255,255,255,.035) 0 1px, transparent 1px 11px);
    opacity:.55;
    mask-image:linear-gradient(90deg,#000 0%,#000 56%,transparent 100%);
}

.ew-contact4__panel::after{
    content:"";
    position:absolute;
    left:50px;
    right:50px;
    bottom:42px;
    height:1px;
    background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.04));
    pointer-events:none;
}

.ew-contact4__dots{
    position:absolute;
    width:96px;
    height:140px;
    opacity:.32;
    background-image:radial-gradient(circle,rgba(20,184,166,.9) 1.4px,transparent 1.4px);
    background-size:10px 10px;
    pointer-events:none;
}

.ew-contact4__dots--right{
    top:28px;
    right:28px;
}

.ew-contact4__content{
    position:relative;
    z-index:2;
}

.ew-contact4__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    color:#21c7bd;
    font:900 .78rem/1 Poppins,sans-serif;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.ew-contact4__eyebrow::after{
    content:"";
    width:44px;
    height:2px;
    border-radius:999px;
    background:#21c7bd;
}

.ew-contact4__content h2{
    max-width:540px;
    margin:0;
    color:#ffffff;
    font-size:clamp(2.15rem,3.6vw,3.75rem);
    line-height:1.12;
    letter-spacing:-.048em;
}

.ew-contact4__content h2 span{
    color:#20c7bd;
}

.ew-contact4__content p{
    max-width:500px;
    margin:22px 0 0;
    color:rgba(255,255,255,.82);
    font-size:1rem;
    line-height:1.8;
}

.ew-contact4__benefits{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px 26px;
    max-width:510px;
    margin-top:36px;
    padding-bottom:34px;
}

.ew-contact4__benefit{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:13px;
    align-items:center;
}

.ew-contact4__benefit span{
    grid-row:span 2;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#20c7bd;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}

.ew-contact4__benefit svg{
    width:22px;
    height:22px;
    display:block;
}

.ew-contact4__benefit strong{
    display:block;
    color:#ffffff;
    font:900 .95rem/1.15 Poppins,sans-serif;
    letter-spacing:-.015em;
}

.ew-contact4__benefit em{
    display:block;
    color:rgba(255,255,255,.74);
    font-style:normal;
    font-size:.84rem;
    line-height:1.25;
}

.ew-contact4__mission{
    display:flex;
    align-items:center;
    gap:13px;
    margin-top:6px;
    padding-top:18px;
    border-top:1px solid rgba(255,255,255,.13);
    color:#ffffff;
}

.ew-contact4__mission span{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    color:#20c7bd;
}

.ew-contact4__mission svg{
    width:24px;
    height:24px;
}

.ew-contact4__mission strong{
    font-size:.92rem;
}

.ew-contact4__form{
    position:relative;
    z-index:3;
    display:grid;
    gap:17px;
    padding:30px;
    border-radius:16px;
    background:#ffffff;
    border:1px solid rgba(255,255,255,.66);
    box-shadow:0 26px 64px rgba(0,0,0,.22);
}

.ew-contact4__form-row{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.ew-contact4__form label{
    display:grid;
    gap:8px;
    color:#1d3135;
    font-size:.82rem;
    font-weight:900;
}

.ew-contact4__form label em{
    color:#d74848;
    font-style:normal;
}

.ew-contact4__form input,
.ew-contact4__form select,
.ew-contact4__form textarea{
    width:100%;
    min-height:48px;
    padding:12px 14px;
    border:1px solid rgba(15,48,54,.14);
    border-radius:7px;
    outline:0;
    background:#ffffff;
    color:var(--ew-navy);
    font:600 .94rem/1.4 Inter, system-ui, sans-serif;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.ew-contact4__form select{
    appearance:auto;
}

.ew-contact4__form textarea{
    min-height:116px;
    resize:vertical;
}

.ew-contact4__form input:focus,
.ew-contact4__form select:focus,
.ew-contact4__form textarea:focus{
    border-color:rgba(10,128,134,.65);
    box-shadow:0 0 0 4px rgba(10,128,134,.10);
}

.ew-contact4__submit{
    min-height:54px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border:0;
    border-radius:8px;
    color:#fff;
    background:linear-gradient(135deg,#08747a,#0a9993);
    box-shadow:0 14px 34px rgba(10,128,134,.24);
    font:900 .94rem/1 Poppins,sans-serif;
    cursor:pointer;
    transition:transform .22s ease,box-shadow .22s ease;
}

.ew-contact4__submit:hover{
    transform:translateY(-2px);
    box-shadow:0 20px 42px rgba(10,128,134,.30);
}

.ew-contact4__alert{
    padding:13px 15px;
    border-radius:10px;
    font-size:.9rem;
    font-weight:800;
}

.ew-contact4__alert--success{
    color:#075f4e;
    background:rgba(18,166,135,.10);
    border:1px solid rgba(18,166,135,.20);
}

.ew-contact4__alert--error{
    color:#8c2222;
    background:rgba(210,75,75,.10);
    border:1px solid rgba(210,75,75,.20);
}

@media(max-width:1120px){
    .ew-contact4__panel{
        grid-template-columns:1fr;
        gap:42px;
        padding:52px 42px;
    }

    .ew-contact4__content h2,
    .ew-contact4__content p,
    .ew-contact4__benefits{
        max-width:760px;
    }
}

@media(max-width:767px){
    .ew-contact4{
        padding-top:72px;
        padding-bottom:78px;
    }

    .ew-contact4__panel{
        border-radius:22px;
        padding:36px 20px 22px;
    }

    .ew-contact4__content h2{
        font-size:clamp(2rem,9vw,2.85rem);
    }

    .ew-contact4__benefits{
        grid-template-columns:1fr;
        padding-bottom:26px;
    }

    .ew-contact4__form{
        padding:22px;
        border-radius:14px;
    }

    .ew-contact4__form-row{
        grid-template-columns:1fr;
        gap:15px;
    }

    .ew-contact4__panel::after{
        left:20px;
        right:20px;
    }
}
