
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&display=swap');

body {
  font-family: 'Heebo', sans-serif;
  background: linear-gradient(to bottom, #f4f1ea, #e3dac9);
  direction: rtl;
  text-align: center;
  margin: 0;
  padding: 20px;
}

.container {
  background: white;
  padding: 30px;
  border-radius: 20px;
  max-width: 420px;
  margin: 40px auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.logo {
  max-width: 140px;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
}

input, button {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  box-sizing: border-box;
}

button {
  background-color: #d4af37;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #bfa12b;
}

.thanks {
  font-size: 16px;
  color: #2d7d46;
  margin-top: 20px;
}

.floating-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 100;
}

.floating-btn img {
  width: 100%;
  height: auto;
}

.whatsapp {
  bottom: 20px;
  left: 20px;
}

.phone {
  bottom: 80px;
  left: 20px;
}

.email {
  bottom: 140px;
  left: 20px;
}
