.elementor-kit-8{--e-global-color-primary:#008078;--e-global-color-secondary:#F5861F;--e-global-color-text:#000000;--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-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */<style>
.apva-hub {
  position: relative;
  width: 500px;
  height: 500px;
  margin: 50px auto;
}

.apva-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background: #083d77;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 30px 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.apva-spoke {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  padding: 10px;
  background: #ffeebb;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  transform: rotate(calc(60deg * var(--i))) translate(200px) rotate(calc(-60deg * var(--i)));
  transition: 0.3s ease;
  cursor: pointer;
}

.apva-spoke:hover {
  background: #ffd213;
  transform: rotate(calc(60deg * var(--i))) translate(200px) rotate(calc(-60deg * var(--i))) scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
</style>/* End custom CSS */