.proffessionals h1 {
    padding: 50px 0px 30px;
    font-size: 36px;
    text-align: center;
    font-weight: 300;
    width: max-content;
}

.proff-tabs,
.channel-tabs {
    overflow: hidden;
    background-color: rgba(230, 237, 246, 1);
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 10px 0px;
    height: 50px;
}

.proff-tabs button,
.channel-tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

.proff-tabs button.active,
.channel-tabs button.active {
    color: rgba(0, 183, 172, 1);
    border-bottom: 2px solid rgba(3, 78, 161, 1);
}

.proffcontent,
.channelcontent {
    display: none;
}
.proff-section,
.channel-section {
    padding: 40px 0px;
}
.academic-align {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.academic-cards {
    border: 1px solid rgba(3, 78, 161, 0.2);
    border-radius: 10px;
    background: #fff;
}
.academic-content {
    padding: 25px 20px;
}
.academic-cards img {
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-bottom: 1px solid rgba(3, 78, 161, 0.2);
    border-top: 1px solid rgba(3, 78, 161, 0.2);
}
.academic-content h5,
.academic-cards h5 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 26px;
}
/* .academic-cards h5{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
} */
.academic-content h6 {
    margin-bottom: 10px;
    font-size: 16px;
}
.academic-content p {
    font-size: 20px;
    margin-bottom: 20px;
    color: rgba(32, 33, 36, 1);
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.62em;
    max-height: calc(1.62em * 4);
}
.academic-content a {
    text-decoration: underline;
    font-size: 14px;
    text-underline-offset: 6px;
    font-family: "HelveticaNeueMedium";
    display: block;
}
.academic-content a:last-child {
    margin-top: 15px !important;
}
.robotic-align {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.channel-align {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 20px;
    padding: 40px 0px;
}
.proffessionals h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
}
#Robotic .custom-play-button {
    width: 40px;
    height: 40px;
}
#Robotic .custom-play-button::before {
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination button {
    padding: 6px 13px;
    border: 1px solid rgba(3, 78, 161, 0.2);
    background-color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
    color: #034ea1;
}

.pagination button.active {
    background-color: #034ea1;
    color: white;
    border-color: #034ea1;
}

.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.pagination button.arrow-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.subheading {
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 40px;
    text-align: center;
    color: #034ea1;
}

.blog-contents p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.body-text {
    font-size: 20px;
    line-height: 1.6;
    color: #202124;
    margin-bottom: 15px;
}
.vision-list {
    font-size: 20px;
    line-height: 1.4;
}
.vision-list p {
    font-size: 20px;
    margin-bottom: 15px;
    color: #202124;
}
.vision-list li {
    padding-bottom: 10px;
    margin-left: 25px;
    color: #202124;
    font-weight: 400;
    font-family: "HelveticaNeueThin", sans-serif;
}
.vision-list li::marker {
    color: #00b7ac;
}
.quote-box {
    border: 2px dashed #00b7ac;
    padding: 20px;
    margin: 30px auto;
    font-size: 18px;
    font-style: italic;
    color: #00b7ac;
    max-width: 800px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 183, 172, 0.3);
}
.global-impact p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.global-impact p span {
    font-family: "HelveticaNeueRoman", sans-serif;
}
.global-impact ul,.global-impact ol {
    padding-left: 20px;
}
.global-impact ul li, .global-impact ol li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: "HelveticaNeueThin", sans-serif;
}
.global-impact h2,
.global-impact h3 {
    font-size: 22px;
    margin: 20px 0px;
    text-decoration: underline;
    text-underline-offset: 10px;
    line-height: 40px;
    text-align: center;
    color: #034ea1;
}
.global-impact ul li::marker {
    color: #00b7ac;
    font-size: 20px;
}
@media (max-width: 768px) {
    .academic-align {
        grid-template-columns: repeat(2, 1fr);
    }
    .academic-cards img {
        width: 100%;
    }
    .proff-section,
    .channel-section {
        padding: 25px 20px;
    }
}
@media (max-width: 767px) {
    .academic-align {
        display: unset;
    }
    .academic-cards {
        margin-bottom: 20px;
    }
}
@media (max-width: 499px) {
    .robotic-align {
        display: unset;
    }
    .video-thumbnail-wrapper {
        margin-bottom: 20px;
    }
    .pagination {
        margin-top: 0px;
    }
    .proffessionals h1 {
        padding: 25px 0px 25px;
    }
    .proffessionals h2 {
        padding-bottom: 20px;
    }
    .proff-tabs,
    .channel-tabs {
        gap: 15px;
        padding: 8px 0px;
        height: 40px;
    }
    .proff-tabs button,
    .channel-tabs button {
        font-size: 16px;
    }
    .proffessionals h1,
    .proffessionals h2 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .academic-content {
        padding: 20px 15px;
    }
    .academic-content h5 {
        font-size: 20px;
        line-height: 1.2em;
        height: calc(1.2em * 3);
    }
    .academic-content h6 {
        font-size: 14px;
    }
    .academic-content p {
        font-size: 16px;
        line-height: 1.42em;
        max-height: calc(1.42em * 4);
    }
    .academic-content a {
        font-size: 16px;
    }
    .global-impact p,
    .global-impact ul li, .global-impact ol li {
        font-size: 16px;
    }
    .global-impact p {
        margin-bottom: 5px;
        line-height: 26px;
    }
    .global-impact h2,
    .global-impact h3 {
        margin: 10px 0px 20px;
    }
    .global-impact ul li:last-child, .global-impact ol li:last-child  {
        margin-bottom: 0px;
    }
}
