.elementor-kit-7{--e-global-color-primary:#00884F;--e-global-color-secondary:#84D85E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-fc82bbe:#84D85E;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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 *//*card-premium-hover Start*/

/* --- Premium Card Hover Effect --- */

/* 1. Smooth Transition */
.card-premium-hover {
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 2. Hover State */
.card-premium-hover:hover {
    /* Lift the card up */
    transform: translateY(-8px);
    
    /* Force the Green Glow to override Elementor defaults */
    box-shadow: 0 20px 50px rgba(0, 136, 79, 0.3) !important;
    
    /* Optional: Add a subtle border color change */
    border-color: #84D85E !important;
}


/*card-premium-hover End*//* End custom CSS */