.elementor-192 .elementor-element.elementor-element-2746707{--display:flex;}.elementor-192 .elementor-element.elementor-element-dc89c2e{--display:flex;}.elementor-192 .elementor-element.elementor-element-13fa74e{--display:flex;}body.elementor-page-192:not(.elementor-motion-effects-element-type-background), body.elementor-page-192 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c4da0b9 */.contact-hero {
  background: #000;
  padding: 90px 5%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.contact-hero h1 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 10px;
}

.contact-hero span {
  color: #ff0000;
}

.contact-hero p {
  color: #ccc;
  max-width: 600px;
  margin: auto;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a07f6f */.contact-section {
  display: flex;
  gap: 40px;
  padding: 80px 5%;
  background: #000;
  font-family: 'Roboto', sans-serif;
  align-items: stretch;
}

/* FORM */
.contact-form {
  flex: 1;
  background: #0a0a0a;
  padding: 30px;
  border-radius: 12px;
}

/* INFO */
.contact-info {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info h3 {
  color: #ff0000;
  margin-bottom: 15px;
}

.contact-info p {
  color: #ccc;
  margin-bottom: 10px;
}

/* NOTE */
.contact-note {
  margin-top: 20px;
  color: #ff4d4d;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
  }
}

/* FORM WRAPPER */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* INPUTS */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  background: #111;
  border: 1px solid #222;
  color: #fff;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
  transition: 0.3s;
}

/* PLACEHOLDER */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* FOCUS */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #ff0000;
  outline: none;
  box-shadow: 0 0 10px rgba(255,0,0,0.3);
}

/* FILE INPUT */
.wpcf7 input[type="file"] {
  padding: 8px;
  background: transparent;
  border: none;
  color: #ccc;
}

/* BUTTON */
.wpcf7 input[type="submit"] {
  background: #ff0000;
  color: #fff;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

/* BUTTON HOVER */
.wpcf7 input[type="submit"]:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(255,0,0,0.5);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e3159e */.whatsapp-section {
  background: linear-gradient(120deg, #ff0000, #990000);
  padding: 70px 5%;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.whatsapp-section h2 {
  color: #fff;
  margin-bottom: 10px;
}

.whatsapp-section p {
  color: #f1f1f1;
  margin-bottom: 20px;
}

/* BUTTON */
.whatsapp-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #000;
  color: #FF0000;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px #000;
}/* End custom CSS */