@import url("https://capestartstage.wpengine.com/wp-content/themes/elementor-starter/assets/css/bootstrap-icons.css");
.bi.biR:before{order:1}
.elementor .e-button-base.bi:before {font-size: 1.5em;}
.dNone{display:none !important;}
/*
Theme Name: Elementor Starter
Theme URI: https://example.com/elementor-starter
Author: Your Name
Author URI: https://example.com
Description: A production-ready, lightweight, modular and performance-focused starter theme built to work seamlessly with Elementor. The theme provides theme setup, a design system, global styles, asset loading, WordPress integration and helper functions, while leaving header, footer, pages, archives, single layouts, popups and forms to the Elementor Theme Builder.
Version: 1.0.0
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-starter
Tags: elementor, starter, block-ready, translation-ready, full-width-template, custom-logo, custom-menu, featured-images, threaded-comments, accessibility-ready
*/

/*
 * This file is intentionally minimal.
 *
 * WordPress requires style.css only for the theme header above. All real
 * styling is split into modular files under /assets/css and enqueued from
 * inc/enqueue.php. Do not add rules here — add them to the relevant module
 * (global.css, typography.css, utilities.css, layout.css, etc.).
 */
:root {
	--ss-max: 1450px;
	--ss-accent: #2563eb;
	--ss-text: #1f2937;
	--ss-muted: #6b7280;
	--ss-border: #e5e7eb;
	--ss-bg: #ffffff;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: var(--ss-text);
	background: var(--ss-bg);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--ss-accent);
}
/* 
.container {
	width: 100%;
	max-width: var(--ss-max);
	margin-inline: auto;
	padding-inline: 20px;
} */

/* ---------- Header ---------- */
.site-header {
	border-bottom: 1px solid var(--ss-border);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-block: 18px;
	flex-wrap: wrap;
}

.site-title {
	margin: 0;
	font-size: 1.35rem;
}

.site-title a {
	color: var(--ss-text);
	text-decoration: none;
}

.site-description {
	margin: 2px 0 0;
	color: var(--ss-muted);
	font-size: 0.9rem;
}

/* ---------- Menu ---------- */
.main-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav a {
	text-decoration: none;
	color: var(--ss-text);
}

.main-nav a:hover {
	color: var(--ss-accent);
}

/* ---------- Content ---------- */
.site-main {
	padding-block: 0px;
}

.entry + .entry {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--ss-border);
}

.entry-title {
	margin: 0 0 8px;
}

.entry-title a {
	color: var(--ss-text);
	text-decoration: none;
}

.entry-meta {
	color: var(--ss-muted);
	font-size: 0.9rem;
	margin-bottom: 14px;
}

.pagination {
	margin-top: 40px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.site-footer {
	border-top: 1px solid var(--ss-border);
	padding-block: 24px;
	color: var(--ss-muted);
	font-size: 0.9rem;
}

/* ---------- Accessibility ---------- */
.screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link {
	position: absolute;
	left: -9999px;
}

.skip-link:focus {
	left: 10px;
	top: 10px;
	background: #fff;
	padding: 8px 14px;
	z-index: 1000;
}



/* CS Custom */
/* body .elementor .e-flexbox-base {padding:0;} */
/* ================= TOKENS ================= */
/* ====================================================================
   CAPESTART DESIGN SYSTEM — DESIGN TOKENS
   Source of truth: https://capestartstage.wpengine.com/new-website-v2-updated/
   All values extracted verbatim from the approved mockup's stylesheet.
   Tokens marked [EXTENDED] are additions for system completeness and
   do not appear on the mockup page itself.
   ==================================================================== */

:root {
  /* ------------------------------------------------------------------
     TYPOGRAPHY — FAMILIES
     Poppins loaded at 300/400/500/600/700/800 + italics 400–700
     ------------------------------------------------------------------ */
  --font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Poppins", var(--font-sans);
  --font-mono: ui-monospace, Menlo, monospace;

  /* ------------------------------------------------------------------
     TYPOGRAPHY — SCALE (fluid, from the mockup's clamp() values)
     ------------------------------------------------------------------ */
  --fs-display-xl: clamp(48px, 6vw, 84px);   /* Hero headline           */
  --fs-display:    clamp(44px, 5vw, 68px);   /* Large section statement */
  --fs-h1:         clamp(38px, 6vw, 54px);   /* Page title / big number */
  --fs-h2:         clamp(28px, 4vw, 44px);   /* Section heading         */
  --fs-h3:         clamp(24px, 3vw, 32px);   /* Panel / card group      */
  --fs-h4:         19px;                     /* Card title              */
  --fs-h5:         16px;                     /* Minor title             */
  --fs-lead:       clamp(15px, 1.2vw, 18px); /* Section intro paragraph */
  --fs-body:       .9375rem; /*15px*/                     /* Default body copy       */
  --fs-small:      13.5px;                   /* Secondary copy          */
  --fs-caption:    12.5px;                   /* Meta, captions, pills   */
  --fs-micro:      11px;                     /* Fine print, table meta  */
  --fs-eyebrow:    12px;                     /* .slabel section label   */

  --lh-tight: 1.2;      /* Headings                */
  --lh-heading: 1.28;   /* Card titles             */
  --lh-body: 1.62;      /* Body copy               */
  --ls-tight: -0.02em;  /* Display + headings      */
  --ls-eyebrow: 0.2em;  /* Uppercase section label */
  --ls-label: 0.14em;   /* Uppercase field label   */

  /* ------------------------------------------------------------------
     COLOR — BLUE FAMILY
     Only the homepage blue value remains. Remove any non-reference blue
     variants that are not used on the approved homepage.
     ------------------------------------------------------------------ */
  --blue:    #148BFF;  /* Homepage blue */
  --blue-2:  #148BFF;  /* Homepage blue */
  --accent:  #148BFF;  /* Homepage blue */
  --sky:     #f4f9ff;  /* Neutral blue-tinted surface */
  --cyan:    #148BFF;  /* Homepage blue */
  --blue-deep: #148BFF; /* Homepage blue */
  --blue-soft: #f4f9ff; /* Neutral blue-tinted surface */
  --blue-soft-border: #edf6ff; /* Neutral blue-tinted border */

  /* ------------------------------------------------------------------
     COLOR — ORANGE FAMILY
     Only the requested orange values remain.
     ------------------------------------------------------------------ */
  --orange:      #FF5C35; /* Default orange */
  --orange-deep: #f04d27; /* Hover orange */
  --orange-light: #FF5C35;
  --orange-soft: rgba(255, 92, 53, 0.10);
  --orange-border: rgba(255, 92, 53, 0.24);

  /* ------------------------------------------------------------------
     COLOR — INK / TEXT (light surfaces)
     ------------------------------------------------------------------ */
  --ink:     #0a1b33;  /* Primary text + logo wordmark navy  */
  --ink-btn: #0a152d;  /* Solid button fill                  */
  --navy:    #0f1b2d;  /* Headings, dark panels              */
  --slate:   #5b6675;  /* Body copy on white (5.8:1)         */
  --muted:   #64748b;  /* Secondary text, nav idle (4.8:1)   */

  /* ------------------------------------------------------------------
     COLOR — TEXT ON DARK SURFACES
     ------------------------------------------------------------------ */
  --on-dark:   #eaf2ff;  /* Primary text on --dark (16.4:1)   */
  --on-dark-2: #9fb2cc;  /* Secondary text on --dark (8.5:1)  */
  --on-dark-3: #8ea3c0;  /* Tertiary/meta text on --dark      */

  /* ------------------------------------------------------------------
     COLOR — NEUTRALS
     ------------------------------------------------------------------ */
  --slate-50:  #f8fafc;  /* Subtle panel tint            */
  --slate-100: #f1f5f9;  /* Hairline fills, hover rows   */
  --slate-200: #e2e8f0;  /* Borders, dividers            */
  --slate-300: #cbd5e1;  /* Strong borders, ghost hover  */
  --slate-400: #94a3b8;  /* Placeholder text, icons      */

  /* ------------------------------------------------------------------
     COLOR — SURFACES
     ------------------------------------------------------------------ */
  --bg:     #f9fafb;  /* Page background            */
  --panel:  #ffffff;  /* Cards, white sections      */
  --dark:   #0a1424;  /* Dark section / footer      */
  --dark-2: #0b1526;  /* Dark gradient partner      */
  --awards-bg: #f4f8fd; /* Badge/cert strip tint    */

  /* ------------------------------------------------------------------
     COLOR — SEMANTIC STATUS
     success comes from the mockup; warning + error are [EXTENDED]
     (chosen to sit in the same saturation register as the brand set)
     ------------------------------------------------------------------ */
  --success:        #2f9e57;
  --success-soft:   #e7f6ed;             /* [EXTENDED] */
  --success-border: #bfe6cd;             /* [EXTENDED] */
  --warning:        #b45309;             /* [EXTENDED] AA on white     */
  --warning-soft:   #fef3e2;             /* [EXTENDED] */
  --warning-border: #fbd9a5;             /* [EXTENDED] */
  --error:          #d92d20;             /* [EXTENDED] AA-large, 4.5+ at 700 wt */
  --error-soft:     #fbdde5;             /* From mockup (soft pink)    */
  --error-border:   #f5b9c6;             /* [EXTENDED] */
  --info:           var(--blue);
  --info-soft:      var(--blue-soft);
  --info-border:    var(--blue-soft-border);

  /* ------------------------------------------------------------------
     SOLID FILL ACCENTS
     No gradients remain in the system.
     ------------------------------------------------------------------ */
  --grad-cta: var(--orange);
  --grad-text: var(--blue);
  --grad-stat: var(--blue);
  --grad-footer-line: var(--blue);

  /* ------------------------------------------------------------------
     RADIUS
     ------------------------------------------------------------------ */
  --r-pill:    9999px;  /* Buttons, pills, nav          */
  --r-section: 48px;    /* Hero / large rounded panels  */
  --r-card:    24px;    /* Cards, modals                */
  --r-tile:    20px;    /* Step index tiles, icon tiles */
  --r-inner:   14px;    /* Inputs, inner cells          */
  --r-sm:      10px;    /* [EXTENDED] table chips, small elements */

  /* ------------------------------------------------------------------
     ELEVATION / SHADOWS
     ------------------------------------------------------------------ */
  --sh-card:  0 40px 90px -34px rgba(15, 27, 45, 0.22);   /* Floating cards      */
  --sh-glass: 0 40px 100px -20px rgba(0, 0, 0, 0.06);     /* Glass panels        */
  --sh-btn:   0 12px 32px -12px rgba(255, 92, 53, 0.60);  /* Orange CTA glow     */
  --sh-sm:    0 1px 2px rgba(0, 0, 0, 0.05);              /* Hairline lift       */
  --sh-nav:   0 14px 34px -20px rgba(15, 27, 45, 0.3);    /* Glass nav pill      */
  --sh-tile:  0 10px 30px -18px rgba(15, 27, 45, 0.35);   /* Step tiles          */
  --sh-orange: 0 10px 26px rgba(255, 92, 53, 0.32);       /* Active orange glow  */

  /* ------------------------------------------------------------------
     MOTION
     ------------------------------------------------------------------ */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);  /* Signature spring ease           */
  --dur-fast: 0.18s;    /* Color/opacity swaps (nav links)   */
  --dur-base: 0.25s;    /* Link arrows, small moves          */
  --dur-slow: 0.35s;    /* Button transforms, tile fills     */
  --dur-drift: 0.6s;    /* Card lifts, panel reveals         */

  /* ------------------------------------------------------------------
     SPACING — base-4 scale
     Section rhythm on the mockup is fluid: clamp() tokens below.
     ------------------------------------------------------------------ */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-14: 56px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-28: 112px;

  --sec-pad-y: clamp(56px, 7vw, 112px);      /* Section vertical padding   */
  --sec-pad-x: clamp(20px, 5vw, 80px);       /* Section horizontal padding */
  --sec-pad-y-slim: clamp(38px, 4.5vw, 62px);/* Slim sections (awards)     */
  --shead-gap: clamp(34px, 4vw, 52px);       /* Heading block bottom gap   */
}

body {
  font-family: var(--font-sans);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink);
  background: var(--panel);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.textLeft, .textLeft *{
	text-align:left !important;
}

/* --------------------------------------------------------------------
   BUTTONS
   Variants: .btn-dark (compact primary), .btn-grad (hero CTA),
   .btn-ghost (glass secondary), .btn-white (on dark), .btn-outline
   (on dark, bordered). Modifier: .is-orange (complementary accent CTA).
-------------------------------------------------------------------- */
.elementor .e-button-base.btn-dark, .btn-dark {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink-btn); color: #fff; border: 1px solid transparent;
  border-radius: var(--r-pill); padding: 16px 30px;
  font-family: var(--font-sans); font-size: 15px; font-weight: 600;
  cursor: pointer;
  transition: transform var(--dur-slow) var(--ease);
	text-decoration:none;
	width: fit-content;
/* 	text-transform:capitalize; */
}
.elementor .e-button-base.btn-dark:hover, .btn-dark:hover,
.elementor .e-button-base.btn-dark.is-hover, .btn-dark.is-hover { transform: translateY(-3px) scale(1.02);color: #fff;}
.elementor .e-button-base.btn-dark:active, .btn-dark:active,
.elementor .e-button-base.btn-dark.is-active, .btn-dark.is-active {     transform: translateY(0) scale(0.98); color: #fff;}
.elementor .e-button-base.btn-dark svg, .btn-dark svg {
  width: 16px; height: 16px; color: #fff;
  transition: transform var(--dur-slow) var(--ease);
}
.elementor .e-button-base.btn-dark:hover svg, .btn-dark:hover svg,
.elementor .e-button-base.btn-dark.is-hover svg, .btn-dark.is-hover svg { transform: translateX(3px); }

.elementor .e-button-base.btn-grad, .btn-grad {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: #fff; /*border: 1px solid transparent;*/ border:0;
  border-radius: var(--r-pill); padding: 16px 30px;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px;
  cursor: pointer; /*box-shadow: var(--sh-btn); */
  transition: transform var(--dur-slow) var(--ease), background var(--dur-fast) ease;
	text-decoration:none;
	width: fit-content;
/* 	text-transform:capitalize; */
}
.elementor .e-button-base.btn-grad:hover, .btn-grad:hover,
.elementor .e-button-base.btn-grad.is-hover, .btn-grad.is-hover {
  background: var(--orange-deep); transform: translateY(-3px) scale(1.02);color: #fff;
}
.elementor .e-button-base.btn-grad:active, .btn-grad:active,
.elementor .e-button-base.btn-grad.is-active, .btn-grad.is-active {
  background: var(--orange-deep); transform: translateY(0) scale(0.98);color: #fff;
}
.elementor .e-button-base.btn-grad svg, .btn-grad svg {
  width: 16px; height: 16px;
  transition: transform var(--dur-slow) var(--ease);
}
.elementor .e-button-base.btn-grad:hover svg, .btn-grad:hover svg
.elementor .e-button-base.btn-grad.is-hover svg, .btn-grad.is-hover svg { transform: translateX(3px); }

.elementor .e-button-base.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--r-pill);
  font-family: var(--font-sans); font-size: 15px; font-weight: 600; color: var(--ink);
  background: rgba(255,255,255,0.7); border: 1px solid rgba(226,232,240,0.9);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); cursor: pointer;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, background 0.3s ease;
}
.elementor .e-button-base.btn-ghost:hover,
.elementor .e-button-base.btn-ghost.is-hover {
  transform: translateY(-2px); border-color: var(--slate-300); background: rgba(255,255,255,0.95);
}
.elementor .e-button-base.btn-ghost:active,
.elementor .e-button-base.btn-ghost.is-active { transform: translateY(0); }

.elementor .e-button-base.btn-white, .contact-form__submit .wpcf7-submit  {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--r-pill);/* border: 1px solid transparent; */border:0;cursor: pointer;
  font-family: var(--font-sans); font-weight: 700; font-size: 15px;
  color: var(--navy); background: #fff;
  transition: transform var(--dur-slow) var(--ease);
}
.elementor .e-button-base.btn-white:hover, .contact-form__submit .wpcf7-submit:hover,
.elementor .e-button-base.btn-white.is-hover, .contact-form__submit .wpcf7-submit.is-hover { transform: translateY(-3px) scale(1.02); background:var(--CS-Orange);color:#fff;}
.elementor .e-button-base.btn-white:active, .contact-form__submit .wpcf7-submit:active,
.elementor .e-button-base.btn-white.is-active, .contact-form__submit .wpcf7-submit.is-active { transform: translateY(0) scale(0.98); }
.elementor .e-button-base.btn-white svg, .contact-form__submit .wpcf7-submit svg {
  width: 16px; height: 16px; color: var(--navy);
  transition: transform var(--dur-slow) var(--ease);
}
.elementor .e-button-base.btn-white:hover svg, .contact-form__submit .wpcf7-submit:hover svg,
.elementor .e-button-base.btn-white.is-hover svg, .contact-form__submit .wpcf7-submit.is-hover { transform: translateX(3px); }

.elementor .e-button-base.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 30px; border-radius: var(--r-pill); cursor: pointer;
  font-family: var(--font-sans); font-weight: 600; font-size: 15px;
  color: #fff; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.5);
  transition: background 0.3s ease, transform 0.3s var(--ease);
}
.elementor .e-button-base.btn-outline:hover,
.elementor .e-button-base.btn-outline.is-hover {
  background: var(--CS-Orange); transform: translateY(-2px); border-color: var(--CS-Orange);

}
.elementor .e-button-base.btn-outline:active,
.elementor .e-button-base.btn-outline.is-active { transform: translateY(0); }

/* Complementary orange CTA — max ONE per view (see color guide) */
.elementor .e-button-base.btn-dark.is-orange,
.elementor .e-button-base.btn-white.is-orange {
  background: var(--orange); color: #fff;
}
.elementor .e-button-base.btn-white.is-orange svg { color: #fff; }
.elementor .e-button-base.btn-ghost.is-orange {
  background: var(--orange); color: #fff; border-color: var(--orange);
}
.elementor .e-button-base.btn-ghost.is-orange:hover,
.elementor .e-button-base.btn-ghost.is-orange.is-hover {
  background: var(--orange-deep); border-color: var(--orange-deep); color: #fff;
}

/* Disabled — any variant [EXTENDED] */
.btn-dark:disabled,
.btn-grad:disabled,
.elementor .e-button-base.btn-dark:disabled,
.elementor .e-button-base.btn-grad:disabled,
.elementor .e-button-base.btn-ghost:disabled,
.elementor .e-button-base.btn-white:disabled,
.elementor .e-button-base.btn-outline:disabled,
.elementor .e-button-base.btn-dark.is-disabled,
.elementor .e-button-base.btn-grad.is-disabled,
.elementor .e-button-base.btn-ghost.is-disabled,
.elementor .e-button-base.btn-white.is-disabled,
.elementor .e-button-base.btn-outline.is-disabled {
  opacity: 0.45; cursor: not-allowed; transform: none !important; box-shadow: none;
  pointer-events: none;
}

/* Size modifiers [EXTENDED] — every variant defaults to its mockup
   (medium) size above; .btn-sm / .btn-lg scale padding + font-size only,
   all other variant behavior (fill, hover, disabled) is unaffected. */

/* Small — all variants: 10px top/bottom, 20px side, 13px font, 8px gap, 14px icon */
.btn-dark.btn-sm,
.btn-grad.btn-sm,
.elementor .e-button-base.btn-dark.btn-sm,
.elementor .e-button-base.btn-grad.btn-sm,
.elementor .e-button-base.btn-ghost.btn-sm,
.elementor .e-button-base.btn-white.btn-sm,
.elementor .e-button-base.btn-outline.btn-sm {
  padding: 10px 20px; font-size: 13px; gap: 8px;
}

/* Large — all variants: 19px top/bottom, 38px side, 16.5px font, 12px gap, 18px icon */
.btn-dark.btn-lg,
.btn-grad.btn-lg,
.elementor .e-button-base.btn-dark.btn-lg,
.elementor .e-button-base.btn-grad.btn-lg,
.elementor .e-button-base.btn-ghost.btn-lg,
.elementor .e-button-base.btn-white.btn-lg,
.elementor .e-button-base.btn-outline.btn-lg {
  padding: 19px 38px; font-size: 16.5px; gap: 12px;
}

/* SVG size modifiers — all variants */
.btn-dark.btn-sm svg,
.btn-grad.btn-sm svg,
.elementor .e-button-base.btn-dark.btn-sm svg,
.elementor .e-button-base.btn-grad.btn-sm svg,
.elementor .e-button-base.btn-ghost.btn-sm svg,
.elementor .e-button-base.btn-white.btn-sm svg,
.elementor .e-button-base.btn-outline.btn-sm svg {
  width: 14px; height: 14px;
}

.btn-dark.btn-lg svg,
.btn-grad.btn-lg svg,
.elementor .e-button-base.btn-dark.btn-lg svg,
.elementor .e-button-base.btn-grad.btn-lg svg,
.elementor .e-button-base.btn-ghost.btn-lg svg,
.elementor .e-button-base.btn-white.btn-lg svg,
.elementor .e-button-base.btn-outline.btn-lg svg {
  width: 18px; height: 18px;
}


.headline {
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.14;
    font-size: clamp(34px, 4.2vw, 56px);
}

.hero-heading {
    font-size: clamp(2.20rem, 1.5rem + 2.5vw, 3rem);
	margin-bottom: 0px;
}

.elementor .e-button-base.subhead {
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.65;
}

.para,
.elementor .para,
.elementor .para p,
.elementor .elementor-shortcode .para,
p.para.e-paragraph-base,
.case-study-card__description,
.elementor .homeHeroBanner .e-paragraph-base,
.pnx-scope .platx__body p,
.cs-ind .cs-ind__desc,
.featured-article__excerpt,
.elementor .faq .para{
	color: var(--slate);
	font-size:var(--fs-body);
}

.elementor .homeHeroBanner .e-paragraph-base,
.headline,
.elementor .e-button-base.subhead {
	color: var(--ink);
}

.elementor .homeHeroBanner.e-2009fd2{
	padding-block-start: 0px;
    padding-block-end: 0px;
}


.elementor-element .iconCard .elementor-widget.elementor-widget-icon-box {
    padding:20px 30px;
    border-radius:22px;
	background: var(--slate-100);
    border: 1px solid rgba(226, 232, 240, 0.9);

}

.iconCard h3.elementor-icon-box-title {
    font-size: 2em;
    font-weight: 700;
	color: var(--ink);
}

.iconCard .elementor-widget-icon-box .elementor-icon-box-description {
    color: #24344f;
}

.iconCard span.elementor-icon {
    background: #fff1ec;
    width: 50px;
    height: 50px;
    border-radius: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.iconCard .elementor-icon svg {width: 30px;height: auto;}
@media (min-width: 768px){
.colorCard .boxHeader {
    min-height: 225px;
}
}

.colorCard .hTitle {
    font-weight: 600;
    font-size: 2em;
}

  .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
  .contact-form__field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
  .contact-form__field--full { grid-column: 1 / -1; }
  .contact-form__field label, .contact-form .wpcf7-list-item-label { font-size: 13px; font-weight: 600; color: var(--on-dark-2); }
  .contact-form__field label .req { color: var(--orange-light); }
  .contact-form__field input,
  .contact-form__field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06) !important;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 14.5px;
    transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
  }
  .contact-form__field textarea { resize: vertical; min-height: 110px;max-height: 110px; }
  .contact-form__field input::placeholder,
  .contact-form__field textarea::placeholder { color: var(--on-dark-3); }
  .contact-form__field input:focus,
  .contact-form__field textarea:focus {
    outline: none; border-color: var(--blue); background: rgba(255, 255, 255, 0.1);
  }
  /* newsletter opt-in, carried over from the old-site form */
  .contact-form__check {
    grid-column: 1 / -1;
    display: flex; align-items: center; gap: 10px;
    font-size: 13.5px; color: var(--on-dark-2);
  }
  .contact-form__check input { width: 17px; height: 17px; flex: none; accent-color: var(--blue); cursor: pointer; }
  .contact-form__check label { cursor: pointer; }
  .contact-form__submit { grid-column: 1 / -1; display: block; margin-top: 4px; }
  .contact-form__submit .btn-white.is-orange { width: 100%; justify-content: center; }

  @media (max-width: 980px) { .contact-split { grid-template-columns: 1fr; gap: 36px; } }
  @media (max-width: 640px) { .contact-form { grid-template-columns: 1fr; } }


.contact-formCover .wpcf7 form.invalid .wpcf7-response-output, .contact-formCover .wpcf7 form.unaccepted .wpcf7-response-output, .contact-formCover .wpcf7 form.payment-required .wpcf7-response-output
{color: var(--cs-panel)}


.contactIconList svg.e-font-icon-svg {
    width: .45em;
    height: auto;
}

.contactIconList h6.elementor-icon-box-title {
    font-size: .9em;
    font-weight: 800;
    text-transform: none;
    color: var(--slate-200);
    margin-bottom: 5px;
}

.contactIconList p.elementor-icon-box-description {
    font-size: var(--fs-small);
    color: var(--slate-300);
}

.stickyScrollItem .st-idx svg, .stickyScrollItem .st-idx svg path {
    fill: var(--orange);
	stroke: var(--orange);
}
.stickyScrollItem:hover .st-idx svg, .stickyScrollItem:hover .st-idx svg path {
    fill: #fff;
	stroke: #fff;
}
.stickyScrollItem .st-idx .elementor-icon {
    height: 100%;
    display: flex;
    align-items: center;
}





.tabTxt {
    padding: 20px;
    background: var(--slate-200);
    border-radius: 10px;
}

.para.tabTxt p {
    margin-bottom: 10px;
    font-size: .95em;
}

.para.tabTxt p b {
    font-weight: 600;
    color: var(--CS-Orange-Deep);
}

.carouselTagline .elementor-heading-title:after, .carouselTagline .elementor-heading-title:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: var(--slate-400);
    top: 7px;
}

.carouselTagline .elementor-heading-title:after {
    left: 120%;
}

.carouselTagline .elementor-heading-title:before {
    right: 120%;
}

/* ===================================================================
       STATS BAND  (dark, gradient numerals — replaces the plain 4-up strip)
==================================================================== */
/* STATS — trusted at scale (ported from reference template) */
.stats { position: relative; overflow: hidden; background: var(--navy); padding: 104px 10px; width: 100%; }
.stats-watermark {
	position: absolute; left: 50%; bottom: -0.14em; transform: translateX(-50%);
	font-family: var(--font-display); font-weight: 700;
	font-size: clamp(84px, 17vw, 264px); letter-spacing: -0.03em; line-height: 1; white-space: nowrap;
	color: transparent;
	background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.05) 100%);
	-webkit-background-clip: text; background-clip: text;
	pointer-events: none; user-select: none; will-change: transform; z-index: 0;
}
.stats-inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; }
.stats-title { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.stat-tile { border-radius: 22px; padding: 30px 28px; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-tile--ghost { background: #e7eaf2; color: #0b1b34; will-change: transform; transition: transform .5s cubic-bezier(.22,.8,.3,1); }
.stat-tile--solid { background: linear-gradient(135deg, #4089f7 0%, #2d60a8 100%); color: #fff; box-shadow: 0 20px 44px -18px rgba(45,96,168,0.7); will-change: transform; transition: opacity .7s cubic-bezier(.22,.8,.3,1); }
.stat-num { font-family: var(--font-display); font-weight: 400; font-size: clamp(48px, 6vw, 84px); line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.stat-tile--ghost .stat-num { color: #aab2c6; }
.stat-tile--solid .stat-num { color: #fff; }
.stat-label { font-size: 19px; line-height: 1.45; font-weight: 500; }
.stat-tile--ghost .stat-label { color: #24344f; }
.stat-tile--solid .stat-label { color: rgba(255,255,255,0.92); }
@media (max-width: 980px) { .stats-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .stats-row { grid-template-columns: 1fr; } .stat-tile { min-height: 180px; } }
@media (prefers-reduced-motion: reduce) { .stat-tile { transform: none !important; } }

.statband {
	position: relative; width: 100%; max-width: 100%;
	margin: 0 auto;
	border-radius: 0; overflow: hidden; isolation: isolate;
	background: var(--dark); padding: clamp(26px, 2.6vw, 38px) clamp(20px, 5vw, 80px);
}

.shead .elementor-heading-title, .pnx-scope .shead h2{
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: clamp(28px, 4vw, 44px);
}

.finale{
	background: linear-gradient(135deg, #0A6FBE, var(--dark));
	position:relative;
}

.finale:after{
	content:"";
	position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(97, 214, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(97, 214, 255, 0.05) 1px, transparent 1px);
    background-size: 62px 62px;
    -webkit-mask-image: radial-gradient(100% 100% at 80% 0%, #000, transparent 72%);
    mask-image: radial-gradient(100% 100% at 80% 0%, #000, transparent 72%);
	z-index:0;
}

.finale > .elementor-element{
	z-index:9;
}

.finale .shead .elementor-heading-title, .finale .subhead.e-paragraph-base{
	color:#fff;
	text-align:center;
}


.entry-content {
    max-width: 100%;
    margin-inline: auto;
}

.StickyBlock{
	position:relative;
}
@media (min-width: 1025px){
	.StickyBlock-stickyLeft-inner.e-con{
		position: sticky;
		top: 125px;
	}
}


.st-idx {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    background: #fff;
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
    color: var(--orange);
    box-shadow: 0 10px 30px -18px rgba(15, 27, 45, .35);
    transition: background .35s var(--ease), color .35s var(--ease);	
}
.stickyScrollItem:hover .st-idx{
	background: var(--orange);
	color: #fff;
}
.stickyScrollItem h3.elementor-heading-title {
    font-family: var(--font-display);
    font-size: clamp(21px, 2.1vw, 24px);
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -.02em;
	text-align:left;
}

.stickyScrollItem .readMoreLink, .readMoreLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ink);
    font-size: var(--fs-body);
    font-weight: 700;
    transition: gap 0.25s var(--ease);
	padding: unset;
    background: none;
	justify-content: flex-start;
    position: relative;
    width: fit-content;
/*     padding-right: 20px; */
	cursor:pointer;
	text-decoration:none;
	text-transform:capitalize;
}
.stickyScrollItem .readMoreLink svg, .readMoreLink svg{
	width: 20px;
}
.stickyScrollItem .readMoreLink:hover, .readMoreLink:hover{
	color:var(--orange);
}
.elementor .e-flexbox-base.stickyScrollItem + .e-flexbox-base.stickyScrollItem {
	border-top: 1px solid rgba(15, 27, 45, .08);
	padding-top: 30px;
}
/* .stickyScrollItem .e-button-base.readMoreLink:after {
    content: ">";
    position: absolute;
    right: 5px;
    font-size: 1.5em;
    line-height: normal;
    font-weight: 200;
    margin-top: 2px;
} */


.contactUs-form .contact-form {
    padding: 40px;
    border-radius:20px;
    box-shadow: 0 60px 120px -50px rgba(4, 16, 46, .62), 0 2px 8px rgba(4, 16, 46, .06);
	border-top: 5px solid #0c90ec;
}

.contactUs-form .contact-form__field input.wpcf7-form-control, 
.contactUs-form .contact-form__field textarea, 
.contactUs-form .contact-form__check input {
    border-color: var(--slate-300);
}

.contactUs-form .contact-form__field label, 
.contactUs-form .contact-form .wpcf7-list-item-label {
    color: var(--ink);
}

.contactUs-form .e-button-base.btn-white, 
.contactUs-form .contact-form__submit .wpcf7-submit{
    background: var(--orange);
    color: #fff;
    border: 0;
}
.contactUs-form .NumIconContent h5.elementor-heading-title {
    font-size: 1.5em;
}

.contactUs-form .NumIconContent p.para.e-paragraph-base {
    font-size: 1em;
    color: var(--slate);
}

.contactUs-form .contact-formCover .wpcf7 form.invalid .wpcf7-response-output, 
.contactUs-form .contact-formCover .wpcf7 form.unaccepted .wpcf7-response-output, 
.contactUs-form .contact-formCover .wpcf7 form.payment-required .wpcf7-response-output {
	text-align: center;color: var(--danger);border-color: var(--danger);
}

.colorCard .outerBox {
    height: 100%;
}
/*
.custom-hero-alt .hero-left:before, .custom-hero-alt .hero-left:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    z-index: 9;
    left: 6px;
    top: 6px;
    border: 10px var(--orange) solid;
    border-radius: 30px 0 0 0;
    border-width: 8px 0 0 8px;
}
.custom-hero-alt .hero-left:after {border-radius: 0 0px 30px 0;bottom: 6px;right: 6px;left: auto;top: auto;border-width: 0 8px 8px 0;border-color: var(--cs-blue);}
.custom-hero-alt .hero-left{position:relative;padding:10px;}
*/

/* Home FEATURED ARTICLES*/
.featured-articles{width:100%;margin:0 auto}
.featured-articles__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:56px;align-items:start}
.featured-article{min-width:0}
.featured-article__image{position:relative;display:flex;align-items:flex-end;width:100%;min-height:615px;padding:52px;border-radius:28px;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;text-decoration:none}
.featured-article__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,18,38,.05) 0%,rgba(8,18,38,.3) 40%,rgba(8,18,38,.96) 100%);transition:opacity .3s ease}
.featured-article__content{position:relative;z-index:2;width:100%}
.featured-article__category{display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    font-size: var(--fs-micro);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange-light);
    background: rgba(255, 92, 53, 0.12);
    border: 1px solid rgba(255, 138, 102, 0.35);
    padding: 7px 14px;
    border-radius: var(--r-pill);/*display:inline-flex;align-items:center;padding:10px 20px;margin-bottom:28px;border:1px solid rgba(255,111,75,.7);border-radius:50px;color:#ff7555;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase*/}
.featured-article__title{    
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.14;
    font-size: clamp(24px, 2.6vw, 34px);
    color: #fff;
    margin: 22px 0 14px;/*max-width:900px;margin:0 0 22px;color:#fff;font-size:clamp(34px,3.1vw,48px);line-height:1.08;font-weight:700;letter-spacing:-1.5px*/}
.featured-article__excerpt{    color: var(--on-dark-2);
/*     font-size: 15px; */
    line-height: 1.62;/*max-width:850px;margin:0 0 30px;color:#aebbd0;font-size:18px;line-height:1.65*/}
.featured-article__read-more{display:inline-flex;align-items:center;gap:12px;color:#fff;font-size:var(--fs-small);font-weight:600}
.featured-article__read-more .arrow{font-size:24px;line-height:1;transition:transform .25s ease}
.featured-article:hover .featured-article__read-more .arrow{transform:translateX(6px)}
.featured-article__read-more:hover{
	color:var(--CS-Orange);
}
.featured-articles__side{display:flex;flex-direction:column;gap:32px}
.side-article{display:grid;grid-template-columns:170px minmax(0,1fr);gap:28px;padding-bottom:32px;border-bottom:1px solid #dce1e8}
.side-article:last-child{border-bottom:0}
.side-article__image{display:block;width:170px;height:168px;border-radius:18px;overflow:hidden;background:#e9edf2}
.elementor .side-article__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.side-article:hover .side-article__image img{transform:scale(1.05)}
.side-article__content{display:flex;flex-direction:column;justify-content:center}
.side-article__category{color: var(--orange);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;display: flex;
    gap: 9px;
    align-items: center;
    font-size: var(--fs-micro);
    margin-bottom: 7px;/*display:block;margin-bottom:14px;color:#ff6244;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase*/}
.side-article__title{margin:0 0 22px;font-size:22px;line-height:1.35;font-weight:700}
.side-article__title a{
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--navy);
    margin-bottom: 12px;
    transition: color 0.25s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;/*color:#101d33;text-decoration:none;*/transition:color .2s ease}
.side-article__title a:hover{color:var(--CS-Orange)}
.side-article__read-more{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:#101d33;font-size:var(--fs-body);font-weight:600;text-decoration:none}
.side-article__read-more span{font-size:22px;transition:transform .25s ease}
.side-article__read-more:hover span{transform:translateX(5px)}
.side-article__read-more:hover{color:var(--orange)}
.featured-articles__footer{margin-top:30px}
.featured-articles__view-more{display:inline-flex;align-items:center;gap:18px;padding:22px 38px;border-radius:50px;background:#07152f;color:#fff;font-size:17px;font-weight:600;text-decoration:none;transition:background .25s ease,transform .25s ease}
.featured-articles__view-more span{font-size:23px}
.featured-articles__view-more:hover{background:#142746;transform:translateY(-2px)}
@media(max-width:1100px){.featured-articles__grid{grid-template-columns:1fr;gap:40px}.featured-article__image{min-height:560px}}
@media(max-width:767px){.featured-articles__grid{gap:30px}.featured-article__image{min-height:520px;padding:30px;border-radius:20px}.featured-article__title{font-size:32px;line-height:1.12;letter-spacing:-.8px}.featured-article__excerpt{    color: var(--on-dark-2);
    font-size: 15px;
    line-height: 1.62;/*font-size:16px;line-height:1.5*/}.featured-article__category{margin-bottom:20px}.featured-articles__side{gap:24px}.side-article{grid-template-columns:110px minmax(0,1fr);gap:18px;padding-bottom:24px}.side-article__image{width:110px;height:110px;border-radius:14px}.side-article__category{margin-bottom:8px;font-size:11px}.side-article__title{margin-bottom:12px;font-size:17px;line-height:1.3}.side-article__read-more{font-size:var(--fs-small)}.featured-articles__view-more{padding:17px 28px;font-size:15px}}
/* Home case study */
.case-studies-section{width:100%}
.case-studies-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:100%}
.case-study-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:28px;background:#fff;box-shadow:0 10px 40px rgba(13,29,52,.08)}
.case-study-card__image{display:block;width:100%;height:225px;overflow:hidden;background:#edf1f5}
.elementor .case-study-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.elementor .case-study-card:hover .case-study-card__image img{transform:scale(1.04)}
.case-study-card__content{flex:1;padding:30px}
.case-study-card__industry{font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--orange);
    margin-bottom: 12px; /*margin-bottom:24px;color:#ff6244;font-size:14px;line-height:1.2;font-weight:700;letter-spacing:1.5px;text-transform:uppercase*/}
.case-study-card__title{    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;/*margin:0 0 20px;font-size:27px;line-height:1.25;font-weight:700;letter-spacing:-.5px*/}
.case-study-card__title a{color:#101d33;text-decoration:none}
/* .case-study-card__description{color:#69758a;font-size:18px;line-height:1.65} */
.case-study-card__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:65px;padding:20px;background:#07152f}
.case-study-card__link:hover{color: var(--orange)}
.case-study-card__highlight{font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    color: #fff;}
a.case-study-card__image:before {
    content: "";
    background: linear-gradient(200deg, transparent 50%, rgba(15, 27, 45, .1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.case-study-card__image {
    position: relative;
}
.case-study-card__link{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;color:#fff;font-size:var(--fs-small);font-weight:600;text-decoration:none;    line-height: 100%;}
.case-study-card__link span{font-size:23px;transition:transform .25s ease}
.case-study-card__link:hover span{transform:translateX(5px)}
@media(max-width:1100px){.case-studies-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.case-studies-grid{grid-template-columns:1fr;gap:24px}.case-study-card__image{height:260px}.case-study-card__content{padding:30px}.case-study-card__title{font-size:24px}/*.case-study-card__description{font-size:16px}*/.case-study-card__footer{min-height:auto;padding:20px 26px;flex-direction: column;}.case-study-card__highlight{font-size:20px}.case-study-card__link{/*font-size:10px*/}}


/* Home testimonial*/
.testimonials-section{width:100%}
.testimonials-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:stretch}
.testimonial-featured{position:relative;min-height:688px;border-radius:28px;background:#0b1a2e;overflow:hidden}
.testimonial-featured__item{display:none;position:relative;height:100%;min-height:688px;padding:44px 54px 52px;flex-direction:column}
.testimonial-featured__item.is-active{display:flex}
.testimonial-featured__quote-mark{color:#ff6545;font-size:72px;line-height:.5;font-weight:700;margin-bottom:auto}
.testimonial-featured__quote{max-width:850px;margin-top:auto;color:#fff;font-size:32px;line-height:1.42;font-weight:600;letter-spacing:-.5px}
.testimonial-featured__person{display:flex;align-items:center;gap:16px;margin-top:32px}
.testimonial-person__initials{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#08162a;color:#fff;font-size:15px;font-weight:700}
.testimonial-person__title{color:#fff;font-size:15px;line-height:1.35;font-weight:600}
.testimonial-person__company{margin-top:5px;color:#8fa0b9;font-size:12.5px;line-height:1.4}
.testimonial-featured__progress{width:100%;height:4px;margin-top:auto;background:#34445a;border-radius:10px;overflow:hidden}
.testimonial-featured__progress span{display:block;width:0;height:100%;background:#35b8ff;border-radius:10px}
.testimonial-featured__item.is-active .testimonial-featured__progress span{animation:testimonialProgress 5s linear forwards}
.testimonial-featured:before {
    background: radial-gradient(130% 90% at 85% 0%, rgba(20, 139, 255, 0.38), transparent 62%),    linear-gradient(rgba(97, 214, 255, 0.06) 1px, transparent 1px),    linear-gradient(90deg, rgba(97, 214, 255, 0.06) 1px, transparent 1px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    transform: rotate(180deg);
}
.wp-block-paragraph{
	margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(19px, 1.9vw, 25px);
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: #fff;
}
@keyframes testimonialProgress{from{width:0}to{width:100%}}
.testimonials-list{display:flex;flex-direction:column;justify-content:center;gap:8px}
.testimonial-list__item{position:relative;display:flex;align-items:center;width:100%;padding:18px 14px;border:1px solid transparent;border-radius:20px;background:transparent;text-align:left;cursor:pointer;transition:all .25s ease}
.testimonial-list__item:hover{background:#fafbfc}
.testimonial-list__item.is-active{border-color:#d8dce2;background:#fff;box-shadow:0 4px 18px rgba(11,26,46,.04)}
.testimonial-list__item.is-active:before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 4px 4px 0;background:#0b1a2e}
.testimonial-list__initials{display:flex;align-items:center;justify-content:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#f0f2f5;color:#657186;font-size:12px;font-weight:700}
.testimonial-list__item.is-active .testimonial-list__initials{background:#0b1a2e;color:#fff}
.testimonial-list__details{display:flex;flex-direction:column;margin-left:18px}
.testimonial-list__title{color:#101d33;font-size:14px;line-height:1.35;font-weight:600}
.testimonial-list__company{margin-top:5px;color:#71809a;font-size:12.5px;line-height:1.4}
@media(max-width:1100px){.testimonials-layout{grid-template-columns:1fr;gap:30px}.testimonial-featured{min-height:560px}.testimonial-featured__item{min-height:560px}.testimonials-list{display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:767px){.testimonial-featured{min-height:520px;border-radius:22px}.testimonial-featured__item{min-height:520px;padding:32px 28px 35px}.testimonial-featured__quote-mark{font-size:58px}.testimonial-featured__quote{font-size:24px;line-height:1.35}.testimonial-featured__person{margin-top:25px}.testimonial-person__title{font-size:16px}.testimonial-person__company{font-size:14px}.testimonials-list{display:flex;gap:4px}.testimonial-list__item{padding:14px 10px}.testimonial-list__item.is-active:before{top:14px;bottom:14px}.testimonial-list__initials{flex:0 0 44px;width:44px;height:44px}.testimonial-list__details{margin-left:12px}.testimonial-list__title{font-size:15px}.testimonial-list__company{font-size:13px}

	.stickyScrollItem .elementor-element.e-flexbox-base  {
		margin:auto;
	}
	.stickyScrollItem h3.elementor-heading-title{
		text-align:center;
	}
}

/* Blog Single */
.single-post h2{
	font-size:30px;
}
.single-post h3{
	font-size:25px;
}
.single-post h4{
	font-size:22px;
}
.single-post h5{
	font-size:20px;
}
.single-post h6{
	font-size:18px;
}
.single-post .entry--single p {
    color: #24344f;
    font-size: 16px;
    line-height: 1.78;
    margin: 0 0 20px;
}
.custom-blog-archive{--primary:#218df5;--primary-dark:#087be5;--orange:#ff5635;--heading:#10233f;--text:#53627a;--muted:#748198;--border:#e7ebf0;--white:#fff;width:100%;max-width:1480px;margin:auto;/*padding:38px 24px 90px;*/color:var(--heading)}
.blog-featured{position:relative;display:grid;grid-template-columns:1.08fr .92fr;min-height:390px;overflow:hidden;background:var(--white);border:1px solid rgba(16,35,63,.04);border-radius:24px;box-shadow:0 10px 25px rgba(16,35,63,.04),0 30px 70px rgba(16,35,63,.07);margin-bottom:58px;transition:.35s}
.blog-featured:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(16,35,63,.06),0 35px 80px rgba(16,35,63,.1)}
.blog-featured__image{position:relative;min-height:390px;overflow:hidden;background:#e9eef4;display:flex}
.blog-featured__img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s}
.blog-featured:hover .blog-featured__img{transform:scale(1.035)}
.blog-featured__image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.04),transparent 45%)}
.blog-badge{position:absolute;top:16px;left:16px;z-index:5;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:7px 15px;border-radius:999px;background:var(--orange);color:#fff;font-size:var(--fs-micro);font-weight:700;line-height:1;box-shadow:0 5px 15px rgba(255,86,53,.25);backdrop-filter:blur(8px);transition:.25s}
.blog-featured:hover .blog-badge{transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,86,53,.3)}
.blog-featured__content{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(22px,2.6vw,34px) clamp(24px,3vw,42px) clamp(26px,3vw,38px);background:#fff;gap:12px;}
.blog-latest-label{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:2.8px;text-transform:uppercase}
.blog-latest-label span{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,86,53,.08)}
.blog-meta,.blog-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:var(--slate);font-size:var(--fs-micro);line-height:1.5;}
.blog-meta-dot{color:#aab3c0}
.blog-featured__title{max-width:650px;margin:0 0 18px;color:var(--heading);font-size:clamp(32px,3vw,47px);font-weight:800;line-height:1.08;letter-spacing:-1.4px}
.blog-featured__excerpt{max-width:610px;margin-bottom:28px;color:var(--text);font-size:15px;font-weight:400;line-height:1.75}
.blog-read-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:max-content;gap:12px;padding:14px 23px;border-radius:999px;background:var(--primary);color:#fff;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 7px 18px rgba(33,141,245,.2);transition:.25s}
.blog-read-button:hover{color:#fff;background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 24px rgba(33,141,245,.28)}
.blog-read-button span{display:inline-flex;font-size:20px;line-height:1;transition:.25s}
.blog-read-button:hover span{transform:translateX(4px)}
.blog-section-header{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:26px}
.blog-section-header h2{margin:0;color:var(--ink);font-size:26px;font-weight:600;line-height:1.2;letter-spacing:-.6px}
.blog-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.blog-filters a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 18px;border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.8);color:var(--ink);font-size:var(--fs-small);font-weight:600;line-height:1;text-decoration:none;box-shadow:0 2px 6px rgba(16,35,63,.02);transition:.25s}
.blog-filters a:hover{color:var(--ink);background:#fff;transform:translateY(-1px);}
.blog-filters a.active{color:#fff;border-color:var(--ink);background:var(--ink);}
.blog-filters a.active:hover{color:#fff;background:var(--ink);border-color:var(--ink)}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.blog-card{position:relative;display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid rgba(16,35,63,.04);border-radius:20px;background:#fff;box-shadow:0 7px 22px rgba(16,35,63,.045);transition:.35s cubic-bezier(.2,.7,.2,1)}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px rgba(16,35,63,.08),0 25px 60px rgba(16,35,63,.08)}
.blog-card__image{position:relative;display:block;height:292px;overflow:hidden;background:#edf1f5}
.blog-card__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.blog-card:hover .blog-card__img{transform:scale(1.045)}
.blog-card__image:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.02) 40%,rgba(0,0,0,.1));opacity:0;transition:opacity .35s}
.blog-card:hover .blog-card__image:after{opacity:1}
.blog-card__content{display:flex;flex-direction:column;flex:1;padding:18px 20px 22px;gap:10px}
.blog-card__meta{color:var(--slate);font-size:var(--fs-micro);}
.blog-card__title{display:-webkit-box;overflow:hidden;margin:0;color:var(--ink);font-size:var(--fs-h4);font-weight:600;line-height:1.5;letter-spacing:-.25px;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.blog-card__title a{color:inherit;text-decoration:none;transition:color .25s}
/* .blog-card__title a:hover{color:var(--primary)} */
.blog-card__read{display:inline-flex;align-items:center;width:max-content;gap:8px;margin-top:auto;color:var(--primary);font-size:13px;font-weight:700;text-decoration:none}
.blog-card__read span{display:inline-flex;font-size:18px;transition:transform .25s}
.blog-card__read:hover{color:var(--primary-dark)}
.blog-card__read:hover span{transform:translateX(4px)}
.blog-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eef2f6,#e4eaf0)}
.blog-no-results{grid-column:1/-1;padding:90px 30px;border:1px solid var(--border);border-radius:20px;background:#fff;color:var(--muted);text-align:center}
.blog-featured__content .hero-heading {
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 100%;
    font-weight: 600;*/
	margin-bottom:5px;
}
.blog-load-more-wrap{
	text-align:center;
	padding:20px 0;
}
.contactInfo {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.contactInfo a {
    color: var(--ink);
    font-size: var(--fs-h5);
    gap: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
}

.contactInfo a i.bi {
    font-size: var(--fs-h4);
    margin: auto;
}

.contactInfo li {
    margin: 0;
}

.contactInfo a:hover {
    color: var(--orange);
}

.elementor .e-flexbox-base.iconBox {
    align-items: center;
    justify-content: center;
    background: var(--cs-orange-soft);
    height: 41px;
    width: 45px;
    border-radius: 12px;
    border: 1px solid #ff5c3538;
}

.elementor .e-flexbox-base.iconBox i.bi {
    color: var(--orange);
    font-size: large;
}
@media(max-width:1100px){
/* .custom-blog-archive{padding-left:20px;padding-right:20px} */
.blog-featured{grid-template-columns:1fr}
.blog-featured__image,.blog-featured__img{height:360px;min-height:360px}
.blog-featured__content{padding:38px}
.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:767px){
/* .custom-blog-archive{padding:20px 15px 60px} */
.blog-featured{border-radius:18px;margin-bottom:42px}
.blog-featured__image,.blog-featured__img{height:260px;min-height:260px}
.blog-featured__content{padding:28px 22px 30px}
.blog-featured__title{font-size:30px;line-height:1.1;letter-spacing:-.8px}
.blog-featured__excerpt{font-size:14px;line-height:1.65}
.blog-section-header{display:block;margin-bottom:22px}
.blog-section-header h2{margin-bottom:18px;font-size:24px}
.blog-filters{width:calc(100% + 15px);flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px;scrollbar-width:none}
.blog-filters::-webkit-scrollbar{display:none}
.blog-filters a{flex:0 0 auto;min-height:40px;padding:8px 16px;font-size:12px}
.blog-grid{grid-template-columns:1fr;gap:20px}
.blog-card{border-radius:18px}
.blog-card__image{height:240px}
.blog-card__content{padding:17px 18px 21px}
.blog-card__title{font-size:17px}
}

/* single page webinar  */

.cs-webinars { width: min(1400px,calc(100% - 10px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.cs-webinar-card { overflow: hidden; background: #fff; border: 1px solid rgba(16,35,63,.06); border-radius: 22px; box-shadow: 0 18px 45px rgba(15,35,60,.08); }
.cs-webinar-featured { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; min-height: 390px; }
.cs-webinar-featured .cs-webinar-media { min-height: 390px; }
.cs-webinar-media { position: relative; display: block; overflow: hidden; background: #071529; }
.cs-webinar-image { width: 100%; height:480px !important; display: block; object-fit: cover; transition: transform .45s ease;min-height:100%; }
.cs-webinar-media:hover .cs-webinar-image { transform: scale(1.035); }
.cs-webinar-standard .cs-webinar-image{height:300px !important;}
.cs-webinar-play { position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; display: flex; align-items: center; justify-content: center; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 10px 30px rgba(0,0,0,.18); transition: all .25s ease; }
.cs-webinar-media:hover .cs-webinar-play { transform: translate(-50%,-50%) scale(1.08); background: #fff; }
.cs-webinar-play span { width: 0; height: 0; margin-left: 4px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #142743; }
.cs-webinar-placeholder { width: 100%; height: 100%; min-height: 280px; background: radial-gradient(circle at 20% 20%,rgba(25,127,230,.35),transparent 35%),linear-gradient(135deg,#08162b,#102d50); }
.cs-webinar-featured-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(22px,2.6vw,34px) clamp(24px,3vw,42px) clamp(26px,3vw,38px); gap:12px;}
.cs-webinar-label { align-self: flex-start; padding: 7px 12px; border-radius: 30px; background: var(--cs-orange-soft); color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; line-height: 1; text-transform: uppercase; margin-bottom: 10px;}
.cs-webinar-title { margin: 0; color: var(--ink); font-weight: 600; letter-spacing: -.8px; }
.cs-webinar-title a { color: inherit; text-decoration: none; }
.cs-webinar-featured .cs-webinar-title { max-width: 600px; font-size:var(--fs-h3); /*line-height: 1.08;*/ }
.cs-webinar-standard .cs-webinar-title { font-size: var(--fs-h4); line-height: 1.5; }
.cs-webinar-date { display: flex; align-items: center; gap: 7px; color: var(--slate); font-size: var(--fs-micro); line-height: 1.4; }
.cs-calendar-icon { display: inline-flex; color: var(--slate-400); width: 13px; height:auto;}
.cs-webinar-presenters { display: flex; align-items: center; gap: 10px; }
.cs-presenter-avatars { display: flex; padding-left: 3px; }
.cs-presenter-avatar { width: 29px; height: 29px; display: flex; align-items: center; justify-content: center; margin-left: -3px; border: 2px solid #fff; border-radius: 50%; background: #e8f2ff; color: #1688f5; font-size: 8px; font-weight: 800; }
.cs-presenter-names { color: var(--ink); font-size: var(--fs-small); font-weight: 700; }
.cs-webinar-excerpt { max-width: 680px; }
.cs-webinar-button { align-self: flex-start; display: inline-flex; align-items: center; gap: 13px; padding: 15px 25px; border-radius: 50px; background: #1688f5; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; transition: all .25s ease; }
.cs-webinar-button:hover { transform: translateY(-2px); background: #0878df; color: #fff; }
.cs-webinar-button span,.cs-webinar-link span { font-size: 19px; line-height: 1; }
.cs-webinar-standard { display: grid; grid-template-columns: 100%; }
.cs-webinar-standard .cs-webinar-media { min-height: 285px; }
.cs-webinar-standard-content { display: flex; flex-direction: column; justify-content: center; padding: 30px 34px;gap:10px; }
.cs-webinar-standard-content .cs-webinar-excerpt { margin-bottom: 16px; font-size: 13px; line-height: 1.6; }
.cs-webinar-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; color: #087bea; font-size: 13px; font-weight: 750; text-decoration: none; }
.cs-webinar-link:hover { color: #0567c8; }
.cs-no-webinars { width: min(1250px,calc(100% - 40px)); margin: 60px auto; text-align: center; color: #68778d; }
@media (max-width:1050px) { /*.cs-webinars { width: min(900px,calc(100% - 40px)); }*/ .cs-webinar-featured { grid-template-columns: 1fr; } .cs-webinar-featured .cs-webinar-media { min-height: 400px; } .cs-webinar-standard { grid-template-columns: 1fr; } .cs-webinar-standard .cs-webinar-media { min-height: 260px; } }
@media (max-width:700px) { .cs-webinars { /*width: calc(100% - 30px); */grid-template-columns: 1fr; gap: 18px; } .cs-webinar-featured { grid-column: auto; } .cs-webinar-featured .cs-webinar-media { min-height: auto; aspect-ratio: 16/10; } .cs-webinar-featured-content { padding: 28px 24px 32px; } .cs-webinar-featured .cs-webinar-title { /*font-size: 30px;*/ } .cs-webinar-standard { grid-template-columns: 1fr; } .cs-webinar-standard .cs-webinar-media { min-height: auto; aspect-ratio: 16/9; } .cs-webinar-standard-content { padding: 24px; } .cs-webinar-standard .cs-webinar-title { /*font-size: 23px;*/ } .cs-webinar-presenters { align-items: flex-start; flex-direction: column; gap: 7px; } }
.webinar-content .wp-block-paragraph{color: #24344F;font-size: 16px;font-weight: normal;line-height: 1.78;}
/* News start */
.csn-news{--csn-font:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;--csn-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--csn-ink:#0a1b33;--csn-ink-soft:#24344f;--csn-grey:#5b6675;--csn-link:#0d6fd0;--csn-line:rgba(11,27,52,.10);--csn-line-soft:rgba(11,27,52,.06);--csn-panel-2:#eef4fd;--csn-orange:#ff5c35;--csn-orange-deep:#cc3d10;--csn-orange-soft:#fff1ec;--csn-grad:linear-gradient(135deg,#148bff,#3aa6ff 55%,#61d6ff);--csn-ease:cubic-bezier(.22,.8,.3,1);}
.csn-news{width:min(1400px,100%);margin-inline:auto;font-family:var(--csn-font);color:var(--csn-ink);-webkit-font-smoothing:antialiased;}
.csn-news *,.csn-news *::before,.csn-news *::after{box-sizing:border-box;}
.csn-news img{display:block;max-width:100%;}
.csn-news a{text-decoration:none;/*color:inherit;*/}
.csn-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px;border-bottom:1px solid var(--csn-line-soft);}
.csn-brand{display:inline-flex;align-items:center;gap:13px;min-width:0;}
.csn-logo{display:inline-flex;align-items:center;justify-content:center;height:46px;min-width:46px;padding:5px 8px;flex:none;background:#fff;border:1px solid var(--csn-line);border-radius:10px;}
.csn-logo img{height:100%;width:auto;max-width:132px;object-fit:contain;}
.csn-logo-ph{font-size:9px;font-weight:700;letter-spacing:.06em;line-height:1;color:#9fb3cd;}
.csn-brand-n{font-size:12.5px;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase;color:var(--csn-link);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.csn-brand:hover .csn-brand-n{text-decoration:underline;}
.csn-tag{flex:none;padding:5px 11px;border-radius:999px;font-size:var(--fs-micro);font-weight:600;letter-spacing:.06em;line-height:1.4;background:var(--csn-panel-2);color:var(--ink);white-space:nowrap;}
.csn-tag--press{background:var(--csn-orange-soft);color:var(--orange);}
.csn-media{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;background:linear-gradient(135deg,#d6e8fb,#eef4fb);}
.csn-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--csn-ease);}
.csn-card:hover .csn-media img{transform:scale(1.04);}
.csn-facts{display:flex;align-items:center;flex-wrap:wrap;gap:6px 18px;margin:0;}
.csn-f{display:inline-flex;align-items:center;gap:7px;font-size:var(--fs-micro);letter-spacing:.02em;line-height:1.4;color:var(--slate);text-transform: capitalize;}
.csn-f svg{width:13px;height:13px;flex:none;color:var(--slate-400);}
.csn-x{margin:0;font-size:14.5px;font-weight:400;line-height:1.66;color:var(--csn-ink-soft);}
.csn-x p{margin:0;}
.csn-read{margin-top:auto;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:1.3;color:var(--csn-link);}
.csn-read svg{width:14px;height:14px;flex:none;transition:transform .28s var(--csn-ease);}
.csn-card:hover .csn-read svg{transform:translateX(3px);}
.csn-lead{display:grid;grid-template-columns:1.05fr 1fr;overflow:hidden;margin-bottom:24px;background:#fff;border:1px solid var(--csn-line-soft);border-radius:22px;box-shadow:0 20px 54px -30px rgba(11,27,52,.3);}
.csn-lead-media{position:relative;display:block;overflow:hidden;min-height:340px;background:linear-gradient(135deg,#d6e8fb,#eef4fb);}
.csn-lead-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.csn-lead--nomedia{grid-template-columns:1fr;}
.csn-lead-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding:clamp(22px,2.6vw,34px) clamp(24px,3vw,42px) clamp(26px,3vw,38px);}
.csn-lead-body .csn-head{width:100%;padding:0 0 14px;}
.csn-kicker{display:inline-flex;align-items:center;gap:9px;margin:0;font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:var(--csn-orange-deep);}
.csn-lead-t{margin:0;font-size:var(--fs-h3);font-weight:600;/*line-height:1.22;*/letter-spacing:-.02em;text-wrap:balance;}
.csn-lead-t a{color:var(--ink);transition:color .2s ease;}
.csn-lead-t a:hover{color:var(--csn-link);}
.csn-lead .csn-x{max-width:56ch;}
.csn-btn{display:inline-flex;align-items:center;gap:10px;margin-top:4px;padding:13px 26px;border-radius:9999px;background:#138bff;color:#fff!important;font-size:14px;font-weight:700;line-height:normal;white-space:nowrap;box-shadow:0 12px 32px -12px rgba(20,139,255,.65);transition:transform .28s var(--csn-ease),box-shadow .28s ease;}
.csn-btn:hover{transform:translateY(-2px);color:#fff;}
.csn-btn svg{width:16px;height:16px;flex:none;transition:transform .28s var(--csn-ease);}
.csn-btn:hover svg{transform:translateX(3px);}
.csn-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;}
.csn-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--csn-line-soft);border-radius:20px;box-shadow:0 10px 30px rgba(11,27,52,.05);transition:transform .24s var(--csn-ease),box-shadow .24s ease;}
.csn-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -22px rgba(11,27,52,.22);}
.csn-body{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px 22px 22px;}
.csn-t{margin:0;font-size:var(--fs-h4);font-weight: 600;line-height:1.5;letter-spacing:-.01em;text-wrap:balance;}
.csn-t a{color:var(--ink);transition:color .2s ease;}
.csn-t a:hover{color:var(--orange:);}
.csn-empty{padding:clamp(40px,6vw,70px) 30px;text-align:center;background:#fff;border:1px solid var(--csn-line-soft);border-radius:20px;color:var(--csn-grey);font-size:15px;line-height:1.7;}
@media (max-width:1000px){.csn-lead{grid-template-columns:1fr;}.csn-lead-media{min-height:0;aspect-ratio:16/9;}}
@media (max-width:820px){.csn-grid{grid-template-columns:1fr;}}
@media (max-width:520px){.csn-head{flex-wrap:wrap;padding:13px 16px;}.csn-logo{height:40px;min-width:40px;}.csn-body{padding:18px 18px 20px;}.csn-lead-body{gap:11px;}.csn-x{font-size:14px;}}
@media (prefers-reduced-motion:reduce){.csn-card:hover,.csn-btn:hover{transform:none;}.csn-card:hover .csn-media img{transform:none;}}
/* News End */


 /* =========================================
   WEBINAR PAGE
========================================= */

.webinar-page {
    background: #f8fafc;
    color: #12233d;
    padding: 140px 0 120px;
}


/* =========================================
   HERO
========================================= */

.webinar-hero {
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 60px;
    align-items: center;
}


.webinar-hero-media {
    overflow: hidden;
    border-radius: 18px;
    background: #09162a;
    aspect-ratio: 16 / 9;
    box-shadow: 0 25px 55px rgba(15, 35, 60, 0.12);
}


.webinar-featured-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.webinar-hero-content {
    max-width: 650px;
}


.webinar-title {
    margin: 0 0 16px;
    color: #10233f;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.05;
    font-weight: 750;
    letter-spacing: -1.8px;
}


.webinar-date {
    margin-bottom: 34px;
    color: #68778d;
    font-size: 14px;
    letter-spacing: .3px;
}


.webinar-excerpt {
    margin-bottom: 26px;
    color: #253957;
    font-size: 16px;
    line-height: 1.7;
}


.webinar-recording-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 15px 25px;
    border-radius: 50px;
    background: #1688f5;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all .25s ease;
}


.webinar-recording-button:hover {
    transform: translateY(-2px);
    background: #0878df;
    color: #fff;
}


.webinar-recording-button span {
    font-size: 20px;
    line-height: 1;
}


/* =========================================
   CONTENT
========================================= */

.webinar-content-section {
    width: min(1380px, calc(100% - 80px));
    margin: 55px auto 0;
}


.webinar-content {
    max-width: 820px;
    color: #253957;
    font-size: 16px;
    line-height: 1.75;
}


.webinar-content p {
    margin: 0 0 18px;
}


/* =========================================
   INSIDE SESSION
========================================= */

.webinar-session-box {
    width: min(820px, 100%);
    margin-top: 30px;
    padding: 24px 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(15, 35, 60, .07);
}


.session-label {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #f15b40;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.session-label span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f15b40;
}


.session-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 10px;
}


.session-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #172b47;
    font-size: 14px;
    font-weight: 650;
}


.session-check {
    color: #1688f5;
    font-size: 15px;
    font-weight: 800;
}


/* =========================================
   PRESENTERS
========================================= */

.webinar-presenters-section {

    margin: 50px auto 0;
}


.webinar-presenters-section h2 {
    margin: 0 0 24px;
    color: #10233f;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 750;
}


.webinar-presenters {
    width: min(820px, 100%);
    display: flex;
    flex-direction: column;
    gap: 14px;
}


.presenter-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 22px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 35, 60, .06);
}


.presenter-avatar {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #e8f2ff;
    color: #1688f5;
    font-size: 12px;
    font-weight: 800;
}


.presenter-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.presenter-information h3 {
    margin: 0 0 3px;
    color: #172b47;
    font-size: 15px;
    font-weight: 750;
}


.presenter-role {
    margin-bottom: 7px;
    color: #087bea;
    font-size: 12px;
    font-weight: 700;
}


.presenter-information p {
    margin: 0;
    color: #43536a;
    font-size: 13px;
    line-height: 1.55;
}
.webinar-form { background: #fff;padding: 30px;border-radius: 20px;  border-top: 5px solid #0c90ec;
}
.webinar-content-section .webinar-content {  max-width: 100%;color: #253957; font-size: 16px; line-height: 1.75; display: grid;grid-template-columns: 60% 35%;gap: 5%;    align-items: flex-start;
}

.elementor .NumIcon .e-heading-base {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--CS-Orange);
}

.NumIconContent p.para.e-paragraph-base {
/*     color: var(--ink); */
    font-size: var(--fs-small);
}

.NumIconContent h5.elementor-heading-title {
    color: var(--ink);
    font-weight: 600;
    font-size: var(--fs-h4);
}

.NumIconList > .elementor-element + .elementor-element {
    border-top: 1px solid var(--slate-200);
    padding-top:15px;
    margin-top:15px
}


.elementor .fixGapIssue  .e-flexbox-base.imageCard {
    justify-content: space-between;
}
.elementor .e-flexbox-base.imageCard:hover .e-button-base, .verticalImageCard:hover .e-button-base{
    background: var(--orange);
}
/* card */
.elementor .e-flexbox-base.imageCard {
    flex: 0 0 calc((100% - (var(--cs-ind-per) - 1) * var(--cs-ind-gap)) / var(--cs-ind-per));
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--cs-ind-card);
    border: 1px solid #e6eaf1;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(15, 30, 61, .07);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    padding: 0;
	gap:25px;
}

.imageCard .elementor-element .elementor-image-box-content h3.elementor-image-box-title,
.verticalImageCard h3.elementor-icon-box-title{
    margin: 0;
    font-weight: 600;
    color: var(--cs-ink);
    transition: color .25s ease;
    font-size: var(--fs-h4);
}

.elementor-1211 .elementor-element .imageCard .elementor-element figure.elementor-image-box-img {
    margin: 0;
	position: relative;
    aspect-ratio: 16 / 9;
    background: #dfe5ee;
    overflow: hidden;
}

.imageCard .elementor-widget-image-box .elementor-image-box-description,
.verticalImageCard .elementor-widget-icon-box .elementor-icon-box-description{
    color: var(--slate);	
}

.imageCard .elementor-image-box-content {
    gap: 25px;
    display: flex;
    flex-direction: column;
    text-align: left;
	padding:25px 30px 0;
}

.imageCard span.elementor-icon-list-text {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: #eff1f5;
    font-size: .8em;
    line-height: 1.25 !important;
    font-weight: 400;
    color: var(
    --slate-500);
    white-space: nowrap;
}

.elementor .elementor-element .imageCard ul.elementor-icon-list-items {
    padding: 28px;
    gap: 10px;
    display: flex;
	flex-wrap: wrap;
	color:#55627c;
}

.elementor .e-flexbox-base.imageCard:hover,
.verticalImageCard:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 38px rgba(15, 30, 61, .13);
}

.elementor .e-flexbox-base.imageCard:hover h3.elementor-image-box-title,
.verticalImageCard:hover h3.elementor-icon-box-title{
    color: var(--CS-Orange);
}

.verticalImageCard .elementor-icon-box-content{
	gap:15px;
	display:grid;
}
.verticalImageCard{
	background: var(--cs-ind-card);
    border: 1px solid #e6eaf1;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(15, 30, 61, .07);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.elementor .verticalImageCard .e-button-base {
	display:inline-flex;
	gap: 5px;
    align-items: center;
    justify-content: center;
}
/* end card */

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1024px) {

    .webinar-hero {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .webinar-hero-content {
        max-width: 820px;
    }

    .webinar-presenters-section {
        margin-top: 140px;
    }
	
}
@media only screen and (max-width:1023px){
		.webinar-content-section .webinar-content {
    grid-template-columns: 100%;
    gap: 0%;
   
}
		.webinar-form{margin-top:50px;}
		    .webinar-presenters-section {
       margin-top: 50px;
    }

	}

@media (max-width: 767px) {

    .webinar-page {
        padding: 45px 0 80px;
    }

    .webinar-hero,
    .webinar-content-section,
    .webinar-presenters-section {
        width: min(100% - 36px, 820px);
    }

    .webinar-title {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .webinar-session-box {
        padding: 20px;
    }

    .session-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .webinar-presenters-section {
        margin-top: 100px;
    }

    .webinar-presenters-section h2 {
        font-size: 25px;
    }

    .presenter-card {
        padding: 17px;
    }

    .webinar-content {
        font-size: 15px;
    }
}
@media (max-width: 639px){
	.webinar-content-section {
    margin: 0px auto 0;
}
	    .webinar-presenters-section {
        margin: 0;        width: 100%;
    }
	    .webinar-title {
        font-size: 24px;
    }
	    .webinar-page {
        padding: 55px 0 20px;
    }
}
/*Webinar End*/
.statsCover{
	
}

	.wpcf7-text{
    background: #f6f9fe !important;
}
	 .wpcf7-submit{
    width: 100%;
}
	
	
img.swiper-slide-image {
    transform: scale(1);
    transition: transform 0.4s ease;
}

img.swiper-slide-image:hover {
    transform: scale(1.1);
}
@media(max-width:480px){
.blog-featured__title{font-size:27px}
.blog-featured__content{padding:25px 20px 27px}
.blog-read-button{width:100%}
}
/*  homePage hero banner title animation */
.typed-source { display: none !important; }

.hero-typed {
	display: block;
	min-height: 1.15em;   /* reserve the line — stops layout bounce */
}

.typed-cursor {
	font-weight: 300;
	opacity: 1;
	animation: typedBlink 0.9s infinite;
}

@keyframes typedBlink {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0; }
}

/* Respect reduced-motion: show line one, no cursor, no animation. */
@media (prefers-reduced-motion: reduce) {
	.typed-cursor { display: none; }
}
/* end homePage hero banner title animation */

.hero-heading>span{
    display:block;
}
span#typing-text {
     height: max-content;
    min-height: 68px;

}
.typing-line{
    display:flex !important;
    align-items:center;
    min-height:1.08em;
}

.typing-cursor{
    display:inline-block;
    width:4px;
    height:.82em;
    margin-left:5px;
    background:#0b1d38;
    animation:typingBlink .8s steps(1) infinite;
}

@keyframes typingBlink{
    0%,50%{opacity:1}
    51%,100%{opacity:0}
}

@media(max-width:767px){
    .hero-heading{
        font-size:42px;
        letter-spacing:-2px;
    }
	span#typing-text {
    min-height: 51px;
}
    .typing-cursor{
        width:3px;
    }
}
@media(max-width:639px){
	.cs-hero-scope .cs-hero-anim {

    min-height: 340px !important;
}
	    .hero-heading {
        font-size: 32px;
    }
	    span#typing-text {
        min-height: 40px;
    }
	.stats {
    padding: 50px 10px !important;
}
	.cs-ind {
        padding: 0px 0 0px !important;
    }
}

