.elementor-kit-6{--e-global-color-primary:#328CA6;--e-global-color-secondary:#4394AD;--e-global-color-text:#063A4B;--e-global-color-accent:#61CE70;--e-global-color-cde3c19:#FFFFFF;--e-global-color-8e6b952:#E5EDED;--e-global-color-673fda5:#460100;--e-global-color-2adbf08:#196179;--e-global-color-84607e0:#75C1D9;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-6 a:hover{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-size:26px;font-weight:600;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-size:24px;font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Assistant", Sans-serif;font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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-kit-6 h5{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:target::before {
    content: "";
    display: block;
    height: 120px; /* Adjust based on your header height */
    margin-top: -120px; /* Should match height */
}
.elementor-image-box-img img{
    display: block;
}
.collapsible-text {
    display: -webkit-box;
    -webkit-line-clamp: 11; /* Change this number to set how many lines to show */
    -webkit-box-orient: vertical;
     text-overflow: clip;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.collapsible-text.expanded {
    -webkit-line-clamp: unset;
}
.read-more-btn{
    height: 60px;
    MARGIN-TOP:10PX;
    text-decoration: underline;
        font-family: 'Assistant';
    color: #450101;
}/* End custom CSS */