section.academic-integrity {
    background-image: radial-gradient( circle closest-corner at 80% 20%, rgba(78, 132, 209, 0.17), rgba(251, 253, 255, 0.17) );
    padding-top: 85px;
}
.academic-integrity .heading-one {
    color: #464860;
        font-weight: 500;
        line-height: 130%;
        padding-bottom: 5px;
        max-width: 130%;
        font-size: 35px;
        text-align: center;
}
.academic-integrity .last-updated {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #6c757d;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8d9ee;
}
.academic-integrity .last-updated svg {
        color: #0554E6;
}
.academic-integrity .terms-wrapper {
    padding: 60px 0 80px;
}
.academic-integrity .heading-academic {
margin-bottom: 80px;
    color: #464860;
    font-weight: 500;
    line-height: 130%;
    font-size: 26px;
    text-align: center;
}
.academic-integrity .acadamic {
    position: relative;
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
}
.academic-integrity .acadamic-grid {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.academic-integrity .left-terms, 
.academic-integrity .right-terms {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    border: 1px solid #cfdef0;
        box-shadow: 0 0 16px 0 #469fdf33;
    border-radius: 20px;
    background-color: #fff;
}

.academic-integrity .terms-uli {
 
    padding: 0px 0px 20px 20px;

}
.academic-integrity .terms-uli li {
    font-size: 15px;
    line-height: 28px;
    color: #60738a;
    }
    
    .academic-integrity .terms-uli li::marker {
        color: #464860
}
.academic-integrity .terms-uli li a{
    color: #117BD4
}
.academic-integrity .terms-uli li a:hover{
    text-decoration: underline;
}
.academic-integrity .terms-uli li strong {
    font-size: 15px;
    line-height: 28px;
    color: #464860;
    font-weight: 600;
}
.academic-integrity .blue-brdr {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid #0654E6;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .last-updated{
        margin-top:15px;
    }
.blue-brdr{
    display: none;
}
.academic-integrity .acadamic-grid{
    grid-template-columns: 1fr ;
}
.academic-integrity .left-terms,
.academic-integrity .right-terms{
    padding: 30px 15px;
}
.academic-integrity .heading-one{
    font-size: 26px;
}
.academic-integrity .heading-academic{
    font-size: 22px;
    margin-bottom: 20px;
}

}

/* general */
.general__section {
    padding: 60px 0 80px;
    width: 100%;
}
.general__section h2 {
    margin-bottom: 30px;
        color: #464860;
        font-weight: 500;
        line-height: 130%;
        font-size: 26px;
        text-align: center;
    }
    
    .general__section .description {
        font-weight: 400;
        font-size: 15px;
        color: #60738a;
            line-height: 180%;
        text-align: center;
        max-width: 80%;
            margin: 0 auto 130px;
}

/* General Cards Grid */
.general__section .general__cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px 25px;
    margin-bottom: 60px;
    max-width: 100%;
}

.general__section .general-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CFDEF0;
    padding: 49px 26px 27px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    min-height: 280px;
    width: 100%;
    position: relative;
}

.general__section .general-card:hover {
    box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
    transform: translateY(-4px);
}

.general__section .step-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #0654E6 0%, #0543C1 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: white;
    box-shadow: 0px 4px 12px rgba(6, 84, 230, 0.3);
    transform: translateX(-50%);
}

.general__section .step-name {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #464860;
    margin-bottom: 14px;
    margin-top: 0;
}

.general__section .step-description p{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0%;
    text-align: center;
    color: #60738a;
     line-height: 180%;;
    flex: 1;
}

.general__section .step-description p {
    margin: 0;
}

.general__section .step-description a {
    color: #0654E6;
    text-decoration: underline;
}

.general__section .step-description a:hover {
    text-decoration: none;
}

.general__section .general__wrapper {
    display: flex;
    /* max-width: 84%; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.general__section .general__wrapper::before {
    /* position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 30px;
    top: 30px;
    right: 0;
    border: 1px solid #c8d9ee;
    border-radius: 20px;
    z-index: 0;
        */
}
.general__section .general__left {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
    margin-right: 30px;
    border-radius: 20px;
    background-color: #fff;
    max-width: 50%;
    width: 100%;
    border: 1px solid #c8d9ee;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(54 127 211 / 18%);
}
.general__section .general__left .left__head {
    color: #367fd3;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
}
.general__section .general__left span {
    display: block;
}
.general__section .general__left span, 
.general__section .general__left ul li {
    font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: #464860;
        margin-bottom: 14px;

}
.general__section .general-uli {
    padding-left: 20px;
}
.general__section .general__left span, 
.general__section .general__left ul li {
    color: #575E62;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 28px;
}
.general__section img.acadamic-image {
    width: 100%;
    height: 100%;
}
.general__section .general__left a{
    color: #117BD4
}
.general__section .general__left a:hover{
    text-decoration: underline;
}
.general__section .general__right {
    /* max-width: 400px; */
    padding-top: 95px;
    position: relative;
}
.general__section .general__right h2 {
    color: #464860;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}
.general__section .general__right h3 {
    color: #01305C;
    font-size: 22px;
    line-height: 34px;
}

/* Dishonesty Cards Grid */
.general__section .dishonesty__cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px 25px;
    margin-top: 50px;
    max-width: 100%;
}

.general__section .dishonesty-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CFDEF0;
    padding: 40px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    min-height: 340px;
    width: 100%;
    position: relative;
}

.general__section .dishonesty-card:hover {
    box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
    transform: translateY(-4px);
}

.general__section .dishonesty-icon-wrapper {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(22%) sepia(68%) saturate(3324%) hue-rotate(214deg) brightness(95%) contrast(102%);
}

.general__section .dishonesty-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.general__section .dishonesty-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #464860;
    margin: 0 0 15px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general__section .dishonesty-desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    color:  #60738a; 
    margin: 0 0 12px 0;
    flex: 1;
}

.general__section .dishonesty-avoid {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #60738a;
    margin: 0;
}

.general__section .dishonesty-avoid strong {
    color: #464860;
    font-weight: 600;
}

/* Legacy styles for backward compatibility */
.general__section .general__right ul {
    margin-top: 50px;
}
.general__section .general__right ul li {
    display: block;
    margin-bottom: 30px;
}
.general__section .top__list {
    display: flex;
    align-items: flex-start;
}
.general__section .top__list .icon {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.general__section .top__list h4 {
    font-size: 22px;
    line-height: 1.2;
    color: #01305c;
}
.general__section .list-desc {
    font-size: 17px;
    line-height: 28px;
    color: #575E62;
    margin: 20px 0px 0px;
}
.sec_desc{
        font-size: 15px;
    color: #60738a;
    line-height: 180%;
    text-align: center;
    margin: 0 auto 80px;
    
}
@media (max-width:991px) {
    .general__section .general__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .general__section .dishonesty__cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .general__section .general__wrapper{
        max-width: 100%;
        flex-direction: column;
    }
    .general__section .general__left{
        max-width: 100%;
    }
    .general__section .general__wrapper::before{
        display: none;
    }
    .general__section .general__right ul{
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .general__section .general__right{
        max-width: 100%;
    }
    .general__section .general__right ul li{
        max-width: 48%;
    }
    .general__section .general__right h3{
        text-align: center;
    }
    .general__section{
        padding: 0;
    }
}
@media (max-width:575px) {
    .general__section h2{
        font-size: 22px;
    }
    .general__section .description{
       max-width: 90%;
    }
    .general__section .general__cards-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .general__section .general-card {
        padding: 35px 20px 24px;
        min-height: 260px;
    }
    .general__section .step-badge {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .general__section .step-name {
        font-size: 15px;
    }
    .general__section .step-description {
        font-size: 12px;
        line-height: 170%;
    }

    /* Dishonesty cards mobile styles */
    .general__section .dishonesty__cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .general__section .dishonesty-card {
        padding: 30px 20px;
        min-height: 320px;
    }
    .general__section .dishonesty-icon-wrapper {
        width: 48px;
        height: 48px;
        margin-bottom: 15px;
    }
    .general__section .dishonesty-title {
        font-size: 16px;
        min-height: 45px;
    }
    .general__section .dishonesty-desc {
        font-size: 13px;
        line-height: 160%;
    }
    .general__section .dishonesty-avoid {
        font-size: 12px;
        line-height: 150%;
    }

    .general__section .general__left .general__section .left__head {
        font-size: 16px;
    }
    .general__section .general__left span,
    .general__section .general__left ul li {
        font-size: 16px;
    }
    .general__section .top__list h4 {
        text-align: center;
        margin: 10px 0;
    }
    .general__section .list-desc {
        text-align: center;
        font-size: 16px;
    }
    .general__section .general__right ul li{
        max-width: 100%;
    }
    .general__section .top__list {
        flex-direction: column;
        align-items: center;
    }
}
/* task */
.task-requests {
    padding: 60px 0 80px;
    width: 100%;
    background-color: #fbfdff;
    background-image: radial-gradient( circle closest-corner at 80% 20%, rgba(78, 132, 209, 0.17), rgba(251, 253, 255, 0.17) );
}
.task-requests .heading-task {
    color: #464860;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}
.task-requests .sec_desc {
    font-size: 15px;
    color: #60738a;
    line-height: 180%;
    text-align: center;
    margin: 0px auto 80px;
    font-weight: 400;
}
.task-requests .task-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
}
.task-requests .task-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.task-requests .task-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto;
}
.task-requests .task-left-head {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #01305c;
}
.task-requests .task-left p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
    width: 100%;
    color: #575E62;
}
.task-requests .task-right {
    position: relative;
}
.task-requests .right-list {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    border: 1px solid #c8d9ee;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 1px 16px 0 rgb(54 127 211 / 18%);
}
.task-requests .task-uli {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.task-requests .task-uli li {
    display: flex;
    gap: 15px;
    min-height: 55px;
    padding: 12px 0;
    align-items: center;
    border-bottom: 1px solid #c8d9ee;
    color: #60738a;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
}
.task-requests .task-uli li:first-child {
    padding-top: 0;
}
.task-requests .task-uli li:last-child {
    border-bottom: none;
}
.task-requests .task-uli li .icon-check {
    flex-shrink: 0;
    color: #28a745;
    stroke-width: 2.5;
}
.task-requests .task-uli li .icon-cross {
    flex-shrink: 0;
    color: #dc3545;
    stroke-width: 2.5;
}
.task-requests .task-uli li span {
    flex: 1;
}
.task-requests .uses-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #464860;
    margin: 0 0 15px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.task-requests .important-note {
    border-left: 4px solid #0554E6;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 6px;
    background: #f4f9ff;
    font-size: 13px;
    line-height: 1.7;
    color: #60738a;
}
.task-requests .important-note strong {
    color: #575E62;
}
.task-requests .task-icon svg {
    color: #4e84d1;
}
.task-requests .light-brdr {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 2px solid #0654E6;
    border-radius: 20px;
}
@media (max-width: 991px) {
    .task-requests .task-grid {
        grid-template-columns: 1fr;
    }
    .task-requests .light-brdr {
        display: none;
    }
}
@media (max-width:575px) {
    .task-requests .task-uli li {
        font-size: 16px;
        gap: 10px;
    }
    .task-requests .task-uli li:first-child {
        padding-top: 12px;
    }
    .task-requests .right-list {
        padding: 30px;
    }
    .task-requests .heading-task {
        font-size: 22px;
    }
    .task-requests .task-icon svg {
        width: 40px;
        height: 40px;
    }
    .task-requests .uses-heading {
        font-size: 18px;
    }
}
/* integrity */
.integrity {
    background: linear-gradient(125.14deg, #DFE9FF 0%, #FFFFFF 31.65%, #FBFCFF 70.91%, #DFE9FF 100%);
    padding: 60px 0 100px;
    width: 100%;
}
.integrity .heading-integrity {
    color: #464860;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}
.integrity .integrity-intro {
    font-size: 15px;
    color: #60738a;
    line-height: 180%;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 80px;
}
.integrity .integrity-content {
    margin: 40px 0;
}
.integrity .integrity-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 50px 25px;
}
.integrity .integrity-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CFDEF0;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    min-height: 280px;
}
.integrity .integrity-card:hover {
    box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
    transform: translateY(-4px);
}
.integrity .integrity-card-title {
    font-size: 16px;
    font-weight: 500;
    color: #464860;
    margin: 0 0 9px 0;
    line-height: 130%;
}
.integrity .integrity-card-desc {
    color: #60738a;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
}
.integrity .integrity-card-list {
    padding: 0;
    margin-left: 15px;
}
.integrity .integrity-card-list li {
    color: #60738a;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    margin-bottom: 10px;
}
.integrity .integrity-card-list li:last-child {
    margin-bottom: 0;
}
.integrity .integrity-card a {
    color: #0554E6;
    text-decoration: none;
    font-weight: 500;
}
.integrity .integrity-card a:hover {
    text-decoration: underline;
}
.integrity .integrity-note {
    background-color: #f4f9ff;
    border-left: 4px solid #0554E6;
    padding: 20px 30px;
    margin: 40px 0;
    border-radius: 6px;
}
.integrity .integrity-note p {
    font-size: 13px;
    line-height: 1.7;
    color: #60738a;
    margin: 0;
}
.integrity .integrity-note p strong {
    color: #575E62;
    font-weight: 600;
}
.integrity .integrity-contact {
    margin-top: 40px;
}
.integrity .integrity-contact > p {
    font-size: 15px;
    font-weight: 600;
    color: #464860;
    margin-bottom: 25px;
}
.integrity .contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px 25px;
}
.integrity .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #CFDEF0;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    min-height: 200px;
    justify-content: center;
}
.integrity .contact-item:hover {
    box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
    transform: translateY(-4px);
}
.integrity .contact-icon {
    color: #0554E6;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.integrity .contact-item div {
    flex: 1;
}
.integrity .contact-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #464860;
    margin-bottom: 8px;
}
.integrity .contact-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #60738a;
    margin: 0;
}
.integrity .contact-item a {
    color: #60738a;
    text-decoration: underline;
    font-weight: 500;
}
.integrity .contact-item a:hover {
    color: #0554E6;
}
@media (max-width: 991px) {
    .integrity .integrity-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .integrity .contact-info {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 575px) {
    .integrity {
        padding: 50px 0 60px;
    }
    .integrity .heading-integrity {
        font-size: 22px;
    }
    .integrity .integrity-intro {
        font-size: 13px;
        margin-bottom: 20px;
        max-width: 90%;
    }
    .integrity .integrity-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .integrity .integrity-card {
        padding: 30px 20px;
        min-height: 250px;
    }
    .integrity .integrity-card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .integrity .integrity-card-desc {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .integrity .integrity-card-list li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .integrity .integrity-note {
        padding: 12px 15px;
        font-size: 13px;
    }
    .integrity .integrity-note p {
        font-size: 13px;
    }
    .integrity .contact-info {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .integrity .contact-item {
        padding: 30px 20px;
        min-height: 150px;
    }
    .integrity .contact-item strong {
        font-size: 14px;
    }
    .integrity .contact-item p {
        font-size: 13px;
    }
}
/* message */
.message-student {
    padding: 80px 0;
    width: 100%;
}

.message-student h2 {
    color: #464860;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
}

.message-student .switchMessages {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 60px auto 40px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.message-student .messageTab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-family: inherit;
    border: 1.232px solid #d6ebff;
    padding: 16px 24px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 150px;
}

.message-student .messageTab:hover {
    border-color: #3196ea;
}

.message-student .messageTab.active {
    background: #0554E6;
    border-color: #0554E6;
}

.message-student .messageTab.active .tabLabel span {
    color: #fff;
}

.message-student .tabLabel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-student .tabLabel span {
    color: #92abc9;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: color 0.3s ease;
}

.message-student .message-wrapper {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    min-height: 400px;
}

.message-student .message-content {
    display: none !important;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.message-student .message-content.active {
    display: flex !important;
    opacity: 1;
    position: relative;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-student .message-sec {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CFDEF0;
    padding: 40px 30px;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px 0px #469FDF33;
    width: 100%;
    max-width: 800px;
}

.message-student .message-sec:hover {
    box-shadow: 0 8px 24px rgba(6, 84, 230, 0.12);
    transform: translateY(-4px);
}

.message-student h3.message-head {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #464860;
    margin: 0 0 15px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-student .message-sec p {
    color: #60738a;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
}

.message-student .message-sec p strong {
    color: #464860;
    font-weight: 600;
}

.message-student .message-sec p:has(strong) {
    margin: 15px 0 10px 0;
}

.message-student .message-sec ul {
    padding-left: 25px;
    margin: 12px 0;
    text-align: left;
    width: 100%;
}

.message-student .message-sec ul li {
    color: #60738a;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
}

.message-student .message-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.message-student .message-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(22%) sepia(68%) saturate(3324%) hue-rotate(214deg) brightness(95%) contrast(102%);
}

@media (max-width:991px) {
    .message-student {
        padding: 60px 0;
    }
    .message-student .switchMessages {
        max-width: 100%;
        margin: 40px auto 30px;
    }
    .message-student .messageTab {
        min-width: 120px;
        padding: 14px 20px;
    }
    .message-student .tabLabel span {
        font-size: 13px;
    }
}

@media (max-width:575px) {
    .message-student {
        padding: 50px 0;
    }
    .message-student h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .message-student .switchMessages {
        gap: 12px;
        margin: 30px auto 25px;
    }
    .message-student .messageTab {
        min-width: 78px;
        padding: 12px 0px;
        font-size: 12px;
    }
     .switchMessages .messageTab:first-child{
            max-width: 96px;
     }
    .message-student .tabLabel span {
        font-size: 12px;
    }
    .message-student .message-sec {
        padding: 30px 20px;
    }
    .message-student h3.message-head {
        font-size: 18px;
        margin: 10px 0 15px 0;
    }
    .message-student .message-sec p {
        font-size: 14px;
    }
    .message-student .message-sec ul li {
        font-size: 13px;
        line-height: 1.6;
    }
    .message-student .message-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }
}
