#wicked-banner-section {
background-color: #00aeef; /* The specific bright cyan from the banner image */
padding: 60px 20px;
text-align: center;
font-family: 'Arial Black', Gadget, sans-serif;
}

#wicked-banner-section .banner-container {
max-width: 1000px;
margin: 0 auto;
}

#wicked-banner-section .banner-top-text {
color: #ffffff;
font-size: 1.2rem;
letter-spacing: 1px;
margin-bottom: 15px;
font-weight: bold;
}

#wicked-banner-section .banner-main-title {
color: #ffffff;
font-size: 2.5rem;
line-height: 1.2;
margin-bottom: 25px;
text-transform: uppercase;
}

#wicked-banner-section .banner-description {
color: #ffffff;
font-family: Arial, sans-serif;
font-size: 1.1rem;
line-height: 1.6;
max-width: 850px;
margin: 0 auto 35px auto;
font-weight: normal;
}

#wicked-banner-section .banner-description strong {
font-weight: bold;
}

#wicked-banner-section .banner-btn {
display: inline-block;
background-color: #f18f34; /* The specific orange from the image */
color: #ffffff;
padding: 18px 45px;
text-decoration: none;
font-size: 1.1rem;
font-weight: 900;
border-radius: 2px;
text-transform: uppercase;
transition: background-color 0.3s ease;
}

#wicked-banner-section .banner-btn:hover {
background-color: #e07e24;
}
