.elementor-25527 .elementor-element.elementor-element-d51d40e{--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-25527 .elementor-element.elementor-element-74c469c8 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-25527 .elementor-element.elementor-element-703a69d1{--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-25527 .elementor-element.elementor-element-2a9ae60e{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-2a9ae60e */.impulstar-annonce {
  background: linear-gradient(145deg, #ffffff, #f0f0f0); /* Subtle gradient for depth */
  padding: 35px; /* Slightly more padding */
  border-radius: 15px; /* Softer rounded corners */
  font-family: 'Poppins', sans-serif; /* Modern, readable font */
  color: #333;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); /* Stronger, softer shadow */
  border: 1px solid #e0e0e0; /* Light border for definition */
}

.impulstar-annonce h2 {
  color: #d32f2f; /* Brighter, more energetic red */
  font-size: 32px; /* Larger main heading */
  margin-bottom: 15px;
  text-align: center; /* Center the main title */
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05); /* Subtle text shadow */
}

.impulstar-annonce h2 span {
  display: block;
  font-weight: 600; /* Medium bold */
  font-size: 24px; /* Slightly larger sub-heading */
  color: #212121; /* Darker for contrast */
  margin-top: 5px;
}

.impulstar-annonce h3 {
  margin-top: 35px; /* More space above sub-headings */
  margin-bottom: 15px; /* Space below sub-headings */
  color: #424242;
  font-size: 22px;
  border-bottom: 2px solid #f0f0f0; /* Underline for emphasis */
  padding-bottom: 8px; /* Space between text and underline */
}

.impulstar-annonce ul {
  margin: 15px 0 25px;
  padding-left: 25px; /* More padding for list items */
  list-style: none; /* Remove default list style */
}

.impulstar-annonce ul li {
  margin-bottom: 10px; /* More space between list items */
  position: relative;
  padding-left: 30px; /* Space for custom checkmark */
  font-size: 17px;
  line-height: 1.5;
}

.impulstar-annonce ul li::before {
  content: '✓'; /* Custom checkmark */
  color: #4CAF50; /* Green checkmark */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.impulstar-annonce p {
  font-size: 17px; /* Slightly larger paragraph text */
  line-height: 1.7; /* Improved readability */
  margin-bottom: 15px; /* Space between paragraphs */
}

.impulstar-annonce p strong {
  color: #d32f2f; /* Highlight strong text with the main accent color */
}

.impulstar-annonce .cta {
  margin-top: 40px; /* More space above the CTA */
  text-align: center;
}

.impulstar-annonce .cta a {
  background: #d32f2f; /* Consistent accent color */
  color: #fff;
  padding: 15px 35px; /* Larger button */
  border-radius: 30px; /* Pill-shaped button */
  text-decoration: none;
  font-weight: 700; /* Bolder text */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3); /* Shadow for button */
  display: inline-block; /* Allows padding and shadow to work correctly */
}

.impulstar-annonce .cta a:hover {
  background: #b71c1c; /* Darker red on hover */
  transform: translateY(-2px); /* Slight lift effect */
  box-shadow: 0 6px 15px rgba(211, 47, 47, 0.4); /* Enhanced shadow on hover */
}/* End custom CSS */