/** Shopify CDN: Minification failed

Line 437:2 Unexpected "{"
Line 437:3 Expected identifier but found "%"
Line 437:16 Unexpected "="
Line 437:68 Expected identifier but found "%"
Line 516:6 Unexpected "{"
Line 516:7 Expected identifier but found "%"
Line 516:38 Unexpected "{"
Line 516:39 Expected identifier but found "%"
Line 532:10 Expected ":"

**/
 .video-bg-section {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: start;
      color: #fff;
      padding-left: 14rem;
  }


  .beta-lg-logo img {
      max-width: 200px;
      margin: auto;
  }



  .beta-hd-mobile{
       display:none;
  }


  .ho-to-bx img {
      max-width:72px;
  }

  .beta-hd-mobile .beta-hd{
    font-size:40px;
    font-family: Infinix Display font !important;
    background: linear-gradient(180deg, #64FF00 0%, #132F00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
  }


  .beta-hd-mobile h4 {
      font-family: Infinix Display font !important;
      color: #fff;
      font-size: 20px;
      letter-spacing: 7px;
      padding-top: 14px;
  }


  .video-bg-section  .beta-hd span{
    font-family: Infinix Display font !important;
   }


  .beta-pea-line p {
      font-size: 16.5px;
      text-align: center;
      line-height: 1.8;
      color: #fff;
  }


  .desktop-view{
    background-color:#000;
  }


  .beta-hd span{
     font-family: Infinix Display font !important;
  }

  /* ✅ Video always fullscreen */
  .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  /* ✅ Show only desktop video on desktop */
  .desktop-video { display: block; }
  .mobile-video { display: none; }

  @media (max-width: 768px) {
    .desktop-video { display: none; }
    .mobile-video { display: block; }

    .beta-hd-mobile{
      display: block;
      text-align: center;
  }


      .beta-lg-logo img {
          max-width: 150px;
          margin: auto;
          margin-bottom: 12px;
      }


  .beta-footer{
          margin-top: 42px;
  }

  .video-content {

     display:none;
  }

  }



  .video-content {
      position: relative;
      z-index: 2;
      text-align: center;
      margin-top: -82px;
  }

  .video-content h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  .video-content h1 {
      font-size:65px;
      font-weight: 700;
      margin: 10px 0;
  }
  .video-content h1 span {
      background: linear-gradient(180deg, #64FF00 0%, #132F00 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
  }
  .video-content h4 {
      font-size: 30px;
      letter-spacing:14px;
      color: #fff;
      font-weight: 500;
      font-family: 'Infinix-dislpay' !important;
  }

  .animated-button1 {
      position: relative;
      display: inline-block;
      padding: 16px 45px;
      margin-top: 2%;
      font-size: 22px;
      border:3px solid #64ff00;
      background-color: transparent;
      color: #64ff00;
      font-family: "Infinix Display font", sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      overflow: hidden;
      font-family: 'Infinix-dislpay' !important;
      transition: 0.2s;
      border-radius: 10px;
  }

  /* top border */
  .animated-button1 span:nth-child(1) {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent,#fff);
    animation: anim1 2s linear infinite;
  }

  @keyframes anim1 {
    0% { left: -100%; }
    50%,100% { left: 100%; }
  }

  /* right border */
  .animated-button1 span:nth-child(2) {
    position: absolute;
    top: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, transparent,#fff);
    animation: anim2 2s linear infinite;
    animation-delay: 0.5s;
  }

  @keyframes anim2 {
    0% { top: -100%; }
    50%,100% { top: 100%; }
  }

  /* bottom border */
  .animated-button1 span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(270deg, transparent,#fff);
    animation: anim3 2s linear infinite;
    animation-delay: 1s;
  }

  @keyframes anim3 {
    0% { right: -100%; }
    50%,100% { right: 100%; }
  }

  /* left border */
  .animated-button1 span:nth-child(4) {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: anim4 2s linear infinite;
    animation-delay: 1.5s;
  }

  @keyframes anim4 {
    0% { bottom: -100%; }
    50%,100% { bottom: 100%; }
  }



  .be-the-first h2 {
      font-size: 58px;
      font-family: Infinix Display font !important;
          color: #64FF00;
      text-align: center;
      padding-top: 2rem;
      line-height: 1.2;
  }


  .participate-sec {
      background-color: #1C1C1C;
      padding: 40px 0px 30px;
      margin-top: 3rem;
  }

  .ho-to-bx span {
      display: flex;
      justify-content: start;
      align-items: center;
      font-family: Infinix Display font !important;
  }
  .ho-to-bx h2 {
      color: #fff;
      font-size: 40px;
  }


  .hot-ctbeta {
      padding: 1rem;
  }

  .beta-hd{
     padding-top:10px;
  }


  .hot-ctbeta p {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 17px;
  }

  .beta-hd span {
      /* font-family: AktivGrotesk-XBold !important; */
      color: #64FF00;
      font-weight: 800 !important;
      font-family: 'AktivGrotesk - extra bold' !important;
  }



  .beta .faq {
    border-bottom: 1px solid #333;
    padding: 15px 11px;
  }

  .beta .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
  }

  .beta .faq-question p {
    color: #fff;
    font-weight: 700;
    margin: 0;
  }

  .beta .faq-question span {
    width: 22px;
    height: 22px;
    border: 1px solid #4CAF50;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4CAF50;
    transition: all 0.3s ease;
  }

  .beta .faq-answer {
    max-height: 0;
    overflow: hidden;
    color: #ccc;
    line-height: 1.5;
    font-family: 'AktivINFINIX', sans-serif;
    transition: max-height 0.35s ease;
    margin-top: 5px;
  }

  .beta .faq.active .faq-question span {
    color: #fff;
  }



  .beta-footer .footer-num-bx{
     border:1px solid #64FF00;
  }

  .beta-footer .pg-htlight-gg {
      background: #64FF00;
      color: #000;
  }

   .beta-footer .svg-icon{
     border:1px solid #64FF00;
    }


   .beta-footer  .google-plus-pg{
       color:#64FF00;
  }

  .beta-footer .footer-india{
    border:1px solid #64FF00;
   }


   .beta-footer .category-strip{
    border-bottom:1px solid #64FF00;
   }


    .beta-footer .support-box{
      border-left: 1px solid #64FF00;
     }


    .beta-footer  .category-strip li:not(:last-child)::after{
        color:#fff;
      }

     .beta-footer .support-title{
         color:#fff;
    }


    .beta-footer .most-ft-min{
    border-bottom:1px solid #64FF00;
    }

     .beta-footer .footer-num-bx p{
        color:#fff;
    }



  .be-the-first h2 {
      font-size: 58px;
      font-family: "Infinix Display font", sans-serif !important;
      color: #64FF00;
      text-align: center;
      padding-top: 2rem;
      line-height: 1.2;
      animation: subtlePulse 5s ease-in-out infinite;
  }

  @keyframes subtlePulse {
      0% {
          filter: brightness(1);
          text-shadow: none; /* no glow at start */
      }
      50% {
          filter: brightness(1.2);
          text-shadow: 0 0 12px rgba(100, 255, 0, 0.8),
                       0 0 24px rgba(100, 255, 0, 0.6);
      }
      100% {
          filter: brightness(1.05);
          text-shadow: 0 0 6px rgba(100, 255, 0, 0.5),
                       0 0 12px rgba(100, 255, 0, 0.3);
      }
  }



  .desktop-text{
     margin-top:-60px;
  }


  {% comment %} =========== /* ✅ Mobile Responsive */  ========= {% endcomment %}
  @media(max-width: 768px) {
    .video-content h1 {
      font-size: 38px;
    }



    .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease; /* smooth animation */
  }
  .faq.active .faq-answer {
    /* JS will handle max-height dynamically */
  }




    .desktop-text {
      margin-top: 0px;
  }

    .animated-button1{
        margin-top: 8%;
    }

    .beta-hd-mobile {
      margin-top: -72px;
  }

    .video-content h3 {
      font-size: 18px;
    }

    .beta-footer .support-box{
        border-left:none;
    }
    .video-content h4 {
      font-size: 16px;
      letter-spacing: 3px;
    }

    .video-bg-section{
          justify-content: center;
          color: #fff;
          height: 62vh;
          padding-left: 0;
    }


    .be-the-first h2 {
      font-size: 32px;
      line-height: 1.4;
    }

    .ho-to-bx h2 {
      color: #fff;
      font-size: 29px;
  }


  .hot-ctbeta p {
      color: #fff;
      font-size: 12px;
  }


  .participate-sec {
      background-color: #1C1C1C;
      padding: 18px 0px 0px;
  }

  .active .faq-answer {
      max-height: 263px;
      padding-bottom: 10px;
      color: #fff;
      line-height: 1.8;
      {% comment %} max-width: 366px; {% endcomment %}

  }


  .beta .faq-question p {
      font-size: 11px;
  }

  .beta-pea-line p {
      font-size: 14px;
  }
  }

  .faq-answer {
    max-height: 0;
    overfl.beta .faqow: hidden;
    transition: max-height 0.35s ease; /* smooth animation */
  }
  .faq.active .faq-answer {
    /* JS will handle max-height dynamically */
  }