.elementor-23 .elementor-element.elementor-element-5f78db6{--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;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-5f78db6:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-5f78db6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFD1EE 0%, #FFAFE6 100%);}.elementor-23 .elementor-element.elementor-element-5f78db6, .elementor-23 .elementor-element.elementor-element-5f78db6::before{--border-transition:0.3s;}.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-23 .elementor-element.elementor-element-fff5851{--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;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:400px;--padding-left:0px;--padding-right:0px;}.elementor-23 .elementor-element.elementor-element-fff5851:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-fff5851 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFADE6;}.elementor-23 .elementor-element.elementor-element-fff5851, .elementor-23 .elementor-element.elementor-element-fff5851::before{--border-transition:0.3s;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-23 .elementor-element.elementor-element-27b4cf5{text-align:center;}.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-23 .elementor-element.elementor-element-24c3e83 .elementor-button{background-color:#E43BC6;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:400;fill:#ECE0E0;color:#ECE0E0;border-style:solid;border-width:0px 0px 3px 0px;border-radius:10px 10px 10px 10px;box-shadow:0px 4px 10px 2px rgba(0, 0, 0, 0.17);}.elementor-23 .elementor-element.elementor-element-24c3e83 > .elementor-widget-container{padding:15px 60px 15px 60px;}.elementor-23 .elementor-element.elementor-element-24c3e83 .elementor-button:hover, .elementor-23 .elementor-element.elementor-element-24c3e83 .elementor-button:focus{color:#050505;border-color:#0B0B0B;}.elementor-23 .elementor-element.elementor-element-24c3e83 .elementor-button:hover svg, .elementor-23 .elementor-element.elementor-element-24c3e83 .elementor-button:focus svg{fill:#050505;}/* Start custom CSS for button, class: .elementor-element-24c3e83 */CSS:
.devagar {
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */