.elementor-kit-15{--e-global-color-primary:#111111;--e-global-color-secondary:#6B7280;--e-global-color-text:#4B5563;--e-global-color-accent:#00C46A;--e-global-color-4a7e3c9:#F7F8F7;--e-global-color-2df4707:#E5E7EB;--e-global-color-3490517:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-15 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){--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);}.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 */.upload-drop-box {
  border: 2px dashed #dcdcdc !important;
  background: #fafafa !important;
  border-radius: 24px !important;
  transition: all 0.25s ease !important;
}

.upload-drop-box:hover {
  border-color: #10d463 !important;
  background: #f7fffa !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 212, 99, 0.08);
}

.upload-browse-btn .elementor-button {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}

.upload-browse-btn .elementor-button:hover,
.upload-drop-box:hover .upload-browse-btn .elementor-button {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
  box-shadow: none !important;
  transform: translateY(-1px);
}

.upload-browse-btn .elementor-button:focus,
.upload-browse-btn .elementor-button:active {
  outline: none !important;
  box-shadow: none !important;
}/* End custom CSS */