.elementor-9955 .elementor-element.elementor-element-1c835d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9955 .elementor-element.elementor-element-af31557{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9955 .elementor-element.elementor-element-e20326a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2ad51dc *//* ========= HERO SECTION BACKGROUND ========= */

.wl-hero-v2 {
  width: 100%;
  padding: 60px 16px 80px;   /* top/bottom + little side padding */
  background: #f5f7fb;       /* light grey-blue bg */
  box-sizing: border-box;
}

/* ========= OUTER BIG CARD (PROPER CENTERED BOX) ========= */

.wl-hero-v2-inner {
  max-width: 1180px;         /* keeps box in center with side space */
  margin: 0 auto;
  padding: 48px 56px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;

  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 48px;
  align-items: center;
}

/* ========= LEFT TEXT SIDE (jo pehle ka hi hai) ========= */

.wl-hero-v2-main {
  max-width: 620px;
}

/* (agar ye already CSS me hai to same hi rehne do) */
.wl-hero-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1f2937;
  background: #e5edff;
  border: 1px solid #c7d2fe;
}

.wl-hero-v2-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #22c55e;
}

.wl-hero-v2-title {
  margin: 20px 0 14px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #020617;
}

.wl-hero-v2-sub {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

.wl-hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* buttons (agar already define hain to yahi use karo) */
.wl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.wl-btn-primary {
  background: linear-gradient(90deg, #ff6b4a, #ff8f72);
  color: #ffffff;
  box-shadow: 0 16px 35px rgba(255, 107, 74, 0.35);
}

.wl-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 45px rgba(255, 107, 74, 0.5);
}

.wl-btn-ghost {
  background: #ffffff;
  color: #0f172a;
  border-color: #d4d4dd;
}

.wl-btn-ghost:hover {
  background: #eef2ff;
}

/* ========= RIGHT SIDE – INNER 3 CARDS ========= */

.wl-hero-v2-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 360px;
  justify-self: end;
}

.wl-hero-card {
  position: relative;
  padding: 18px 20px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;                     /* outline */
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);   /* soft depth */
  box-sizing: border-box;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

/* hover – slight lift */
.wl-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  border-color: #cbd5f5;
}

.wl-hero-card h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}

.wl-hero-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
}

/* card number top-right */
.wl-hero-card-tag {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}

/* ========= RESPONSIVE ========= */

@media (max-width: 992px) {
  .wl-hero-v2-inner {
    padding: 40px 32px;
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .wl-hero-v2-cards {
    justify-self: flex-start;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wl-hero-v2 {
    padding: 40px 12px 60px;
  }

  .wl-hero-v2-inner {
    padding: 32px 20px;
  }

  .wl-hero-v2-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dfa681 */:root{
  --card-radius:14px;
  --card-gap:28px;
  --container-max:1200px;
  --text-muted:#7f8b93;
  --bg:#f6fbfd;
  --surface:#ffffff;
  --shadow-1:0 12px 30px rgba(8,15,24,0.06);
  --shadow-2:0 30px 80px rgba(10,20,30,0.12);
  --icon-size:78px;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;
}

/* Section container */
.wd-card-services{
  width:100%;
  background:var(--bg);
  padding:56px 18px;
}
.wd-cards-wrap{
  max-width:var(--container-max);
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:var(--card-gap);
  box-sizing:border-box;
  padding-inline:12px;
}

/* Card */
.wd-card{
  flex:0 1 calc(33.333% - (var(--card-gap)*0.66));
  max-width:calc(33.333% - (var(--card-gap)*0.66));
  background:var(--surface);
  border-radius:var(--card-radius);
  border:1px solid rgba(8,18,28,0.04);
  box-shadow:var(--shadow-1);
  transition:transform .28s cubic-bezier(.2,.9,.25,1), box-shadow .28s ease;
  display:flex;
  flex-direction:column;
  min-height:320px;
  position:relative;
  overflow:visible;
}

/* Accent bar */
.wd-card::before{
  content:"";
  position:absolute;
  left:0; top:0;
  height:4px; width:38%;
  border-bottom-right-radius:10px;
  background:linear-gradient(90deg,#ff6b3d,#ffb47a);
}
.wd-card[data-accent="teal"]::before{background:linear-gradient(90deg,#06b6d4,#60a5fa);}
.wd-card[data-accent="purple"]::before{background:linear-gradient(90deg,#8b5cf6,#ec4899);}
.wd-card[data-accent="red"]::before{background:linear-gradient(90deg,#ef4444,#fb923c);}
.wd-card[data-accent="blue"]::before{background:linear-gradient(90deg,#3b82f6,#06b6d4);}
/* NEW — Gold accent */
.wd-card[data-accent="gold"]::before{background:linear-gradient(90deg,#eab308,#facc15);}

/* Icon box */
.wd-icon-box{
  height:132px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:10px;
  position:relative;
  background:linear-gradient(180deg, rgba(250,250,252,0.9), rgba(250,250,252,0.95));
  border-bottom:1px solid rgba(8,18,28,0.03);
}

/* Subtle texture */
.wd-icon-box::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: url('/mnt/data/1ec94734-1efa-46ab-b306-7edb96bb036d.png');
  background-size:cover;
  background-position:center;
  opacity:0.06;
}

/* Icon bubble gradients */
.wd-icon-svg{
  width:var(--icon-size);
  height:var(--icon-size);
  padding:14px;
  border-radius:999px;
  display:block;
  color:#fff;
  transition:transform .36s cubic-bezier(.2,.9,.25,1), box-shadow .36s ease;
  position:relative;
}
.wd-card[data-accent="orange"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #ffedd5 0%, #ff8a4a 40%, #ff6b3d 100%);color:#08121b;}
.wd-card[data-accent="teal"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #dffafe 0%, #34d3e9 40%, #06b6d4 100%);color:#04202a;}
.wd-card[data-accent="purple"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #f3e8ff 0%, #c084fc 40%, #8b5cf6 100%);color:#12051a;}
.wd-card[data-accent="red"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #ffe7e7 0%, #fb7185 40%, #ef4444 100%);color:#220a08;}
.wd-card[data-accent="blue"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #e0f2fe 0%, #60a5fa 40%, #3b82f6 100%);color:#031025;}
/* NEW — Gold icon gradient */
.wd-card[data-accent="gold"] .wd-icon-svg{background: radial-gradient(circle at 20% 20%, #fef9c3 0%, #fcd34d 40%, #eab308 100%);color:#3a2a00;}

/* Card body */
.wd-card-body{
  padding:18px 22px 22px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1 1 auto;
}
.wd-card-title{font-size:1.15rem;font-weight:700;color:#071127;}
.wd-card-excerpt{color:var(--text-muted);font-size:.98rem;line-height:1.55;}

/* CTA */
.wd-card-cta{
  margin-top:auto;
  display:inline-block;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(90deg,#0ea5a4,#075985);
  color:#fff;
  font-weight:700;
  box-shadow:0 14px 40px rgba(6,19,28,0.10);
  transition: transform .18s ease, box-shadow .18s ease;
}

/* Hover */
.wd-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-2);}
.wd-card:hover .wd-icon-svg{transform:scale(1.06) translateY(-4px);}
.wd-card:hover .wd-card-cta{transform:translateY(-4px);}

/* Responsive */
@media (max-width:1024px){
  .wd-card{flex:0 1 calc(50% - (var(--card-gap)*0.5));max-width:calc(50% - (var(--card-gap)*0.5));min-height:300px;}
}
@media (max-width:640px){
  .wd-card{flex:0 1 100%;max-width:100%;min-height:260px;}
  .wd-icon-box{height:110px;}
  :root{--icon-size:64px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d18bdf2 */:root{
  --maxw:1200px;
  --accent:#0ea5a4;
  --accent2:#075985;
  --muted:#6d7880;
  --radius:16px;
  --gap:28px;
  --shadow-soft:0 18px 50px rgba(6,19,28,0.06);
  --shadow-strong:0 30px 90px rgba(6,19,28,0.12);
  font-family:Inter,system-ui;
}

/* Section */
.wd-why-clean{
  background:#f8fbfd;
  padding:56px 18px;
}
.wd-why-wrap{
  max-width:var(--maxw);
  margin:auto;
  display:grid;
  grid-template-columns:1fr 430px;
  gap:var(--gap);
}

/* LEFT TEXT */
.wd-why-left{
  background:white;
  padding:34px;
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
  display:flex;
  flex-direction:column;
  gap:20px;
}
.wd-eyebrow{
  display:inline-block;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(14,165,164,0.1);
  font-weight:700;
  color:var(--accent2);
}
.wd-main-head{
  margin:0;
  font-size:1.9rem;
  font-weight:800;
  line-height:1.1;
  color:#071127;
}
.wd-fullcopy{
  color:var(--muted);
  line-height:1.7;
  font-size:1rem;
}

/* CTA ROW */
.wd-cta-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:6px;
}
.wd-cta-row a{
  display:inline-flex;
  gap:10px;
  align-items:center;
  padding:12px 18px;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
  transition:.15s;
}

/* Primary CTA */
.wd-primary-cta{
  background:linear-gradient(90deg,#07a9c9,#046b63);
  color:white;
  box-shadow:0 14px 40px rgba(4,107,99,0.18);
}
/* Ghost CTA */
.wd-ghost-cta{
  background:white;
  border:1px solid rgba(7,89,133,0.15);
  color:var(--accent2);
}

/* CTA Icons */
.cta-icon{
  color:inherit;
  opacity:.9;
}

/* CTA Hover */
.wd-cta-row a:hover{
  transform:translateY(-4px);
}

/* Stats */
.wd-stats{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.stat-num{
  font-size:1.2rem;
  font-weight:900;
  color:#071127;
}
.stat-label{
  color:var(--muted);
  font-size:.9rem;
}

/* RIGHT SIDE */
.wd-why-right{
  background:white;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow-soft);
  display:flex;
  flex-direction:column;
}
.wd-visual-slab{
  height:130px;
  background:
    linear-gradient(180deg,rgba(255,255,255,0.88),rgba(255,255,255,0.95)),
    url('/mnt/data/1ec94734-1efa-46ab-b306-7edb96bb036d.png') center/cover no-repeat;
}

/* Benefits */
.wd-benefits-wrap{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.benefit{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(6,19,28,0.06);
  background:white;
  box-shadow:0 8px 26px rgba(6,19,28,0.05);
  transition:.15s;
}
.benefit:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-strong);
}
.benefit .icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(14,165,164,0.1);
  font-size:20px;
  color:var(--accent2);
}

/* Trustline */
.wd-trustline{
  padding:14px;
  text-align:center;
  color:var(--muted);
  font-size:.95rem;
  border-top:1px dashed rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media(max-width:900px){
  .wd-why-wrap{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .wd-cta-row{
    flex-direction:column;
    gap:12px;
  }
  .wd-cta-row a{
    width:100%;
    justify-content:center;
    border-radius:12px;
  }
}
@media(max-width:480px){
  .wd-main-head{
    font-size:1.55rem;
  }
}/* End custom CSS */