/* tablet and below */
@media only screen and (max-width: 961px) {
  .hero-section {
    height: auto;
    padding-top: 0px;
  }


  .container-full {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;

  }
  .age-section{
    padding-top: 0px;
  }
  .age-section .left-column{
    margin-top: 0px;
  }
  .age-section .right-column {
    margin-top: -100px;
}
  .age-section .title{
    font-size: 34px !important;
    line-height: 37px !important;
    margin-bottom: 23px !important;
    margin: 65px 0;
  }

  .age-section .description{
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 22px !important;
  }

  .age-section .tropical-pouch-image img {
    position: absolute;
    width: 250px !important;
    top: 42px !important;
    left: 190px;
  }
  
  .age-section .purple-pouch-image img {
    position: absolute;
    left: -30px !important;
    top: 42px !important;
    width: 146px !important
  }

  .hero-section .title {
    font-size: 34px !important;
    line-height: 37px !important;
    margin-bottom: 23px !important;
  }

  .hero-section .description {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
  }

  .hero-section .left-column {
    margin-top: 0;
    margin-bottom: 30px;
  }


  .header-section {
    display: none;
  }

  .mobile-container {
    display: block;
  }

  .hero-section .bright-pouch-image img {
    top: -45px;
    right: -40px;
    width: 150px;
  }

  .hero-section .purple-pouch-image img {
    width: 100px;
    left: -20px;
    top: -10px;
  }


  .whats-included-section .title{
    width: 218px;
    font-size: 34px;
    line-height: 37px;
  }


  .whats-included-section .image-mobile {
    display: flex;
    justify-content: center;
  }

  .whats-included-section .image-web {
    display: none;
  }

  .whats-included-section .image-mobile img {
    width: 116px;
    margin: 20px;
    border: 2px dashed rgba(111, 183, 205, 1);
    border-radius: 50%;
    padding: 8px;
  }
  .whats-included-section .description-box{
    margin-bottom: 30px !important;
  }
  .whats-included-section .description-upper,
  .whats-included-section .description-lower {
    width: auto;
  }

  .whats-included-section .button-group {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-top: 45px;
    width: 100%;
  }






  .certificate-title {
    font-size: 16px;
    width: 90%;
    margin: 42px 0 20px 0;
    color: var(--White, #fff);
    text-align: left;
    font-family: "Velo WWangle", sans-serif;
    font-weight: 700;
    line-height: 22px;
  }

  .certificate-image img {
    width: 100%;
    max-width: 330px;
    margin: 37px 0 20px 0;
    margin-bottom: -3px;
  }

  .faq-section{
    padding-top: 0px;
  }

  .faq-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* Adjust FAQ item padding for mobile */
  .faq-item {
    padding: 0 25px;
    flex-wrap: wrap;
  }

  /* Make FAQ title and arrow stack vertically on smaller screens */
  .faq-item-header {

    align-items: center;
  }

  .faq-item-title {
    width: 80%;
    font-size: 20px;
    line-height: 37px;
    padding: 20px 0;
  }

.faq-item-description{
  padding-bottom: 20px;
}
  .faq-item-description::before {
    content: "";
    display: block;
    width: 100%;
    border-top: 2px solid #ccc;
    margin-bottom: 10px; 

  }
  /* Adjust description font size for readability */


  .faq-item-description .description{
    font-size: 16px;
    line-height: 22px;
    width: 82%;
    
  }


  .faq-item-description .faq-slides-icons {
    display: flex;
    flex-wrap: wrap;

  }



  /* First image: 95px width */
  .faq-item-description .faq-slides-icons .img-0 {
    max-width: 95px;
  }

  /* Second image: 118px width */
  .faq-item-description .faq-slides-icons .img-1 {

    max-width: 91px;
  }

  /* Last image: 91px width */
  .faq-item-description .faq-slides-icons .img-2 {
    max-width: 118px;
  }


  /* Mobile specific arrow adjustments */
  .faq-item-arrow {
    margin-top: 8px;
  }

  .faq-footer-box {
    background-color: #345b80;  
    padding: 0 25px;
  }

  .faq-footer-box .warning-text {
    font-size: 10px;
    line-height: 13px;
    color: var(--White,#fff);
    margin: 15px 0;
  }
  
  .faq-footer-box .mobile-button {
    display: flex;
   
  }

  .faq-footer-box .web-button {
    display: none;
  }
  .faq-footer-box .bright-pouch-image img {
    position: absolute;
    left: -40px;
    top: 42px;
    width: 163px;
  }
  
  .faq-footer-box .purple-pouch-image img {
    position: absolute;
    width: 250px;
    top: 42px;
    left: 40%;
  }

  /* learn and win section responsive  */
  .learn-and-win-section{
    background: linear-gradient(181.78deg, #345B80 7.21%, #376185 30.74%, #4482A3 63.7%, #58B1CC 183.26%);
    padding: 0;
    padding-bottom: 68px;
  }
  .learn-and-win-section .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 37px;
    /* max-width: 285px; */
    margin-bottom: 10px;
    color: var(--White, #fff);
    text-align: left;
    margin-left: 0;
    padding:0;
  }
  
  .learn-and-win-section .section-description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    max-width: 270px;
    font-weight: 700;
    color: var(--White, #fff);
    text-align: left;
    margin-left: 0;
  }
  
  .learn-and-win-section .prize-list-title {
    max-width: 200px;
    font-size: 34px;
    line-height: 37px;
    font-weight: 700;
    margin: 40px 0 40px 0;
    text-align: left;
  }

  .prize-images {
    gap: 40px;

    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
}

.prize-images .prize-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.prize-images .prize-image-wrapper {
    width: 116px;
    height: 116px;
    padding: 10px;
}

.prize-images .prize-image-title {
    font-size: 13px;
  line-height: 15px;
}

/* First item specific styling */
.prize-images .prize-item:first-child {
    width: 100%; /* Set a fixed width for the first item */
    text-align: center;
}

.prize-images .prize-item:first-child .prize-image-wrapper {
    width: 159px; /* Set the width for the first image */
    height: 159px;
}

.prize-images .prize-item:first-child .prize-image-title {
    width: 159px;
}

/* Non-first item styling */
.prize-images .prize-item:not(:first-child) {
    text-align: center;
    max-width: 116px;
}

.prize-images .prize-item:not(:first-child) .prize-image-wrapper {
    width: 115px;
    height: 115px;
}

.start-test-btn a{
  width: 100%;
  font-size: 16px;
}

footer{
  margin-top: 50px;
  height: 40px;
}

footer .floating-warning{

  left: 10px;
  top: -70px;

}


footer .floating-warning img{
  max-width: 40px;

}

footer .floating-warning p{
  width: 50px;
  font-size: 7px;
  margin-left: 4px;
}
}





@media only screen and (max-width: 500px) {


.age-section {
  min-height: 756px;
}
.main-quiz-wrapper{
  min-height: 756px;
}
.age-section{
  min-height: 756px;
}

footer .bottom-bar p {
  
  font-size: 10px;
  line-height: 13px;
  
}
.quiz-intro .body-image img,  .quiz-intro  .body-image img{
  width: 162px;
  height: 162px;
  margin: 30px 0;
  object-fit: contain;
}
.all-quiz-wrapper[test-no="3"] .quiz-intro .body-image img,
.all-quiz-wrapper[test-no="1"] .quiz-intro .body-image img{
  margin-inline: 0;
  margin-block: 6px 30px;
}
.template-three .quiz-intro .body-image img {
  width: 166px;
  height: auto;
}
}

