.elementor-2352 .elementor-element.elementor-element-04c5766{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c223311 *//* ========== GOLD365 Form Styles ========== */
.gold365-register {
  font-family: "Poppins", sans-serif;
  max-width: 380px;
  margin: 40px auto;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
}

.gold365-title {
  font-size: 28px;
  font-weight: 700;
  color: #FFD700;
  text-shadow: 2px 2px 0 #000;
  margin-bottom: 10px;
}

.gold365-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}

.gold365-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gold365-field input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.gold365-field input:focus {
  border-color: #007bff;
  outline: none;
}

.gold365-btn {
  background: #007bff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.gold365-btn:hover {
  background: #0056b3;
}

.gold365-login-text {
  font-size: 14px;
  margin-top: 10px;
}

.gold365-login-text a {
  color: #007bff;
  text-decoration: none;
}

.gold365-login-text a:hover {
  text-decoration: underline;
}

.gold365-policy {
  font-size: 11px;
  color: #555;
  margin-top: 15px;
  line-height: 1.4;
}

/* ========== Responsive Design ========== */
@media (max-width: 480px) {
  .gold365-register {
    max-width: 90%;
    padding: 20px;
  }

  .gold365-title {
    font-size: 24px;
  }

  .gold365-subtitle {
    font-size: 16px;
  }

  .gold365-btn {
    font-size: 14px;
    padding: 9px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f219a64 */body {
    height: 100vh;
    margin: 0;
    background-color: #f9f9f9;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.whatsapp-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: white;
}

.whatsapp-button:hover {
    background-color: #20b557;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}/* End custom CSS */