.elementor-kit-683{--e-global-color-primary:#1D90B9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#34CCCC;--e-global-color-2212792c:#FFF;--e-global-color-403757e:#808080;--e-global-color-98de81a:#F3F3F3;--e-global-color-6134c95:#34CCCC;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.7em;--e-global-typography-bffa4ff-font-family:"Montserrat";--e-global-typography-bffa4ff-font-size:20px;--e-global-typography-bffa4ff-font-weight:300;--e-global-typography-bffa4ff-line-height:1.8em;--e-global-typography-a4d1cd4-font-family:"Montserrat";--e-global-typography-a4d1cd4-font-size:16px;--e-global-typography-a4d1cd4-font-weight:400;--e-global-typography-a4d1cd4-line-height:1.7em;font-family:"Poppins", Sans-serif;}.elementor-kit-683 e-page-transition{background-color:#FFBC7D;}.elementor-kit-683 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-683 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-683 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-683 h4{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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:1366px){.elementor-kit-683{--e-global-typography-primary-font-size:40px;}}@media(max-width:1200px){.elementor-kit-683{--e-global-typography-secondary-font-size:24px;}}@media(max-width:1024px){.elementor-kit-683{--e-global-typography-secondary-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-683{--e-global-typography-secondary-font-size:16px;}}@media(max-width:767px){.elementor-kit-683{--e-global-typography-primary-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#topSidebar {
    position: fixed;
    top: 5px;
    left: 0px;
    right: 00px;
    width: calc(100% - 400px); 
    height: 100px;
    background-color: black;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 150;
    transition: height 0.3s ease, box-shadow 0.3s ease-in-out!important;
    border-radius: 15px;
    overflow: visible; /* Ensure sidebar allows overflow for tooltips */
}

#topSidebar:hover {
    height: 180px; 
}

#topSidebar .widget-text {
    display: none;
}



#topSidebar:hover .widget-text {
    display: block;
}

textarea {
    resize:none;
}/* End custom CSS */