.jury-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    margin-top: 50px
}

.jury-member {
    display: flex;
    align-items: center;
    gap: 15px;
}

.jury-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.jury-info {
    display: flex;
    flex-direction: column;
}
.jury-info .jury-name{
    display: flex;
    align-items: center;
    gap:10px;
}
.jury-name a {
    font-size: 16px;
    font-weight: 600;
    color: #9050E9;
}

.jury-name span {
    color: #9050E9;
    font-size: 20px;
}

.event-left-box .event-meta-box .hackathon-prize-box {
    padding: 16px 24px;
    width: 400px;
    height: 104px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(30, 30, 30);
    justify-content: space-around;
    align-items: center;
}

.event-left-box .event-meta-box .hackathon-prize-box span {
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
}

.event-left-box .event-meta-box .hackathon-prize-box .prize-amount {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #9050E9 0%, #E602FF 100%);
      background-clip: border-box;
    -webkit-background-clip: text;
}

.upcoming-hackathon-content .hackathon-navigation-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 120px;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .hackathon-navigation-title h2{
    color: rgb(30, 30, 30);
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .upcoming-hackathon-list {
    --bs-accordion-border-color: unset;
    --bs-accordion-border-width: unset;
    --bs-accordion-active-bg: unset;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    max-width: 240px;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .upcoming-hackathon-list .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .accordion-button:not(.collapsed) {
    color: #1E1E1E;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .accordion-button.active {
    padding: 12px 16px;
    background-color: #9050E9;
    color: #FFF;
    border: none;
}

.upcoming-hackathon-content .hackathon-navigation-wrapper .upcoming-hackathon-list .accordion-item {
    background-color: transparent;
    border: none;
}
.upcoming-hackathon-content .hackathon-navigation-wrapper .upcoming-hackathon-list .accordion-button::after {
    display: none;
}

.comm-past-event-content-wrapper .hackathon-summary-details{
    display: flex;
    flex-direction: column;
    padding: 24px 0;
}

.comm-past-event-content-wrapper .hackathon-summary-details .hackathon-detail-section blockquote{
    border-left: 2px solid black;
    padding-left: 20px;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
}
.comm-past-event-content-wrapper .hackathon-summary-details .hackathon-detail-section a{
    color: #9050E9;
}
.comm-past-event-content-wrapper .hackathon-summary-details .hackathon-detail-section ol li,.comm-past-event-content-wrapper .hackathon-summary-details .hackathon-detail-section ul li{
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
}
.comm-past-event-content-wrapper .hackathon-summary-details h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0%;
     -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #9050E9 0%, #E602FF 30%);
      background-clip: border-box;
    -webkit-background-clip: text;
    padding: 24px 0;
}
.hackathon-criteria-content ul{
    list-style-type: unset;
    padding: unset;
    padding-left: 15px;

}
.hackathon-criteria-content ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: "DM Sans", sans-serif;
    color: #1E1E1E;
}
.comm-past-event-content-wrapper .hackathon-resources{
    display: flex;
    flex-direction: column;
    gap: 28px;
    /*padding: 24px 0;*/
}
.comm-past-event-content-wrapper .hackathon-resources h3  {
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0%;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #9050E9 0%, #E602FF 30%);
      background-clip: border-box;
    -webkit-background-clip: text;
    padding: 24px 0;
}

.comm-past-event-content-wrapper .hackathon-resources .past-event-summary-meta {
    padding: 24px 0 10px 0;
    border-top: 1px solid rgb(0, 0, 0);
}
.comm-past-event-content-wrapper .hackathon-resources .past-event-summary-meta .item{
    display: flex;
    gap: 5px;
    align-items: center;
}
.comm-past-event-content-wrapper .hackathon-resources .past-event-summary-meta .item span{
    font-size: 18px;
    font-weight: 400;
    color: #1E1E1E;
    font-family: "DM Sans", sans-serif;
}
.comm-past-event-content-wrapper .hackathon-resources .past-event-summary-meta .item .sub-item:first-of-type span{
    font-size: 20px;
    font-weight: 800;
    color: rgba(30, 30, 30, 1);
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-participation-content ol{
    margin-left: 0;
    padding-left: 0;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-participation-content ul{
    margin-left: 18px;
    list-style-type:unset;
    padding: unset;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    color: #1E1E1E;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-participation-content ul li ul{
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    margin-left: 30px;
    color: #1E1E1E;
}
.hackathon-participation-content {
  counter-reset: step; /* Reset only once */
}

.hackathon-participation-content strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0 6px;
  font-family: "DM Sans", sans-serif;
  position: relative;
}

/* .hackathon-participation-content strong::before {
  counter-increment: step; 
  content: counter(step) ". ";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 700;
} */
.comm-past-event-content-wrapper .hackathon-resources .hackathon-thematic-areas ul{
    margin-left: 18px;
    list-style-type:unset;
    padding: unset;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    color: #1E1E1E;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-thematic-areas p{
  margin: 0;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-confirmation ul{
    margin-left: 18px;
    list-style-type:unset;
    padding: unset;
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: 30px;
    color: #1E1E1E;
}
.hackathon-awards-progressions {
  counter-reset: step; /* Reset only once */
}

.hackathon-awards-progressions strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
  margin: 12px 0 6px;
  font-family: "DM Sans", sans-serif;
  position: relative;
  padding-left: 28px;
}

.hackathon-awards-progressions strong::before {
  counter-increment: step; /* Increment for each strong */
  content: counter(step) ". ";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: 700;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-awards-progressions ul {
  margin-left: 18px;
  list-style-type: unset;
  padding: unset;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  line-height: 30px;
  color: #1E1E1E;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-support a{
    text-decoration: underline;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-participation-content a{
    text-decoration: underline;
    color: #9050E9;
    word-break: break-word;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-rules-content ol, .comm-past-event-content-wrapper .hackathon-resources .hackathon-rules-content ul{
    margin-left: 0;
    padding-left: 0;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-rules-content li{
    font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  margin-bottom: 30px;
}
.comm-past-event-content-wrapper .hackathon-resources .hackathon-questions-content a{
    width: calc(100% - 570px);
}
.hackathon-resources .resources-container {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #9050E9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.hackathon-resources .resources-container a {
    font-size: 16px;
    color: #9050E9;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 400;
    text-decoration: underline;
}
.hackathon-resources .resources-text {
    padding-top: 20px;
    padding-bottom: 16px;
}

.applying-closed {
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.event-left-box .event-meta-box .event-detail-meta .event-date-wrapper .hackathon_held{
    color: #1E1E1E;
}

/* HACKATHON CONTACT E-MAIL MODAL */

.df-hackathon-contact-modal .modal-header h5{
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 10px 0;
    position: relative;
}
.df-hackathon-contact-modal .modal-body .field-box {
    margin-bottom: 20px;
}
.df-hackathon-contact-modal .modal-body .field-box label {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 6px;
}
.df-hackathon-contact-modal .modal-body .field-box input {
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.df-hackathon-contact-modal .modal-body .field-box input::placeholder {
    color: #666666;
    opacity: 1;
}



/* hackathon-faq-section styles  */

.comm-hackathon-faq-section {
  /* height: 100dvh; */
  min-height: 100vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding: 50px 0px 50px 0px;
  /* background-color: red; */
}

.comm-hackathon-faq-title {
  text-align: center;
  margin-bottom: 40px;
}

.comm-hackathon-faq-title h3 {
 font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 10px;
  color: #000000;
}

.comm-hackathon-faq-title p {
 font-size: clamp(14px, 2vw, 18px);
font-weight: 400;
color: #000000;
margin-bottom: 10px;
line-height: 1.5;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* max-width: 500px; */
   /* --transition: all 0.2s ease; */
    --transition-speed: 0.3s;
  --transition-ease: ease;
}

.accordion .accordion-item {
  background-color:  #F7F9FA;
  border: unset;
  border-radius: 10px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
/*   border-top: 1px solid var(--border-color); */
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 17px 20px 17px 20px;
  cursor: pointer;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: all 0.2s ease;
}

.accordion
  .accordion-item.open
  .accordion-item-header
  .accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description {
  min-height: 0;
}

.accordion
  .accordion-item
  .accordion-item-description-wrapper
  .accordion-item-description
  p {
   padding: 0px 20px 10px 20px;
  line-height: 1.5;
}