.elementor-461 .elementor-element.elementor-element-ff46125 > .elementor-container{max-width:1100px;}.elementor-461 .elementor-element.elementor-element-ff46125{padding:80px 0px 80px 0px;}@media(max-width:767px){.elementor-461 .elementor-element.elementor-element-ff46125{padding:60px 25px 60px 25px;}}/* Start custom CSS for shortcode, class: .elementor-element-e9d05f4 *//* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

/* Global Form Font Settings */
.wpcf7-form, .cf7-custom-consent {
    font-family: 'Poppins', sans-serif !important;
}

/* Container for Checkbox Rows */
.cf7-custom-consent {
    margin-top: 10px;
}

/* Flexbox Alignment for Checkbox and Text */
.consent-row {
    display: flex;
    align-items: flex-start; /* Aligns checkbox to the top of the first line */
    margin-bottom: 05px;
}

/* Adjust Checkbox Positioning */
.consent-row .wpcf7-list-item {
    margin: 0 !important;
}

.consent-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: px; /* Fine-tunes vertical alignment with 20px text */
    margin-right:5px;
    cursor: pointer;
}

/* Text Styling */
.consent-text {
    font-size: 20px; /* Requested size */
    line-height: 1.5;
    color: #333;
}

/* Bold Styling */
.consent-text strong {
    font-weight: 700;
}

/* Footer Links Alignment */
.cf7-terms {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.cf7-terms a {
    color: #0066cc;
    text-decoration: none;
}

.cf7-terms .ampersand {
    margin: 0px 10px;
    color: #0066cc;
}

.cf7-terms a:hover {
    text-decoration: underline;
}/* End custom CSS */