.elementor-1244 .elementor-element.elementor-element-9232e82{--display:flex;--background-transition:0.3s;}.elementor-1244 .elementor-element.elementor-element-8592660{--display:flex;--min-height:519px;--background-transition:0.3s;}.elementor-1244 .elementor-element.elementor-element-8592660, .elementor-1244 .elementor-element.elementor-element-8592660::before{--border-transition:0.3s;}.elementor-1244 .elementor-element.elementor-element-feceaed{--display:flex;--background-transition:0.3s;}@media(max-width:767px){.elementor-1244 .elementor-element.elementor-element-1c16825 > .elementor-widget-container{margin:0px -10px 52px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1c16825 */.button-overlay-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.background-image {
  width: 100%;
  height: auto;
  display: block;
}

.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;
  transition: transform 0.3s, background-color 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    flex-direction: column;
  overflow: visible;

}

/* Applies to all buttons */
.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 background 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);
}

/* ANIMATION */



/* FOR DIFFERENT MEDIA */
/* Tablet */
@media (max-width: 76px) {
  .circle-large {
    width: 25vw;
    height: 25vw;
    max-width: 140px;
    max-height: 140px;
  }
}

/* Mobile */
@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;
  }

  .circle-button {
    font-size: 0.7rem;
  }

  .button-label {
  font-size: 10px;
  width: 75px;
  transform: translateY(3px);
      
  }

  
  .circle-button:hover .button-label {
    transform: translateY(3px); /* Closer to the circle */
  }
}/* End custom CSS */