/* J&J Hackathon 2026 Page Styles */

/* ============ Logos Section ============ */
.jj-hackathon-logos-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #154677;
}
.jj-hackathon-logos-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 992px) {
  .jj-hackathon-logos-wrapper {
    flex-direction: row;
    gap: 80px;
    justify-content: center;
    align-items: center;
  }
}
.jj-hackathon-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  max-width: 200px;
}
@media (min-width: 992px) {
  .jj-hackathon-logo-item {
    max-width: 250px;
  }
}
.jj-hackathon-logo-item img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}
@media (min-width: 992px) {
  .jj-hackathon-logo-item img {
    max-height: 80px;
  }
}

/* ============ About Hackathon Section ============ */
.jj-hackathon-about-section {
  padding-top: 61px;
}
@media (min-width: 992px) {
  .jj-hackathon-about-section {
    padding-top: 128px;
    background: #fff;
    padding-bottom: 0;
  }
}
.jj-hackathon-about-section .section-title-right-cont p {
  max-width: 100%;
}
.jj-hackathon-about-section .section-title-box {
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .jj-hackathon-about-section .section-title-box {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

/* ============ Important Dates Section ============ */
.jj-hackathon-important-dates-section {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .jj-hackathon-important-dates-section {
    padding-top: 40px;
    background: #fff;
  }
}
.jj-hackathon-important-dates-section .talented-student-grid-box {
  display: grid;
  column-gap: 9px;
  row-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "one two" "three three" "four four";
}
@media (min-width: 992px) {
  .jj-hackathon-important-dates-section .talented-student-grid-box {
    column-gap: 32px;
    row-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "one two four" "three three four";
  }
}
.jj-hackathon-important-dates-section .grid-card-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jj-hackathon-important-dates-section .grid-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jj-hackathon-important-dates-section .grid-card-item .title {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 992px) {
  .jj-hackathon-important-dates-section .grid-card-item .title {
    font-size: 36px;
  }
}
.jj-hackathon-important-dates-section .grid-card-item .title {
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: #154677;
}
.jj-hackathon-important-dates-section .grid-card-item p {
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .jj-hackathon-important-dates-section .grid-card-item p {
    line-height: 155%;
  }
}
.jj-hackathon-important-dates-section .grid-card-item p {
  letter-spacing: 0%;
  text-align: center;
  color: #154677;
}
.jj-hackathon-important-dates-section .grid-card-item.one {
  background: #E5C687;
  padding: 26px 23px;
}
.jj-hackathon-important-dates-section .grid-card-item.one div {
  color: #154677;
  max-width: 244px;
}
.jj-hackathon-important-dates-section .grid-card-item.one p {
  color: #154677;
  margin-top: 5px;
}
.jj-hackathon-important-dates-section .grid-card-item.three {
  background: #154677;
  padding: 26px 23px;
}
.jj-hackathon-important-dates-section .grid-card-item.three div {
  color: #E5C687;
  max-width: 458px;
}
.jj-hackathon-important-dates-section .grid-card-item.three p {
  color: #E5C687;
  margin-top: 5px;
}
.jj-hackathon-important-dates-section .grid-card-item.three {
  height: 208px;
}
.jj-hackathon-important-dates-section .grid-card-item.four {
  background: rgba(229, 198, 135, 0.2509803922);
  padding: 26px 23px;
}
.jj-hackathon-important-dates-section .grid-card-item.four div {
  color: #154677;
  max-width: 261px;
}
.jj-hackathon-important-dates-section .grid-card-item.four p {
  color: #154677;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .jj-hackathon-important-dates-section .grid-card-item.four p {
    margin-top: 25px;
  }
}
.jj-hackathon-important-dates-section .one {
  grid-area: one;
}
.jj-hackathon-important-dates-section .two {
  grid-area: two;
}
.jj-hackathon-important-dates-section .three {
  grid-area: three;
}
.jj-hackathon-important-dates-section .four {
  grid-area: four;
}

/* ============ Why Participate Section ============ */
.jj-hackathon-why-participate-section {
  padding-top: 47px;
}
@media (min-width: 992px) {
  .jj-hackathon-why-participate-section {
    padding-top: 111px;
  }
}
.jj-hackathon-why-participate-section .section-title-right-cont h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .jj-hackathon-why-participate-section .section-title-right-cont h3 {
    font-size: 20px;
  }
}
.jj-hackathon-why-participate-section .section-title-right-cont .desc-text {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .jj-hackathon-why-participate-section .section-title-right-cont .desc-text {
    margin-top: 22px;
  }
}
.jj-hackathon-why-participate-section .section-title-right-cont .list-items-box {
  max-width: 762px;
  width: 100%;
}
.jj-hackathon-why-participate-section .section-title-right-cont .list-items-box .lists-items {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  .jj-hackathon-why-participate-section .section-title-right-cont .list-items-box .lists-items {
    gap: 14px;
  }
}
.jj-hackathon-why-participate-section .section-title-right-cont .list-items-box .lists-items {
  flex-direction: column;
}
.jj-hackathon-why-participate-section .section-title-right-cont .list-items-box .lists-items li {
  display: flex;
  gap: 16px;
  align-items: center;
}
.jj-hackathon-why-participate-section .section-title-right-cont .list-items-box .lists-items li .check-mark-icon {
  min-width: 18px;
  height: 18px;
  border-radius: 50px;
}

/* ============ Challenges Section ============ */
.jj-hackathon-challenges-section {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section {
    padding-top: 157px;
    background: #fff;
    padding-bottom: 0;
  }
}
.jj-hackathon-challenges-section .section-title-right-cont p {
  max-width: 100%;
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .section-title-right-cont .download-article-lists {
    gap: 50px;
  }
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists {
  margin-top: 30px;
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li {
    align-items: center;
    flex-direction: row;
    gap: 20px;
  }
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li {
  position: relative;
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background: #1A8039;
  left: 0;
  top: 11px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li p {
  margin-top: 0;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding-left: 23px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li p {
    font-size: 20px;
    padding-left: 33px;
  }
}
.jj-hackathon-challenges-section .section-title-right-cont .download-article-lists li p {
  line-height: 132%;
  letter-spacing: -3%;
  color: #154677;
}
.jj-hackathon-challenges-section .feature-article-wrapper-section {
  background: rgba(229, 198, 135, 0.2509803922);
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-articles-wrapper {
    gap: 56px;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text {
  padding: 15px 0px 0px 0px;
  flex: 1;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text {
    padding: 61px 37px 0 46px;
    flex: 1;
    min-width: 0;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text h3 {
  color: #154677;
  font-size: 24px;
  line-height: 120%;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text h3 {
    font-size: 40px;
    line-height: 132%;
    white-space: normal;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text .desc {
  color: #154677;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  margin-top: 7px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text .desc {
    margin-top: 22px;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text .cta--btn {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-cont-text .cta--btn {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:nth-child(2) .desc {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:nth-child(3) .desc {
    margin-top: 20px;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-image {
  height: 183px;
  width: 100%;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-image {
    height: 415px;
    max-width: 500px;
    width: 500px;
    flex-shrink: 0;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:first-child .card-image {
  height: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:first-child .card-image {
    height: 411px;
    max-width: 500px;
    width: 500px;
    flex-shrink: 0;
  }
}
.jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:first-child .card-image img {
  height: 183px;
  margin-top: -22px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .feature-article-wrapper-section .feature-news-card-item:first-child .card-image img {
    margin-top: -73px;
    height: 484px;
    width: 100%;
  }
}

/* Remove overflow hidden from feature-title-line in challenges section */
.jj-hackathon-challenges-section .feature-title-line {
  overflow: visible;
}

/* Challenge label styling - matches "Explore Our Programs" from banner */
.jj-hackathon-challenges-section .jj-hackathon-challenge-label {
  font-family: "Roboto Mono", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0%;
  color: #154677;
  white-space: wrap;
  max-width: 320px;
}
@media (min-width: 992px) {
  .jj-hackathon-challenges-section .jj-hackathon-challenge-label {
    white-space: nowrap;
    max-width: 100%;
    color: #1A8039;
  }
}

/* ============ FAQ Section Version Two ============ */
.faq-section-version-two {
  padding-top: 61px;
}
@media (min-width: 992px) {
  .faq-section-version-two {
    padding-top: 20px;
    background: #fff;
    padding-bottom: 0;
  }
}
.faq-section-version-two .section-title-right-cont p {
  max-width: 100%;
}

.faq-cont-wrapper .faq-tabs {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs {
    margin-bottom: 48px;
  }
}
.faq-cont-wrapper .faq-tabs {
  width: 100%;
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs .faq-tabs-items {
    flex-direction: row;
    gap: 19px;
  }
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items {
  width: 100%;
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items li {
  width: 100%;
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  background: #E5C687;
  font-family: "AktivGrotesk", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  letter-spacing: -3%;
  color: #154677;
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item {
    font-size: 22px;
  }
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item .arrow-angle {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  padding: 2.85px;
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item {
  transition: all 350ms ease;
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item.active-tabs-btn-items {
    padding: 31.5px 15px;
  }
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item.active-tabs-btn-items {
  background: #154677;
  color: #fff;
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item.active-tabs-btn-items .arrow-angle {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item:hover {
    padding: 31.5px 15px;
  }
}
.faq-cont-wrapper .faq-tabs .faq-tabs-items .tabs-btn-item:hover {
  background: #154677;
  color: #fff;
}
.faq-cont-wrapper .faq-tabs-based-lists {
  background: rgba(229, 198, 135, 0.2509803922);
  padding-top: 45px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .faq-cont-wrapper .faq-tabs-based-lists {
    padding-top: 50px;
    padding-bottom: 0;
  }
}