.elementor-kit-5{--e-global-color-theme-custom-color:#6254e7;--e-global-color-theme-custom-color2:#ff7426;--e-global-color-theme-content-color:#696687;--e-global-color-theme-secondary-color:#696687;--e-global-color-theme-custom-color-start:#9289f1;--e-global-color-theme-custom-color2-start:#f0ac0e;--e-global-color-theme-header-font-color:#3b3663;--e-global-color-theme-body-bg-color:#ffffff;--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-theme-main-font-family:"Nunito";--e-global-typography-theme-main-font-size:35px;--e-global-typography-theme-main-font-weight:500;--e-global-typography-theme-main-line-height:42px;--e-global-typography-theme-secondary-font-family:"Poppins";--e-global-typography-theme-secondary-font-size:18px;--e-global-typography-theme-secondary-font-weight:400;--e-global-typography-theme-secondary-line-height:27px;--e-global-typography-theme-headers-font-family:"Nunito";--e-global-typography-theme-headers-font-weight:800;--e-global-typography-theme-modern-shop-main-font-family:"Roboto";--e-global-typography-theme-modern-shop-main-font-size:16px;--e-global-typography-theme-modern-shop-main-font-weight:300;--e-global-typography-theme-modern-shop-main-line-height:27px;--e-global-typography-theme-modern-shop-headers-font-family:"Manrope";--e-global-typography-theme-modern-shop-headers-font-size:18px;--e-global-typography-theme-modern-shop-headers-font-weight:600;--e-global-typography-theme-modern-shop-headers-line-height:27px;--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;color:var( --e-global-color-theme-content-color );font-family:"Rubik", Sans-serif;font-size:18px;font-weight:400;line-height:27px;background-color:var( --e-global-color-theme-body-bg-color );}.elementor-kit-5 h1{font-size:40px;line-height:43px;}.elementor-kit-5 h2{font-size:30px;line-height:40px;}.elementor-kit-5 h3{font-size:24px;line-height:30px;}.elementor-kit-5 h4{font-size:20px;line-height:33px;}.elementor-kit-5 h5{font-family:"Rubik", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-5 h6{font-family:"Nunito", Sans-serif;font-size:16px;font-weight:600;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;}.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);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@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-kit-5 h2{font-size:20px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* CONTENT WRAPPER */
.readmore-content {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.8s ease;
}

/* FADE EFFECT */
.readmore-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        #ffffff
    );
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* OPEN STATE */
.readmore-content.expanded {
    max-height: 10000px;
}

/* REMOVE FADE */
.readmore-content.expanded::after {
    opacity: 0;
}

/* BUTTON */
.readmore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background:;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 24px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.readmore-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}/* End custom CSS */