/*
Theme Name: LP Lift Parkir Ikame
Theme URI: https://liftparkir.ikame.co.id
Author: Ikame Dev Ops
Author URI: https://liftparkir.ikame.co.id
Description: Produksi dan importir Peralatan Lift Parkir
Version: 1.0
License: GNU General
Tags: autocare, garasi, car lift
Text Domain: lift parkir ikame
*/


body {
  background-image: linear-gradient(180deg, var(--bs-secondary-bg), var(--bs-body-bg) 100px, var(--bs-body-bg));
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}

#btn-top {
    position: fixed;
    bottom: 90px;
    right: 40px;
    display: none;
    padding: 0px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    z-index:100!important;
}

.list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}