/* Regal Premium Services Styles */
.regal-services-wrapper {
  margin-top: -10rem;
  margin-bottom: 2rem;
}

.regal-services-wrapper .service-card {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid rgba(197, 160, 89, 0.15);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 20px 60px 10px rgb(254 254 254 / 19%);
}

.regal-services-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .regal-services-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
