 body {
            margin: 0;
            padding: 0;
            background-color: #04011c;
            font-family: poppins, sans-serif;
            color: #ffffff;
            overflow-x: hidden;
        }

        img,h1,h2,h3,h4,h5,h6,p,div,span,footer{
            scale: .8;
            opacity: 0;
            animation: slow linear forwards;
            animation-delay: 1s;
            animation-timeline: view();
            animation-range: entry;
            transition: 500ms;
        }
        @keyframes slow {
            to {
               scale: 1;
               opacity: 1;
               transform: translateY(0);
            }
        }

        .topic{
          font-size: 20px;
        }
        .header {
            background-color: #1a1a2e;
            color: #ffffff;
            text-align: center;
            padding: 5px 0;
            width: 30%;
            position: relative;
            left: 35%;
            border-radius: 0px 0px 20px 20px;
            background: linear-gradient(90deg, #0f1696, #2b0ae6);
            color: white;
            font-size: 12px;
        }
        .logo{
            width: 128px;
            height: 57;
            position:absolute;
            top: 0;
            margin-top: 8px;
            left: 7%;
        }
        .title{
            text-align: center;
            color: #ffffff;
            font-size: 43px;
            margin-top: 60px;
            font-weight: bold;
            position: relative;
            left: 22%;
            width: 60%;
            font-family: poppins, sans-serif;
        }
        .para1 {
            text-align: center;
            color: #ffffff;
            font-size: 20px;
            margin-top: 5px;
            position: relative;
            left: 25%;
            width: 50%;
            font-family: poppins, sans-serif;
        }
        
         .container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      padding: 30px;
      flex-wrap: wrap;
      background-color: #090740;
       width: 60%; 
       position: relative;
        left: 20%;
        margin-top: 50px; 
        box-shadow: 0 10px 10px 0 rgba(3, 142, 255, 0.2); 
    }

    .video-box {
      width: 190px;
      height: 340px;
      flex-shrink: 0;
    }

    .video-box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }

    .content-box {
      flex: 1 1 300px;
      max-width: 600px;
    }

    /* ✅ Video Title */
    .content-box h1 {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #ffffff;
    }

    /* ✅ Limited Time Offer */
    .offer {
      font-size: 0.9rem;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 10px;
    }

    /* ✅ Bold Main Line */
    .big-highlight {
      font-size: 1.5rem;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 10px;
    }

    /* ✅ Only Today */
    .today-text {
      font-size: 1.2rem;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 5px;
    }

    /* ✅ Yellow Price */
    .price {
      font-size: 1.8rem;
      color: #DDFF00;
      font-weight: 700;
      margin-bottom: 25px;
    }


    /* ✅ Features (One Line) */
    .features {
      font-size: 1rem;
      font-weight: 400;
      color: #ffffff;
      line-height: 1.4;
    }
    
       
/* From Uiverse.io by mrhyddenn */ 
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  left: 33%;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #0f1923;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}

.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0f1923;
}

.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #0f1923;
  transition: all .2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #01b7ff;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text {
  position: relative;
}

.button:hover {
  color: #0f1923;
}

.button:hover .button_sl {
  width: calc(100% + 15px);
}

.button:hover .button_lg::after {
  background-color: #fff;
}


.card{
  position: relative; 
  left: 18%;
}

.offer{
    text-align: center;
    color: white;
    margin-top: 30px;
    margin: 5px;
}

.box1 {
  display: flex;
  align-items: center;
  background-color: #0b0c3d; /* dark navy */
  border: 1px solid #5c6bc0;
  padding: 10px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  width:62%;
  position: relative;
    left: 19%;
    margin-top: 15px;
}

.number {
  background-color: white;
  color: black;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: 15px;
  border-radius: 2px;
  position: relative;
  right: 30px;
}

.text {
  color: #fff700; /* yellow text */
}


.mainmap{
    width: 70%;
    height: auto;
    position: relative;
    left: 15%;
    background-color: transparent;
}


.faq-item {
    background: #0b0c3d;
    border-radius: 12px;
    margin: 18px auto;
    padding: 0;
    width: 120%;
    position: relative;
    right: 10%;
}


.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 22px 28px;
    font-size: 1.1rem;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 600;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #181a4d;
}

.faq-question .icon {
    font-size: 1.5em;
    color: #f9f047;
    margin-left: 18px;
    transition: transform 0.3s;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
}



.faq-item.active .faq-answer {
    max-height: 400px;
    padding: 18px 28px 22px 28px;
}

.faqh2{
  text-align: center;
}

i{
    cursor: pointer;
    &:hover{
      color: #01b7ff;
    }
}

.faq-section {
      max-width: 800px;
      margin: 0 auto;
    }

    .faq-section h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 30px;
    }

    .faq-item {
      background: linear-gradient(135deg, #0d0a3c, #09052c);
      margin-bottom: 15px;
      border-radius: 6px;
      overflow: hidden;
      transition: 0.3s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .faq-question {
      cursor: pointer;
      padding: 18px 20px;
      font-size: 16px;
      font-weight: 500;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .faq-question:hover {
      background: #1d164f;
    }

    .faq-question::after {
      content: "+";
      font-size: 20px;
      transition: transform 0.3s;
    }

    .faq-item.active .faq-question::after {
      content: "−";
    }

    .faq-answer {
      display: none;
      padding: 18px 20px;
      font-size: 15px;
      background-color: #eee;
      color: #111;
    }

    .faq-item.active .faq-answer {
      display: block;
    }

    .cta-box{
      width: 100%;
      border-radius: 5px;
      padding: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      background-color: #0f1696;
    }

    .footer {
      text-align: center;
      margin-top: 30px;
      font-size: 13px;
      color: #ccc;
      margin-bottom: 20px;
    }

   #button1{
    position: relative;
    left: 0%;
   }

   #button2{
    position: relative;
    left: 0%; 
   }

   #button3{
    position: relative;
    left: 0%;
   }
   
    .itr1{
      font-size: 30px;
    }

    





    @media screen and (max-width: 600px) {

      .container {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        position: relative;
        left: 5%;
        width: 80%;
      }
      .topic{
        font-size: 12px;
      }
      
          .header {
              width: 70%;
              left: 20%;
              font-size: 10px;
          }
          
          .logo {
              width: 50px;
              height: 15px;
              position: absolute;
              top: 0px;
              left: 10px;
          }
          .title {
              font-size: 24px;
              left: 10%;
              width: 80%;
          }
          .big-highlight{
              font-size: 15px;
          }

      .video-box {
        width: 100%;
        max-width: 360px;
        height: auto;
        aspect-ratio: 9 / 16;
      }

      .content-box h1 {
        font-size: 1.6rem;
      }

      .big-highlight {
        font-size: 1.25rem;
      }

      .price {
        font-size: 1.5rem;
      }

    .para1 {
        font-size: 15px;
        left: 10%;
        width: 80%;
    }


    .box1{
        width: 80%;
        left: 5%;
        margin-top: 10px;
    }
    .mainmap{
        width: 300px;
    }
    .faq-section{
      position: relative;
      left: 10%;
    }
    .faq-section h2{
      font-size: 20px;
      position: relative;
      left: -7%;
    }
      .faq-item {
        width: 95%;
        margin: 12px auto;
    }
    .faq-question {
        padding: 14px 12px;
        font-size: 1rem;
    }
    .faqh2{
      font-size: 30px;
      position: relative;
      left: 5%;
    }
    .faq-answer {
        font-size: 0.95rem;
        padding: 0 12px;
    }
    .faq-item.active .faq-answer {
        padding: 12px 12px 16px 12px;
    }

     .mainmap {
        width: 100%;
        left: 0%;
        min-width: 220px;
        max-width: 100%;
    }
    
    .button{
      position: relative;
      left: 3%;
    }
  
    .cta-box{
      width: 85%;
      position: relative;
      left: -10%;
      margin: 10px;
    }

    .cta-box p{
      font-size: 10px;
      width: 200px;
    }
   #button3{
    position: relative;
    left: 0%;
   }
    .links{
      position: relative;
      right: 10%;
    }
    .footer{
      font-size: 10px;
      text-align: start;
    }
       
    }
