.elementor-128 .elementor-element.elementor-element-77cd1f1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-128 .elementor-element.elementor-element-8c7eacb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-128 .elementor-element.elementor-element-77cd1f1{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-43286a4 */.contact-section {
  background: #f5f5f5;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.contact-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.contact-section h2 {
  font-size: 30px;
  color: #0f2e1c;
}

.contact-desc {
  margin-bottom: 30px;
  color: #555;
}

/* Wrapper */
.contact-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

/* Contact Info */
.contact-info {
  flex: 1;
}

.contact-item {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item span {
  font-size: 20px;
}

.contact-item a {
  color: #0f2e1c;
  text-decoration: none;
}

/* Form */
.contact-form {
  flex: 1;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.contact-form button {
  padding: 12px;
  background: #0f2e1c;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #4caf50;
}

/* Map */
.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c5f4a1 */.whatsapp-icon {
    position: fixed;
    bottom: 110px;
    right: 15px;  /* 🔥 left er jaygay right */
    left: auto;   /* 🔥 important */
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;

    border: 4px solid #fff;
    box-shadow: 0 8px 15px rgba(0,0,0,0.25);

    transition: all 0.3s ease;
}

/* Mobile fix */
@media (max-width: 767px) {
    .whatsapp-icon {
        bottom: 100px !important;
        right: 11px; /* 🔥 mobile e o right */
        left: auto;
        width: 50px;
        height: 50px;
    }
}/* End custom CSS */