/* =================

Digital Marketing Page 2024 

==================== */

.pseudo-border {
    position: relative;
}

.pseudo-border:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    height: 100%;
    background: var(--bs-input-border-color);
    width: 1px;
    z-index: 1;
}

@media(max-width: 1200px) {
    .pseudo-border:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
        height: 100%;
        background: var(--bs-input-border-color);
        width: 1px;
        z-index: 1;
    }
}

@media(max-width: 991px) {
    .pseudo-border:after {
        display: none !important;
    }
}

.check-widget i.icon-plus + span, .check-widget i.icon-plus + span {
    padding-left: 25px;
    display: block;
    line-height: 1.4;
}
.check-widget i.icon-plus, .check-widget i.icon-plus {
    font-weight: 800;
    color: #13B5EA;
    position: absolute;
    top: 4px;
    left: 1px;
}

section.card-section .text-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px !important;
    padding: 45px 30px !important;
    margin: 0 25px !important;
}

@media (max-width: 991px) {
    section.card-section .text-card {
        margin-bottom: 30px !important;
        padding: 35px 30px !important;
    }

    section.card-section .text-card:last-child {
        margin-bottom: 0 !important;
    }
}

section.card-section .row {
    justify-content: center !important;
}

span.blue-ad {
    color: #13B5EA !important;
    font-weight: 600;
}

section.card-section .center-title h3, section.card-section .center-title .h3 {
   text-align: center !important;
}

section.card-section a.h-sm-100 {
    height: auto !important;
    position: relative;
}

section.card-section a.h-sm-100 img {
    position: relative;
    z-index: 2;
}

section.card-section .text-card.grey-bg {
   position: relative;
   padding-top: 20px !important;
}

section.card-section .text-card.grey-bg h3, 
section.card-section .text-card.grey-bg p {
    position: relative;
    z-index: 2;
}
section.card-section .text-card.grey-bg img {
    height: 10vw !important;
    width: auto !important;
    margin-bottom: 41px !important
}

section.card-section .text-card .grey-bg.center-title > a {
    position: relative;
    display: block;
}


section.card-section .text-card .grey-bg.center-title > a:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150%;
    height: calc(100% + 70px) !important;
    background: #EEEEEE !important;
    z-index: 1;
}

section.card-section .text-card.grey-bg {
    overflow: hidden;
}

@media (max-width: 991px) {
    section.card-section .text-card.grey-bg img {
        width: 100% !important;
        height: auto !important;
    }
    section.card-section .text-card.grey-bg {
        margin-top: 10px !important;
    }
    section.card-section .text-card.grey-bg > a img {
        height: auto !important;
        width: 100% !important;
        margin-bottom: 40px !important
    }
    section.card-section .text-card.grey-bg:before {
        height: 44.5vw;
    }
}




.border.border-rounded-5 {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.border.border-rounded-5 .bg-color-default {
    background-size: 118% auto !important;
}