/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Hello Elementor Child Theme
Author: Nama Anda
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: hello-elementor-child
*/

/* Tambahkan CSS kustom Anda di bawah baris ini */

/* ====== Modern B2C Form Styling ====== */
.hec-b2c-form, .hec-b2b-form {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

*:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.hec-b2c-form p, .hec-b2b-form p {
  margin-bottom: 20px;
}

.hec-b2c-form label, .hec-b2b-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.hec-b2c-form label input, .hec-b2c-form label textarea,.hec-b2b-form label input, .hec-b2b-form label textarea, .hec-b2b-form label select {
    margin-top: 10px;
}

.hec-b2c-form input[type="text"],
.hec-b2c-form input[type="email"],
.hec-b2c-form input[type="password"],
.hec-b2c-form input[type="file"],
.hec-b2c-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border 0.3s ease;
}

.hec-b2c-form input:focus,
.hec-b2c-form textarea:focus {
  outline: none;
  border-color: #3b82f6;
}

.hec-b2c-form textarea {
  resize: vertical;
  min-height: 100px;
}

.hec-b2c-form button[type="submit"], .hec-b2c-form button[type="button"] {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hec-b2c-form button[type="submit"]:hover {
  background-color: #2563eb;
}

/* --- Start of .hec-b2b-form styles --- */
.hec-b2b-form input[type="text"],
.hec-b2b-form input[type="email"],
.hec-b2b-form input[type="password"],
.hec-b2b-form input[type="file"],
.hec-b2b-form textarea,
.hec-b2b-form select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border 0.3s ease;
}

.hec-b2b-form input:focus,
.hec-b2b-form textarea:focus {
  outline: none;
  border-color: #3b82f6;
}

.hec-b2b-form textarea {
  resize: vertical;
  min-height: 100px;
}

.hec-b2b-form button[type="submit"],
.hec-b2b-form button[type="button"] {
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hec-b2b-form button[type="submit"]:hover {
  background-color: #2563eb;
}

.hec-form-note {
    margin-top: 15px;
}

.hec-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hec-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.scroll-box {
  border: 1px solid #ccc;
  padding: 10px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.hec-close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.hec-close-btn:hover {
  color: #f00;
}

button#closePolicyModal {
    background: transparent;
    font-size: 35px;
    padding: 0;
    color: red;
}



