.elementor-kit-44{--e-global-color-primary:#F8FFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#0F0F0E;--e-global-color-accent:#28ACB2;--e-global-color-759c028:#18181800;--e-global-color-f310950:#000000EB;--e-global-color-aba7187:#18181800;--e-global-color-9f6a23b:#000000EB;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:4.2vw;--e-global-typography-primary-font-weight:200;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-0.3px;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.3px;--e-global-typography-text-font-family:"Poppins";--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-text-letter-spacing:0.1em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-75d4f2f-font-family:"Gloock";--e-global-typography-75d4f2f-font-size:32px;--e-global-typography-75d4f2f-font-weight:400;--e-global-typography-75d4f2f-text-transform:none;--e-global-typography-75d4f2f-font-style:normal;--e-global-typography-75d4f2f-text-decoration:none;--e-global-typography-75d4f2f-line-height:1.2px;--e-global-typography-75d4f2f-letter-spacing:1px;--e-global-typography-2fb5aef-font-family:"Gloock";--e-global-typography-2fb5aef-font-size:32px;--e-global-typography-2fb5aef-font-weight:400;--e-global-typography-2fb5aef-text-transform:none;--e-global-typography-2fb5aef-font-style:normal;--e-global-typography-2fb5aef-text-decoration:none;--e-global-typography-2fb5aef-line-height:1.2em;--e-global-typography-2fb5aef-letter-spacing:1px;--e-global-typography-2fb5aef-word-spacing:0px;background-color:var( --e-global-color-secondary );}.elementor-kit-44 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-kit-44{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Apply this styling only on mobile devices */
@media (max-width: 767px) {
  /* Target only the text editor with the class 'fade-text' */
  .fade-text {
    /* Set a max height to crop the text */
    max-height: 250px; /* Adjust this value as needed */
    
    /* Hide overflow text */
    overflow: hidden;
    
    /* Position relative for overlay */
    position: relative;
    
    /* Apply gradient fade to the text itself */
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  }
}/* End custom CSS */