.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;font-family:"sahel", Sans-serif;font-size:15px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"sahel", Sans-serif;font-size:17px;}.elementor-kit-6 h4{font-size:15px;line-height:41px;}.elementor-kit-6 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.blinking-box {
    animation: blink-zoom 1s infinite alternate ease-in-out;
}

@keyframes blink-zoom {
    0% {
        opacity: 0.2;
        transform: scale(0.9) translateY(5px);
    }
    100% {
        opacity: 1;
        transform: scale(1.1) translateY(0);
    }
}
html, body {
max-width: 100%  !important;
overflow-x: hidden !important;
}
.section-ecg-double {
  position: relative;
  background-color: #f9fcff;
  overflow: hidden;
}

/* ECG بالا و پایین */
.section-ecg-double::before,
.section-ecg-double::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='0,10 20,10 30,5 40,15 50,5 60,10 200,10' fill='none' stroke='%2399ccff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 200px 20px;
  animation: ecgMove 2s linear infinite, ecgPulse 1.5s ease-in-out infinite;
  z-index: 1;
  opacity: 0.8;
}

/* بالا */
.section-ecg-double::before {
  top: 0;
}

/* پایین */
.section-ecg-double::after {
  bottom: 0;
}

/* حرکت نوار ECG */
@keyframes ecgMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200px 0;
  }
}

/* افکت نور پالس */
@keyframes ecgPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}
.ltr-menu {
  direction: ltr;
  text-align: left;
}
.ltr-menu li {
  float: left;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'sahel';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://bahonarhospital.com/wp-content/uploads/2025/04/Sahel-Black.woff') format('woff');
}
@font-face {
	font-family: 'sahel';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bahonarhospital.com/wp-content/uploads/2025/04/Sahel.woff') format('woff');
}
/* End Custom Fonts CSS */