.elementor-kit-5{--e-global-color-primary:#F9F9F9;--e-global-color-secondary:#1B1714;--e-global-color-text:#F9F9F9;--e-global-color-accent:#C2A65C;--e-global-color-c577234:#1B1714;--e-global-color-ad2993d:#EFE9E1;--e-global-typography-primary-font-family:"Bellefair";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:48px;--e-global-typography-secondary-font-family:"Bellefair";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5px;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:300;--e-global-typography-accent-line-height:1.5px;font-family:"Jost", Sans-serif;font-size:18px;line-height:18px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.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{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 *//*Optional: Add arrow styling */ 
.premium-vscroll-tooltip::after {
  display: none !important;
  content: none !important;
}

.premium-vscroll-tooltip span {
  display: inline !important;
 
  margin: 0 !important;
  line-height: 1.2 !important;
  height: auto !important;
  
} 

.expandable-text .text-content {
  
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

.expandable-text.expanded .text-content {
    overflow: visible;
}

.read-more-toggle {
    display: inline-block;
    margin-top: 8px;
    font-weight: 500;
    cursor: pointer;
    color: #b89b5e; /* adjust to your brand */
}/* End custom CSS */