.header {
    background-color: #092b85;
}

.bg-1 {
    background-color: #092b85;

}
.program-card {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 14px 4px rgba(0,0,0,0.25);
}


.title-1 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: white;
}

.text-1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: white;
    font-size: 21px;
}

.program-title{
    border-radius: 10px;
}



.program-title > h2 {
    color: white;
    font-size: 30px;
}

.program-card {
    width: 400px;
}


.benefit-list > .d-flex > p {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 16px;
}

.benefit-text {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.program-title > h2 {
    font-family: "Poppins", sans-serif;
}



.card-1 {
    border: solid white  1px;
    background: rgba(235, 235, 235, 0);
    background: linear-gradient(140deg, rgba(235, 235, 235, 0.39) 0%, rgba(255, 255, 255, 0.281) 50%, rgba(9,43,133,1) 100%);
}

.text-2 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 18px;
}
.text-color-1 {
    color: #000A0F;
}

.btn-regis {
    background: rgb(255,174,52);
    background: linear-gradient(180deg, rgba(255,174,52,1) 0%, rgba(212,104,4,1) 100%);
    color : white;
    font-family : "Raleway", sans-serif;
    font-weight: 600;
}

.about-text > p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}
.why-text {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    text-align: justify;
}
.about-title-1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.program-swiper {
    height: 800px;
}



.program-card h5 {
    font-family: "Inter";
    font-weight: 700;

}
.problem .card {
    --bs-card-border-color : none;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.8) !important;
}

.card {
    --bs-card-border-color : none;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
}

.problem-2 > .text-center > h1 {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 32px;
}
.problem-2 > .text-center > p {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
}
.problem-list {
    border-radius: 20px;
}

.problem-list i {
    font-size: 20px;
}
.problem-line {
    border-bottom: solid 1px white ;
}
.problem-list p {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 15px;
}

.swiper-problem {
    height: 430px;
}
.program-card p {
    font-family: "Poppins";
    font-weight: 500;
}
.problem h1 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 32px;
}
.solution-title {
    font-family: "Inter";
    font-weight: 700;
    color: white;
    text-align: center;
    font-size: 32px;
}
.facil-title {
    font-size: 40px;
}
.solution-desc {
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    font-size: 20px;
}
.faq {
    background-image: url('/images/supercamp/08bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .faq-card {
    border: 2px solid white;
    border-radius: 10px;
    transition: max-height 0.3s ease;
    max-height: 70px; /* Initial height when collapsed */
    overflow: hidden;
    cursor: pointer;
  }
  
  .faq-card.expanded {
    max-height: 500px; /* Adjust this value to fit the full content */
  }

.faq-card > .d-flex > i {
    font-size: 25px;
    color: white;
}


.faq-desc {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: justify;
}


.facil-head > h5 {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    background-color: #092b85;
    width: fit-content;
}

.facil-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;

}
.facil-card {

    width: 400px;
    height: 300px;
}
.facil-card > img {
    width: 80px;
}

.facil-sub-title > h1 {
    color: white;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.facil-sub-title {
    width: fit-content;
    border-radius: 50px;
}


.facil-card > h5 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.facil-card > p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.facil-head {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 25px;
}
.faq-card > .d-flex > p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
}
.faq-card img {
    width: 28px;
}

.faq-title {
    color: white;
    font-family: "Inter";
    font-weight: 700;
    font-size: 32px;

}
.solution-desc-2 {
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    font-size: 16px;
}
.why-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 28px;
}
.about-title-2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
}
.btn-consult {
    border: solid white  1px;
    color : white;
    font-family : "Raleway", sans-serif;
    font-weight: 600;
}

.wa-icon {
    font-size: 20px;
}

.header .card-1 {
    font-size: 17px;
}
.header-img {
    width: 500px;
}

.sub-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
}
.title-2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size : 36px
}


.testi-head > h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 32px;
}

.testi-body .people {
    width: 98px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50px);
}
.testi-body .tick {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}

.testi-swiper .swiper-slide {
    padding-top: 50px !important;
}
.testi-body  h5 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 20px;
}

.testi-body p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.rating {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.custom-prev, .custom-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  
.custom-prev i, .custom-next i {
    font-size: 30px;
    color: #000;
}

.testi-body .card{
    border-radius: 20px;
    width: 289px    ;
}

.testi-body {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testi-swiper {
    height: 520px;
}


  
  .program-card img {
    max-height: 150px; /* Ensure images are scaled */
    max-width: 100%;
    height: auto;
  }
  
  .program-card h5, .program-card p {
    flex-grow: 1; /* Allow text to fill space */
    margin-bottom: 0; /* Control margins to keep space consistent */
  }

  .program-swiper > .swiper-wrapper .benefit-list {
    height: 400px;
    overflow-y: scroll;  
  } 

  .problem-card {
    height: 330px;
    width: 400px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /* Include padding and border in the height */
  }
  
  .problem-card img {
    max-height: 80px; /* Ensure images are scaled */
    max-width: 100%;
    height: auto;
  }

  .testi-card {
    height: 382px
    ;
    width: 350px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /* Include padding and border in the height */
  }
  
  .testi-card img {
    max-height: 200px; /* Ensure images are scaled */
    max-width: 100%;
    height: auto;
  }
  
  .problem-card h5, .problem-card p {
    flex-grow: 1; /* Allow text to fill space */
    margin-bottom: 0; /* Control margins to keep space consistent */
  }

  .fa-arrow-left, .fa-arrow-right {
    font-size: 30px;
  }

  .collaborator-swiper img {
    width: 100px;
  }
  .news h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 32px;
  }
  .card {
    border-radius: 10px;
  }
  .foot-head h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 30px;
  }
  .collaborator-swiper {
    border-bottom: 2px dashed black;
  }
  .call-to-action {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/supercamp/11bg.webp');
  }
  .call-to-action h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: white;
  }
  .call-to-action a {
    color : white;
  }
  .swiper-button-next, .swiper-button-prev {
    background-color: #092b85;
    width: 25px;
    height: 25px;
  }
  .news-swiper {
    height: 250px;
  }
  .television-swiper img {
    width: 100px;
  }
  .article-swiper .swiper-slide img{
    border-radius: 20px 20px 0px 0px;
  } 
  .article-swiper .article-card {
    height: 250px;
  }

  .article-swiper {
    height: 300px;
  }
  .article-swiper > .swiper-wrapper > .swiper-slide {
    width: 18rem !important;
  }
  .article h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 30px;
  }

  .article p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
@media (max-width: 576px) { 
    .call-to-action > h1 {
        font-size: 25px;
    }
    .testi-head > h1 {
        font-size : 25px;
    }
    .facil-sub-title > h1{
        font-size: 25px;
    }
    .problem-2 > .text-center > p {
        font-size: 15px;
    }
    .problem-2 .text-center h1 {
        font-size: 30px;
    }
    .why-text {
        font-size: 15px;
    }
    .why-title {
        font-size: 25px;
    }
    .program-swiper {
        height: 750px;
    }
    .about-text p{
        font-size: 15px;
    }
    .why-title {
        font-size: 35px;
    }

    .about-title-2 {
        font-size: 25px;
    }
    .header  .btn-consult {
        width: 100%;
    }

    .header  .btn-regis {
        width: 100%;
    }
    .solution-title {
        font-size: 25px;
    }
    .header .right > img {
        width: 300px !important;
    }
    .program .title-2 {
        font-size: 25px;
    }
    .problem-card {
        width: 300px;
        height: 370px;
    }
    .program .sub-title {
        font-size: 18px !important;
    }
    .program-card  {
        width: 350px !important;
    }
    .about-title {
        font-size: 25px;
    }
    .program-title h2 {
        font-size: 20px !important;
    }
    .program-card p {
        font-size: 17px !important;
    }

    .benefit-list > .d-flex > p {
        font-size: 15px !important;
    }

    .program-card img {
        width: fit-content;
    }
    .about .right img {
        width: 300px;
    }
    .problem-card  {
        width: 350px;
    }
    .testi-card {
        width: 350px !important;
        height: 460px;
    }
    .solution .left img {
        width: 300px;
    }

    .solution-desc {
        font-size: 15px;
    }
    .solution-desc-2 {
        font-size: 15px;
    }


    .faq-card > .d-flex p{
        font-size: 15px;
    }

    .faq-title {
        font-size: 25px;
    }

    .facil-title {
        font-size: 25px;
    }
 }

@media (max-width: 992px) { 
    .header .right > img {
        width: 370px ;
    }
    .problem h1 {
        font-size: 30px;
    }

    .why .left img {
        width: 350px !important;
    }
}

@media (min-width: 992px) { 
    .about .right img {
        width: 400px;
    }
 }

 @media (max-width: 1200px) { 
    .why .left img {
        width: 400px;
    }
}

  @media (min-width: 1400px) { 
    .swiper-button-prev, .swiper-button-next {
        display: none !important;
    }
  }


