/* Connect us section start  */

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

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

.connect-us-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;
}

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

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@media screen and (min-width: 1200px) {
    .connect-wrapper {
        max-width: 1050px;
    }
}

@media screen and (min-width: 768px) {

    .connect-us-section::before,
    .connect-us-section::after {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 767px) {

    .connect-us-section::before,
    .connect-us-section::after {
        background-size: contain;
    }
}

/* Connect us section start  */
.connect-us-section-light {
    background-image: url(/wp-content/uploads/2024/02/banner122.png);
    background-size: cover;
}

.connect-us-section-light .border-pills-button.blue {
    border: 2px solid var(--ced-blue-60);
}