.serviceimage {
width: 585px;
height: 598px;
}
.custom-btn {
  width: 200px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-11 {
  border: none;
  background: rgb(188,4,4);
    background: linear-gradient(0deg, rgba(227,31,36,255) 0%, rgba(227,31,36,255) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

.phone-number {
            display: none; /* Hide phone numbers by default */
            text-align: center;
            margin: 20px 0;
        }

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.controlsoption {
    display: flex;
    flex-direction: column;
    align-items: center; /* Menyelaraskan elemen ke tengah secara horizontal */
    justify-content: center; /* Menyelaraskan elemen ke tengah secara vertikal */
    min-height: 10vh; /* Mengisi tinggi penuh layar */
}

.controlsoption h1 {
    margin-bottom: 20px; /* Jarak antara judul dan elemen lainnya */
}

#locationSelect, 
#changeMap {
    margin: 10px 0; /* Menambahkan jarak antara dropdown dan tombol */
    padding: 10px;
    font-size: 16px;
    width: 200px; /* Sesuaikan lebar sesuai kebutuhan */
    text-align: center;
}

.responsive-iframe-container {
    display: flex;
    justify-content: center; /* Menyelaraskan iframe ke tengah */
    margin: 20px 0; /* Jarak antara iframe dan elemen lainnya */
}

#map {
    width: 100%;
    max-width: 1600px; /* Maksimal lebar 1600px */
    height: 450px; /* Tinggi 450px */
    border: 0;
}

.phone-number {
    display: none;
}

@media (max-width: 768px) {
    .row.no-gutters {
        display: flex;
        flex-wrap: wrap;
    }
    .col-lg-6, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px;
    }

    .single-offers {
        margin-bottom: 20px;
    }

    .offers-caption h5 {
        font-size: 18px;
    }

    .offers-caption p {
        font-size: 14px;
    }

    .custom-btn {
        width: 100%;
        font-size: 14px;
    }
}
