/* 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;
  }

  .hero-section .veo-reffils-images img {
    top: -235px;
    transform: rotate(13deg);
    left: 80px;
    width: 77px;
}

.hero-section .veo-reffils-images img:nth-of-type(2) {
    transform: rotate(-19deg);
    width: 82px;
    position: relative;
    left: 210px!important;
    top: -264px!important;
}

.hero-section .obsidian-black-image img {
    width: 85px;
    transform: rotate(-31deg);
    position: relative;
    left: 46px;
    top: -10px;
}
  
  .age-section .lapis-blue-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; */
    margin-bottom: 105px;
  }


  .header-section {
    display: none;
  }

  .mobile-container {
    display: block;
  }
  .hero-section .obsidian-black-image{
    top: -45px;
    right: -90px;
    width: 200px;
  }
  .whats-included-section .two-columns .after-wis {
    width: 95%;
  }


  .hero-section .veo-reffils-images{
    /* width: 200px; */
  }
  /* .hero-section .veo-reffils-images img{
    width: 115px;
    left: 60px;
    top: -200px;
  }
  .hero-section .veo-reffils-images img:nth-of-type(2){
    left: 230px!important;
    top: -220px!important;
  } */

  .whats-included-section{
    padding: 40px 0;
  }
  .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(255, 255, 255, 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-1,
  .whats-included-section .description-lower-2
   {
    max-width: 100%;
    width: auto;
  }

  .whats-included-section .description-lower-2
   {
    max-width: 95%;
    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 !important;
    min-height: 700px;

  }

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

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

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

    align-items: center;
  }

  .faq-item-title {
    width: 55%;
    font-size: 20px;
    line-height: 37px;
    padding: 30px 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: var(--faq-page-gradient);
    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 .obsidian-black-image img {
    position: absolute;
    left: -40px;
    top: 42px;
    width: 163px;
  }
  
  .faq-footer-box .lapis-blue-image img {
    position: absolute;
    width: 250px;
    top: 42px;
    left: 40%;
  }

  /* learn and win section responsive  */
  .learn-and-win-section{

    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: 310px;
    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: space-between;  */
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.prize-images .prize-item:first-child {
    grid-column: 1/3;
}

.prize-images .prize-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    place-self: 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: 300px; /* 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;
}

footer .floating-warning{

  left: 5px;
  top: -50px;

}


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

}

footer .floating-warning p{
  width: 50px;
  font-size: 7px;
  margin-left: 4px;
}
.template-two .intensity-group-wrapper:nth-of-type(1) {
  right: unset;
}

/* Education Video Wrapper */
.educational-video-wrapper .page-title{
  margin-inline-start: unset;
  max-width: 100%;
}
}





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


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

.age-section .lapis-blue-image img {
  position: absolute;
  width: 227px;
  left: 50px;
  top: 0;
}

.age-section  .obsidian-black-image img{
  position: absolute;
  top: -29px;
  left: 228px;
  width: 244px;
}

footer .bottom-bar p {
  
  font-size: 10px;
  line-height: 13px;
  
}
.educational-video-wrapper .page-title{
  width: 82%;
}
}

@media screen and (min-width: 768px) {
    .whats-included-section .two-columns .row.align-center {
        display: unset;
    }
}