.elementor-4964 .elementor-element.elementor-element-7acd3676{--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-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-4964 .elementor-element.elementor-element-7f7b1d8c .elementor-button{background-color:#FFFFFF;fill:#E1B78C;color:#E1B78C;border-radius:0px 0px 9px 9px;}.elementor-4964 .elementor-element.elementor-element-7f7b1d8c .elementor-button-content-wrapper{flex-direction:row;}/* Start custom CSS for button, class: .elementor-element-7f7b1d8c *//*==========================================
  FLOATING ENQUIRY BUTTON (RIGHT SIDE)
==========================================*/

.floating-enquiry{
    position: fixed !important;
    top: 50%;
    right: -70px !important;
    left: auto !important;
    transform: translateY(-50%) rotate(90deg);
    z-index: 99999;
}

.floating-enquiry .elementor-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: #ffffff !important;
    color: #e1b78c !important;
    border-radius: px 25px 0 0;

    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.floating-enquiry .elementor-button:hover{
    background: #f5f5f5 !important;
}

.floating-enquiry .elementor-button-icon{
    margin-right: 5px;
}

/*==========================================
  LARGE TABLET
==========================================*/
@media (max-width:1024px){

    .floating-enquiry{
        right: -68px !important;
    }

    .floating-enquiry .elementor-button{
        padding: 12px 24px;
        font-size: 16px;
    }
}

/*==========================================
  TABLET
==========================================*/
@media (max-width:768px){

    .floating-enquiry{
        right: -60px !important;
        top: 60%;
    }

    .floating-enquiry .elementor-button{
        padding: 10px 22px;
        font-size: 15px;
    }
}

/*==========================================
  MOBILE
==========================================*/
@media (max-width:767px){

    .floating-enquiry{
        right: -58px !important;
        top: 60%;
    }

    .floating-enquiry .elementor-button{
        padding: 9px 18px;
        font-size: 14px;
    }
}

/*==========================================
  SMALL MOBILE
==========================================*/
@media (max-width:480px){

    .floating-enquiry{
        right: -52px !important;
        top: 58%;
    }

    .floating-enquiry .elementor-button{
        padding: 8px 16px;
        font-size: 13px;
    }

    .floating-enquiry .elementor-button-icon{
        font-size: 13px;
    }
}

/*==========================================
  VERY SMALL MOBILE
==========================================*/
@media (max-width:374px){

    .floating-enquiry{
        right: -55px !important;
        top: 58%;
    }

    .floating-enquiry .elementor-button{
        padding: 7px 14px;
        font-size: 12px;
    }

    .floating-enquiry .elementor-button-icon{
        font-size: 10px;
    }
}/* End custom CSS */