.elementor-kit-2430{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#434343;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;color:#434343;font-family:"Quicksand", Sans-serif;}.elementor-kit-2430 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2430 button,.elementor-kit-2430 input[type="button"],.elementor-kit-2430 input[type="submit"],.elementor-kit-2430 .elementor-button{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2430{--e-global-typography-primary-font-size:17px;--e-global-typography-secondary-font-size:16px;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-2430 a { text-decoration: none; }

/* Form Container */
.gform_wrapper {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    padding: 3px;
    max-width: 400px;
    margin: auto;
    font-family: 'Arial', sans-serif;
    position: relative;
}

/* Header Styles */
.gform_wrapper h2.gsection_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.gform_wrapper p.gform_description {
    font-size: 1rem;
    color: #28a745;
    text-align: center;
}

/* Form Fields */
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 1rem;
    color: #333333; /* Slightly lighter than black */
    box-sizing: border-box;
    font-family: 'Arial', sans-serif; /* Ensures consistent font */
}

/* Placeholder Text */
.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield textarea::placeholder {
    color: #333333; /* Slightly lighter than black */
    font-size: 1rem; /* Same size as the input text */
    font-weight: 500; /* Makes the text "pop" */
}

/* Dropdown Field */
.gform_wrapper .gfield select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 1rem;
    color: #333333; /* Slightly lighter than black */
    font-weight: 500; /* Makes the text "pop" */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
    padding-right: 30px;
}

/* Placeholder Option (Default Option Style) */
.gform_wrapper .gfield select option:first-child {
    color: #333333; /* Slightly lighter than black */
    font-size: 1rem; /* Consistent size */
    font-weight: 400; /* Makes the text "pop" */
}

/* Dropdown Field Hover Effect */
.gform_wrapper .gfield select:hover {
    border-color: #aaa;
    background-color: #f3f3f3;
}

/* Dropdown Field Focus Effect */
.gform_wrapper .gfield select:focus {
    border-color: #28a745;
    outline: none;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

/* Dropdown with Validation Error */
.gform_wrapper .gfield_error select {
    border-color: #dc3545;
    background: #fff5f5;
    color: #dc3545;
}

/* Submit Button */
.gform_wrapper .gform_footer input[type="submit"] {
    background: #adcc53;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #218838;
}

/* Promotional Banner for Elementor Text Module */
.promo-banner {
    position: absolute;
    top: -20px;
    right: -80px;
    background: #000000;
    color: #fff;
    padding: 10px 0px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 5px;
    transform: rotate(10deg);
    z-index: 100; /* Ensure it stays above other elements */
    text-align: center;
}

/* Optional: Adjust the parent container */
.elementor-widget-text-editor {
    position: relative; /* Ensures the promo banner is positioned relative to this */
}

/* Lock Icon (Optional Add HTML for Icon) */
.gform_wrapper .lock-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #888;
}

/* Hide field titles (labels) */
.gform_wrapper .gfield_label {
    display: none;
}/* End custom CSS */