 html.lock-scroll,
  body.lock-scroll {
    overflow: hidden !important;
    height: 100%;
    position: fixed;
    width: 100%;
  }

  .scroll-frame {
      min-height: var(--app-height);
      padding-top: calc(var(--header-height, 0px) + 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
  }

  #heading-frame {
/*     justify-content: flex-start;
    padding-top: 96px; */
}
    
    
    .widget-type-cell .row-number-1:has(.animation-section) {
     background: #111419;
}

    .animation-section {
        position: relative;
/*         display: flex; */
        justify-content: center;
        align-items: center;
        min-height: var(--app-height);
/*         min-height:100vh; */
        width: 100%;
        max-width: 100%;
        overflow: hidden;
/*         background: 
            linear-gradient(0deg, #111419 0%, #111419 100%),
            linear-gradient(264deg, rgba(0, 0, 0, 0.00) 1.58%, rgba(21, 41, 75, 0.60) 50.11%, #111419 94.66%),
            url('https://offers.gate39media.com/hubfs/Vector.svg'); */
        background-size: cover, cover, contain;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
        box-sizing: border-box;
    }
    /* Lottie Animation centered */


    
/*     #lottie-container {
        width: 100%;
        /*     max-width: 600px; /* Adjust the size of the Lottie animation */
/*         height: auto; */
/*         position: absolute;
        display: block;
    }  */
#subheading-frame { margin-bottom: clamp(1.25rem, 4vw, 2rem);  }

    
       #heading {
/*         position: absolute; */
/*         opacity: 1; */
        color: #fff;
/*         top: 13%; */
        width: min(1400px, 90%);
/*         font-size: 48px; */
        text-align: center;
        padding: 0 20px 50px;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
           margin: 0 auto;
    }
    
#sub-heading {
/*         position: absolute;
        opacity: 1; */
        color: var(--Primary-P100, #6BA6FF);
/*         top: 38%; */
        width: min(1400px, 90%);
        text-align: center;
            padding: 0 20px 50px;
        line-height: 1.5;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    margin: 0 auto;
    }
    
 #stats-container {
/*         top: 58%; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        border: 1px solid var(--Stroke-Gradient---2, rgba(255, 255, 255, 0.60));
        background: linear-gradient(6deg, rgba(255, 255, 255, 0.27) 39.68%, rgba(255, 255, 255, 0.09) 88.87%);
        backdrop-filter: blur(20px);
     margin: 0 30px;
    }
    
    .stats-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 80px;
        padding: 40px 80px;
    }
    
    .stat-item {
        text-align: center;
        color: #fff;
    }
    
    .stat-value {
        font-size: clamp(2rem, 4vw, 3.5rem);
        font-weight: bold;
        color: #fff;
    }
    
    .stat-label {
        font-size: clamp(1rem, 2vw, 1.5rem);
        color: #fff;
    }
    
    .stat-description {
        font-size: clamp(0.875rem, 1.5vw, 1.25rem);
        color: #ffff;
        margin-top: 0.5rem;
    }

   /* Fix for pin-spacer */
    .pin-spacer {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


/* Desktop Styles (under 1400px) */
    @media screen and (max-width: 1399px) {
    #heading {
        font-size: 48px;
    }
      #sub-heading {
        font-size:30px;
      }
}


    @media screen and (max-width: 768px) {
        .animation-section {
      padding-top:36px;
        height:auto!important;
    align-items: flex-start;
      min-height:auto!important;
        }
      #lottie-container{
              height:auto!important;

      }
      
      .scroll-frame{
        padding-top:36px;
        min-height:auto;
      }

        #heading {
            top: 25%;
            font-size: clamp(24px, 5vw, 48px);
            width: 100%;
            padding: 0 15px 36px;
            margin: 0 auto;
        }

        #sub-heading {
            width: 100%;
            padding: 0 15px 36px;
            margin: 0 auto;
            font-size:20px;
        }

     #stats-container {
/*           width: 90%; */
          margin: 0 auto;
      }
          .stats-row {
        flex-direction: column;
        gap: 20px;
        padding: 40px 80px;
    }

    .stat-item {
       
    }
}

    /* Small Mobile Styles */
    @media screen and (max-width: 480px) {
        .animation-section {
            padding: 15px;
        }

        #heading {
            padding: 0 10px;
        }

        #sub-heading {
            padding: 16px 10px;
        }


    .stats-row {
        gap: 0px;
        padding:  15px;
    }
  }  
         /* Small Mobile Styles */
    @media screen and (max-width: 320px) {

        #heading {
            padding: 0 10px;
        }

        #sub-heading {
            padding: 0 10px;
        }

          .stats-row {
        gap: 0px;
        padding: 30px 15px;
    }

  }
      
    
