section.research-policy-intro {
    padding: 70px 0;
}


.research-policy-intro .policy-grid {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.policy-text {
    flex: 1;
    min-width: 320px;
    max-width: 640px;
}

.policy-text p {
    color: #666666;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: justify;
}

.policy-image {
    flex: 1;
    min-width: 320px;
}

.policy-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
    display: block;
}

.policy-objectives {
    padding: 20px 0 60px 0;
}

.policy-heading {
    text-align: center;
    margin-bottom: 40px;
}

.policy-heading h2 {
    font-family: Karla, sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #000000;
    line-height: 26px;
}

.policy-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.policy-divider span:first-child,
.policy-divider span:last-child {
    display: block;
    width: 100px;
    height: 2px;
    background: #9F2B2C;
}

.policy-divider span:nth-child(2) {
    color: #9F2B2C;
    font-size: 22px;
    font-weight: 700;
}

.researchgku-container .policy-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.researchgku-container .policy-card {
    background: #ffffff;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    min-height: 150px;
}

.researchgku-container .policy-card p {
    margin: 0;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    text-align: center;
}

.policy-footer-text {
    max-width: 980px;
    margin: 32px auto 0;
    text-align: center;
}

.policy-footer-text p {
    margin: 0;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

/* Academic Research section styles */
section.academic-research {
    padding: 20px 0 60px 0;
}

.research-heading {
    text-align: center;
    margin-bottom: 36px;
}

.research-heading h2 {
    font-family: Karla, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.academicresearch-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.academicresearch-divider span:first-child,
.academicresearch-divider span:last-child {
    display: block;
    width: 140px;
    height: 2px;
    background: #9F2B2C;
}

.academicresearch-divider span:nth-child(2) {
    color: #9F2B2C;
    font-size: 20px;
    font-weight: 700;
}

.acadmic-research-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    align-items: stretch;
}

.academic-research-card {
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 999px;
    padding: 34px 28px;
    box-shadow:
        2px 2px 6px rgba(0, 0, 0, 0.25) inset,
        -2px -2px 6px rgba(0, 0, 0, 0.25) inset;

    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.academic-research-card p {
    margin: 0;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

/* .academic-subsections {
    padding: 60px 0;
} */

.academic-subsections h3 {
    font-family: Karla, sans-serif;
    color: #9F2B2C;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 30px;
    text-align: left;
}

.academic-subsections section {

    margin: 60px 0 0 0;
}

.academic-research .policy-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
}

.academic-research .policy-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #000;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
}

.academic-research .policy-list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #9F2B2C;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 10px;
}

.research-fellowship-section {
    padding: 0 0 60px;
}

.research-fellowship-banner {
    background: #9F2B2C;
    color: #ffffff;
    padding: 40px 0;
}

.research-fellowship-title {
    text-align: center;
    margin-bottom: 10px;
}

.research-fellowship-title h2 {
    font-family: Karla, sans-serif;
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.research-fellowship-title p {
    font-family: Karla, sans-serif;
    font-size: 16px;
    max-width: 760px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 24px;
    color: #ffffff;
}

.research-fellowship-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.fellowship-card {

    border-radius: 20px;
    padding: 32px 28px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fellowship-card h4 {
    font-family: Karla, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
    color: #ffffff;
    text-align: center;
}

.fellowship-card p {
    margin: 0;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    max-width: 452px;
    margin: 0 auto;
}

.research-fellowship-content {
    padding: 60px 20px 0;
}

.extramural-grants h3,
.support-research h3,
.project-transfer h3 {
    font-family: Karla, sans-serif;
    color: #9F2B2C;
    font-size: 26px;
    margin-bottom: 30px;
}



.research-support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.research-support-grid section {
    background: #ffffff;

    border-radius: 18px;
    padding: 28px 0;

}

.centre-excellence {
    padding: 0px 0 80px;
}

.centre-heading {
    text-align: center;
    margin-bottom: 40px;
}

.centre-heading h2 {
    font-family: Karla, sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.centre-description {
    max-width: 1184px;
    margin: 0 auto;
    color: #000000;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 0;
}

.centre-card-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(190px, 1fr));
    gap: 14px;
    margin-top: 36px;
}

.centre-card {
    background: #9F2B2C;
    color: #ffffff;
    border-radius: 10px;
    padding: 14px 10px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.centre-description-block {

    margin: 40px auto 0;
}

.centre-description-block p {
    color: #000000;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}

.centre-keypoints li {
    padding-left: 22px;
    position: relative;
    margin-bottom: 12px;
    color: #000;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.centre-keypoints li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #9F2B2C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.support-board h3 {
    font-family: Karla, sans-serif;
    color: #000000;
    font-size: 26px;
    margin-bottom: 28px;
    text-align: center;
}

.support-board-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(180px, 1fr));
    gap: 20px;
}

.support-board-card {
    background: #9F2B2C;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 10px;
    min-height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.support-board-card h4 {
    font-family: Karla, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 24px;
    color: #ffffff;
}

.support-board-card p {
    margin: 0;
    font-family: Karla, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.board-note {
    max-width: 1150px;
    margin: 30px auto 0;
    color: #000000;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

section.support-ethics {
    padding: 0 0 30px 0;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .centre-card-grid {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }

    .support-board-grid {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
    }
}

@media (max-width: 1024px) {

    .researchgku-container .policy-cards,
    .researchgku-container .acadmic-research-grid,
    .researchgku-container .research-fellowship-cards,
    .researchgku-container .research-support-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {

    .centre-card-grid,
    .support-board-grid {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .centre-excellence .academicresearch-divider {
        display: none;
    }

    .research-policy-intro .policy-grid {
        flex-direction: column-reverse;
    }

    .policy-heading h2,
    .research-fellowship-title h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 05px;
    }

    .research-fellowship-banner {
        padding: 20px 0 0 0;
    }

    .research-fellowship-title p {
        font-size: 10px;
        line-height: 16px;
    }
}

@media (max-width: 640px) {
    .policy-heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .research-fellowship-title h2 {
        font-size: 16px;
        line-height: 24px;
    }


    section.research-policy-intro {
        padding: 30px 0 0;
    }

    .policy-objectives {
        padding: 30px 0 0;
    }

    .research-policy-intro .policy-grid {
        flex-direction: column-reverse;
        gap: 12px;
    }

    .research-heading {
        text-align: center;
        margin-bottom: 20px;
    }

    .researchgku-container .policy-text p,
    .researchgku-container .policy-footer-text p,
    .researchgku-container .policy-card p,
    .researchgku-container .academic-research-card p {
        font-size: 10px;
        line-height: 16px;
    }

    .policy-divider span:first-child,
    .policy-divider span:last-child {
        width: 60px;
    }

    .acadmic-research-grid,
    .centre-card-grid,
    .support-board-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .academic-subsections {
        padding: 0px 0;
    }

    .academic-subsections h3 {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 20px;

    }

    .academic-research .policy-list li {

        margin-bottom: 10px;

        font-size: 10px;
        line-height: 16px;

    }

    .academic-research-card {
        padding: 20px 18px;
        min-height: 90px;
        border-radius: 24px;
    }

    .centre-heading h2,
    .support-board h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        color: #9F2B2C;
    }
    .policy-divider {
    
    gap: 4px;
}

    .centre-description {
        font-size: 10px;
        line-height: 16px;
    }

    .research-fellowship-cards {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .fellowship-card {
        padding: 0 0 20px 0;
        min-height: auto;

    }

    .centre-card {
        padding: 22px 14px;
        min-height: 76px;

        font-size: 10px;
        line-height: 16px;
    }

    .research-fellowship-content {
        padding: 30px 20px 0;
    }

    .centre-description-block {
        margin: 20px auto 0;
    }

    .research-support-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .centre-description-block p {
        color: #000000;
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .extramural-grants h3,
    .support-research h3,
    .project-transfer h3 {
        font-family: Karla, sans-serif;
        color: #9F2B2C;
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
        font-weight: 600;
    }

    .research-support-grid section {
        padding: 0px 0;
    }

    .research-fellowship-section {
        padding: 20px 0 0 0;
    }

    .centre-excellence {
        padding: 10px 0 10px;
    }

    .centre-heading {
        text-align: center;
        margin-bottom: 0;
    }

    .centre-card-grid {
        margin-top: 30px;
    }

    .support-board-card h4 {
        font-size: 10px;
        margin-bottom: 6px;
        line-height: 100%;

    }

    .support-board h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .support-board-card p {

        font-size: 8px;
        line-height: 11px;

    }

    .support-board-card {
        min-height: 76px;

    }

    .policy-text p {
        margin-bottom: 0px !important;
    }

    .board-note {
        margin-top: 20px;
        font-size: 10px;
        line-height: 14px;

    }

    .researchgku-container .policy-cards {
        gap: 10px;

    }

    .researchgku-container .policy-card {
        padding: 12px;
        gap: 10px !important;
    }

    .researchgku-container .policy-footer-text {

        margin: 20px auto 0;

    }

    section.academic-research {
        padding: 30px 0 0 0;
    }

    .academicresearch-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .academicresearch-divider span:first-child,
    .academicresearch-divider span:last-child {
        display: block;
        width: 80px;
        height: 2px;

    }

    .academic-subsections section {
        margin: 30px 0 0 0;
    }

    .fellowship-card h4 {
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .fellowship-card p {
        font-size: 10px;
        line-height: 14px;

    }

    .research-fellowship-title {
        text-align: center;
        margin-bottom: 20px;
    }
}