.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-89e5d61:#A08CF9;--e-global-color-222378b:#5339A4;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:500;--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:bold;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h5{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* NexQ Custom Gradient Styles - Designed for Elementor (More Robust) */

/* H1 Heading Gradient Color (Applies to ALL H1s) */
h1 {
    background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Ensures text is transparent to show gradient */
}

/* Default Link Styles (Applies to all <a> tags, including Elementor's text editor links) */
a {
    color: #000 !important; /* Ensures this is your default link color */
    transition: color 0.5s ease-in-out, text-decoration 0.5s ease-in-out; /* Smooth transition for color/underline */
}

/* Hover/Focus Link Styles (Applies to all <a> tags) */
a:hover,
a:focus {
    background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important; /* Makes text transparent for gradient */
    text-decoration: none !important; /* Removes underline on hover */
    /* Note: Gradient transition is instant, only color/underline animate */
    background-color: transparent !important; /* Crucial: Ensures Elementor's default button background doesn't hide the gradient */
    border-color: transparent !important; /* Optional: Ensures no border hides the gradient */
}


/* Specific Styles for Elementor Button Widgets on Hover/Focus */
/* This targets the actual <a> tag used for Elementor buttons, overriding its default hover states */
.elementor-button:hover,
.elementor-button:focus {
    background: linear-gradient(90deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important; /* Makes text transparent for gradient */
    text-decoration: none !important; /* Removes underline on hover */
    /* These are CRUCIAL for Elementor buttons: */
    background-color: transparent !important; /* Ensures Elementor's default button background doesn't hide the gradient */
    border-color: transparent !important; /* Ensures no default border hides the gradient */
}

/* Optional: If Elementor buttons have a specific default text color that isn't changing */
/* .elementor-button {
    color: #000 !important;
} *//* End custom CSS */