/* ── Override Elementor / WordPress reset ── */
.elementor-widget-container { padding: 0 !important; }
.elementor-section { margin: 0 !important; }
.elementor-widget-html img { height: revert !important; max-width: revert !important; }
.elementor-widget-html p { margin: 0 !important; }
.elementor-widget-html a { color: inherit; }
.wp-block-group, .entry-content { padding: 0 !important; }
.elementor-section.elementor-section-boxed { background: transparent; }
/* Ensure full-width sections stretch properly */
.elementor-section.elementor-section-full_width { width: 100vw; margin-left: calc(-50vw + 50%); }
/* Fix column wrapping — Elementor rows with columns totaling >100% must wrap */
.elementor-row, .elementor-container { flex-wrap: wrap !important; margin: 0 !important; }
.elementor-row > .elementor-column, .elementor-container > .elementor-column {
  flex-shrink: 0 !important;
}
/* Ensure images are responsive */
.elementor-widget-image img { max-width: 100%; height: auto; }
/* Gallery/image grid: enforce equal heights when images are in multi-column sections */
.elementor-section .elementor-row .elementor-column .elementor-widget-image img,
.elementor-section .elementor-container .elementor-column .elementor-widget-image img {
  width: 100%; object-fit: cover;
}
/* Fix icon-box alignment */
.elementor-icon-box-wrapper { text-align: inherit; }
/* Counter widget number sizing */
.elementor-counter .elementor-counter-number-wrapper { display: block; }
/* Testimonial widget spacing */
.elementor-testimonial-wrapper { padding: 0; }
/* Accordion/tabs borders */
.elementor-accordion .elementor-accordion-item { border-color: #e5e7eb; }
.elementor-tab-title { cursor: pointer; }

/* ── Sezioni custom ThemeLab (.tl-custom-grid, vedi render_custom_section
   in themelab_builder_php.rb): il numero di colonne desktop è fissato via
   style inline (dipende dai dati salvati), che un @media query non può
   sormontare senza !important — da qui questo file invece che il markup
   stesso. Senza questo, una sezione a card (es. team/servizi) creata o
   modificata con l'assistente AI resta N colonne fisse anche su mobile. */
@media (max-width: 900px) {
  .tl-custom-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .tl-custom-grid { grid-template-columns: 1fr !important; }
}


/* ── Override sezioni Elementor via data-id (no cache required) ── */
.elementor-section { margin: 0 !important; }
.elementor-section-boxed > .elementor-container { max-width: none !important; }
.elementor-widget-container { padding: 0 !important; }
[data-id="s1"] { background: linear-gradient(135deg, #f0f4ff, #ede9fe) !important; padding: 100px 0px 100px 0px !important; }
[data-id="c1_1"] > .elementor-column-wrap, [data-id="c1_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w1"] .elementor-heading-title { color: #0f172a !important; font-size: 64px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -2px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w2"] .elementor-widget-container { color: #64748B !important; font-size: 18px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="w3"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 14px 28px 14px 28px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w5"] .elementor-counter-number-wrapper { color: #1d4ed8 !important; }
[data-id="w5"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w5"] .elementor-counter-title { color: #64748B !important; }
[data-id="w6"] .elementor-counter-number-wrapper { color: #1d4ed8 !important; }
[data-id="w6"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w6"] .elementor-counter-title { color: #64748B !important; }
[data-id="w7"] .elementor-counter-number-wrapper { color: #1d4ed8 !important; }
[data-id="w7"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w7"] .elementor-counter-title { color: #64748B !important; }
[data-id="c1_2"] > .elementor-column-wrap, [data-id="c1_2"] > .elementor-widget-wrap { padding: 0px 40px 0px 20px !important; }
[data-id="s2"] { background-color: #FFFFFF !important; padding: 96px 0px 96px 0px !important; }
[data-id="c2_1"] > .elementor-column-wrap, [data-id="c2_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w9"] .elementor-heading-title { color: #2563EB !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w10"] .elementor-heading-title { color: #0f172a !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w11"] .elementor-widget-container { color: #64748B !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="s3"] { background-color: #FFFFFF !important; padding: 96px 0px 96px 0px !important; }
[data-id="c3_1"] > .elementor-column-wrap, [data-id="c3_1"] > .elementor-widget-wrap { padding: 30px 25px 30px 40px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 16px 0px rgba(37,99,235,0.06) !important; }
[data-id="w12"] .elementor-icon i { color: #2563EB !important; }
[data-id="w12"] .elementor-icon-box-title { color: #0f172a !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w12"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="c3_2"] > .elementor-column-wrap, [data-id="c3_2"] > .elementor-widget-wrap { padding: 30px 25px 30px 25px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 16px 0px rgba(37,99,235,0.06) !important; }
[data-id="w13"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w13"] .elementor-icon-box-title { color: #0f172a !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w13"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="c3_3"] > .elementor-column-wrap, [data-id="c3_3"] > .elementor-widget-wrap { padding: 30px 40px 30px 25px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 16px 0px rgba(37,99,235,0.06) !important; }
[data-id="w14"] .elementor-icon i { color: #0D47A1 !important; }
[data-id="w14"] .elementor-icon-box-title { color: #0f172a !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w14"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="s4"] { background-color: #F8FAFC !important; padding: 96px 0px 96px 0px !important; }
[data-id="c4_1"] > .elementor-column-wrap, [data-id="c4_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w15"] .elementor-heading-title { color: #2563EB !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w16"] .elementor-heading-title { color: #0f172a !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w17"] .elementor-widget-container { color: #64748B !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="s5"] { background-color: #F8FAFC !important; padding: 96px 0px 96px 0px !important; }
[data-id="c5_1"] > .elementor-column-wrap, [data-id="c5_1"] > .elementor-widget-wrap { padding: 30px 20px 30px 40px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w18"] .elementor-icon i { color: #2563EB !important; }
[data-id="w18"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w18"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w19"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c5_2"] > .elementor-column-wrap, [data-id="c5_2"] > .elementor-widget-wrap { padding: 30px 20px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w20"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w20"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w20"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w21"] .elementor-button { background-color: #4F46E5 !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c5_3"] > .elementor-column-wrap, [data-id="c5_3"] > .elementor-widget-wrap { padding: 30px 40px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w22"] .elementor-icon i { color: #0D47A1 !important; }
[data-id="w22"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w22"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w23"] .elementor-button { background-color: #0D47A1 !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="s6"] { background-color: #F8FAFC !important; padding: 96px 0px 96px 0px !important; }
[data-id="c6_1"] > .elementor-column-wrap, [data-id="c6_1"] > .elementor-widget-wrap { padding: 30px 20px 30px 40px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w24"] .elementor-icon i { color: #2563EB !important; }
[data-id="w24"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w24"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w25"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c6_2"] > .elementor-column-wrap, [data-id="c6_2"] > .elementor-widget-wrap { padding: 30px 20px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w26"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w26"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w26"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w27"] .elementor-button { background-color: #4F46E5 !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c6_3"] > .elementor-column-wrap, [data-id="c6_3"] > .elementor-widget-wrap { padding: 30px 40px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 16px 16px 16px 16px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w28"] .elementor-icon i { color: #0D47A1 !important; }
[data-id="w28"] .elementor-icon-box-title { color: #0f172a !important; font-size: 20px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w28"] .elementor-icon-box-description { color: #64748B !important; }
[data-id="w29"] .elementor-button { background-color: #0D47A1 !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="s7"] { background-color: #081B33 !important; padding: 96px 0px 96px 0px !important; }
[data-id="s7"] .elementor-heading-title { color: #fff !important; }
[data-id="s7"] .elementor-counter-number, [data-id="s7"] .elementor-counter-title { color: #fff !important; }
[data-id="s7"] .elementor-widget-text-editor { color: #fff !important; }
[data-id="s7"] .elementor-icon-box-title, [data-id="s7"] .elementor-icon-box-description { color: #fff !important; }
[data-id="s7"] .elementor-testimonial-content, [data-id="s7"] .elementor-testimonial-name { color: #fff !important; }
[data-id="s7"] .elementor-icon-list-text { color: #fff !important; }
[data-id="c7_1"] > .elementor-column-wrap, [data-id="c7_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w30"] .elementor-heading-title { color: #93C5FD !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w31"] .elementor-heading-title { color: #ffffff !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w32"] .elementor-widget-container { color: #93C5FD !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="s8"] { background: linear-gradient(180deg, #081B33, #0D1B3E) !important; padding: 64px 0px 64px 0px !important; }
[data-id="s8"] .elementor-heading-title { color: #fff !important; }
[data-id="s8"] .elementor-counter-number, [data-id="s8"] .elementor-counter-title { color: #fff !important; }
[data-id="s8"] .elementor-widget-text-editor { color: #fff !important; }
[data-id="s8"] .elementor-icon-box-title, [data-id="s8"] .elementor-icon-box-description { color: #fff !important; }
[data-id="s8"] .elementor-testimonial-content, [data-id="s8"] .elementor-testimonial-name { color: #fff !important; }
[data-id="s8"] .elementor-icon-list-text { color: #fff !important; }
[data-id="c8_1"] > .elementor-column-wrap, [data-id="c8_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w34"] .elementor-heading-title { color: #93C5FD !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w35"] .elementor-heading-title { color: #ffffff !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w36"] .elementor-widget-container { color: #93C5FD !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="s9"] { background: linear-gradient(180deg, #081B33, #0D1B3E) !important; padding: 0px 0px 90px 0px !important; }
[data-id="s9"] .elementor-heading-title { color: #fff !important; }
[data-id="s9"] .elementor-counter-number, [data-id="s9"] .elementor-counter-title { color: #fff !important; }
[data-id="s9"] .elementor-widget-text-editor { color: #fff !important; }
[data-id="s9"] .elementor-icon-box-title, [data-id="s9"] .elementor-icon-box-description { color: #fff !important; }
[data-id="s9"] .elementor-testimonial-content, [data-id="s9"] .elementor-testimonial-name { color: #fff !important; }
[data-id="s9"] .elementor-icon-list-text { color: #fff !important; }
[data-id="c9_1"] > .elementor-column-wrap, [data-id="c9_1"] > .elementor-widget-wrap { padding: 24px 16px 24px 40px !important; }
[data-id="w37"] .elementor-icon i { color: #2563EB !important; }
[data-id="w37"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w37"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c9_2"] > .elementor-column-wrap, [data-id="c9_2"] > .elementor-widget-wrap { padding: 24px 16px 24px 16px !important; }
[data-id="w38"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w38"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w38"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c9_3"] > .elementor-column-wrap, [data-id="c9_3"] > .elementor-widget-wrap { padding: 24px 16px 24px 16px !important; }
[data-id="w39"] .elementor-icon i { color: #0D47A1 !important; }
[data-id="w39"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w39"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c9_4"] > .elementor-column-wrap, [data-id="c9_4"] > .elementor-widget-wrap { padding: 24px 40px 24px 16px !important; }
[data-id="w40"] .elementor-icon i { color: #2563EB !important; }
[data-id="w40"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w40"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="s10"] { background: linear-gradient(180deg, #081B33, #0D1B3E) !important; padding: 0px 0px 90px 0px !important; }
[data-id="s10"] .elementor-heading-title { color: #fff !important; }
[data-id="s10"] .elementor-counter-number, [data-id="s10"] .elementor-counter-title { color: #fff !important; }
[data-id="s10"] .elementor-widget-text-editor { color: #fff !important; }
[data-id="s10"] .elementor-icon-box-title, [data-id="s10"] .elementor-icon-box-description { color: #fff !important; }
[data-id="s10"] .elementor-testimonial-content, [data-id="s10"] .elementor-testimonial-name { color: #fff !important; }
[data-id="s10"] .elementor-icon-list-text { color: #fff !important; }
[data-id="c10_1"] > .elementor-column-wrap, [data-id="c10_1"] > .elementor-widget-wrap { padding: 24px 16px 24px 40px !important; }
[data-id="w41"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w41"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w41"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c10_2"] > .elementor-column-wrap, [data-id="c10_2"] > .elementor-widget-wrap { padding: 24px 16px 24px 16px !important; }
[data-id="w42"] .elementor-icon i { color: #2563EB !important; }
[data-id="w42"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w42"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c10_3"] > .elementor-column-wrap, [data-id="c10_3"] > .elementor-widget-wrap { padding: 24px 16px 24px 16px !important; }
[data-id="w43"] .elementor-icon i { color: #0D47A1 !important; }
[data-id="w43"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w43"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="c10_4"] > .elementor-column-wrap, [data-id="c10_4"] > .elementor-widget-wrap { padding: 24px 40px 24px 16px !important; }
[data-id="w44"] .elementor-icon i { color: #4F46E5 !important; }
[data-id="w44"] .elementor-icon-box-title { color: #ffffff !important; font-size: 16px !important; font-weight: 700 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w44"] .elementor-icon-box-description { color: #93C5FD !important; }
[data-id="s11"] { background-color: #F8FAFC !important; padding: 90px 0px 60px 0px !important; }
[data-id="c11_1"] > .elementor-column-wrap, [data-id="c11_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w45"] .elementor-heading-title { color: #2563EB !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w46"] .elementor-heading-title { color: #0f172a !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w47"] .elementor-widget-container { color: #64748B !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="s12"] { background-color: #F8FAFC !important; padding: 0px 0px 90px 0px !important; }
[data-id="c12_1"] > .elementor-column-wrap, [data-id="c12_1"] > .elementor-widget-wrap { padding: 30px 20px 30px 40px !important; border: 1px solid #E2E8F0 !important; border-radius: 20px 20px 20px 20px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w48"] .elementor-heading-title { color: #2563EB !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w49"] .elementor-heading-title { color: #0f172a !important; font-size: 22px !important; font-weight: 700 !important; line-height: 1.2em !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w50"] .elementor-widget-container { color: #64748B !important; font-size: 15px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="w51"] .elementor-counter-number-wrapper { color: #2563EB !important; }
[data-id="w51"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w51"] .elementor-counter-title { color: #64748B !important; }
[data-id="w52"] .elementor-counter-number-wrapper { color: #4F46E5 !important; }
[data-id="w52"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w52"] .elementor-counter-title { color: #64748B !important; }
[data-id="w53"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c12_2"] > .elementor-column-wrap, [data-id="c12_2"] > .elementor-widget-wrap { padding: 30px 20px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 20px 20px 20px 20px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w54"] .elementor-heading-title { color: #4F46E5 !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w55"] .elementor-heading-title { color: #0f172a !important; font-size: 22px !important; font-weight: 700 !important; line-height: 1.2em !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w56"] .elementor-widget-container { color: #64748B !important; font-size: 15px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="w57"] .elementor-counter-number-wrapper { color: #4F46E5 !important; }
[data-id="w57"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w57"] .elementor-counter-title { color: #64748B !important; }
[data-id="w58"] .elementor-counter-number-wrapper { color: #2563EB !important; }
[data-id="w58"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w58"] .elementor-counter-title { color: #64748B !important; }
[data-id="w59"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="c12_3"] > .elementor-column-wrap, [data-id="c12_3"] > .elementor-widget-wrap { padding: 30px 40px 30px 20px !important; border: 1px solid #E2E8F0 !important; border-radius: 20px 20px 20px 20px !important; box-shadow: 0px 4px 20px 0px rgba(37,99,235,0.08) !important; }
[data-id="w60"] .elementor-heading-title { color: #0D47A1 !important; font-size: 11px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w61"] .elementor-heading-title { color: #0f172a !important; font-size: 22px !important; font-weight: 700 !important; line-height: 1.2em !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w62"] .elementor-widget-container { color: #64748B !important; font-size: 15px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="w63"] .elementor-counter-number-wrapper { color: #0D47A1 !important; }
[data-id="w63"] .elementor-counter-number-wrapper { font-size: 36px !important; font-weight: 800 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w63"] .elementor-counter-title { color: #64748B !important; }
[data-id="w64"] .elementor-button { background-color: #2563EB !important; color: #ffffff !important; border-radius: 8px 8px 8px 8px !important; padding: 10px 20px 10px 20px !important; font-weight: 600 !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="s13"] { background: linear-gradient(135deg, #081B33, #4F46E5) !important; padding: 90px 0px 90px 0px !important; }
[data-id="s13"] .elementor-heading-title { color: #fff !important; }
[data-id="s13"] .elementor-counter-number, [data-id="s13"] .elementor-counter-title { color: #fff !important; }
[data-id="s13"] .elementor-widget-text-editor { color: #fff !important; }
[data-id="s13"] .elementor-icon-box-title, [data-id="s13"] .elementor-icon-box-description { color: #fff !important; }
[data-id="s13"] .elementor-testimonial-content, [data-id="s13"] .elementor-testimonial-name { color: #fff !important; }
[data-id="s13"] .elementor-icon-list-text { color: #fff !important; }
[data-id="c13_1"] > .elementor-column-wrap, [data-id="c13_1"] > .elementor-widget-wrap { padding: 0px 40px 0px 40px !important; }
[data-id="w65"] .elementor-heading-title { color: #93C5FD !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: 2px !important; font-family: 'Inter', sans-serif !important; text-transform: uppercase !important; }
[data-id="w66"] .elementor-heading-title { color: #ffffff !important; font-size: 48px !important; font-weight: 800 !important; line-height: 1.1em !important; letter-spacing: -1px !important; font-family: 'Space Grotesk', sans-serif !important; }
[data-id="w67"] .elementor-widget-container { color: #93C5FD !important; font-size: 17px !important; line-height: 1.7em !important; font-family: 'Inter', sans-serif !important; }
[data-id="w68"] .elementor-icon-list-icon i { color: #2563EB !important; }
[data-id="w68"] .elementor-icon-list-text { color: #93C5FD !important; }
[data-id="c13_2"] > .elementor-column-wrap, [data-id="c13_2"] > .elementor-widget-wrap { padding: 0px 40px 0px 20px !important; }