* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    height: 130vh;
    background: url('abstract-digital-background-blue-binary-code-lines-explore-showcasing-vibrant-luminous-ideal-technology-data-366776620.webp') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 10px;
  }
  .card {
    margin-top: -50px;
    background: white;
    width: 100%;
    max-width: 97%;
    height: 90%;
    padding: 40px 30px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    
  
  }
  .card-header img {
    width: 180px;
    height: auto;
  }
  
  .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #555;
    overflow: hidden;
  }
  .success-line {
    background-color: #007A5A;
    color: white;
    padding: 12px;
    margin-bottom: 20px;
    
    width: 100%;
    text-align: left;
  }
  .text h5 {
    font-weight: 200; /* or try 'lighter' */
    font-family: 'Arial', sans-serif; /* optional: a clean thin font */
  }
  
  
  iframe {
    border: none;
    width: 100%;
    height: 600px;
    margin-top: 10px;
  }
  footer {
    height: 8vh;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    color: white;
    font-size: 14px;
    background-color: black;
  }
  footer div a {
    color: white;
    margin-left: 15px;
    text-decoration: none;
    background-color: rgba(0, 0, 255, 0.2);
    border-radius: 4px;
    transition: 0.3s;
  }
  footer div a:hover {
    background-color: rgba(0, 0, 255, 0.4);
  }
  .success-line {
background-color: #007A5A;
color: white;
padding: 12px;
margin-bottom: 20px;
width: 100%;
text-align: left;
border-radius: 5px;
}

.icon-text-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
flex-wrap: wrap;
}

.icon {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}

.text {
flex: 1;
font-size: 16px;
}
#no-reference-text {
text-align: center;
font-size: 15px;
color: #333;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
height: 80vh; 
}


  /* 🌐 Extra Small Devices - Small Mobiles (up to 375px) */
@media (max-width: 375px) {
    body {
      padding: 0;
    }
    .text {
      margin-right: -60px;
    }
    .text h5 {
      font-weight: normal;
      width: 90%;
      margin-right: -8px;
    }
    .icon-text-wrapper {
      margin: 0 10px;
    }
    .card {
      margin-top: -50px;
      max-width: 100%;
      border-radius: 0;
      padding: 10px;
      overflow-x: hidden;
    }
    .card-header {
      padding: 0 1px;
      width: 110px;
      margin-left: -10px;
    }
    .card-header img {
      width: 100px;
      margin: 0 5px;
    }
    .card-header #rtimg {
      margin-right: 5px;
    }
    .card-body {
      font-size: 14px;
      padding: 0 10px;
    }
    iframe {
      height: 300px;
    }
    footer {
      flex-direction: column;
      gap: 8px;
      text-align: center;
    }
    footer div a {
      margin-left: 5px;
      font-size: 12px;
    }
  }
  
  /* 📱 Medium Mobiles (376px - 480px) */
  @media (max-width: 480px) {
    .text {
      margin-right: -70px;
    }
    .text h5 {
      width: 80%;
      margin-right: -10px;
    }
    .card {
      margin-top: -60px;
      padding: 11px;
    }
    .card-header {
      max-width: 100%;
      margin-left: 0px;
    }
    .card-header img {
      width: 100%px;
      margin: 0 6px;
    }
    .card-body {
      font-size: 15px;
    }
    iframe {
      height: 350px;
    }
    footer div a {
      font-size: 12.5px;
    }
  }
  
  /* 💻 Tablets and Below (up to 768px) */
  @media (max-width: 768px) {
    body {
      padding: 0px;
      height: 100vh;
    }
    .text {
      margin-right: -84px;
    }
    .text h5 {
      font-weight: normal;
      width: 80%;
      margin-right: -11px;
    }
    .icon-text-wrapper {
      margin: 0px 19px;
    }
    .card {
      margin-top: -125px;
      max-width: 100%;
      border-radius: 0;
      padding: 12px 10px;
      overflow-x: hidden;
    }
    .card-header {
      padding: 0 5px;
      width: 100%;
      margin-left: -4px;
      margin-top: 20px;
    }
    .card-header img {
      width: 177px;
      margin: 0 0px;
    }
    .card-header #rtimg {
      margin-right: 0px;
    }
    .card-body {
      font-size: 16px;
      padding: 0 8px;
    }
    iframe {
      height: 400px;
    }
    footer {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }
    footer div a {
      margin-left: 8px;
      font-size: 13px;
      margin-bottom: 70px;
      
    }
  }
  