.elementor-kit-781{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-781 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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 */html {
    scroll-behavior: smooth;
}

.wp-dark-mode-active .fluent-form input, 
.wp-dark-mode-active .fluent-form textarea {
    border: solid #00000040 1px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wp-dark-mode-active .fluent-form input:focus, 
.wp-dark-mode-active .fluent-form textarea:focus {
    border-color: #3498db !important; 
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5) !important;
    outline: none !important;
}

.card-shadow {
    box-shadow: 0px 8px 32px rgba(31, 38, 135, 0.05);
}

.input-effect input:hover::placeholder,
.input-effect textarea:hover::placeholder,
.input-effect input:focus::placeholder,
.input-effect textarea:focus::placeholder {
    color: black !important;
    opacity: 1; 
}

.input-effect input:hover,
.input-effect textarea:hover,
.input-effect input:focus,
.input-effect textarea:focus {
    transition: all 0.3s ease-in;
    background-color: white !important;
    border-radius: 28px !important;
    color: black !important;
}

/* link */
.animated-link {
    position: relative;
}

.animated-link a {
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.animated-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 30%;
    border-top: solid black 2px;
    transition: width 300ms ease-out; 
}

.animated-link:hover::before {
    width: 100%;
}

.wp-dark-mode-active .animated-link a {
    padding: 16px !important;
}

.wp-dark-mode-active .animated-link a {
    padding: 16px !important;
}

.wp-dark-mode-active .animated-link::before {
    border-top: unset;
}/* End custom CSS */