.elementor-1700 .elementor-element.elementor-element-5698278{--display:flex;--min-height:100vh;--background-transition:0.3s;}.elementor-1700 .elementor-element.elementor-element-0c78377 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1700 .elementor-element.elementor-element-0c78377.elementor-element{--flex-grow:1;--flex-shrink:1;}/* Start custom CSS for html, class: .elementor-element-0c78377 */.button-overlay-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  height: auto;
}

.background-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.background-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.circle-button {
  position: absolute;
  background-color: rgba(0, 123, 255, 0.9);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  z-index: 2;
}

.circle-large {
  width: 20vw;
  height: 20vw;
  max-width: 125px;
  max-height: 125px;
}

.icon7.circle-large {
  width: 25vw;
  height: 25vw;
  max-width: 225px;
  max-height: 225px;
}

.button-label {
  color: black;
  font-size: 15px;
  position: absolute;
  top: 100%;
  transform: translateY(10px); /* Position directly below the button */
  opacity: 1; /* Always visible */
  pointer-events: none;
  text-align: center;
  white-space: normal;
  width: 150px;
  line-height: 1.2;
}
/* Individual Icons */
.icon1 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/2.-Smart-Cities-Communities_B.svg'); }
.icon2 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/3.-Innovative-Human-Capital_B.svg'); }
.icon3 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/4.-Collaborative-RD_B.svg'); }
.icon4 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/5.-Innovation-Driven-Economy_B.svg'); }
.icon5 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/6.-Creative-Industries_B.svg'); }
.icon6 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/7.-Strong-Startup-Ecosystem_B.svg'); }
.icon7 { background-image: url('https://innovateiloilo.com/wp-content/uploads/2025/05/1.-Visionary-Leadership_B.svg'); }

/* Hover Effect */
.circle-button:hover {
  background-color: #005177;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 480px) {
  .circle-large {
    width: 15vw;
    height: 15vw;
    max-width: 100px;
    max-height: 100px;
  }
  .icon7.circle-large {
    width: 20vw;
    height: 20vw;
    max-width: 120px;
    max-height: 120px;
  }
  .button-label {
    font-size: 12px;
    max-width: 80px;
  }
}/* End custom CSS */