.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1924 .elementor-element.elementor-element-259667a{--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-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-41fa531 */.zoho-frame-wrapper iframe {
  width: 100%;
  min-height: 1600px;
  border: none;
}
/* ===== Avanta Zoho Form Section ===== */

.avanta-zoho-form {
  padding: 100px 20px;
  background: linear-gradient(135deg, #e8f3f1, #f7fbfa);
}

.zoho-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.zoho-tag {
  background: #cfe8e5;
  color: #0b5e55;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}

.zoho-header h2 {
  font-size: 36px;
  color: #063b35;
  margin-bottom: 15px;
}

.zoho-header p {
  color: #555;
  margin-bottom: 50px;
}

/* Iframe Styling */
.zoho-frame-wrapper {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.1);
  transition: 0.4s ease;
}

.zoho-frame-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.15);
}



/* Responsive */
@media (max-width: 768px) {

  .zoho-header h2 {
    font-size: 26px;
  }

  .zoho-frame-wrapper iframe {
    height: 1200px;
  }

  .avanta-zoho-form {
    padding: 60px 15px;
  }
}/* End custom CSS */