.elementor-357 .elementor-element.elementor-element-08afc76{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-357 .elementor-element.elementor-element-08afc76:not(.elementor-motion-effects-element-type-background), .elementor-357 .elementor-element.elementor-element-08afc76 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#072964;}.elementor-357 .elementor-element.elementor-element-099343b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-357 .elementor-element.elementor-element-be7caa9{text-align:center;}.elementor-357 .elementor-element.elementor-element-be7caa9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:600;}.elementor-357 .elementor-element.elementor-element-e33cb9c{--display:flex;--min-height:0px;--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-357 .elementor-element.elementor-element-a1e47d2{--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-357 .elementor-element.elementor-element-d10f06d{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-357 .elementor-element.elementor-element-d10f06d:not(.elementor-motion-effects-element-type-background), .elementor-357 .elementor-element.elementor-element-d10f06d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#410961;}.elementor-357 .elementor-element.elementor-element-f61122f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;}.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-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-357 .elementor-element.elementor-element-73fb8c8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-357 .elementor-element.elementor-element-73fb8c8:not(.elementor-motion-effects-element-type-background), .elementor-357 .elementor-element.elementor-element-73fb8c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C2DF06;}.elementor-357 .elementor-element.elementor-element-a768baf{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 10px 0px;}@media(min-width:768px){.elementor-357 .elementor-element.elementor-element-099343b{--width:25%;}.elementor-357 .elementor-element.elementor-element-e33cb9c{--width:54%;}.elementor-357 .elementor-element.elementor-element-a1e47d2{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-8554353 *//* WhatsApp Floating Button - Rotating */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  background-color: #FFCC00; /* Deep yellow */
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  animation: rotate360 5s linear infinite; /* continuous rotation */
  transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.3); /* enlarge on hover */
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
}

/* Rotate animation */
@keyframes rotate360 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.whatsapp-float img {
  width: 65px;
  height: 65px;
  display: block;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float img {
    width: 55px;
    height: 55px;
  }
}/* End custom CSS */