/* Improve paragraph readability */
p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

/* Consistent spacing for containers */
.container {
  margin-bottom: 2rem;
}

/* Clean, uniform image grid */
.img-grid {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-radius: 6px;
}

/* Aviation‑grade shadow override for images */
img.shadow-sm {
    box-shadow: 0 18px 18px rgba(0, 0, 0, 0.55) !important;
}

/* Shadow for homepage rotating images */
#home-rotator img {
    box-shadow: 0 18px 18px rgba(0, 0, 0, 0.55) !important;
    border-radius: 0px; /* optional, matches your other images */
}

#cam-rotator .rotator-img {
    border-radius: 0px;
}

#cam-rotator {
    box-shadow: 0 18px 18px rgba(0, 0, 0, 0.55) !important;
    border-radius: 0px;
}

#sales-rotator {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.75) !important;
    border-radius: 0px;
}

#sales-rotator .sales-img {
    border-radius: 0px;
}
