.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#FFCC00;--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:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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){--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:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-style: italic;
    color: #FFCC00;
}

#hovre {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #d9d9d9;
    transition: all 0.35s ease;
}

#hovre:hover {
    background: linear-gradient(
        180deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.85) 35%,
        rgba(255, 227, 114, 0.35) 65%,
        #FFE372 100%
    ) !important;

    border-color: #FFE372;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

#hovre2 {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #d9d9d9;
  
    transition: all 0.35s ease;
    isolation: isolate;
}

#hovre2::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    background: radial-gradient(
        ellipse 55% 70% at 32% 100%,
        rgba(255, 227, 114, 0.85) 0%,
        rgba(255, 227, 114, 0.55) 25%,
        rgba(255, 227, 114, 0.25) 45%,
        rgba(255, 255, 255, 0) 72%
    );

    opacity: 0;
    transform: scale(2.65);
    transform-origin: 3% 100%;
    transition: opacity 0.35s ease, transform 0.45s ease;
}

#hovre2:hover {
    background: #ffffff !important;
    border-color: #d9d9d9;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

#hovre2:hover::after {
    opacity: 1;
    transform: scale(1);
}

#hovre2 > * {
    position: relative;
    z-index: 2;
}/* End custom CSS */