.gmap-frame {
  width: 100%;
  height: 450px;
  display: block;
  margin: auto;
  border: 0px solid transparent;
}
.carousel{
  display: flex;
}
.carousel-controls{
  position: relative;
}
.card-img-top{
  width: 100%;
  height: 250px;
  line-height: 250px;
  text-align: center;
  object-fit: contain;
}
/* Landing backgrounds */
.section-hero-bg {
  background: radial-gradient(60% 80% at 50% 0%, rgba(13,110,253,0.12) 0%, rgba(13,110,253,0.04) 60%, transparent 100%);
}
.section-intro-bg {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.section-about-bg {
  background: #ffffff;
}
.section-categories-bg {
  background: linear-gradient(180deg, #f7f7f9 0%, #f0f3f8 100%);
}
.section-cta-bg {
  background: linear-gradient(135deg, #0b1220 0%, #16243d 100%);
}
