.elementor-1170 .elementor-element.elementor-element-54161a5 > .elementor-widget-container{padding:0px 100px 0px 100px;}/* Start custom CSS for html, class: .elementor-element-f124c20 *//* Tampilan map modern dan elegan */
#map.custom-map-style {
  height: 400px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

/* Hover effect untuk interaksi ringan */
#map.custom-map-style:hover {
  transform: scale(1.005);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4e0ad7 */.contact-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 30px 15px;
}

.contact-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  text-align: center;
  width: 280px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(79, 90, 228, 0.15);
}

.contact-icon.circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px auto;
  background-color: #4f5ae4;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background-color 0.3s ease;
}

.contact-box:hover .contact-icon.circle {
  background-color: #3d49c5;
}

.contact-text p {
  margin: 6px 0;
  font-size: 15px;
  color: #333;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-text a:hover {
  color: #4f5ae4;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-54161a5 *//* --- STYLE UTAMA UNTUK CHECKBOX --- */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  vertical-align: middle;
  background-color: #fff;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:hover {
  border-color: #4F5AE4;
  box-shadow: 0 0 6px rgba(79, 90, 228, 0.4);
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked {
  background-color: #4F5AE4;
  border-color: #4F5AE4;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* --- TEKS DI SEBELAHNYA --- */
.wpcf7-list-item-label {
  font-size: 14px;
  color: #333;
  transition: color 0.3s ease;
}

.wpcf7-form-control.wpcf7-checkbox label:hover .wpcf7-list-item-label {
  color: #4F5AE4;
}

/* --- CONTAINER --- */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  transition: all 0.3s ease;
}



/* 🌟 Container form */
#wpcf7-f1173-o1 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  padding: 40px;
  transition: all 0.3s ease-in-out;
}

/* 📄 Input dan Textarea */
#wpcf7-f1173-o1 input[type="text"],
#wpcf7-f1173-o1 input[type="email"],
#wpcf7-f1173-o1 input[type="url"],
#wpcf7-f1173-o1 textarea {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px 18px;
  width: 100%;
  font-size: 15px;
  color: #333;
  transition: 0.2s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

#wpcf7-f1173-o1 input:focus,
#wpcf7-f1173-o1 textarea:focus {
  outline: none;
  border-color: #4f5ae4;
  box-shadow: 0 0 0 3px rgba(79, 90, 228, 0.1);
  background-color: #fff;
}

/* ✍️ Placeholder */
#wpcf7-f1173-o1 ::placeholder {
  color: #aaa;
  font-style: italic;
}

/* ✅ Checkbox modern */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 6px;
  margin-right: 10px;
  position: relative;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked {
  background-color: #4f5ae4;
  border-color: #4f5ae4;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ✉️ Tombol submit */
input.wpcf7-submit {
  background-color: #4f5ae4;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(79, 90, 228, 0.3);
}

input.wpcf7-submit:hover {
  background-color: #3c47b8;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(79, 90, 228, 0.4);
}

/* ✔️ Label checkbox */
.wpcf7-list-item-label {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  cursor: pointer;
}/* End custom CSS */