/******* Do not edit this file *******
Code Snippets Manager
Saved: May 15 2026 | 10:16:51 */
/* DIVIDER WIDGET */
.sector-card .elementor-divider {
  width: 100% !important;
}
/* DIVIDER LINE */
.sector-card .elementor-divider .elementor-divider-separator {
  border-top-color: #EC1B25 !important;
  width: 160px !important;
  max-width: none !important;
  transition: border-top-color 0.25s linear, width 0.25s linear !important;
}
/* ARROW ICON */
#card-arrow i, #card-arrow svg {
  color: #EC1B25 !important;
  fill: #EC1B25 !important;
  transition: color 0.25s linear, fill 0.25s linear !important;
}
/* HOVER */
.sector-card:hover .elementor-divider .elementor-divider-separator {
  border-top-color: #ffffff !important;
  width: 220px !important;
}
.sector-card:hover #card-arrow i, .sector-card:hover #card-arrow svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
