body {
  font-family: 'Inter', sans-serif;
}
.card-img, .card-img-top {
    object-fit: fill;!important
    height: 100%;!important
    width: 100%;!important
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.custom-header {
  background: #ffffff;
  transition: all 0.3s ease;
  z-index: 1000;
}
        .card-img, .card-img-top {
    object-fit: fill !important;
    height: 100% !important;
    width: 100% !important;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0d6efd;
  transform: scale(1.05);
}

.btn i {
  transition: transform 0.3s ease;
}

.btn:hover i {
  transform: scale(1.1);
}

.badge {
  font-size: 0.65rem;
  padding: 3px 6px;
  animation: pulse 1.5s infinite;
}

/* Logo animation */
.navbar-brand span {
  animation: fadeInUp 0.8s ease-in-out;
}

/* Animations */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* Ensure brand centers perfectly */
.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .navbar .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* Modern Header Enhancements */
.custom-header {
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 1030;
}

.navbar-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
}

.text-gradient {
  background: linear-gradient(45deg, #0d6efd, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.btn-icon:hover {
  background-color: #e0e0e0;
}

/* Animations */
.fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.footer a:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
  transition: transform .2s, color .2s;
}html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

footer.footer {
  width: 100vw;           /* full viewport width */
  margin: 0;              /* no margin */
  padding: 1.5rem 1rem;   /* you can adjust top/bottom and left/right padding */
  background: linear-gradient(135deg, #0d1b2a, #1b263b);
  border-top: 3px solid #0d6efd;
  box-sizing: border-box; /* include padding in width */
}

footer.footer .container,
footer.footer .container-fluid {
  max-width: 100% !important; /* override bootstrap */
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Chupa Chupa Themed Header */

.custom-header {
  background: linear-gradient(135deg, #ff69b4, #ff6f61);
  box-shadow: 0 4px 15px rgba(255, 105, 180, 0.5);
  border-bottom: none;
  transition: background-color 0.3s ease;
}

.custom-header .navbar {
  padding: 0;
}

.custom-header .navbar-brand {
  color: #fff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.custom-header .navbar-brand .text-gradient {
  color: #fff !important;
  font-weight: 700;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}

.custom-header .navbar-brand .text-primary {
  color: #ffd6e8 !important;
  font-weight: 700;
  filter: drop-shadow(0 0 3px rgba(255, 214, 232, 0.8));
}

.custom-header .nav-link {
  color: #fff !important;
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

.custom-header .nav-link:hover,
.custom-header .nav-link.active {
  color: #ffd6e8 !important;
}

.custom-header .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-header .nav-link:hover::after,
.custom-header .nav-link.active::after {
  width: 100%;
  background: #ffd6e8;
}

.custom-header .navbar-toggler {
  border-color: transparent;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.7));
}

.custom-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-header .btn-icon i {
  color: #fff;
  font-size: 1.25rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.custom-header .btn-icon:hover i {
  color: #ffd6e8;
  text-shadow: 0 0 6px #ffd6e8;
}

.custom-header .position-relative .badge {
  background-color: #ff69b4 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 0 6px #ff69b4;
}
/* Chupa Chupa Themed Header - Pastel Smoothie Palette */

.custom-header {
  background: linear-gradient(135deg, #f9c5d1, #fce1d6);
  box-shadow: 0 4px 15px rgba(249, 197, 209, 0.6);
  border-bottom: none;
  transition: background-color 0.3s ease;
}

.custom-header .navbar {
  padding: 0;
}

.custom-header .navbar-brand {
  color: #fff8f5 !important;
  text-shadow: 1px 1px 4px rgba(249, 197, 209, 0.7);
}

.custom-header .navbar-brand .text-gradient {
  color: #fff8f5 !important;
  font-weight: 700;
  filter: drop-shadow(0 0 4px rgba(252, 225, 214, 0.8));
}

.custom-header .navbar-brand .text-primary {
  color: #f9a7b0 !important;
  font-weight: 700;
  filter: drop-shadow(0 0 4px rgba(249, 167, 176, 0.8));
}

.custom-header .nav-link {
  color: #a883ba !important; /* pastel purple */
  font-weight: 600;
  position: relative;
  transition: color 0.3s ease;
}

.custom-header .nav-link:hover,
.custom-header .nav-link.active {
  color: #f9a7b0 !important; /* pastel pink */
}

.custom-header .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f9a7b0;
  transition: width 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custom-header .nav-link:hover::after,
.custom-header .nav-link.active::after {
  width: 100%;
  background: #f9a7b0;
}

.custom-header .navbar-toggler {
  border-color: transparent;
  filter: drop-shadow(0 0 3px rgba(249, 167, 176, 0.8));
}

.custom-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28249,167,176,1%29' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-header .btn-icon i {
  color: #a883ba;
  font-size: 1.25rem;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.custom-header .btn-icon:hover i {
  color: #f9a7b0;
  text-shadow: 0 0 8px #f9a7b0;
}

.custom-header .position-relative .badge {
  background-color: #f9a7b0 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 0 8px #f9a7b0;
}

