.elementor-121 .elementor-element.elementor-element-f33ff94{--display:flex;--background-transition:0.3s;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-f33ff94 */.section-content {
    font-family: Georgia, serif;
}

/* Load The Seasons font from your hosted file */
@font-face {
    font-family: 'The Seasons';
    src: url('https://biosite.propertmedia.com/highlandvineyards/wp-content/uploads/sites/43/2024/09/The-Seasons-Adobe.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Load Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/* Style for the CTA Section heading */
.cta-section h2 {
    font-family: 'The Seasons', serif;
    font-size: 2.5rem; /* Adjust size as needed */
    text-align: center; /* Center align text */
    color: var(--primary-color); /* Use primary color */
    margin-bottom: 1rem;
}

/* Style for the CTA button */
.cta-button {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    background-color: var(--secondary-color);
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
    text-align: center;
}

/* Hover effect for the button */
.cta-button:hover {
    background-color: #001a36;
}/* End custom CSS */