/* Primary color override */
.btn-primary {
  background-color: #ed1e79;
  border-color: #ed1e79;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #d41a6c !important;
  border-color: #d41a6c !important;
}

/* Text color override */
.text-primary {
  color: #ed1e79 !important;
}

/* Link color override */
a {
  color: #ed1e79;
}

a:hover {
  color: #d41a6c;
}

/* Moving existing custom styles from index.html */
.banner-images {
  position: relative;
  height: 400px;
}

.floating-img-1,
.floating-img-2,
.floating-img-3 {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.floating-img-1 {
  top: 0;
  left: 0;
  width: 60%;
  z-index: 3;
}

.floating-img-2 {
  top: 20%;
  right: 0;
  width: 50%;
  z-index: 2;
}

.floating-img-3 {
  bottom: 0;
  left: 20%;
  width: 55%;
  z-index: 1;
}

.client-logo {
  max-height: 60px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.client-logo:hover {
  opacity: 1;
}

/* Font face declaration */
@font-face {
  font-family: "Refoke Bold";
  src: url("../font/Refoke-Bold.woff2") format("woff2"),
    url("../font/Refoke-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* Apply Timun Bold to all headers and bold text */
h1,
h2,
h3,
h4,
h5,
h6,
.fw-bold,
.display-4.fw-bold,
.display-5.fw-bold {
  font-family: "Refoke Bold", sans-serif;
}
