.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1583 .elementor-element.elementor-element-4904e29{text-align:center;}/* Start custom CSS for html, class: .elementor-element-d8b5a87 *//* ====== ICONS GRID SECTION ====== */
[data-layout="container"] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* Grid layout */
.icons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

/* Each card */
.icondata {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.icondata:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #1565C0;
}

/* Icon */
.icon {
  font-size: 52px;
  color: #1565C0; /* Blue Qubit brand color */
  margin-bottom: 18px;
}

/* Title */
.icon_title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Description */
.icon_desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Hover icon color animation */
.icondata:hover .icon {
  color: #0d47a1;
  transform: scale(1.05);
  transition: 0.3s ease;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  [data-layout="container"] {
    padding: 60px 16px;
  }
  .icondata {
    padding: 30px 20px;
  }
  .icon {
    font-size: 44px;
  }
  .icon_title {
    font-size: 18px;
  }
  .icon_desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a00a943 *//* Hide "Create your own form with HubSpot" footer link */
#hubspotForm .hs-form__footer,
#hubspotForm .legal-consent-container,
#hubspotForm .hubspot-link__container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* === HubSpot Form Custom Styling === */
#hubspotForm form,
#hubspotForm .hs-form {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
}

/* Labels */
#hubspotForm .hs-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* Inputs, Selects, Textareas */
#hubspotForm input[type="text"],
#hubspotForm input[type="email"],
#hubspotForm input[type="tel"],
#hubspotForm select,
#hubspotForm textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  background-color: #fff;
}

#hubspotForm input:focus,
#hubspotForm select:focus,
#hubspotForm textarea:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 3px rgba(0,115,230,0.15);
}

/* Submit button */
#hubspotForm input[type="submit"],
#hubspotForm .hs-button {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

#hubspotForm input[type="submit"]:hover,
#hubspotForm .hs-button:hover {
  background: #005bb5;
}

/* Checkbox & radio field spacing */
#hubspotForm .hs-form-checkbox,
#hubspotForm .hs-form-radio {
  margin-bottom: 10px;
}

/* Error messages */
#hubspotForm .hs-error-msg {
  color: #d93025;
  font-size: 13px;
  margin-top: 4px;
}

/* Success message */
#hubspotForm .submitted-message {
  background: #e6f7e6;
  border: 1px solid #b3e6b3;
  color: #2b7a2b;
  padding: 15px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

/* Hide HubSpot branding footer */
#hubspotForm .hs-form__footer,
#hubspotForm .hubspot-link__container,
#hubspotForm .legal-consent-container {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}/* End custom CSS */