/* =========================================================
   IPC 54TH ANNUAL SESSION 2026
   PROGRAMME 2026
   ========================================================= */

.programme-2026 {
    padding: 70px 0 80px;
    background: #f7f9f7;
}


/* =========================================================
   HEADER
   ========================================================= */

.programme-header {
    max-width: 900px;
    margin: 0 auto 38px;
}

.programme-label {
    display: inline-block;

    margin-bottom: 8px;
    padding: 6px 16px;

    border-radius: 30px;

    background: #e7f1e8;

    color: #356b45;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.programme-header h2 {
    margin: 0 0 8px;

    font-size: 38px;
    line-height: 1.2;

    font-weight: 700;

    color: #214b2c;
}

.programme-subtitle {
    margin: 0 auto 15px;

    font-size: 15px;
    line-height: 1.5;

    color: #666;
}

.programme-meta {
    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 20px;

    font-size: 13px;

    color: #5d6860;
}

.programme-meta span {
    display: inline-flex;

    align-items: center;

    gap: 7px;
}

.programme-meta i {
    color: #4d865b;

    font-size: 16px;
}


/* =========================================================
   DAY NAVIGATION
   ========================================================= */

.programme-days {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px;

    max-width: 1100px;

    margin: 0 auto 36px;
}

.programme-day-btn {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    min-height: 112px;

    padding: 14px 10px;

    border: 1px solid #dce6de;

    border-radius: 12px;

    background: #ffffff;

    cursor: pointer;

    transition: all 0.25s ease;
}

.programme-day-btn:hover {
    transform: translateY(-2px);

    border-color: #6b9b76;

    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.07);
}

.programme-day-btn.active {
    background: #315f3e;

    border-color: #315f3e;

    box-shadow: 0 9px 22px rgba(49, 95, 62, 0.18);
}

.programme-day {
    margin-bottom: 3px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #6d7b70;
}

.programme-day-btn.active .programme-day {
    color: rgba(255,255,255,.75);
}

.programme-day-btn strong {
    margin-bottom: 5px;

    font-size: 21px;

    line-height: 1.2;

    color: #244c30;
}

.programme-day-btn.active strong {
    color: #ffffff;
}

.programme-day-title {
    font-size: 12px;

    font-weight: 600;

    line-height: 1.3;

    text-align: center;

    color: #48614e;
}

.programme-day-btn.active .programme-day-title {
    color: #ffffff;
}

.programme-day-btn small {
    margin-top: 2px;

    font-size: 10px;

    color: #87928a;
}

.programme-day-btn.active small {
    color: rgba(255,255,255,.72);
}


/* =========================================================
   DAY CONTENT
   ========================================================= */

.programme-day-content {
    display: none;

    max-width: 1100px;

    margin: 0 auto;
}

.programme-day-content.active {
    display: block;
}

.programme-day-heading {
    margin-bottom: 22px;

    padding-bottom: 14px;

    border-bottom: 1px solid #dfe7e0;
}

.programme-day-heading span {
    display: block;

    margin-bottom: 4px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.5px;

    color: #65906f;
}

.programme-day-heading h3 {
    margin: 0;

    font-size: 25px;

    line-height: 1.3;

    font-weight: 700;

    color: #264d31;
}

.programme-day-heading p {
    margin: 4px 0 0;

    font-size: 13px;

    color: #778078;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.programme-timeline {
    position: relative;
}

.programme-timeline::before {
    content: "";

    position: absolute;

    left: 110px;

    top: 0;

    bottom: 0;

    width: 1px;

    background: #d9e3da;
}


/* =========================================================
   PROGRAMME ITEM
   ========================================================= */

.programme-item {
    position: relative;

    display: grid;

    grid-template-columns: 82px 1fr;

    column-gap: 55px;

    margin-bottom: 18px;
}

.programme-time {
    padding-top: 19px;

    text-align: right;
}

.programme-time strong {
    display: block;

    font-size: 13px;

    line-height: 1.2;

    color: #315f3e;
}

.programme-time span {
    display: block;

    margin-top: 2px;

    font-size: 11px;

    color: #8b968d;
}


/* =========================================================
   PROGRAMME CARD
   ========================================================= */

.programme-card {
    position: relative;

    padding: 19px 24px;

    border: 1px solid #e0e7e1;

    border-radius: 13px;

    background: #ffffff;

    box-shadow: 0 4px 15px rgba(0,0,0,.035);

    transition: all .2s ease;
}

.programme-card::before {
    content: "";

    position: absolute;

    left: -61px;

    top: 25px;

    width: 10px;

    height: 10px;

    border: 3px solid #f7f9f7;

    border-radius: 50%;

    background: #5d8e68;

    box-shadow: 0 0 0 1px #6f9d78;
}

.programme-card:hover {
    transform: translateY(-1px);

    box-shadow: 0 8px 22px rgba(0,0,0,.06);
}


/* =========================================================
   CARD HEADER
   ========================================================= */

.programme-card-header {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 10px;
}

.programme-icon {
    flex: 0 0 48px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    border-radius: 9px;

    background: #edf4ee;
}

.programme-icon img {
    width: 100%;

    height: 100%;

    object-fit: cover;
}

.programme-title h4 {
    margin: 0;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;

    color: #294f34;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.programme-description {
    margin-left: 63px;

    font-size: 13px;

    line-height: 1.55;

    color: #707871;
}

.programme-description p {
    margin-bottom: 7px;
}

.programme-description ul {
    margin-top: 5px;

    margin-bottom: 8px;

    padding-left: 18px;
}

.programme-description li {
    margin-bottom: 3px;
}


/* =========================================================
   SPEAKERS
   ========================================================= */

.programme-speakers {
    margin-top: 15px;

    padding-top: 14px;

    border-top: 1px solid #edf0ed;
}

.programme-speaker-title {
    margin-bottom: 10px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #719078;
}

.programme-speaker {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 10px;
}

.programme-speaker-photo {
    flex: 0 0 45px;

    width: 45px;

    height: 45px;

    overflow: hidden;

    border-radius: 50%;

    background: #edf2ed;
}

.programme-speaker-photo img {
    width: 100%;

    height: 100%;

    object-fit: cover;
}

.programme-speaker-info {
    display: flex;

    flex-direction: column;
}

.programme-speaker-info strong {
    margin-bottom: 2px;

    font-size: 12px;

    line-height: 1.35;

    color: #344d3a;
}

.programme-speaker-info a {
    font-size: 12px;

    font-weight: 600;

    color: #4d8158;

    text-decoration: none;
}

.programme-speaker-info a:hover {
    text-decoration: underline;
}

.programme-speaker-info span {
    margin-top: 2px;

    font-size: 11px;

    color: #777;
}

.programme-speaker-info small {
    margin-top: 2px;

    font-size: 11px;

    color: #858c87;
}


/* =========================================================
   EMPTY PROGRAMME
   ========================================================= */

.programme-empty {
    padding: 30px;

    text-align: center;

    border: 1px dashed #cbd8ce;

    border-radius: 12px;

    color: #7c877e;

    background: #ffffff;
}


/* =========================================================
   FIELD TRIP
   ========================================================= */

.field-trip-card {
    overflow: hidden;

    border: 1px solid #e0e7e1;

    border-radius: 15px;

    background: #ffffff;

    box-shadow: 0 6px 22px rgba(0,0,0,.05);
}

.field-trip-image {
    width: 100%;

    height: 260px;

    overflow: hidden;
}

.field-trip-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;
}

.field-trip-content {
    padding: 28px;
}

.field-trip-label {
    display: inline-block;

    margin-bottom: 7px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

    color: #638c6b;
}

.field-trip-content h3 {
    margin: 0 0 12px;

    font-size: 24px;

    line-height: 1.35;

    color: #284e33;
}

.field-trip-content > p {
    margin-bottom: 22px;

    font-size: 13px;

    line-height: 1.65;

    color: #69716b;
}


/* =========================================================
   FIELD TRIP SCHEDULE
   ========================================================= */

.field-trip-schedule {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 8px;
}

.field-trip-schedule > div {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 11px 13px;

    border-radius: 8px;

    background: #f6f8f6;
}

.field-trip-schedule strong {
    flex: 0 0 42px;

    font-size: 12px;

    color: #315f3e;
}

.field-trip-schedule span {
    font-size: 11px;

    line-height: 1.45;

    color: #616963;
}


/* =========================================================
   FIELD TRIP LOCATIONS
   ========================================================= */

.field-trip-locations {
    margin-top: 20px;

    padding-top: 18px;

    border-top: 1px solid #edf0ed;
}

.field-trip-locations > span {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #719078;
}

.field-trip-locations ul {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 5px 20px;

    margin: 0;

    padding-left: 17px;
}

.field-trip-locations li {
    font-size: 11px;

    line-height: 1.5;

    color: #6d756f;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .programme-days {
        grid-template-columns: repeat(3, 1fr);
    }

    .programme-timeline::before {
        left: 95px;
    }

    .programme-item {
        grid-template-columns: 70px 1fr;

        column-gap: 45px;
    }

    .programme-card::before {
        left: -51px;
    }

    .field-trip-locations ul {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .programme-2026 {
        padding: 50px 0 60px;
    }

    .programme-header {
        margin-bottom: 30px;
    }

    .programme-header h2 {
        font-size: 32px;
    }

    .programme-subtitle {
        font-size: 14px;
    }

    .programme-meta {
        flex-direction: column;

        gap: 6px;
    }


    /* Day navigation */

    .programme-days {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;

        margin-bottom: 30px;
    }

    .programme-day-btn {
        min-height: 105px;

        padding: 12px 7px;
    }

    .programme-day-btn strong {
        font-size: 18px;
    }

    .programme-day-title {
        font-size: 10px;
    }

    .programme-day-btn small {
        font-size: 9px;
    }


    /* Heading */

    .programme-day-heading h3 {
        font-size: 21px;
    }


    /* Timeline */

    .programme-timeline::before {
        display: none;
    }

    .programme-item {
        display: block;

        margin-bottom: 16px;
    }

    .programme-time {
        padding: 0 0 7px;

        text-align: left;
    }

    .programme-time strong,
    .programme-time span {
        display: inline;
    }

    .programme-time span {
        margin-left: 3px;
    }


    /* Card */

    .programme-card {
        padding: 17px;
    }

    .programme-card::before {
        display: none;
    }

    .programme-card-header {
        align-items: flex-start;
    }

    .programme-icon {
        flex: 0 0 43px;

        width: 43px;

        height: 43px;
    }

    .programme-title h4 {
        font-size: 15px;
    }

    .programme-description {
        margin-left: 0;

        font-size: 12px;
    }


    /* Field trip */

    .field-trip-image {
        height: 200px;
    }

    .field-trip-content {
        padding: 22px 17px;
    }

    .field-trip-content h3 {
        font-size: 20px;
    }

    .field-trip-schedule {
        grid-template-columns: 1fr;
    }

    .field-trip-locations ul {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .programme-days {
        grid-template-columns: repeat(2, 1fr);
    }

    .programme-day-btn {
        min-height: 100px;
    }

    .programme-day-btn strong {
        font-size: 17px;
    }

    .programme-day-heading h3 {
        font-size: 19px;
    }

}