.custom-cta-wrapper {
	background-color: #0b314a;
    padding: 60px 30px;
    border-radius: 16px;
    text-align: center;
    margin: 40px 0;
    color: #ffffff;
}

.custom-cta-content h2 {
	color: #ffffff;
    font-size: 36px;
    margin-bottom: 15px;
}

.custom-cta-content p {
	color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.custom-cta-button {
    display: inline-block;
    padding: 14px 28px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.custom-cta-button:hover {
    opacity: 0.85;
}
