.elementor-kit-14053{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-14053 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);}@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 hover turning white --- */
.animated:hover {
  background-color: inherit !important; /* Keep original background */
}

/* --- Make background more transparent teal so image shows through --- */
.golden-visa-process-section {
  background: linear-gradient(
    rgba(0, 128, 128, 1), /* lighter teal top */
    rgba(0, 128, 128, 1)   /* lighter teal bottom */
  ) !important;
}

/* Keep timeline content visible on hover */
.golden-visa-timeline-item:hover .golden-visa-timeline-content {
  background: rgba(255, 255, 255, 0.15) !important;
}

/* Force text color in Required Documents section on hover */
.required-documents-section *,
.required-documents-section *:hover {
    color: #333 !important; /* or your preferred dark text color */
}

/* Global fix for all hovered text turning white */
*:hover {
    color: inherit !important;
}/* End custom CSS */