.elementor-8249 .elementor-element.elementor-element-9334b3f{--display:flex;--background-transition:0.3s;}.elementor-8249 .elementor-element.elementor-element-07c2f7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-6f17d38 */.enquiry-now {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0073e6;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    writing-mode: vertical-rl; 
    transition: width 0.3s ease, height 0.3s ease, writing-mode 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
}

.enquiry-now i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.enquiry-now .hover-text {
    font-size: 16px;
    opacity: 0;
    margin-left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
    white-space: nowrap;
}


.enquiry-now:hover {
    width: 140px;
    height: 50px;
    color: #fff;
    writing-mode: horizontal-tb; 
    justify-content: flex-start;
    padding-left: 20px;
}

.enquiry-now:hover .hover-text {
    display: inline-block;
    opacity: 1;
    transform: translateX(5px);
}

.enquiry-now:hover i {
    transform: rotate(0deg);
    margin-right: 10px;
}/* End custom CSS */