.nav-hover:hover {
    color: #6abea7 !important;
}

.parallax {
    background-image: url('images/BriansCafe-card.png') !important;
}

.float-card {
    background: rgba(255, 255, 255, 0.9);
    /* border-radius: 10px; */
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.float-card:hover {
    transform: translateY(-10px);
}


/* Remove border and shadows from the table */

.table-custom {
    border: none;
    box-shadow: none;
}


/* Remove border from individual table rows */

.table-custom tr,
.table-custom th,
.table-custom td {
    border: none !important;
}

.table-text {
    font-size: 15px;
    font-weight: bolder;
}



/* Section Gradient */


/* Icon Circle */
.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Subtle Professional Hover */
.impact-item {
  transition: transform 0.25s ease;
}

.impact-item:hover {
  transform: translateY(-6px);
}

.impact-item:hover .icon-circle {
  border-color: #ffffff;
  background: rgba(255,255,255,0.1);
}
