.elementor-7047 .elementor-element.elementor-element-e0dd268{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-7047 .elementor-element.elementor-element-e0dd268 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7047 .elementor-element.elementor-element-dc04b4e > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS */.title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.decorative-panel {
    background: #f0f0f0;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    height: 25;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-container {
    text-align: center;
}

.custom-button {
    display: inline-block;
    background-color: #0056b3;
    color: white;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    margin: 10px;
}

.custom-button:hover {
    background-color: #003580;
    transform: scale(1.05);
}

.banner {
    background-color: #001F5B;
    text-align: center;
    padding: 20px;
}

.banner span {
    color: white;
    font-size: 2em;
    font-weight: bold;
}/* End custom CSS */