.elementor-kit-6{--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-6 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 *//* Global font stack fallback */
body, .elementor-widget-text-editor, .elementor-button, input, textarea {
    font-family: 'Inter', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
    font-family: 'Manrope', sans-serif !important;
}

/* Smooth global transitions */
a, button, .elementor-button, .elementor-icon-box-wrapper, img, .elementor-widget-image img {
    transition: all 0.3s ease !important;
}

/* Button hover polish */
.btn-poke .elementor-button {
    box-shadow: 0 4px 14px rgba(22,22,22,0.15);
}
.btn-poke .elementor-button:hover {
    background-color: #e8552f !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(232,85,47,0.35);
}

/* Icon box card hover lift */
.icon-box-card {
    padding: 28px 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #ececec;
}
.icon-box-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
    border-color: transparent;
}
.icon-box-card .elementor-icon-box-icon {
    background: rgba(232,85,47,0.1);
    width: 60px; height: 60px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 6px;
}

/* Testimonial card polish */
.testimonial-card {
    padding: 30px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.testimonial-card:hover {
    box-shadow: 0 16px 32px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

/* Image rounded corners + shadow on cards inside containers with radius already set */
.elementor-widget-image img {
    display: block;
}

/* Sticky header shadow on scroll-safe fallback */
header.elementor-location-header, .elementor-element[data-element_type="container"] > .e-con-inner {
    box-sizing: border-box;
}

/* Nav menu link underline animation */
.elementor-nav-menu .elementor-item {
    position: relative;
}
.elementor-nav-menu .elementor-item::after {
    content: '';
    position: absolute;
    left: 0; bottom: -4px;
    width: 0%;
    height: 2px;
    background: #e8552f;
    transition: width 0.25s ease;
}
.elementor-nav-menu .elementor-item:hover::after {
    width: 100%;
}/* End custom CSS */