.elementor-kit-27{--e-global-color-primary:#1A366B;--e-global-color-secondary:#ED972C;--e-global-color-text:#6D7A8C;--e-global-color-accent:#1A366B;--e-global-color-c0b937f:#FFFFFF;--e-global-color-28642d5:#FFFFFF00;--e-global-color-1a1a926:#7A7A7A;--e-global-color-1e997d1:#1A1919;--e-global-color-a7bb409:#D68828;--e-global-color-91e88ff:#5C677E;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:54px;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-27{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-line-height:35px;--e-global-typography-accent-font-size:16px;--e-global-typography-accent-line-height:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
    color: inherit;
}

.custom-whatsapp-icon {
    position: fixed;
    left: 10px;
    bottom: 2px;
    z-index: 100;
    width: 45px;
    cursor: pointer;
    transition: transform 300ms ease;
}

.custom-up-arrow {
    background: var(--e-global-color-primary);
    position: fixed;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

.custom-up-arrow.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-up-arrow img {
    width: 20px;
    display: block;
    filter: invert();
}

@media (min-width: 1024px) {
    .custom-whatsapp-icon:hover,
    .custom-up-arrow:hover {
        transform: scale(1.08) translateY(0);
    }
}

@media (max-width: 768px) {
    .custom-whatsapp-icon {
        width: 44px;
    }
}/* End custom CSS */