/* Additional fixes for spacing and appearance */

/* Add margin-top for offer section */
.mt-4 {
  margin-top: 30px;
}

/* Ensure section spacing is consistent */
section {
  margin-bottom: 30px;
}

/* Adjust carousel indicator positioning */
.carousel-indicators {
  bottom: 10px;
}

/* Fix carousel caption background for better readability */
.carousel-caption {
  background: rgba(0,0,0,0.3);
  padding-top: 10px;
  border-radius: 5px;
}

/* Make sure the carousel doesn't push content too far down */
#center {
  margin-bottom: 0;
}

/* Add some breathing room between sections */
#offer {
  padding-top: 30px;
  padding-bottom: 20px;
}
