.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-9753549:#F1EEE9;--e-global-color-93e79e9:#FF3600;--e-global-color-51b7999:#003097;--e-global-color-ab70288:#FFFFFF;--e-global-color-7e5c1df:#27261E;--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-5 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 .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 *//* =================================
   ELEMENTOR BUTTON WIDGET
================================= */
.arrow-hover-btn .elementor-button-link {
    transition: padding 0.3s ease !important;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
    box-sizing: border-box;
}

.arrow-hover-btn:hover .elementor-button-link {
    padding-right: 3.8em !important;
}

.arrow-hover-btn .elementor-button-text {
    position: relative;
}

.arrow-hover-btn .elementor-button-text::after {
    content: "→";
    font-size: 1.3em;
    opacity: 0;
    position: absolute;
    right: -1.3em;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.arrow-hover-btn:hover .elementor-button-text::after {
    opacity: 1;
    transform: translateY(-50%) translateX(6px);
}


/* =================================
   ELEMENTOR FORM SUBMIT BUTTON
================================= */
.arrow-hover-btn button[type="submit"] {
    transition: padding 0.3s ease !important;
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
    box-sizing: border-box;
}

.arrow-hover-btn button[type="submit"]:hover {
    padding-right: 3.8em !important;
}

/* IMPORTANT: target ONLY the text span */
.arrow-hover-btn button[type="submit"] .elementor-button-text {
    position: relative;
}

.arrow-hover-btn button[type="submit"] .elementor-button-text::after {
    content: "→";
    font-size: 1.3em;
    opacity: 0;
    position: absolute;
    right: -1.3em;
    top: 50%;
    transform: translateY(-50%) translateX(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.arrow-hover-btn button[type="submit"]:hover .elementor-button-text::after {
    opacity: 1;
    transform: translateY(-50%) translateX(6px);
}

/* =================================
   PLUS ICON HOVER ANIMATION
   Rotation only (no scale)
================================= */

/* Base icon */
.service-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s ease;
}

/* Hover animation triggered by card */
.service-card:hover .service-plus {
    transform: rotate(90deg);
}

/* Base state */
.title-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Visible state */
.title-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */