.elementor-8952 .elementor-element.elementor-element-d867772{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-120px;margin-bottom:-120px;padding:40px 0px 80px 0px;}.elementor-8952 .elementor-element.elementor-element-d867772 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8952 .elementor-element.elementor-element-2a244fc > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8952 .elementor-element.elementor-element-2a244fc > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8952 .elementor-element.elementor-element-0ff727e{margin-top:120px;margin-bottom:0px;padding:50px 0px 0px 0px;}.elementor-8952 .elementor-element.elementor-element-1eeeae7{--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;}@media(max-width:1024px){.elementor-8952 .elementor-element.elementor-element-d867772{padding:0px 0px 10px 0px;}.elementor-8952 .elementor-element.elementor-element-0ff727e{padding:0px 0px 10px 0px;}}/* Start custom CSS for html, class: .elementor-element-b76cd18 *//* --- Tablet --- */
@media (max-width: 992px) {
  .header-title h1 { font-size: 2.2rem; }
  .header-title p { font-size: 1.05rem; }
  .ecg-section { padding: 25px; }
  .ecg-section h2 { font-size: 1.6rem; }
  .ecg-section p, 
  .ecg-section li { font-size: 1rem; }
}

/* --- Mobile --- */
@media (max-width: 768px) {
  .top-section {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .medical-logo { width: 90px; }
  .ecg-badge { font-size: 1rem; padding: 6px 14px; }
  .header-title h1 { font-size: 1.8rem; }
  .header-title p { font-size: 0.95rem; }
  .ecg-section { padding: 20px; }
  .ecg-section h2 { font-size: 1.4rem; }
  .benefit-cards { grid-template-columns: 1fr; }
  .ecg-cta {
    display: block;
    width: 100%;
    font-size: 1.1rem !important;
    padding: 14px 0;
    margin-top: 30px;
  }
}

/* --- Small Mobile --- */
@media (max-width: 480px) {
  .header-title h1 { font-size: 1.6rem; }
  .header-title p { font-size: 0.9rem; }
  .ecg-section h2 { font-size: 1.2rem; }
  .ecg-section p, 
  .ecg-section li { font-size: 0.9rem; }
  .ecg-cta {
    font-size: 1rem !important;
    padding: 12px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c19734 */.floating-css-link {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #228B22;
  color: white;
  padding: 12px 120px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
}
.floating-css-link:hover {
    color: green;
    background-color: white;
    border: 2px solid green;
}
.floating-css-link.hide-on-scroll {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}

.a:hover {
    color: white;
}
@media (max-width: 768px) { .floating-css-link { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; padding: 10px 30px; font-size: 14px; } } @media (max-width: 480px) { .floating-css-link { padding: 8px 20px; font-size: 20px; } }/* End custom CSS */