.indorack-contact-block {
  position: relative;
  padding-left: 3.2em;
  margin-bottom: 1em;
}

.indorack-icon {
  position: absolute;
  top: 25%;
  left: 1em;
}

.indorack-addres-brand {
  border-bottom: 10px solid var(--color-orange);
  font-size: .9em;
  background-color: var(--color-black);
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }

  .card {
    padding: 1rem;
  }
}



.indorack-contact-block {
  padding: 0px;
  border-radius: 10px;
  text-align: left;
}


/* Efek hover untuk alamat */
.alamat-hover {
  font-family: Poppins, sans-serif;
  text-decoration: none;
  color: #000;
  /* Warna teks awal */
  transition: color 0.3s ease;
  /* Efek transisi agar perubahan warna lebih halus */
}

.alamat-hover:hover {
  color: #2176ff;
  /* Warna teks saat hover */
}

/* Efek hover untuk nomor telepon */
.no-telp:hover {
  color: #2176ff !important;
  /* Warna teks saat hover */
}

.no-telp:hover svg {
  color: #2176ff !important;
  /* Warna teks saat hover */
}


/* DISCOVER */
.contac_baground {
  background: url('/assets/img/background_contact_us.jpg') no-repeat center center;
  background-size: cover;
  min-height: 600px;
}

/* Versi Mobile */
@media (max-width: 400px) {
  .contac_baground {
    background: url('/assets/img/background_contact_us_new.jpg') no-repeat center center;
    background-size: cover;
    min-height: 600px;
    /* atau kamu bisa sesuaikan sendiri */
  }
}

.contact-us-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000;
  font-size: 2.8rem !important;
  text-align: center;
  letter-spacing: 12px !important;
}

/* ✅ Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .contact-us-title {
    font-size: 2.5rem;
    /* sedikit lebih kecil */
    margin-left: -40px;
    /* kurangi margin supaya tidak terlalu ke kiri */
  }
}

/* ✅ Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .contact-us-title {
    font-size: 2rem;
    /* lebih kecil lagi */
    margin-left: 0;
    /* hapus margin kiri biar center */
    margin-bottom: 10px;
  }
}

/* ✅ Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .contact-us-title {
    font-size: 2.2rem !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
  }
}


.customer-service-img {
  position: relative;
  max-width: 360px;
  border-radius: 15px;
  overflow: hidden;
  margin-left: 40px;
  top: -10px;
}

.customer-service-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  /* biar gambar ikut rounded */
}

/* ✅ Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .customer-service-img {
    max-width: 300px;
    margin-left: 20px;
    top: -5px;
  }
}

/* ✅ Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .customer-service-img {
    max-width: 100%;
    /* full lebar container */
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }
}

/* ✅ Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .customer-service-img {
    max-width: 90%;
    border-radius: 10px;
  }
}