.elementor-126 .elementor-element.elementor-element-a78676e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-126 .elementor-element.elementor-element-db6c183{font-family:"Times New Roman", Sans-serif;font-weight:400;color:#EFECEC;}.elementor-126 .elementor-element.elementor-element-db6c183.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#FFE4BE;}.elementor-126 .elementor-element.elementor-element-db6c183.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-126 .elementor-element.elementor-element-db6c183.elementor-drop-cap-view-default .elementor-drop-cap{color:#FFE4BE;border-color:#FFE4BE;}.elementor-126 .elementor-element.elementor-element-db6c183 .elementor-drop-cap{margin-inline-end:10px;}.elementor-126 .elementor-element.elementor-element-76b0fad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-126 .elementor-element.elementor-element-cc17d09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-126 .elementor-element.elementor-element-dd72332{color:#FFFFFF;}.elementor-126 .elementor-element.elementor-element-3ab54d0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0c64f5d */.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-icon {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("https://img.icons8.com/color/48/whatsapp--v1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background: #20b858;
}/* End custom CSS */