.elementor-kit-8{--e-global-color-primary:#2D562C;--e-global-color-secondary:#79AD48;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b96fb40:#EBEBEB;--e-global-color-bd00333:#F4F8F1;--e-global-color-7b44321:#FFFFFF;--e-global-color-c0ed0c7:#000000;--e-global-color-33d5e0b:#00000000;--e-global-typography-primary-font-family:"Fraunces";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.7px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Fraunces";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-word-spacing:2px;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-b9e65a1-font-family:"Sora";--e-global-typography-b9e65a1-font-size:14px;--e-global-typography-b9e65a1-font-weight:500;--e-global-typography-b9e65a1-text-transform:uppercase;--e-global-typography-e573305-font-family:"Fraunces";--e-global-typography-e573305-font-size:22px;--e-global-typography-e573305-font-weight:500;--e-global-typography-e573305-text-transform:capitalize;--e-global-typography-e573305-line-height:1.2em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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);}.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:300px;}.e-con{--container-max-width:300px;}}
/* Start custom CSS */.elementor-kit-8 .elementor-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    

    border: none;
    outline: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

/* Shine sweep */
.elementor-kit-8 .elementor-button::before {
    content: "";
    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        100deg,
        transparent 0%,
        rgba(255, 255, 255, 0.22) 50%,
        transparent 100%
    );

    transform: skewX(-20deg);
    transition: left 0.55s ease;

    z-index: 1;
    pointer-events: none;
}

/* Keep button content above shine */
.elementor-kit-8 .elementor-button-content-wrapper,
.elementor-kit-8 .elementor-button-text,
.elementor-kit-8 .elementor-button-icon {
    position: relative;
    z-index: 2;
}

/* Hover */
.elementor-kit-8 .elementor-button:hover {
   

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(20, 44, 85, 0.20),
        0 4px 10px rgba(208, 47, 104, 0.12);
}

/* Shine animation */
.elementor-kit-8 .elementor-button:hover::before {
    left: 150%;
}

/* Icon animation */
.elementor-kit-8 .elementor-button-icon {
    transition: transform 0.3s ease;
}

.elementor-kit-8 .elementor-button:hover .elementor-button-icon {
    transform: translateX(4px);
}

/* Optional: smoother return */
.elementor-kit-8 .elementor-button:not(:hover) {
    transform: translateY(0);
}




.green-color {
  color: var( --e-global-color-secondary )
}/* End custom CSS */