.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-color-01a02b5:#FFDB58;--e-global-color-c8f00fd:#FFEF59;--e-global-color-a6fab42:#000000;--e-global-color-37442b8:#0D1B2A;--e-global-color-5635d4c:#69AFFA;--e-global-color-0637cef:#415A77;--e-global-color-2d686ad:#FFFFFF;--e-global-color-6b5067c:#FFFFFFDE;--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;--e-global-typography-2256ae5-font-size:15px;--e-global-typography-7a07dd7-font-family:"DM Serif Display";--e-global-typography-7a07dd7-font-size:3em;--e-global-typography-7a07dd7-font-weight:400;--e-global-typography-7a07dd7-letter-spacing:1px;--e-global-typography-e438401-font-family:"DM Serif Display";--e-global-typography-e438401-font-size:1.8em;--e-global-typography-e438401-font-weight:300;--e-global-typography-b2ffa5c-font-family:"Poppins";--e-global-typography-b2ffa5c-font-size:1.1em;--e-global-typography-b2ffa5c-font-weight:400;}.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){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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hoverContainer {
    aspect-ratio: 1/1;
}

.showHover {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    position: relative;
    z-index: 1;
}

.hoverContainer:hover .showHover {
    opacity: 1;
    transform: translateY(0);
}

.showAlways1, .showAlways2, .showAlways4 {
    position: absolute;
    top: 80%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: transform 0.7s ease;
    z-index: 2;
    border: none;
    padding-left: 5px;
}

.hoverContainer:hover .showAlways1 {
    transform: translate(-50%, -640%);
}

.hoverContainer:hover .showAlways2 {
    transform: translate(-50%, -320%);
}

.hoverContainer:hover .showAlways4 {
    transform: translate(-50%, -185%);
}/* End custom CSS */