.elementor-kit-4990{--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;background-color:#F5F7FA;}.elementor-kit-4990 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){margin-block-end: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 */.edu-card {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.edu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.edu-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* =========================
   CARD SPACING NORMALIZATION
   ========================= */

/* Main card layout */
.edu-card {
  display: flex;
  flex-direction: column;
}

/* Header spacing */
.edu-card-header {
  margin-bottom: 5px !important;
}

/* Description text */
.edu-card .elementor-widget-text-editor {
  margin-bottom: 5px !important;
}

/* Icon list spacing */
.edu-card .elementor-widget-icon-list {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

/* Remove extra spacing between list items */
.edu-card .elementor-icon-list-item {
  margin-bottom: 6px;
}

/* Button alignment */
.edu-card .elementor-widget-button {
  margin-top: auto; /* pushes button to bottom */
}

/* Button spacing */
.edu-card .elementor-button {
  margin-top: 10px;
}
/* =========================
   FIX DIVIDER EXCESS SPACE
   ========================= */

.edu-card .elementor-widget-divider {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}

.edu-card .elementor-divider {
  padding: 0 !important;
}

.edu-card .elementor-divider-separator {
  margin: 0 !important;
}


/* Tighten content stack */
.edu-card > .elementor-element {
  margin-bottom: 0 !important;
}

/*.edu-card {
  min-height: 420px;
}*/


/* Kill text editor spacing ONLY inside cards */
.edu-card .elementor-widget-text-editor {
    margin-bottom: 6px !important;
}

/* Prevent container spacing inflation */
.edu-card-content {
    gap: 0 !important;
}

/* Safety: remove top margins too */
.edu-card .elementor-widget-text-editor p {
    margin-bottom: 0.1em;
}

/* Perfect subtitle spacing */
.edu-card-subtitle {
    margin-bottom: 6px !important;
}

/* Safety: prevent heading default margins */
.edu-card-subtitle h6 {
    margin: 0 !important;
}

/* Keep content tight */
.edu-card-content {
    gap: 0 !important;
}/* End custom CSS */