.elementor-kit-10312{--e-global-color-primary:#E71B2C;--e-global-color-secondary:#FD9600;--e-global-color-text:#3A475E;--e-global-color-accent:#00A5CC;--e-global-color-4505dbb:#E8EAEF;--e-global-color-0893394:#F1F3F6;--e-global-color-9b9a8ca:#FFFFFF;--e-global-color-f6b2bcc:#FAFAFB;--e-global-typography-primary-font-family:"Geist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Geist Mono";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Geist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Geist Mono";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Geist", Sans-serif;font-size:15px;font-weight:400;line-height:1.5em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation-duration:900ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-text );--e-preloader-size:24px;}.elementor-kit-10312 e-page-transition{background-color:var( --e-global-color-0893394 );}.elementor-kit-10312 a{color:var( --e-global-color-primary );text-decoration:underline;}.elementor-kit-10312 h1{color:#0B1F3A;font-family:"Geist", Sans-serif;font-size:64px;font-weight:600;line-height:1.08em;letter-spacing:-0.035em;}.elementor-kit-10312 h2{color:#0B1F3A;font-family:"Geist", Sans-serif;font-size:56px;font-weight:600;line-height:1.05em;letter-spacing:-0.035em;}.elementor-kit-10312 h3{font-family:"Geist", Sans-serif;font-size:32px;font-weight:600;line-height:1.15em;letter-spacing:-0.025em;}.elementor-kit-10312 h4{color:#0B1F3A;font-family:"Geist", Sans-serif;font-size:24px;font-weight:600;line-height:1.18em;letter-spacing:-0.02em;}.elementor-kit-10312 h5{color:var( --e-global-color-primary );font-family:"Geist Mono", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.3em;letter-spacing:0.12em;}.elementor-kit-10312 h6{color:var( --e-global-color-primary );font-family:"Geist Mono", Sans-serif;font-size:11.5px;text-transform:uppercase;line-height:1.2em;letter-spacing:0.15em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10312 h1{font-size:49px;}.elementor-kit-10312 h2{font-size:32px;}.elementor-kit-10312 h3{font-size:24px;}.elementor-kit-10312 h4{font-size:18px;}.elementor-kit-10312 h5{font-size:12px;}.elementor-kit-10312 h6{font-size:10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   DELTA · Custom utility classes
   Paste into Elementor → Site Settings → Custom CSS
   ============================================================ */

:root {
  --ink: #0B1F3A;
  --ink-2: #3A475E;
  --ink-3: #6B7689;
  --line: #E8EAEF;
  --bg-2: #FAFAFB;
  --red: #E71B2C;
  --orange: #FD9600;
  --amber: #FFC043;
  --sky: #00A5CC;
  --sky-2: #4FC8E8;
  --sky-deep: #0077A3;
  --grad-blush: radial-gradient(60% 80% at 100% 0%, rgba(231,27,44,0.04), transparent 60%), radial-gradient(50% 70% at 0% 40%, rgba(253,150,0,0.05), transparent 65%)
}
body{
     background: radial-gradient(50% 70% at 20% 30%, rgba(231, 27, 44, 0.06), transparent 60%), radial-gradient(50% 70% at 80% 80%, rgba(253, 150, 0, 0.08), transparent 60%), linear-gradient(180deg, #FFFBF6, #fff 70%);
}
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 10px;
  font-family: 'Geist', sans-serif;
  font-size: 14.5px; font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer; text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s;
}

.btn-primary {
  background: linear-gradient(100deg, var(--red), var(--orange));
  color: #fff;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 6px 18px -6px rgba(253,150,0,0.45);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 12px 26px -6px rgba(253,150,0,0.55);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn-ghost:hover { background: var(--bg-2); }

.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #192e4e; }

.btn-sm {
  padding: 9px 14px;
  font-size: 13px;
  border-radius: 8px;
}

/* ===== Eyebrow (mono label with Delta logo dot) ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}
.eyebrow::before {
  content: ""; width: 14px; height: 14px; flex-shrink: 0;
  background: url('/wp-content/uploads/delta-logo.svg') center / contain no-repeat;
  /* ↑ Update path to wherever you upload delta-logo.svg in WordPress */
}

/* Plain dot variant (no logo) */
.eyebrow.dot::before {
  background: linear-gradient(135deg, var(--red), var(--orange));
  border-radius: 50%;
}

/* ===== Italic gradient accent (use inside headings) ===== */
/* HTML:  <h2>Stay <em>ahead</em>.</h2>        */
/*    or: <h1>control of the <span class="accent">commercial lifecycle</span>.</h1> */
.accent, h1 em, h2 em, h3 em {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(100deg, var(--red), var(--orange) 55%, var(--sky) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 0 0.14em 0 0.06em;   /* room for italic overhang on both sides */
    margin: 0 -0.14em 0 -0.06em;  /* cancel the visual shift */
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;  /* ← apply padding to EACH wrapped line */
}

/* Warm-only variant (no sky tail) — apply via class if you want */
.accent.warm,
h1 em.warm, h2 em.warm, h3 em.warm {
  background: linear-gradient(100deg, var(--red) 10%, var(--orange) 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

/* ===== Stat numerals (large gradient figures) ===== */
.stats-strip {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  align-items: stretch;
  padding: 44px;
  background: linear-gradient(135deg, #FFFBF6 0%, #fff 55%, #FFF6EC 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
}
.stats-strip .lead {
  font-size: 15px; color: var(--ink-2); max-width: 360px;
  padding-right: 36px; line-height: 1.5;
  border-right: 1px solid rgba(11,31,58,0.08);
}
.stats-strip .lead strong {
  display: block;
  color: var(--ink); font-weight: 600;
  font-size: 18px; letter-spacing: -0.015em;
  margin-bottom: 6px;
}

.stat {
  padding: 0 28px;
  border-right: 1px solid rgba(11,31,58,0.08);
  display: flex; flex-direction: column; justify-content: center;
}
.stat:last-child { border-right: 0; padding-right: 0; }

.stat .v {
  font-family: 'Geist', sans-serif;
  font-size: 44px; font-weight: 600;
  letter-spacing: -0.035em; line-height: 1;
  background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat .l {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px; color: var(--ink-3);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 10px; line-height: 1.5;
}

/* ===== Mono label / micro caption ===== */
.mono-label {
  font-family: 'Geist Mono', monospace;
  font-size: 10.5px; font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ===== Inline links ===== */
.link {
  color: var(--red); font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.link:hover { color: var(--ink); }

.link-mono {
  font-family: 'Geist Mono', monospace;
  font-size: 13px; color: var(--ink);
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none;
}
.link-mono::after { content: "→"; color: var(--red); transition: transform .2s; }
.link-mono:hover::after { transform: translateX(3px); }

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px 20px;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(11, 31, 58, 0.04), 0 10px 30px -14px rgba(11, 31, 58, 0.12);
}
.nav-inner-mega {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border: 1px solid rgba(11, 31, 58, 0.08);
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(11, 31, 58, 0.04), 0 10px 30px -14px rgba(11, 31, 58, 0.12);
}

/* 
  Delta hero pulse / cascade animation
  Add class: delta-pulse-word
  Optional delay: use delay classes below or set --delta-pulse-delay
*/

.delta-pulse-word {
  display: inline-block;
  transform-origin: 50% 100%;
  animation-name: delta-word-pulse;
  animation-duration: 3.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--delta-pulse-delay, 0s);
  will-change: transform;
}

/* The actual pulse */
@keyframes delta-word-pulse {
  0%,
  12%,
  100% {
    transform: translateY(0) scale(1);
  }

  6% {
    transform: translateY(-3px) scale(1.06);
  }
}

/* Optional delay helper classes */
.delta-pulse-delay-0 {
  --delta-pulse-delay: 0s;
}

.delta-pulse-delay-1 {
  --delta-pulse-delay: 0.35s;
}

.delta-pulse-delay-2 {
  --delta-pulse-delay: 0.7s;
}

.delta-pulse-delay-3 {
  --delta-pulse-delay: 1.05s;
}
.delta-hero-image-shadow {
  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.05),
    0 30px 70px -20px rgba(11, 31, 58, 0.22),
    0 10px 24px -12px rgba(231, 27, 44, 0.18);
}
.delta-big-three-bg {
  position: relative;
  background: #0B1F3A;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.delta-big-three-light-bg {
  position: relative;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #FFFBF6 8%,
    #FFF6EE 92%,
    #ffffff 100%
  );
  color: #0B1F3A;
  overflow: hidden;
  isolation: isolate;
}

/* Subtle orange / red glow */
.delta-big-three-light-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image:
    radial-gradient(40% 70% at 0% 0%, rgba(253, 150, 0, 0.12), transparent 60%),
    radial-gradient(55% 70% at 100% 100%, rgba(231, 27, 44, 0.10), transparent 65%),
    radial-gradient(60% 60% at 50% 130%, rgba(255, 192, 67, 0.10), transparent 70%);
}

/* Very subtle grid */
.delta-big-three-light-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;

  background-image:
    linear-gradient(rgba(11, 31, 58, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 58, 0.04) 1px, transparent 1px);

  background-size: 80px 80px;

  -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 80%);
  mask-image: radial-gradient(70% 60% at 50% 40%, #000 30%, transparent 80%);
}

/* Keeps Elementor content above the background layers */
.delta-big-three-light-bg > .e-con-inner,
.delta-big-three-light-bg > .elementor-container,
.delta-big-three-light-bg > .elementor-widget-wrap,
.delta-big-three-light-bg > * {
  position: relative;
  z-index: 1;
}

.delta-flow-connector {
  --delta-flow-line: rgba(11, 31, 58, 0.14);
  --delta-flow-label: rgba(11, 31, 58, 0.48);
  --delta-flow-node-shadow-bg: #fff8f0;
  --delta-flow-color: #ffc043;
  --delta-flow-glow: rgba(253, 150, 0, 0.7);
  --delta-flow-ring: rgba(255, 192, 67, 0.55);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 2;
  overflow: visible;
  width: 100%;
  margin: 32px 0 24px;
  padding: 0;
}

.delta-flow-cell {
  position: relative;
  height: 28px;
  padding: 0 26px;
  display: flex;
  align-items: center;
}

.delta-flow-cell::before {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--delta-flow-line),
    transparent
  );
}

.delta-flow-node {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e71b2c, #fd9600);
  box-shadow:
    0 0 0 4px var(--delta-flow-node-shadow-bg),
    0 0 14px rgba(253, 150, 0, 0.5);
}

/* Node positioning */
.delta-flow-cell:nth-child(1) .delta-flow-node {
  left: 26px;
  transform: translate(-50%, -50%);
}

.delta-flow-cell:nth-child(2) .delta-flow-node {
  left: 50%;
  transform: translate(-50%, -50%);
}

.delta-flow-cell:nth-child(3) .delta-flow-node {
  right: 26px;
  transform: translate(50%, -50%);
}

/* Labels */
.delta-flow-label {
  position: absolute;
  top: -22px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--delta-flow-label);
}

.delta-flow-cell:nth-child(1) .delta-flow-label {
  left: 26px;
}

.delta-flow-cell:nth-child(2) .delta-flow-label {
  left: 50%;
  transform: translateX(-50%);
}

.delta-flow-cell:nth-child(3) .delta-flow-label {
  right: 26px;
}

/* Ring pulse around each node */
.delta-flow-node::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    transparent 28%,
    var(--delta-flow-ring) 48%,
    transparent 78%
  );
  opacity: 0;
  animation: delta-node-ring 3.6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.delta-flow-cell:nth-child(1) .delta-flow-node::after {
  animation-delay: 0s;
}

.delta-flow-cell:nth-child(2) .delta-flow-node::after {
  animation-delay: 1.2s;
}

.delta-flow-cell:nth-child(3) .delta-flow-node::after {
  animation-delay: 2.4s;
}

@keyframes delta-node-ring {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  8% {
    transform: scale(1);
    opacity: 1;
  }

  55% {
    transform: scale(4.2);
    opacity: 0;
  }

  100% {
    transform: scale(4.2);
    opacity: 0;
  }
}

/* Travelling packet of light */
.delta-flow-connector::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #ffffff 0%,
    var(--delta-flow-color) 35%,
    rgba(255, 255, 255, 0) 78%
  );
  box-shadow: 0 0 18px 3px var(--delta-flow-glow);
  pointer-events: none;
  z-index: 4;
  animation: delta-packet-flow 3.6s cubic-bezier(0.65, 0.05, 0.35, 1) infinite;
}

@keyframes delta-packet-flow {
  0% {
    left: 26px;
    opacity: 0;
    transform: scale(0.5);
  }

  8% {
    left: 26px;
    opacity: 1;
    transform: scale(1);
  }

  50% {
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }

  92% {
    left: calc(100% - 26px);
    opacity: 1;
    transform: scale(1);
  }

  100% {
    left: calc(100% - 26px);
    opacity: 0;
    transform: scale(0.5);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .delta-flow-connector {
    margin: 36px 0 22px;
  }

  .delta-flow-cell {
    padding: 0 14px;
  }

  .delta-flow-cell:nth-child(1) .delta-flow-node {
    left: 14px;
  }

  .delta-flow-cell:nth-child(3) .delta-flow-node {
    right: 14px;
  }

  .delta-flow-cell:nth-child(1) .delta-flow-label {
    left: 14px;
  }

  .delta-flow-cell:nth-child(3) .delta-flow-label {
    right: 14px;
  }

  .delta-flow-label {
    font-size: 8.5px;
    letter-spacing: 0.12em;
  }

  @keyframes delta-packet-flow {
    0% {
      left: 14px;
      opacity: 0;
      transform: scale(0.5);
    }

    8% {
      left: 14px;
      opacity: 1;
      transform: scale(1);
    }

    50% {
      left: 50%;
      opacity: 1;
      transform: scale(1);
    }

    92% {
      left: calc(100% - 14px);
      opacity: 1;
      transform: scale(1);
    }

    100% {
      left: calc(100% - 14px);
      opacity: 0;
      transform: scale(0.5);
    }
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .delta-flow-node::after,
  .delta-flow-connector::after {
    animation: none;
  }

  .delta-flow-connector::after {
    display: none;
  }
}

.delta-solution-card-shadow {
  background: #ffffff;
  border: 1px solid rgba(11, 31, 58, 0.10);
  border-radius: 24px;

  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 18px 40px -20px rgba(11, 31, 58, 0.08),
    0 8px 24px -20px rgba(253, 150, 0, 0.14);

  transition:
    transform 0.35s cubic-bezier(.2, .8, .2, 1),
    box-shadow 0.35s cubic-bezier(.2, .8, .2, 1),
    border-color 0.35s ease,
    background-color 0.35s ease;
}

.delta-solution-card-shadow:hover {
  transform: translateY(-5px);
  border-color: rgba(231, 27, 44, 0.25);

  box-shadow:
    0 1px 2px rgba(11, 31, 58, 0.04),
    0 24px 50px -16px rgba(231, 27, 44, 0.18),
    0 14px 36px -24px rgba(253, 150, 0, 0.28);
}

.delta-number-gradient-300,
.delta-number-gradient-100k,
.delta-number-gradient-pa23,
.delta-number-gradient-gcloud {
	display: inline-block;
	font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.035em;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.delta-number-gradient-300 {
	background-image: linear-gradient(135deg, #e71b2c 0%, #ff6a28 100%);
}

.delta-number-gradient-100k {
	background-image: linear-gradient(135deg, #ff6a28 0%, #fd9600 100%);
}

.delta-number-gradient-pa23 {
	background-image: linear-gradient(135deg, #fd9600 0%, #00a5cc 100%);
}

.delta-number-gradient-gcloud {
	background-image: linear-gradient(135deg, #4fc8e8 0%, #0077a3 100%);
}

.menu-new{
    background-color: red;
    border-radius:200px;
    color: white;
    padding:1px 3px;
    font-size:9px;
    vertical-align: super;
    line-height: 0;
    margin-left:5px;
}
/* ============================================================
   Delta — Contact Form 7 brand styling
   Scoped to .wpcf7 — safe to drop in Additional/Custom CSS.
   Assumes Geist is loaded (it is, site-wide). Falls back gracefully.
   ============================================================ */

.wpcf7 {
  --d-ink: #0B1F3A;
  --d-ink-2: #3A475E;
  --d-ink-3: #6B7689;
  --d-line: #E8EAEF;
  --d-bg-2: #FAFAFB;
  --d-red: #E71B2C;
  --d-orange: #FD9600;
  --d-sky: #00A5CC;
  --d-green: #16A34A;
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--d-ink);
  -webkit-font-smoothing: antialiased;
}

/* ---- Layout / field rhythm ---- */
.wpcf7 .wpcf7-form p { margin: 0 0 18px; }
.wpcf7 label {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--d-ink);
  line-height: 1.5;
}
/* space between label text and the field it wraps */
.wpcf7 label > br { display: none; }
.wpcf7 label .wpcf7-form-control { margin-top: 7px; }

/* ---- Text inputs / textarea / select ---- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--d-ink);
  background: #fff;
  border: 1px solid var(--d-line);
  border-radius: 10px;
  padding: 12px 14px;
  line-height: 1.45;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 textarea { min-height: 130px; resize: vertical; }

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { color: var(--d-ink-3); opacity: 1; }

/* Native select chevron */
.wpcf7 select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 10 10'><path d='M1 3l4 4 4-4' fill='none' stroke='%236B7689' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* ---- Focus state — brand sky ring ---- */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  outline: none;
  border-color: var(--d-sky);
  box-shadow: 0 0 0 3px rgba(0,165,204,0.15);
  background: #fff;
}

/* ---- Required asterisk (if you add one in the label) ---- */
.wpcf7 label .req,
.wpcf7 .wpcf7-required { color: var(--d-red); }

/* ---- Checkboxes & radios ---- */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: flex; align-items: center; gap: 9px;
  margin: 8px 0 0; font-size: 14px; color: var(--d-ink-2);
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: 18px; height: 18px; margin: 0;
  accent-color: var(--d-red);
  flex-shrink: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { margin-left: 0; }

/* ---- Submit button — feature-page .btn-primary ---- */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit; font-size: 14.5px; font-weight: 500;
  color: #fff; cursor: pointer;
  background: linear-gradient(100deg, var(--d-red), var(--d-orange));
  border: 0; border-radius: 10px;
  padding: 13px 24px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 6px 18px -6px rgba(253,150,0,0.45);
  transition: transform .15s ease, box-shadow .2s ease;
  -webkit-appearance: none; appearance: none;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 12px 26px -6px rgba(253,150,0,0.55);
}
.wpcf7 input[type="submit"]:disabled { opacity: 0.6; cursor: default; transform: none; }

/* ---- Validation & response messages ---- */
.wpcf7 .wpcf7-not-valid {
  border-color: var(--d-red) !important;
  box-shadow: 0 0 0 3px rgba(231,27,44,0.12);
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block; margin-top: 6px;
  font-size: 12.5px; color: var(--d-red); font-weight: 500;
}
.wpcf7 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 10px;
  border: 1px solid var(--d-line) !important;
  font-size: 13.5px; line-height: 1.5;
  background: var(--d-bg-2);
  color: var(--d-ink-2);
}
/* Success */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(22,163,74,0.4) !important;
  background: #EAF7EE; color: #117A34;
}
/* Errors / invalid */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: rgba(231,27,44,0.4) !important;
  background: #FDEBEC; color: #B3141F;
}

/* ---- Loading spinner ---- */
.wpcf7 .wpcf7-spinner { background-color: var(--d-orange); }
.single-post .elementor-element{
    background-size:cover!important;
}
.elementor-select-wrapper select{
    color: #1f2124a6!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.delta-esourcing.com/wp-content/uploads/2026/05/Geist-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.delta-esourcing.com/wp-content/uploads/2026/05/Geist-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.delta-esourcing.com/wp-content/uploads/2026/05/Geist-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.delta-esourcing.com/wp-content/uploads/2026/05/GeistMono-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */