.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   PURESYS INDIA — GLOBAL DESIGN SYSTEM v3
   Elementor 4.x Container System | puresys.in
   ============================================================ */

/* ── EQUAL HEIGHT CARDS (Elementor 4.x verified .elementor-kit-6s) ─── */

/* 1. Parent row: stretch all children to tallest card height */
.e-con.e-flex > .e-con.e-child,
.e-con.e-flex > .e-con.e-con-full {
  align-self: stretch !important;
}

/* 2. Card container: become a flex column filling full height */
.card-hover {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

/* 3. Text-editor widget grows to fill remaining space */
.card-hover > .elementor-widget-text-editor {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
}
.card-hover > .elementor-widget-text-editor > .elementor-widget-container {
  flex: 1 !important;
}

/* 4. Button stays pinned to bottom of every card */
.card-hover > .elementor-widget-button {
  margin-top: auto !important;
  padding-top: 14px !important;
  align-self: flex-start !important;
}

/* 5. Fallback for old-style widget-wrap inside containers */
.card-hover > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
}
.card-hover > .elementor-widget-wrap > .elementor-widget-text-editor {
  flex: 1 !important;
}
.card-hover > .elementor-widget-wrap > .elementor-widget-button {
  margin-top: auto !important;
  padding-top: 14px !important;
}

/* ── CARD HOVER ANIMATION ────────────────────────────────────── */
.card-hover {
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  cursor: pointer !important;
}
.card-hover:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.14) !important;
}

/* ── BUTTON CONSISTENCY ──────────────────────────────────────── */
.elementor-button {
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease !important;
  text-decoration: none !important;
}
.elementor-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2) !important;
  opacity: 0.92 !important;
}

/* ── TYPOGRAPHY LOCK ─────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.25 !important;
}
body,
p,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.72 !important;
}

/* ── NAVIGATION POLISH ───────────────────────────────────────── */
.site-header, .ast-main-header-bar, #masthead {
  box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
}

/* ── GLOBAL LINK COLOURS ─────────────────────────────────────── */
a { color: #0B4E8F; }
a:hover { color: #F5B700; }

/* ── SCROLLBAR ───────────────────────────────────────────────── */
::-webkit-scrollbar { width: 7px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #0B4E8F; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #1A2340; }/* End custom CSS */