.elementor-kit-6{--e-global-color-primary:#FFB300;--e-global-color-secondary:#3B3D3B;--e-global-color-text:#242423;--e-global-color-accent:#D5D6CE;--e-global-color-951b2b9:#FBF9F9;--e-global-typography-primary-font-family:"industry-inc-base";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"industry-inc-base";--e-global-typography-secondary-font-weight:bold;--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;background-color:#FBF9F9;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-text );color:#FFFFFF;border-radius:8px 8px 8px 8px;}.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:var( --e-global-color-primary );color:var( --e-global-color-text );border-radius:8px 8px 8px 8px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1236px;}.e-con{--container-max-width:1236px;}.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 *//* ===== Fix User Icon Dropdown ===== */

/* Allow overflow */
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container {
  overflow: visible !important;
}

/* Ensure header above all */
.elementor-location-header {
  position: relative;
  z-index: 99999;
}

/* Basic dropdown fix */
.elementor-nav-menu--main .menu-item {
  position: relative;
}

.elementor-nav-menu--main .sub-menu {
  position: absolute;
  right: 0; /* dropdown appears on right side of icon */
  top: 110%;
  min-width: 160px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  padding: 6px 0;
  z-index: 9999;
}

/* Show on hover */
.elementor-nav-menu--main .menu-item-has-children:hover > .sub-menu,
.elementor-nav-menu--main .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown links */
.elementor-nav-menu--main .sub-menu a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #111;
  font-weight: 400;
}
.elementor-nav-menu--main .sub-menu a:hover {
  background: #ffe089;
  color: #000;
}

/* Adjust icon style */
.elementor-nav-menu--main .menu-item a svg,
.elementor-nav-menu--main .menu-item a i {
  font-size: 20px;
  vertical-align: middle;
  color: #f8b400;
}

/* Keep dropdown visible even if sticky header active */
.elementor-sticky--effects {
  z-index: 99999 !important;
}



.elementor-loop-container > div {
  transition: all 0.25s ease-in-out;
}/* End custom CSS */