.elementor-kit-7{--e-global-color-primary:#18A650;--e-global-color-secondary:#EC722A;--e-global-color-text:#111111;--e-global-color-accent:#18A650;--e-global-color-9029a4d:#FAF8F2;--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-size:1.125em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ivy {
    font-family: 'Ivy Journal', serif !important;
    font-style: italic;
    font-weight: 500;
    color: var(--ivy-color, #EC722A); /* default color */
    display: inline-block;
}
/* News intro: clamp to 2 lines on desktop, 3 on mobile */
.news-intro {
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* number of lines on desktop */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Optional: allow a bit more text on smaller screens */
@media (max-width: 767px) {
    .news-intro {
        -webkit-line-clamp: 3;  /* lines on mobile */
    }
}

.news-intro p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper-slide-bg.elementor-ken-burns--active {
    border-radius: 25px;
}
.mega-col--divider { border-left: 1px solid #E5E5E5; padding-left: 24px; }/* End custom CSS */