.elementor-165 .elementor-element.elementor-element-ceeecc1{--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-165 .elementor-element.elementor-element-2607e21{--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-165 .elementor-element.elementor-element-e0dfec9{--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:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-165 .elementor-element.elementor-element-e0dfec9:not(.elementor-motion-effects-element-type-background), .elementor-165 .elementor-element.elementor-element-e0dfec9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B2550;}.elementor-165 .elementor-element.elementor-element-86e5da9{--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:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-165 .elementor-element.elementor-element-86e5da9:not(.elementor-motion-effects-element-type-background), .elementor-165 .elementor-element.elementor-element-86e5da9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B2550;}.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-165 .elementor-element.elementor-element-38925fe{color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-165 .elementor-element.elementor-element-e0dfec9{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-165 .elementor-element.elementor-element-86e5da9{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-9c7fde2 */.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 */
/* Start custom CSS for html, class: .elementor-element-3c9f1b3 */.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: #1b2550;
    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 */