.elementor-kit-17{--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;--e-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-left;--e-page-transition-animation-duration:1100ms;}.elementor-kit-17 e-page-transition{background-color:#E2846B;}.elementor-kit-17 a{color:#000000;}.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);}@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 *//* MAIN CARD */
.white-hover-card {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
}

/* IMAGE */
.white-hover-card img {
    width: 100%;
    display: block;
}

/* OVERLAY */
.white-hover-card .card-overlay {
    position: absolute;
    inset: 0;
    background: #ffffffc9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    transform: translateY(0px);
    transition: all 0.45s ease;
}

/* TEXT STYLE */
.white-hover-card .card-overlay h3 {
    margin-bottom: 10px;
}

.white-hover-card .card-overlay p {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
}

/* READ MORE STYLE */
.white-hover-card .card-overlay .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

/* HOVER EFFECT */
.white-hover-card:hover .card-overlay {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */