.elementor-kit-8{--e-global-color-primary:#07153D;--e-global-color-secondary:#D84D21;--e-global-color-text:#FAFAFA;--e-global-color-accent:#878C91;--e-global-color-d421f27:#0B0F1B;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:75px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-ff15125-font-family:"Manrope";--e-global-typography-ff15125-font-size:18px;--e-global-typography-ff15125-font-weight:bold;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 *//* ===== HOVER COLOR EFFECTS ===== */
.hover-card {
  transition: all 0.3s ease;
}

.hover-card:hover .elementor-icon-box-icon i,
.hover-card:hover .elementor-icon-box-icon svg,
.hover-card:hover .elementor-icon-box-icon svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

.hover-card:hover .elementor-icon-box-title,
.hover-card:hover .elementor-icon-box-title a {
  color: #ffffff !important;
}

.hover-card:hover .elementor-icon-box-description {
  color: #878C91 !important;
}

.hover-card:hover .elementor-widget-text-editor {
  color: #878C91 !important;
}

.hover-card:hover .elementor-button {
  background-color: #D84D21 !important;
  color: #ffffff !important;
  border-color: #D84D21 !important;
}

/* ===== CARD ALIGNMENT (responsive-safe) ===== */
.hover-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hover-card .elementor-icon-box-icon {
  min-height: 50px;
  display: flex;
  align-items: center;
}

/* Title: force max 3 lines, height locks to 3× line-height automatically.
   Works at any font-size because it's based on the element's own line-height. */
.hover-card .elementor-icon-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.3em * 3);
}

/* Description: also lock to consistent lines so text block height matches across cards */
.hover-card .elementor-icon-box-description {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hover-card .elementor-button {
  margin-top: auto;
}/* End custom CSS */