.elementor-1986 .elementor-element.elementor-element-e3c4bd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2b182a4 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.f2 {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') no-repeat center center/cover;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.register-container {
  width: 100%;
  max-width: 450px;
}

.register-box {
  background: rgba(0,0,0,0.7);
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.logo {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.logo .green {
  color: #2ecc71;
}

.logo .orange {
  color: #e67e22;
}

form {
  width: 100%;
}

.mobile-group {
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}

.mobile-group select,
.mobile-group input {
  padding: 10px;
  border: none;
  border-radius: 4px;
  flex: 1;
  font-size: 1rem;
}

.mobile-group select {
  width: 80px;
}

.otp-btn {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid yellow;
  color: yellow;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.counter {
  color: #ccc;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.input-group {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 6px 0;
}

.input-group .icon {
  margin-right: 10px;
  color: #ccc;
}

.input-group input {
  flex: 1;
  padding: 8px;
  border: none;
  background: transparent;
  color: white;
  outline: none;
}

.small-link {
  color: #00cfff;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}

.register-btn {
  width: 100%;
  padding: 12px;
  background-color: #f57c00;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 15px;
}

.whatsapp-text {
  text-align: center;
  font-size: 0.85rem;
  color: #ccc;
  margin-bottom: 8px;
}

.whatsapp-btn {
  width: 100%;
  padding: 12px;
  background-color: #25D366;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.login-link {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #ccc;
}

.login-link a {
  color: orange;
  text-decoration: none;
}/* End custom CSS */