/* prerequisite-section start  */

.prerequisite-section {
    background-color: var(--ced-heading-color);
    z-index: 1;
    overflow: hidden;
}

.prerequisite-section::before,
.prerequisite-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
}

.prerequisite-section::before {
    right: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2024/02/bg-home-43.png);
    background-position: top right;
    z-index: -1;
}

.prerequisite-section::after {
    left: 0;
    bottom: -10px;
    background-image: url(/wp-content/uploads/2024/02/bg-home-021.png);
    background-position: left bottom;
    z-index: -1;
}

.prerequisite-section .section-subhead {
    color: var(--ced-bg-gray);
}

.prerequisite-section .pointer-list-item {
    border-radius: 50px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: var(--ced-montserrat-m);
    position: relative;
    transition: all 0.5s;
}

.prerequisite-section .pointer-list-item:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.prerequisite-section .pointer-list-item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2024/01/check-circle.svg);
    background-repeat: no-repeat;
    content: "";
    background-position: center;
}

.prerequisite-section .section-subhead a,
.prerequisite-section .pointer-list-item a {
    font-family: var(--ced-montserrat-sb);
    padding: 0px 3px;
    position: relative;
    color: var(--ced-white-color);
}

.prerequisite-section .section-subhead a::before,
.prerequisite-section .pointer-list-item a::before {
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    transition: all 0.5s;
    background-color: var(--ced-blue-60);
    opacity: 0.2;
    background-color: var(--ced-white-color);
}

.prerequisite-section .section-subhead a:hover::before,
.prerequisite-section .pointer-list-item a:hover::before {
    height: 8%;
}

/* support-integ-section start  */
.support-integration span:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.support-integration span {
    display: flex;
    font-family: var(--ced-montserrat-m);
    color: var(--ced-white-color);
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
}

.border-divider::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ffffff38 0%, rgba(255, 255, 255, 0) 100%);
}

.support-integration span:first-child {
    background-color: var(--ced-white-color);
}

.support-integration span:first-child a img {
    filter: invert(1);
}

/* Prerequisite and support responsive strt  */

@media screen and (min-width: 1400px) {
    .prerequisite-section .pointer-list-item {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .prerequisite-pointers {
        column-gap: 25px;
    }

    .support-integration span {
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .support-integration span {
        width: 23%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .prerequisite-pointers {
        gap: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .support-integration span {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .support-integration span {
        padding: 20px 15px;
    }

    .support-integration span {
        width: 23%;
    }

    .prerequisite-section::after {
        background-size: 60% 60%;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .prerequisite-section .pointer-list-item {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .border-divider {
        margin-top: 140px;
    }

    .border-divider::before {
        top: -70px;
    }
}

@media screen and (min-width: 992px) {
    .support-integration span {
        border-radius: 15px;
    }

    .support-integration span {
        width: 22%;
    }

    .prerequisite-section::after {
        background-size: 100% 60%;
    }
}

@media screen and (max-width: 991px) {
    .support-integration span {
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .prerequisite-pointers {
        gap: 15px;
    }

    .support-integration span {
        padding: 15px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .border-divider {
        margin-top: 100px;
    }

    .border-divider::before {
        top: -45px;
    }

    .support-integration span {
        width: 48%;
    }

    .support-integration span img {
        max-width: 160px;
    }

    .prerequisite-section::after {
        background-size: 60% 60%;
    }
}

@media screen and (min-width: 576px) {
    .prerequisite-section .pointer-list-item {
        padding: 10px 20px 10px 55px;
        margin: 0px 15px 24px 0;
    }

    .prerequisite-section .pointer-list-item::before {
        left: 12px;
        background-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .prerequisite-section .pointer-list-item {
        line-height: 24px;
        font-size: 14px;
        padding: 10px 15px 10px 45px;
        min-width: 335px;
        margin: 0px 10px 15px 0;
    }

    .prerequisite-section .pointer-list-item::before {
        left: 8px;
        background-size: 20px;
    }

    .border-divider {
        margin-top: 80px;
    }

    .border-divider::before {
        top: -36px;
    }

    .support-integration span {
        width: 47%;
    }

    .support-integration span img {
        max-width: 120px;
    }
}