.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-414e481:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-7fa4511-font-family:"RocknRoll One";--e-global-typography-7fa4511-font-weight:600;--e-global-typography-6504154-font-family:"Roboto";--e-global-typography-6504154-font-size:1px;--e-global-typography-6504154-font-weight:400;--e-global-typography-6504154-font-style:normal;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.elementor-field-type-submit button {
    transition: all 0.3s ease;
    margin-top:10px;
}

.elementor-field-type-submit button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.elementor-field-group {
    margin-bottom: 20px;
}

.elementor-field-group > label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.elementor-field-type-radio .elementor-field-subgroup
{
    display: flex ;
    flex-wrap: wrap ;
    gap:10px ;
    justify-content: flex-start ;
    align-items: center ;
    width: 100% ;
}
.elementor-field-type-checkbox .elementor-field-subgroup {
    display: flex ;
    flex-wrap: wrap ;
    gap:10px ;
    justify-content: flex-start ;
    align-items: center ;
    width: 100% ;
}
.elementor-field-type-radio .elementor-field-option,
.elementor-field-type-checkbox .elementor-field-option {
    flex: 0 1 auto !important;
    display: inline-block ;
    margin: 0 ;
    padding: 0 ;
    margin-bottom: 10px;
    width: auto ;
}

.elementor-field-type-radio .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-option label {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
}

.elementor-field-type-radio .elementor-field-option:hover label,
.elementor-field-type-checkbox .elementor-field-option:hover label {
    background-color: #e0e0e0;
}

.elementor-field-type-radio input,
.elementor-field-type-checkbox input {
    display: none !important;
}

.elementor-field-type-radio input:checked + label,
.elementor-field-type-checkbox input:checked + label {
    background-color: #333;
    color: white !important;
}

.elementor-field-type-radio input[type="radio"],
.elementor-field-type-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}

.elementor-field-type-radio .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-field-type-radio .elementor-field-subgroup,
    .elementor-field-type-checkbox .elementor-field-subgroup {
        flex-wrap: wrap;
    }
}/* End custom CSS */