.elementor-32 .elementor-element.elementor-element-bff7d7e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-32 .elementor-element.elementor-element-bff7d7e:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-bff7d7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hindustanmarblegranite.com/wp-content/uploads/2025/04/Adobe-Express-file-21.jpg");}.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-32 .elementor-element.elementor-element-653f635{text-align:center;}.elementor-32 .elementor-element.elementor-element-653f635 .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-weight:600;line-height:55px;}.elementor-32 .elementor-element.elementor-element-6650274{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-32 .elementor-element.elementor-element-6650274:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-6650274 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-32 .elementor-element.elementor-element-1366917{text-align:left;}.elementor-32 .elementor-element.elementor-element-1366917 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:500;color:#000000;}.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-32 .elementor-element.elementor-element-d535bf4{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#000000;}.elementor-32 .elementor-element.elementor-element-cd479a8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-32 .elementor-element.elementor-element-cd479a8:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-cd479a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D3D3D5;}.elementor-32 .elementor-element.elementor-element-ddfacc9{text-align:left;}.elementor-32 .elementor-element.elementor-element-ddfacc9 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:500;color:#000000;}.elementor-32 .elementor-element.elementor-element-0a22263{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#000000;}.elementor-32 .elementor-element.elementor-element-b4bc420{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}.elementor-32 .elementor-element.elementor-element-b4bc420:not(.elementor-motion-effects-element-type-background), .elementor-32 .elementor-element.elementor-element-b4bc420 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F6F6;}.elementor-32 .elementor-element.elementor-element-f08cfff{text-align:left;}.elementor-32 .elementor-element.elementor-element-f08cfff .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:500;color:#000000;}.elementor-32 .elementor-element.elementor-element-358a32e{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#000000;}/* Start custom CSS for heading, class: .elementor-element-653f635 */ /* Apply styles for text animation */
.large-sall-text {
  display: inline-block; /* Ensures the heading stays inline */
  font-size: 50px; /* Initial font size */
  font-weight: bold; /* Optional: makes the heading bold */
  color: #000000; /* Font color */
  animation: sizeAnimation 3s infinite alternate; /* Applies the animation */
}

/* Keyframes for large and small text animation */
@keyframes sizeAnimation {
  0% {
    font-size: 30px; /* Starting font size */
  }
  50% {
    font-size: 40px; /* Midway font size (larger) */
  }
  100% {
    font-size: 50px; /* Ending font size (original size) */
  }
} /* End custom CSS */