.elementor-81 .elementor-element.elementor-element-91b1991{--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-81 .elementor-element.elementor-element-27f3b46{--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-81 .elementor-element.elementor-element-207a278{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-81 .elementor-element.elementor-element-207a278:not(.elementor-motion-effects-element-type-background), .elementor-81 .elementor-element.elementor-element-207a278 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020617;}.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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-81 .elementor-element.elementor-element-207a278{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-81 .elementor-element.elementor-element-207a278{--content-width:80%;}}@media(max-width:1024px) and (min-width:768px){.elementor-81 .elementor-element.elementor-element-207a278{--content-width:90%;}}@media(max-width:767px){.elementor-81 .elementor-element.elementor-element-207a278{--content-width:80%;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-52c70fd */.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    z-index: 9999;
}

.enquire-btn {
    display: inline-block;
  background: #8A6C12;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.enquire-btn:hover {
    opacity: 0.9;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .enquire-btn {
        width: 90%;
        display: block;
        margin: auto;
    }
}





.zoom-animate {
    animation: zoomPulse 1.8s infinite;
}

@keyframes zoomPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #8a6c12;
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 0 10px rgba(255, 0, 128, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 128, 0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4882f2 */.floating-btn {
    position: fixed;
    bottom: 80px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    animation: pulseFloat 2s infinite;
}

/* WhatsApp Left */
.whatsapp-float {
    left: 15px;
    background: #25D366;
}

/* Call Right */
.call-float {
    right: 15px;
    background: #007BFF;
}

/* Mobile spacing adjust */
@media (max-width: 768px) {
    .floating-btn {
        bottom: 90px;
    }
}/* End custom CSS */