header {
    background-color: #DDE4FB;
}

.right_nav ul li {
    text-decoration-color: #2B60FF !important;
}

.right_nav ul li a {
    color: #000;
}


/* ------------------------------- Section 1 -------------------------------- */
.cre_section1_container {
    background: linear-gradient(to bottom, #000, transparent), url('../../assets/photos/credential.png');
    height: 100dvh;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* .cre_section1_container .overlay {
    background-color: #00000078;
    height: 100%;
    width: 45%;
    border-radius: 0 0 50% 0;
    position: absolute;
    top: 0;
    left: 0;
} */

.cre_section1 {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 40px 4%;
}

.cre_section1 p {
    font-size: 20px;
}

.cre_section1 h2 {
    font-size: 37px;
}

.learnMoreBtn {
    margin-top: 25px;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: 1px solid #547AEB;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #f3f3f3;
    color: #547AEB;
    border-radius: 10rem;
    font-weight: 400;
    padding: 0.50rem 1rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 16px;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: #fff;
    background-color: #547AEB;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.learnMoreBtn:hover {
    background-color: #547AEB;
    color: #fff;
}

.learnMoreBtn:hover .button__icon-wrapper {
    color: #547AEB;
    background-color: #fff;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.learnMoreBtn:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.learnMoreBtn:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

/* --------------------------- section 2 -------------------------- */
.cre_section2 {
    display: flex;
    align-items: center;
    padding: 40px 4%;
}

.cre_section2 .right {
    background-color: #eef2fd;
    height: 300px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0 10px 10px 0;
}

.cre_section2 .right:hover .box {
    transform: scale(1);
}

.cre_section2 .right .box {
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: #547AEB;
    bottom: 0;
    right: 0;
    border-radius: 60px 0 10px 0;
    transform: scale(0);
    transition: all 0.3s ease;
    transform-origin: bottom right;
}

.cre_section2 .right p {
    line-height: 1.7;
}

.cre_section2 .left {
    position: relative;
}

.cre_section2 .left img {
    display: block;
}

.cre_section2 .left .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #304585d9, #5472eb7a 50%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.cre_section2 .left .overlay img {
    width: 100px;
    /* animation: rotate 5s linear infinite; */
}

.cre_section2 .left .overlay h2 {
    font-size: 40px;
    color: #fff;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }

    100% {
        transform: rotate(360deg);
        transform-origin: center;
    }
}



/* ------------------------ Section 3 ---------------------------- */
.cre_section3 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.cre_section3 .line {
    display: flex;
    align-items: center;
    width: 100%;
}

.cre_section3 .line .dot {
    width: 30px;
    height: 30px;
    background-color: #547AEB;
    border-radius: 50%;
}

.cre_section3 .line .hline {
    height: 3px;
    width: 100%;
    background-color: #547AEB;
}


/* -------------------------------- Section 4 ---------------------------------------- */
.cre_section4 {
    padding: 40px 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.cre_section4 .static {
    display: flex;
    align-items: center;
}

.lineBox {
    background-color: #eef2fd;
    width: 100%;
    display: flex;
    align-items: center;
}

.lineBox .box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #b3b3b3;
    color: #6e6e6e;
    gap: 15px;
}

.lineBox .box:last-child {
    border: none;
}

.lineBox .box img {
    width: 30px;
    display: block;
}

.button {
    cursor: pointer;
    color: #547AEB;
    padding: 10px 25px;
    border-radius: 5px;
}

.lineBox .box .button.active {
    background-color: #547AEB;
    color: #fff;

}

.cre_section4 .sections {
    width: 100%;
}

.cre_section4 .sections .section {
    width: 100%;
}

.cre_section4 .sections .section .boxes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px
}

.cre_section4 .sections .section .boxes .box {
    position: relative;
    width: calc(25% - 15px);
    height: 200px;
    background: linear-gradient(to bottom, #547AEB 10%, #a9bcf5);
    border-radius: 10px;
    overflow: hidden;
    /* transition: all 0.3s ease; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cre_section4 .sections .section .boxes .box h2 {
    font-weight: 600;
    font-size: 32px;
}

.cre_section4 .sections .section .boxes .box:hover .overlay {
    bottom: 0;
    cursor: pointer;
}

.section .boxes .box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 0;
    bottom: -110px;
    transition: all 0.3s ease;
}

.section .boxes .box .overlay h3 {
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .boxes .box .overlay h3 span{
    opacity: 0;
}

.section .boxes .box .overlay .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.section .boxes .box .overlay .tagSection {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.section .boxes .box .overlay .tagSection .tags {
    color: #0040ff;
}

.section2 .boxes .box:nth-child(1),
.section2 .boxes .box:nth-child(5) {
    background: transparent !important;
}

.healthcare {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.healthcare .box {
    position: relative;
    width: calc(25% - 15px);
    height: 200px;
    background: linear-gradient(to bottom, #547AEB 10%, #a9bcf5);
    border-radius: 10px;
    overflow: hidden;
    /* transition: all 0.3s ease; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.healthcare .box .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 0;
    bottom: -110px;
    transition: all 0.3s ease;
}

.healthcare .box:hover .overlay {
    bottom: 0;
    cursor: pointer;
}

.healthcare .box .overlay h3 {
    font-weight: 500;
    font-size: 18px;
}

.healthcare .box .overlay .line {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.healthcare .box .overlay .tagSection {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

.healthcare .box .overlay .tagSection .tags {
    color: #0040ff;
}

.cup1 .box:first-child {
    background: transparent;
}

.cup2 .box:first-child {
    background: transparent;
}

.cup3 .box:first-child {
    background: transparent;
}

.cup2 .box:nth-child(5),
.cup2 .box:nth-child(9) {
    background: transparent;
}

.cup3 .box:nth-child(5){
    background: transparent;
}



/* ----------------------------- Section 5 ----------------------- */
.cre_section5 {
    padding: 40px 4%;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

.pic_container {
    display: flex;
    animation: marquee 30s infinite linear;
}

.pic {
    flex-basis: 18%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee img {
    width: 150px;
    object-fit: contain;
}


.cre_section5 .boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-direction: row;
}

.cre_section5 .boxes .box{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 10px;
}

.cre_section5 .boxes .box img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}






@media screen and (max-width: 768px) {
    .cre_section1_container .overlay {
        width: 90%;
        border-radius: 0 0 150px 0;
    }

    .cre_section1 p {
        font-size: 16px;
    }

    .cre_section1 h2 {
        font-size: 28px;
    }

    /* --------------------------- section 2 -------------------------- */
    .cre_section2 {
        flex-direction: column;
        gap: 20px;
    }

    .cre_section2 .left {
        width: 100%;
    }

    .cre_section2 .left img {
        width: 100%;
    }

    .cre_section2 .right {
        height: 350px;
        align-items: flex-start;
    }

    .cre_section2 .right .box {
        height: 80px;
    }

    .cre_section2 .left .overlay img {
        width: 100px;
    }

    .cre_section2 .left .overlay h2 {
        font-size: 30px;
        color: #fff;
    }

    /* ------------------------ Section 3 ---------------------------- */
    .cre_section3 {
        padding: 0 4%;
    }

    .cre_section3 img {
        width: 80px;
    }

    .cre_section3 .line .dot {
        width: 20px;
        height: 20px;
    }

    /* ----------------------- Section 4 ------------------------------- */
    .cre_section4 .sections .section .boxes .box {
        width: 100%;
    }

    .lineBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .lineBox .box:last-child {
        justify-content: flex-start;
        white-space: nowrap;
        gap: 10px;
        overflow-x: auto;
        width: 100%;
    }

    .lineBox .static {
        display: flex;
        flex-direction: row;
    }

    .button {
        min-width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }



    /* ---------------------- Section 5 ------------------------------ */
    .pic {
        flex-basis: 20%;
        flex-shrink: 100px;
        display: flex;
        justify-content: center;
    }

    .marquee img {
        width: 100px;
        object-fit: contain;
    }

    .cre_section5 .boxes{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        flex-direction: column;
    }

}