.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-681f169:#FF4D00;--e-global-color-d4c9763:#F5F5F5;--e-global-color-9824f6b:#E66523;--e-global-color-3e9a57b:#696969;--e-global-color-a80c4a1:#F1F1F1;--e-global-color-03169de:#000A20BD;--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:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f3a44b7-font-family:"Outfit";--e-global-typography-f3a44b7-font-size:36px;--e-global-typography-f3a44b7-font-weight:700;--e-global-typography-14e20b0-font-family:"Inter";--e-global-typography-14e20b0-font-size:15px;--e-global-typography-14e20b0-font-weight:500;--e-global-typography-96e140c-font-family:"Outfit";--e-global-typography-96e140c-font-size:56px;--e-global-typography-96e140c-font-weight:700;--e-global-typography-96e140c-text-transform:uppercase;--e-global-typography-8f2b05c-font-family:"Outfit";--e-global-typography-8f2b05c-font-size:20px;--e-global-typography-8f2b05c-font-weight:700;}.elementor-kit-6 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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-f3a44b7-font-size:1.6em;--e-global-typography-14e20b0-font-size:0.8em;--e-global-typography-96e140c-font-size:1.7em;--e-global-typography-8f2b05c-font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:20em;--e-global-typography-f3a44b7-font-size:1.5em;--e-global-typography-14e20b0-font-size:0.8em;--e-global-typography-96e140c-font-size:1.6em;--e-global-typography-8f2b05c-font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fade In Up Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Base state for menu items */
.elementor-menu-toggle + .elementor-nav-menu--dropdown li {
  opacity: 0;
  transform: translateY(20px);
}

/* When active, animate children */
.elementor-nav-menu--dropdown.animate-in li {
  animation: fadeInUp 0.5s ease forwards;
}

/* Delay each child incrementally */
.elementor-nav-menu--dropdown.animate-in li:nth-child(1) { animation-delay: 0.1s; }
.elementor-nav-menu--dropdown.animate-in li:nth-child(2) { animation-delay: 0.2s; }
.elementor-nav-menu--dropdown.animate-in li:nth-child(3) { animation-delay: 0.3s; }
.elementor-nav-menu--dropdown.animate-in li:nth-child(4) { animation-delay: 0.4s; }
.elementor-nav-menu--dropdown.animate-in li:nth-child(5) { animation-delay: 0.5s; }
/* Add more if you have more menu items */


.desc-mail {
  color: #FF4D00 !important;          /* fixed color */
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.desc-mail:hover {
  color: #FF4D00 !important;          /* same on hover */
  text-decoration: none !important;
}

.desc-tel {
  color: #FF4D00 !important;          /* fixed color */
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.desc-tel:hover {
  color: #FF4D00 !important;          /* same on hover */
  text-decoration: none !important;
}

.elementor-icon-box-description {
  color: #FF4D00 !important;
}

/* Hide arrows in number inputs (Chrome, Edge, Safari, Opera) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}/* End custom CSS */