.elementor-kit-9{--e-global-color-primary:#2F76FE;--e-global-color-secondary:#183554;--e-global-color-text:#183554;--e-global-color-accent:#2F76FE;--e-global-color-e68f9a7:#FFFFFF;--e-global-color-e210c25:#F9FAFD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-bc4bcdf-font-family:"Montserrat";--e-global-typography-bc4bcdf-font-size:15px;--e-global-typography-453f01a-font-family:"Montserrat";--e-global-typography-453f01a-font-size:14px;font-family:"Montserrat", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#FFFFFF;font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 h6{font-family:"Montserrat", Sans-serif;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{border-radius:5px 5px 5px 5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.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);}@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 *//* Target both buttons for consistent styling */
#herefishExpandChat,
#herefishCollapseChat {
    border-radius: 100px !important; /* Make the buttons fully rounded */
    padding: 5px !important; /* Set equal padding on all sides */
    display: flex; /* Retain the flex layout */
    align-items: center; /* Center align content vertically */
    justify-content: center; /* Center align content horizontally */
}

/* Ensure the child image inside the buttons looks good */
#herefishExpandChat .hf-chat-launcher-content,
#herefishCollapseChat .hf-chat-launcher-content {
    border-radius: 100px;
    overflow: hidden;
}

.hf-chat-prompt-message .hf-chat-expand-btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    border-radius: 5px;
    padding: 40px 40px  40px  40px;
    width: 100%;
    align-content: center;
}

.hf-chat-prompt-message .hf-survey-close.is-chat {
    top: 3px!important;
    right: 3px!important;
}

.hf-loading {
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
}

::selection {
      background: #84A44E;
      color: #FFFFFF;
}/* End custom CSS */