@media (min-width: 992px) {
    .navigation {
        margin-left: 80px !important;
    }
}
/* Chairman / Co-Chairman Card */
.chairman-card {
    background: #1b1f8a;
    border-radius: 18px;
    display: flex;
    align-items: center;
    border:1px solid #ccc;   
    overflow: hidden;
}

/* Text Area */
.chairman-content {
    flex: 1;
    color: #fff;
    margin: 15px 0px 15px 15px;
    text-align:justify;
}

.chairman-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
     color: #fff;
}

.chairman-content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
     color: #fff;
}

/* Button */
.btn-read {
    background: #f7b500;
    color: #000;
    padding: 5px 11px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
}

.btn-read:hover {
    background: #ffcc33;
    color: #000;
}

/* Image Area */
.chairman-image img {
    max-height: 200px;
    border-radius: 12px;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 991px) {
    .chairman-card {
        flex-direction: column-reverse;
        text-align: center;
    }

    .chairman-content {
        padding-right: 0;
        margin-top: 15px;
    }

    .chairman-image img {
        max-height: 220px;
    }
}
/* Dark Section Background */
.ehs-dark {
    background: linear-gradient(135deg, #0b1a33, #0f2a4d);
    color: #e5e7eb;
}

/* Section title */
.ehs-dark .section-title .title {
    color: #ffffff;
}

.ehs-dark .section-title .sub-title {
    color: #f7931e;
}

.ehs-dark .section-title p {
    color: #cbd5e1;
    max-width: 720px;
    margin: auto;
}

/* Cards */
.dark-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

/* Icons */
.dark-card i {
    font-size: 56px;
    margin-bottom: 10px;
    display: inline-block;
    color: #3cb878; /* EHS Green */
}

/* Title */
.dark-card h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Text */
.dark-card p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
}

/* Hover effect */
.dark-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(247, 147, 30, 0.6);
}

.dark-card:hover i {
    color: #f7931e; /* Orange on hover */
}
.benefits-area {
    position: relative;
}

.benefit-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 40px 28px;
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
}

.benefit-card .icon i {
    font-size: 48px;
    color: var(--tg-theme-primary-500);
    margin-bottom: 18px;
    display: inline-block;
}

.benefit-card .title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 12px;
}

.benefit-card p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
}

.benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(247,147,30,0.6);
}

.benefit-card:hover .icon i {
    color: var(--tg-theme-secondary-500);
}
.benefits-split .sub-title {
    color: var(--tg-theme-secondary-500);
    font-weight: 600;
}

.benefits-split .title {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 15px;
}

.benefits-split .intro {
    color: #cbd5e1;
    max-width: 520px;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.benefit-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
}

.benefit-row i {
    font-size: 34px;
    color: var(--tg-theme-primary-500);
}

.benefit-row h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 6px;
}

.benefit-row p {
    color: #cbd5e1;
    margin: 0;
    font-size: 15px;
}

.benefit-row:hover {
    background: rgba(255,255,255,0.1);
    transform: translateX(6px);
}
.benefits-split-light {
    background: #f8fafc; /* soft light gray */
}

.benefits-split-light .sub-title {
    color: var(--tg-theme-secondary-500);
    font-weight: 600;
}

.benefits-split-light .title {
    color: var(--tg-color-dark);
    font-size: 36px;
    margin-bottom: 15px;
}

.benefits-split-light .intro {
    color: #4b5563;
    max-width: 520px;
}

/* Right side list */
.benefits-split-light .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.benefits-split-light .benefit-row {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.benefits-split-light .benefit-row i {
    font-size: 34px;
    color: var(--tg-theme-primary-500);
}

.benefits-split-light .benefit-row h4 {
    color: var(--tg-color-dark);
    font-size: 18px;
    margin-bottom: 6px;
}

.benefits-split-light .benefit-row p {
    color: #6b7280;
    margin: 0;
    font-size: 15px;
}

.benefits-split-light .benefit-row:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.footer-dark {
    background: #0b1a33;
    color: #cbd5e1;
}

.footer-dark .fw-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 18px;
}

.footer-dark p,
.footer-dark a {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
}

.footer-dark a:hover {
    color: var(--tg-theme-secondary-500);
}

.footer-info i {
    color: var(--tg-theme-primary-500);
    margin-right: 10px;
}

.footer-links li {
    margin-bottom: 8px;
}

.contact-block h6 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 6px;
}
.eligibility-area {
    background: #f8fafc; /* soft light gray */
}

.eligibility-area .section-title p {
    color: #4b5563;
}

.eligibility-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.eligibility-item {
    display: flex;
    gap: 20px;
    background: #ffffff;
    padding: 28px 30px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.eligibility-item .icon i {
    font-size: 38px;
    color: var(--tg-theme-primary-500);
    margin-top: 4px;
}

.eligibility-item h4 {
    font-size: 20px;
    margin-bottom: 6px;
    color: var(--tg-color-dark);
}

.eligibility-item p {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
}

.eligibility-item:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* Mobile */
@media (max-width: 767px) {
    .eligibility-item {
        flex-direction: column;
    }
}
.ehs-hybrid-timeline {
    background: linear-gradient(135deg, #0b1a33, #0f2a4d);
    color: #e5e7eb;
}

/* -----------------------------
   TABLE (FIRST 3 ITEMS)
------------------------------ */
.timeline-table-dark {
    max-width: 1000px;
    margin: auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    margin-bottom:50px;
}

.timeline-table-dark .timeline-row {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.timeline-table-dark .timeline-row:last-child {
    border-bottom: none;
}

.timeline-table-dark .timeline-row > div {
    padding: 18px 20px;
    font-size: 15px;
}

.timeline-table-dark .timeline-row.header {
    background: rgba(255,255,255,0.12);
    font-weight: 600;
    color: #ffffff;
}

.timeline-table-dark .label {
    font-weight: 600;
    color: #ffffff;
}

/* -----------------------------
   TRACK (REMAINING ITEMS)
------------------------------ */
.track-wrapper {
    position: relative;
    max-width: 820px;
    margin: auto;
}

.track-wrapper::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255,255,255,0.15);
}

.track-item {
    position: relative;
    padding-left: 70px;
    padding-bottom: 40px;
}

.track-item:last-child {
    padding-bottom: 0;
}

.track-dot {
    position: absolute;
    left: 11px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #0f2a4d;
}

.track-dot.green { background: #3cb878; }
.track-dot.orange { background: #f7931e; }
.track-dot.blue { background: #00a0e3; }

.track-content {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 22px 26px;
    transition: all 0.3s ease;
}

.track-content h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 6px;
}

.track-content p {
    margin: 0;
    font-size: 15px;
    color: #cbd5e1;
}

.track-item.highlight1 .track-content {
    background: rgba(247,147,30,0.15);
    border-color: rgba(141, 134, 125, 0.6);
}

.track-item.highlight2 .track-content {
    background: rgba(247,147,30,0.15);
    border-color: rgba(247,147,30,0.6);
}

.track-item.highlight3 .track-content {
    background: rgba(92, 134, 99, 0.15);
    border-color: rgba(247,147,30,0.6);
}

.track-content:hover {
    transform: translateX(6px);
    background: rgba(255,255,255,0.12);
}
.howtoapply-area {
    background: #f8fafc;
}

.apply-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 38px;
    border: 1px solid #e5e7eb;
    height: 100%;
}

.apply-heading {
    font-size: 20px;
    margin-bottom: 22px;
    color: var(--tg-color-dark);
}

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

.apply-list li {
    display: flex;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.apply-list li:last-child {
    border-bottom: none;
}

.apply-list .step {
    min-width: 38px;
    height: 38px;
    background: var(--tg-theme-primary-500);
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.apply-list p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
    font-size: 15px;
}

/* Mobile */
@media (max-width: 991px) {
    .apply-box {
        padding: 30px 26px;
    }
}
.howtoapply-spotlight {
    background: #eaf2fa; /* soft light gray */
}
.feestructure-spotlight {
    background: #fff6e4; /* soft light gray */
}

.spotlight-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 38px;
    border: 1px solid #e5e7eb;
    height: 100%;
}

.box-title {
    font-size: 20px;
    margin-bottom: 22px;
    color: var(--tg-color-dark);
}

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

.spotlight-list li {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px dashed #e5e7eb;
}

.spotlight-list li:last-child {
    border-bottom: none;
}

.spotlight-list .step {
    min-width: 38px;
    height: 38px;
    background: var(--tg-theme-secondary-500); /* Orange accent */
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.spotlight-list p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
    font-size: 15px;
}

/* Mobile */
@media (max-width: 991px) {
    .spotlight-box {
        padding: 30px 26px;
    }
}
.assessment-framework-area {
    background: #ffffff;
}

/* Core framework boxes */
.framework-box {
    background: #f8fafc;
    border-radius: 18px;
    padding: 32px 30px;
    height: 100%;
    border: 1px solid #e5e7eb;
}

.framework-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--tg-color-dark);
}

.framework-box p {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.framework-box.highlight {
    background: #eef2ff;
    border-color: #c7d2fe;
}

/* Content text */
.framework-content p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* Objectives panel */
.assessment-objectives {
    background: #0b1a33;
    border-radius: 18px;
    padding: 36px 34px;
    height: 100%;
}

.objective-title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
}

.objective-list {
    padding-left: 18px;
    margin: 0;
}

.objective-list li {
    color: #cbd5e1;
    margin-bottom: 14px;
    line-height: 1.7;
}

/* Mobile */
@media (max-width: 991px) {
    .assessment-objectives {
        padding: 30px 26px;
    }
}
.awards-visual-area {
    background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Award block */
.award-visual {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 42px;
    margin-bottom: 50px;
    border: 1px solid #e5e7eb;
    position: relative;
}

/* Header */
.award-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.award-head h3 {
    font-size: 26px;
    color: var(--tg-color-dark);
    margin: 0;
}

.award-head .tag {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
}

/* Lists */
.award-visual ul {
    padding-left: 20px;
    margin: 0;
}

.award-visual li {
    margin-bottom: 14px;
    color: #4b5563;
    line-height: 1.7;
}

/* Color identity */
.award-visual.platinum { border-left: 8px solid #9ca3af; }
.award-visual.platinum .tag { background: #e5e7eb; color: #374151; }

.award-visual.mastery { border-left: 8px solid #f7931e; }
.award-visual.mastery .tag { background: #fff4e6; color: #c2410c; }

.award-visual.maturity { border-left: 8px solid #00a0e3; }
.award-visual.maturity .tag { background: #e0f2fe; color: #0369a1; }

.award-visual.msme { border-left: 8px solid #3cb878; }
.award-visual.msme .tag { background: #ecfdf5; color: #047857; }

/* Hover polish */
.award-visual:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

/* Mobile */
@media (max-width: 767px) {
    .award-visual {
        padding: 30px 26px;
    }

    .award-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.spotlight-awards-area {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

/* Spotlight cards */
.spotlight-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 36px 34px;
    height: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.35s ease;
}

.spotlight-card h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: var(--tg-color-dark);
}

.spotlight-card ul {
    padding-left: 18px;
    margin: 0;
}

.spotlight-card li {
    margin-bottom: 14px;
    color: #4b5563;
    line-height: 1.7;
}

/* Highlight centre card */
.spotlight-card.highlight {
    border-top: 6px solid #f7931e;
    transform: translateY(-6px);
}

.spotlight-card.highlight1 {
    border-top: 6px solid #11b965;
    transform: translateY(-6px);
}

.spotlight-card.highlight2 {
    border-top: 6px solid #1ea7f7;
    transform: translateY(-6px);
}

/* Hover effect */
.spotlight-card:hover {
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    transform: translateY(-8px);
}

/* Evaluation strip */
.evaluation-strip {
    background: #0b1a33;
    border-radius: 22px;
    padding: 40px 45px;
    text-align: center;
}

.evaluation-strip h4 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 22px;
}

.evaluation-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.eval-step {
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px 26px;
    max-width: 320px;
}

.eval-step span {
    display: inline-block;
    font-weight: 700;
    color: #f7931e;
    margin-bottom: 8px;
}

.eval-step p {
    margin: 0;
    color: #cbd5e1;
}

/* Mobile */
@media (max-width: 767px) {
    .evaluation-steps {
        flex-direction: column;
        gap: 20px;
    }

    .spotlight-card.highlight {
        transform: none;
    }
}
.sponsorship-area {
    background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* Benefits box */
.sponsor-benefits {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px 44px;
    border: 1px solid #e5e7eb;
}

.sponsor-benefits .intro {
    font-size: 17px;
    color: #374151;
    margin-bottom: 22px;
}

.benefit-list {
    padding-left: 20px;
    margin: 0;
}

.benefit-list li {
    margin-bottom: 14px;
    color: #4b5563;
    line-height: 1.7;
}

/* Sponsorship table */
.sponsor-table {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.sponsor-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.sponsor-row:last-child {
    border-bottom: none;
}

.sponsor-row > div {
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.sponsor-row .label {
    text-align: left;
    font-weight: 600;
    color: var(--tg-color-dark);
}

/* Header */
.sponsor-row.header {
    background: #0b1a33;
    color: #ffffff;
    font-weight: 600;
}


/* Mobile */
@media (max-width: 768px) {
    .sponsor-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .sponsor-row.header {
        display: none;
    }

    .sponsor-row > div {
        padding: 14px 18px;
    }
}
.chairman-message-area {
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

/* Content */
.chairman-content .sub-title {
    display: inline-block;
    color: var(--tg-theme-secondary-500);
    font-weight: 600;
    margin-bottom: 12px;
}

.chairman-content .title {
    font-size: 34px;
    margin-bottom: 24px;
    color: var(--tg-color-dark);
}

.chairman-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 18px;
}

/* Image */
.chairman-image-wrap {
    position: relative;
    text-align: center;
}

.image-frame {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    background: #ffffff;
    padding: 10px;
}

.image-frame img {
    width: 100%;
    border-radius: 18px;
}

/* Optional accent background */
.chairman-image-wrap::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: var(--tg-theme-primary-500);
    border-radius: 50%;
    top: -30px;
    right: -30px;
    z-index: -1;
    opacity: 0.15;
}

/* Mobile */
@media (max-width: 991px) {
    .chairman-content .title {
        font-size: 28px;
    }

    .chairman-message-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
/* Image frame already defined earlier */
.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    background: #ffffff;
    padding: 10px;
}

.image-frame img {
    width: 100%;
    border-radius: 18px;
}

/* Caption overlay */
.chairman-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(11, 26, 51, 0.92);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.chairman-caption h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.chairman-caption p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #e5e7eb;
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .chairman-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 14px 16px;
    }

    .chairman-caption h4 {
        font-size: 16px;
    }
}
/* Image frame already defined earlier */
.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    background: #ffffff;
    padding: 10px;
}

.image-frame img {
    width: 100%;
    border-radius: 18px;
}

/* Caption overlay */
.chairman-caption {
    
    background: rgba(11, 26, 51, 0.92);
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.chairman-caption h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.chairman-caption p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #e5e7eb;
}

/* Mobile adjustment */
@media (max-width: 767px) {
    .chairman-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 14px 16px;
    }

    .chairman-caption h4 {
        font-size: 16px;
    }
}
/* Wrapper */
.chairman-image-wrap {
    text-align: center;
}

/* Image frame (smaller size) */
.image-frame.small {
    max-width: 320px; /* controls image size */
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
    background: #ffffff;
    padding: 8px;
}

.image-frame.small img {
    width: 100%;
    border-radius: 18px;
}

/* Caption below image */
.chairman-caption-below {
    margin-top: 18px;
}

.chairman-caption-below h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-color-dark);
}

.chairman-caption-below p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

/* Mobile refinement */
@media (max-width: 767px) {
    .image-frame.small {
        max-width: 260px;
    }

    .chairman-caption-below h4 {
        font-size: 16px;
    }
}
