:root {
  --gold: #C9A96E;
  --gold-light: #E8D5A3;
  --gold-dark: #B8944E;
}

hr {
  padding: 0px !important;
  margin: 0px !important;
}

.swal2-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.swal2-content {
  font-size: 0.875rem !important;
}

.mt-n6 {
  margin-top: -2.5rem !important;
}

.hero-text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

[data-bs-theme="light"] .img-theme-aware {
  filter: brightness(0) invert(0);
}

[data-bs-theme="dark"] .img-theme-aware {
  filter: brightness(0) invert(1);
}

.img-theme-aware {
  transition: filter 0.3s ease-in-out;
}

/* Navbar - Base */
.navbar {
  padding: 0.5rem 0;
}

[data-bs-theme="light"] .navbar-brand {
  color: rgb(0, 0, 0) !important;
}

[data-bs-theme="dark"] .navbar-brand {
  color: white !important;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.card > *:not(a.template-customizer-open-btn) {
  overflow: hidden;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  height: 250px;
  object-fit: cover;
}

.card-title {
  font-weight: 700;
  margin-top: 1rem;
}

footer {
  padding: 0 !important;
  margin: 0 !important;
}

footer h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

footer a:hover {
  color: var(--gold-light);
}

.image-container img {
  display: block;
  width: 100%;
  max-width: 420px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 58%,
    rgba(0, 0, 0, 0.65) 70%,
    rgba(0, 0, 0, 0.25) 82%,
    rgba(0, 0, 0, 0) 96%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 58%,
    rgba(0, 0, 0, 0.65) 70%,
    rgba(0, 0, 0, 0.25) 82%,
    rgba(0, 0, 0, 0) 96%
  );
}

.text-block {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 10px;
  padding: 10px;
  transform: translate(0%, -20%);
}

.carousel-indicators button {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  width: 15px !important;
  height: 15px !important;
}

.bg-footer-theme {
  background-image: url('public/assets/img/personal/backbround.jpg');
}
