.ada-hero-section {
    background-color: #ffffff;
    padding: 3rem 0;
    font-family: 'Lato', sans-serif;
}

/* Typography - Exact match to design */
.hero-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    ;
    text-transform: uppercase;
}

.hero-title .text-accent {
    color: #DA3451 !important;
}

.hero-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    color: rgba(18, 45, 96) !important;
}

.cta-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;

}

.cta-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    letter-spacing: 0% !important;

}

.feature-cards {
    position: absolute;
    left: 14.5% !important;
    z-index: 10;
    /* top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; */
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 0.5rem;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.feature-card-content {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.ada-feature-icon {
    width: 50px;
    height: 50px;
    background: #DB33421A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ada-feature-icon i {
    color: #e74c3c;
    font-size: 1.2rem;
}

.ada-feature-title {
    font-family: Pragmatica Extended;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 100% !important;

}

.feature-desc {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 12px !important;
    line-height: 100% !important;

}

/* Hero Image - Exact match to second image */
.ada-hero-image-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

.ada-hero-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
}

/* Apply Today Button - SVG version */
.apply-today-btn {
    position: absolute;
    top: -4rem;
    right: 2rem;
    z-index: 10;
}

.btn-apply-today {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-apply-today:hover {
    transform: scale(1.05);
    text-decoration: none;
}

.apply-today-svg {
    width: 123px;
    height: 126px;
    display: block;
}

/* Apply Now Button - Exact match */
.btn-apply-now {
    background: #DB3342 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 24px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3) !important;
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100% !important;

}

.btn-apply-now:hover {
    background: #DB3342;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(231, 76, 60, 0.4);
}

/* How It Works Section */
.ada-how-it-works-section {
    background-color: #66C2A5;
    padding: 4rem 0;
    font-family: 'Lato', sans-serif;
}

.ada-how-it-works-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    font-size: 32px !important;
    line-height: 140% !important;

}

.ada-how-it-works-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    color: #FFFFFF !important;
}

/* Column borders */
.program-step-column.has-border {
    position: relative;
    padding-right: 3rem;
}

.program-step-column.has-border::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 4rem;
    /* Start below the step number and title */
    height: 200px;
    /* Fixed height for the border */
    width: 1px;
    background-color: #E0E0E0;
}

.program-step-column:not(.has-border) {
    padding-left: 3rem;
}

.program-step-card {
    background: transparent;
    padding: 0;
    height: 100%;
    position: relative;
}

.step-number {
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #65bea7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    z-index: 10;
}

.step-number-text {
    font-family: 'Pragmatica Extended', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #FFFFFF;
}

.step-content {
    margin-top: 0;
}

.step-title {
    font-family: Pragmatica Extended !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 140% !important;
    color: #FFFFFF !important;
}

.step-intro,
.step-duration,
.step-features li,
.step-outcome {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #FFFFFF !important;

}

.step-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}


.step-features li:before {
    content: "• ";
    color: #FFFFFF;
    font-weight: bold;
    /* right: 15px !important; */
    /* position: absolute; */
    /* left: 0; */
}


/* Mentorship Section */
.ada-mentorship-section {
    background-color: #ffffff;
    padding: 4rem 0;
    font-family: 'Lato', sans-serif;
}

.mentorship-image-container {
    position: relative;
    width: 100%;
}

.mentorship-image {
    width: 100%;
    height: 469px;
    object-fit: cover;
}

.mentorship-content {
    padding-left: 3rem;
    padding-right: 2rem;
}

.mentorship-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 120% !important;
    color: rgba(18, 45, 96) !important;
    margin-bottom: 1.5rem !important;
    text-transform: uppercase !important;
}

.mentorship-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: rgba(18, 45, 96) !important;
    margin-bottom: 2rem !important;
}

.mentorship-features {
    list-style: none;
    margin: 0 0 2rem 0;
}

.mentorship-features li {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    color: rgba(18, 45, 96) !important;
    margin-bottom: 0.75rem !important;
    padding-left: 1rem !important;
    position: relative !important;
}

.mentorship-features li:before {
    content: "•";
    color: rgba(18, 45, 96) !important;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.mentorship-conclusion {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: rgba(18, 45, 96) !important;
    margin-bottom: 0 !important;
}

/* Quote Section */
.ada-quote-section {
    background: #062E64;
    padding: 4rem 0;
    position: relative;
    font-family: 'Lato', sans-serif;
}



.quote-content {
    text-align: left;
    padding: 2rem 0;
}

.quote-text {
    font-family: Pragmatica Extended;
    font-weight: 700 !important;
    font-size: 52px !important;
    line-height: 100%;
    color: #ffffff !important;
    text-transform: uppercase;

}

.quote-attribution {
    font-family: Pragmatica Extended;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 100%;
    color: #ffffff !important;

}

/* Reasons Section */
.ada-reasons-section {
    background-color: #ffffff;
    padding: 4rem 0;
    font-family: 'Lato', sans-serif;
}

.reasons-column {
    padding: 0 2rem;
}

.reasons-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 100% !important;
    color: rgba(18, 45, 96) !important;

}

.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reason-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
}

.checkmark-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.reason-text {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    color: rgba(18, 45, 96) !important;
}

/* Get Involved Section */
.ada-get-involved-section {
    background-color: #F0F8FF;
    padding: 4rem 0;
    font-family: 'Lato', sans-serif;
}

.get-involved-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    line-height: 100% !important;
    text-align: center !important;
    text-transform: uppercase;

}

.get-involved-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;

}

.involvement-card {
    background: #ffffff;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.involvement-card:hover {
    transform: translateY(-5px);
    border: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-title {
    font-family: Pragmatica Extended !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 100%;
    text-align: center !important;

}

.card-description {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100%;
    margin-top: 1rem;
    letter-spacing: 0% !important;
    text-align: center !important;

}

.involvement-btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Pragmatica Extended', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-align: center !important;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    align-self: center;
    margin: 0 auto;
}

.involvement-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-participants {
    background: #DB3342;
    color: #ffffff;
}

.btn-participants:hover {
    background: #C0392B;
    color: #ffffff;
}

.btn-startups {
    background: #ECF0F1;
    color: #122D60;
}

.btn-startups:hover {
    background: #D5DBDB;
    color: #122D60;
}

.btn-mentors {
    background: #122D60;
    color: #ffffff;
}

.btn-mentors:hover {
    background: #0F1F3D;
    color: #ffffff;
}

/* FAQ Section */
.ada-faq-section {
    background-color: #ffffff;
    padding: 4rem 0;
    font-family: 'Lato', sans-serif;
}

.faq-title {
    font-family: Pragmatica Extended;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;

}

.faq-list {
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #E0E0E0;
    padding: .5rem 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    opacity: 0.8;
    cursor: pointer;
}

.question-text {
    font-family: Lato !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(18, 45, 96) !important;

}

.faq-icon {
    flex-shrink: 0;
    color: #122D60;
    transition: transform 0.3s ease;
}

.faq-icon svg {
    transition: transform 0.3s ease;
}

.faq-item.expanded .faq-icon svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 1rem;
    color: rgba(18, 45, 96) !important;
}

.faq-item.expanded .faq-answer {
    max-height: 200px;
}

.faq-answer p {
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 100%;
    color: rgba(18, 45, 96) !important;
}
