@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/static/Figtree-Black.ttf") format("truetype");
}


/* 900 weight / italic ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/static/Figtree-BlackItalic.ttf") format("truetype");
}

/* 700 weight / normal ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/static/Figtree-Bold.ttf") format("truetype");
}

/* 700 weight / italic ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/static/Figtree-BoldItalic.ttf") format("truetype");
}


/* 400 weight / normal ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/static/Figtree-Light.ttf") format("truetype");
}

/* 400 weight / normal ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/static/Figtree-Regular.ttf") format("truetype");
}

/* 400 weight / italic ------------------------------------------ */
@font-face {
    font-display: swap;
    font-family: Figtree;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/static/Figtree-Italic.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* margin: 0; */
    font-family: "Figtree";
    overflow-x: hidden;
}

/* Main Content */
.main-content {
    font-family: "Figtree";
    width: 100vw;
    height: 684px;
    display: flex;
    align-items: center;
    padding: 90px 24px;
    gap: 80px;
    background-image: url('/images/hero-img.png');
    background-size: cover;
    background-position: 58% center;
    background-repeat: no-repeat;
}

.visually-hidden {
  position: absolute ;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.main-content-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.content-left {
    flex: 1;
    max-width: 645px;
}

.main-heading {
    font-size: 46px;
    width: fit-content;
    color: #161b1f;
    /* line-height: 54px; */
    font-weight: 700;
    margin-bottom: 30px;
}

.highlight-text {
    color: #ff6c00;
}

.description {
    font-size: 20px;
    line-height: 26px;
    color: #161b1f;
    font-weight: 400;
    margin-bottom: 40px;
}

.highlight-phrase {
    font-weight: 600;
}

.cta-button {
    font-family: "Figtree";
    background: #00897b;
    color: white;
    border-radius: 26px;
    text-decoration: none;
    font-size: 22px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    height: 52px;
    transition: all 0.5s;
}

.cta-button:hover {
    background: #009989;
}

.content-right {
    display: flex;
    justify-content: center;
}

/* Features Section and who should-join Section */
.features-section {
    padding: 100px 24px;
}

.who-should-join-section {
    padding: 110px 24px;
}

.features-section {
    background: white;
}

.who-should-join-section {
    background: #f5f5f4;
}

.features-container,
.who-should-join-container {
    max-width: 1164px;
    margin: 0 auto;
}

.section-heading {
    font-size: 46px;
    font-weight: 700;
    color: #ff6c00;
    text-align: center;
    margin-bottom: 67px;
    line-height: 1.2;
}

.features-grid,
.who-should-join-grid {
    display: grid;
}

.features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 126px;
}

.who-should-join-grid {
    grid-template-columns: 1fr;
    gap: 80px;
}

.feature-box,
.who-should-join-box {
    display: flex;
    gap: 34px;
}

.feature-icon,
.who-should-join-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 6px;
}

.who-should-join-icon {
    width: 73px;
}

.feature-contents,
.who-should-join-contents {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-title,
.who-should-join-title {
    font-size: 24px;
    font-weight: 700;
    color: #161b1f;
    margin: 0;
}

.feature-description,
.who-should-join-description {
    font-size: 16px;
    line-height: 23.5px;
    color: #161b1f;
    margin: 0;
}

.who-should-join-description {
    max-width: 1014px;
}

.feature-description strong,
.who-should-join-description strong {
    font-weight: 600;
}

.custom-width {
    max-width: 400px;
}

.nobreak {
    white-space: nowrap;
}

/* Program Details Section */
.program-details-section {
    background: white;
    width: 100%;
    padding: 110px 24px;
}

.program-details-container {
    max-width: 1135px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
}

.table-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.07);
    margin-top: -30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-align: left;
    color: #161b1f;
    border-bottom: 1px solid #efefef;
}

tbody tr {
    border-top: 1px solid #efefef;
    transition: background 0.3s;
}

tbody tr:last-child {
    border-bottom: none;
}

tbody tr:hover {
    background: #f5f5f4;
}

td {
    padding: 1rem 1.5rem;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.375;
}

th,
td {
    border-right: none;
}

td:first-child {
    width: 23%;
}

.detail-item {
    display: flex;
    align-items: flex-start;
}

.bullet {
    color: #161b1f;
    margin-right: 0.5rem;
    font-weight: bold;
}

.detail-label {
    font-weight: 700;
    color: #161b1f;
}

.label-description {
    color: #161b1f;
}

.steps-section {
    padding: 10px 24px 80px 24px;
}

.steps-container {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps {
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 0px;
    border-left: 2px dashed #eaeaea;
    transform: translateX(-50%);
}

.step-item {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-content {
    width: 43%;
    position: relative;
}

.step-item:nth-child(odd) .step-content {
    margin-right: auto;
    text-align: right;
}

.step-item:nth-child(even) .step-content {
    margin-left: auto;
    text-align: left;
}

.step-number {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #ff6c00;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    z-index: 2;
}

.step-title {
    font-size: 24px;
    font-weight: 700;
    color: #161b1f;
    margin-bottom: 16px;
}

.step-description {
    font-size: 16px;
    line-height: 21px;
    color: #161b1f;
}

.step-note {
    font-size: 14px;
    color: #a1a1a1;
    line-height: 1.2;
    margin-top: 12px;
}

.step-link {
    color: #ff6c00;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
}

.step-link:hover {
    text-decoration: underline;
}

.step-section-btn {
    margin-top: 60px;
    width: 169px;
}

/* Responsive Design */
@media (max-width: 2000px) {
    .main-content {
        background-position: 51% center;
    }
}

@media (max-width: 1324px) {
    .main-content {
        background-position: 50% center;
        padding: 80px 24px 100px 24px;
        height: auto;
    }
}

@media (max-width: 1185px) {
    .main-content {
        background-size: 1900px;
        background-position: 50% center;
    }

    .main-heading {
        font-size: 40px;
    }

    .content-left {
        max-width: 55%;
    }
}

@media (max-width: 1037px) {
    .main-heading {
        font-size: 38px;
    }

    .description {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .feature-box {
        flex-direction: column;
        gap: 24px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}

@media (max-width: 901px) {
    .main-content {
        background-position: 20% center;
        background-size: auto;
    }

    .content-left {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 40px 16px;
    }

    .main-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .description {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .cta-button {
        font-size: 17px;
        padding: 14px 30px;
    }

    .steps::before {
        left: 25px;
    }

    .step-item {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .step-content {
        width: 100%;
        padding-top: 0px;
        padding-left: 60px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .step-number {
        left: 0;
        width: 50px;
        height: 50px;
        font-size: 24px;
        transform: translateY(-50%);
    }

    .features-section,
    .who-should-join-section,
    .program-details-section,
    .steps-section {
        padding: 50px 16px;
    }

    .section-heading {
        font-size: 36px;
        margin-bottom: 58px;
    }

    .features-grid,
    .who-should-join-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .feature-box,
    .who-should-join-box {
        flex-direction: column;
        gap: 16px;
    }

    .feature-icon,
    .who-should-join-icon {
        width: 60px;
        height: 60px;
    }

    .feature-title,
    .who-should-join-title {
        font-size: 20px;
    }

    th,
    td {
        padding: 0.75rem 1rem;
    }
}