.elementor-kit-6{--e-global-color-primary:#C50000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Open Sans", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#BD0000;color:#FFFFFF;padding:3% 6% 3% 6%;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#EB7373;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#B41D1D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.white {
    color: #fff !important;
}
.white a {
    color: #fff !important;
}

/* Example assuming the dropdown .elementor-kit-6 has class .wpcf7-form-control */
.wpcf7-form-control {
    width: 100%; /* Makes the dropdown full width of its container */
    padding: 16px; /* Adjust padding as needed for touch targets */
    font-size: 20px; /* Increase font size for better readability on mobile */
    box-sizing: border-box; /* Ensures padding is included in the width */
}

/* Adjust dropdown arrow size and position */
.wpcf7-form-control::-ms-expand {
    display: none; /* Hide arrow in IE11 */
}
.wpcf7-form-control::after {
    content: "\25BC"; /* Unicode for down arrow */
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust right spacing */
    transform: translateY(-50%);
    font-size: 20px; /* Adjust arrow size */
    pointer-events: none; /* Ensure arrow doesn't block clicks */
}

/* Additional styles for mobile optimization */
@media only screen and (max-width: 600px) {
    .wpcf7-form-control {
        font-size: 20px; /* Increase font size for better touch target */
        padding: 30px; /* Increase padding for larger touch area */
        min-height: 50px; /* Ensure a minimum height for the dropdown */
    }
}




/* Contact Form 7 Checkbox Styling */
.wpcf7-form input[type="checkbox"] {
  /* Increases the size of the checkbox */
  width: 30px; /* Adjust width as needed */
  height: 30px; /* Adjust height as needed */
  cursor: pointer; /* Changes the cursor to a pointer to indicate it's clickable */
}

/* Label Styling for better alignment */
.wpcf7-form label {
  display: inline-flex;
  align-items: center; /* Aligns the checkbox with the label text */
  margin-right: 10px; /* Adds some space between checkbox items */
}

/* Responsive design for smaller screens */
@media (max-width: 600px) {
  .wpcf7-form input[type="checkbox"] {
    /* Adjusts the size for smaller screens */
    width: 30px; /* Slightly smaller width for small screens */
    height: 30px; /* Slightly smaller height for small screens */
  }
}
.wpcf7-list-item {
margin: 2em 0 0 0 !important;
}/* End custom CSS */