.elementor-130 .elementor-element.elementor-element-e9e7c6d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-130 .elementor-element.elementor-element-f9bd1b9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f9bd1b9 *//* Google Ads Banner Section */
.google-ads-banner {
    background-color: #121212; /* Dark background */
    color: #f0f0f0; /* Light text color */
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-container {
    width: 80%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.icon-container {
    font-size: 48px;
    color: #4285f4; /* Google blue */
}

.text-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #f0f0f0;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 16px;
    color: #d3d3d3; /* Light gray text */
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.cta-button {
    background-color: #4285f4; /* Google blue */
    color: white;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #3367d6; /* Slightly darker blue */
}

@media (max-width: 768px) {
    .banner-container {
        flex-direction: column;
        text-align: center;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */