.elementor-kit-7{--e-global-color-primary:#F2932B;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F2932B;--e-global-color-8580ef3:#18181B;--e-global-color-9ce01a5:#00000000;--e-global-color-069a1ae:#A1A1A1;--e-global-color-71cf8b0:#272727;--e-global-color-ad0d8a3:#71717A;--e-global-color-48ba889:#E2E3E5;--e-global-typography-primary-font-family:"Bona Nova";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:300;background-color:var( --e-global-color-8580ef3 );font-family:"Roboto", Sans-serif;font-weight:300;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:16px;}.elementor-kit-7 a{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-size:60px;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Bona Nova", Sans-serif;font-size:50px;font-weight:400;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 */select:focus {
    outline: none;
}
select {
  appearance: base-select; /* Enables enhanced styling capabilities */
}

select::picker(select) {
  /* Style the dropdown list container */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

select option {
  /* Style individual options */
  padding: 8px 12px;
  background-color: #fff;
  color: #333;
}

select option:hover {
  background-color: #e0e0e0;
}

select option:checked {
  background-color: #007bff;
  color: #fff;
}
select option {
      color: #333;
      background-color: #fff;
}
.elementor-widget-text-editor h3 {font-weight: 600 !important;}

ul {padding-left: 35px; margin-bottom:20px;}

li {margin-bottom: 5px;}

textarea:focus, input:focus{
    outline: none;
}
.elementor-heading-title a {
    font-weight: 500 !important;
}/* End custom CSS */