.elementor-kit-10{--e-global-color-primary:#3E4095;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFFFFF;--e-global-color-77d33a1:#313377;--e-global-color-998c016:#2E2E2E;--e-global-color-00df02a:#E0E0E0;--e-global-color-5fa74a9:#00AFEF;--e-global-color-510027b:#3E40951C;--e-global-typography-primary-font-family:"Exo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Exo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Exo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Exo";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1200ms;--e-preloader-animation:flash;--e-preloader-animation-duration:3000ms;--e-preloader-delay:0ms;--e-preloader-width:250px;}.elementor-kit-10 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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;}.elementor-kit-10{--e-preloader-width:240px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-10{--e-preloader-width:220px;}}/* Start custom CSS */html {
    scroll-behavior: smooth !important;
}

html, body {
    overflow-x: hidden !important;
}

p:last-child {
    margin-bottom: 0;
}

.custom-whatsapp-icon {
    position: fixed;
    right: 12px;
    bottom: 2px;
    z-index: 100;
    width: 45px;
    cursor: pointer;
    transition: transform 300ms ease;
    
}

.custom-phone-icon {
    position: fixed;
    right: 12px;
    bottom: 62px;
    z-index: 100;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px !important;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 9px;
    transition: transform 300ms ease;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0,0,0, 0.2);
}

.custom-phone-icon img {
    width: 30px !important;
    filter: brightness(0) saturate(100%) invert(52%) sepia(62%) saturate(7498%) hue-rotate(341deg) brightness(92%) contrast(105%) !important;
}

.custom-up-arrow {
    background: var(--e-global-color-primary);
    position: fixed;
    left: 10px;
    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: 10px;
    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,
    .custom-phone-icon:hover{
        transform: scale(1.08) translateY(0);
    }
}

@media (max-width: 768px) {
    .custom-whatsapp-icon,
    .custom-phone-icon {
        width: 44px;
    }
}/* End custom CSS */