.elementor-4156 .elementor-element.elementor-element-2e381fe{--display:flex;--min-height:0px;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.77;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-4156 .elementor-element.elementor-element-2e381fe:not(.elementor-motion-effects-element-type-background), .elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF9F9;background-image:url("https://growlyxdigital.com/wp-content/uploads/2026/09/pexels-photo-6937946-6937946-scaled.jpg");background-position:center center;background-size:cover;}.elementor-4156 .elementor-element.elementor-element-2e381fe::before, .elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-background-video-container::before, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-background-video-container::before, .elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-background-slideshow::before, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-background-slideshow::before, .elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#85191D;--background-overlay:'';}.elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-shape-top .elementor-shape-fill, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#FFF9F9;}.elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-shape-top svg, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-shape-top svg{height:49px;}.elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-shape-bottom .elementor-shape-fill, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#FFF9F9;}.elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-shape-bottom svg, .elementor-4156 .elementor-element.elementor-element-2e381fe > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:49px;}.elementor-4156 .elementor-element.elementor-element-6a36d5e{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--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-4156 .elementor-element.elementor-element-4856bee{--display:flex;}.elementor-4156 .elementor-element.elementor-element-f7a6cfe{--display:flex;--margin-top:13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4156 .elementor-element.elementor-element-f7a6cfe:not(.elementor-motion-effects-element-type-background), .elementor-4156 .elementor-element.elementor-element-f7a6cfe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#791317;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-4156 .elementor-element.elementor-element-2e381fe:not(.elementor-motion-effects-element-type-background), .elementor-4156 .elementor-element.elementor-element-2e381fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for container, class: .elementor-element-6a36d5e */h2 {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

h2 span {
  display: inline-block;
  font-size: 100px;
  line-height: 0.75 !important;

  /* PURE WHITE TEXT */
  color: #FFFFFF;

  /* SOFT WHITE GLOW */
  text-shadow:
    0 0 0 rgba(255, 255, 255, 0);

  animation: whiteGlowH2 4s ease-in-out infinite;
}


/* =========================
   WHITE → GLOW → WHITE
========================= */

@keyframes whiteGlowH2 {

  /* NORMAL WHITE */
  0% {
    color: #FFFFFF;
    text-shadow:
      0 0 0 rgba(255, 255, 255, 0);
  }

  /* GLOW START */
  35% {
    color: #FFFFFF;
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.45),
      0 0 12px rgba(255, 255, 255, 0.35),
      0 0 25px rgba(255, 255, 255, 0.20);
  }

  /* STRONG WHITE GLOW */
  50% {
    color: #FFFFFF;
    text-shadow:
      0 0 6px rgba(255, 255, 255, 0.80),
      0 0 15px rgba(255, 255, 255, 0.60),
      0 0 30px rgba(255, 255, 255, 0.40),
      0 0 50px rgba(255, 255, 255, 0.20);
  }

  /* GLOW FADE */
  65% {
    color: #FFFFFF;
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.45),
      0 0 12px rgba(255, 255, 255, 0.30),
      0 0 25px rgba(255, 255, 255, 0.15);
  }

  /* BACK TO NORMAL WHITE */
  100% {
    color: #FFFFFF;
    text-shadow:
      0 0 0 rgba(255, 255, 255, 0);
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  h2 {
    width: 100%;
    max-width: 100%;
  }

  h2 span {
    font-size: 48px !important;
    line-height: 0.9 !important;
    letter-spacing: -1px;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 400px) {

  h2 span {
    font-size: 40px !important;
    line-height: 0.9 !important;
  }

}/* End custom CSS */