.elementor-18457 .elementor-element.elementor-element-e143450{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3b8feff *//* FULL SCREEN BACKGROUND */
.tq-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #020617, #0f172a);
  font-family: 'Poppins', sans-serif;
}

/* BOX */
.tq-box {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  color: #0f172a; /* black text */
  max-width: 500px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* ICON */
.tq-icon {
  font-size: 60px;
  color: #22c55e;
}

/* HEADING */
.tq-box h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

/* TEXT */
.tq-box p {
  color: #cbd5e1;
  margin-bottom: 8px;
}

/* BUTTONS */
.tq-actions {
  margin-top: 25px;
}

.tq-btn {
  display: inline-block;
  padding: 12px 25px;
  margin: 5px;
  background: linear-gradient(135deg,#3b82f6,#2563eb);
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.tq-btn:hover {
  transform: scale(1.05);
}

/* WHATSAPP BUTTON */
.tq-btn.whatsapp {
  background: #22c55e;
}/* End custom CSS */