.elementor-7280 .elementor-element.elementor-element-c8507e4{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4d80f92 */:root {
  --primary: #0a3d62;
  --secondary: #3c6382;
  --accent: #38ada9;
  --text: #ffffff;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.hero {
  height: 60vh;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  text-align: center;
}

.overlay {
  background: rgba(0,0,0,0.5);
  padding: 20px;
}

.flag {
  width: 80px;
  margin-bottom: 10px;
}

.cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px;
}

.btn {
  padding: 15px 25px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.buy {
  background: green;
  color: white;
}

.sell {
  background: blue;
  color: white;
}

.form-section {
  padding: 30px;
  text-align: center;
}

form input, form textarea {
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 300px;
}

.submit {
  background: var(--accent);
  color: white;
  padding: 15px;
  border: none;
}

.lang-switch {
  position: fixed;
  bottom: 10px;
  right: 10px;
}/* End custom CSS */