.text-blue {
  color: #019be0 !important;
}

.btn-transparent-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 50px;
  padding: 8px 24px;
  transition: all 0.3s ease;
}

.btn-transparent-white:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.background-dark-icon {
  background-color: #0A0A0A;
  border-radius: 10px;
}

.btn-blue {
  background-color: #019be0 !important;
  color: white;
  font-size: 20px;
  border-radius: 50px;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.bg-blue {
  background-color: #019be0 !important;
}

.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero-image {
  padding-right: 8em;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 100px;
    min-height: auto;
    padding-bottom: 3rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-image img {
    max-width: 80%;
  }
  .hero-section {
    padding-top: 0px !important;
  }
}

.btn-blue {
  background-color: #007bff;
  color: #fff;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
}

.btn-blue:hover {
  background-color: #0056b3;
}

.bg-img-dark {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .bg-img-dark {
    height: unset;
  }
}

.background-white-icon {
  background-color: #FFFFFF;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .background-dark-icon {
    text-align: center;
  }
  .background-dark-icon img {
    width: 70% !important;
  }
  .background-dark-icon .bg-white,
  .background-dark-icon .bg-blue {
    width: 80% !important;
  }
  .info-item {
    flex-direction: column !important;
    text-align: center;
  }
  .info-item img {
    margin-bottom: 10px;
  }
  .info-item p {
    text-align: center;
  }
  .btn-blue {
    width: 100% !important;
    justify-content: center;
  }
}