.elementor-214 .elementor-element.elementor-element-0409a7c{--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;}.elementor-214 .elementor-element.elementor-element-0409a7c:not(.elementor-motion-effects-element-type-background), .elementor-214 .elementor-element.elementor-element-0409a7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}#elementor-popup-modal-214 .dialog-widget-content{background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-214{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-214 .dialog-message{width:306px;height:auto;}#elementor-popup-modal-214 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-214 .elementor-element.elementor-element-0409a7c{--content-width:1058px;}}/* Start custom CSS for html, class: .elementor-element-f38117f *//* ===============================
   Glass Popup Wrapper
================================ */
.glass-popup-wrapper {
  background: white;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 18px;
  max-width: 420px;
  margin: auto;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* ===============================
   Form Layout
================================ */
.glass-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===============================
   Inputs & Textarea
================================ */
.glass-form input,
.glass-form textarea {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 15px;
  color: #000;
  outline: none;
  transition: all 0.25s ease;
}

.glass-form input::placeholder,
.glass-form textarea::placeholder {
  color: #555;
}

.glass-form input:focus,
.glass-form textarea:focus {
  border-color: #25d366;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.25);
}

/* ===============================
   Textarea
================================ */
.glass-form textarea {
  resize: none;
  min-height: 90px;
}

/* ===============================
   Error Message
================================ */
#form-error {
  background: rgba(255, 0, 0, 0.08);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 14px;
}

/* ===============================
   WhatsApp Button
================================ */
.whatsapp-btn {
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.whatsapp-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.tit{
    margin-bottom: 20px;
    text-align: center;
    color:blue;
}

/* ===============================
   MOBILE / DESKTOP VISIBILITY
================================ */

/* Hide WhatsApp form on Desktop */
@media (min-width: 769px) {
  .mobile-whatsapp-form {
    display: none !important;
  }
}

/* Hide Fluent Form on Mobile */
@media (max-width: 768px) {
  .desktop-fluent-form {
    display: none !important;
  }
}/* End custom CSS */