
.key-challenge-type {
    text-align: center;
    padding: 1rem;
    background: #fff;
    color: #000;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
    margin-bottom: 20px;
}

section.section.border-bottom.hospiCards00 {
    padding: 6px;
    border: none !important;
}

.hospiCards00 .card00:hover{
    background: var(--secondary-gradient);
    color: #fff;
}

.hospiCards00 .card00{
   margin-bottom : 0.5rem !important;
   padding: 40px;
}

.hospiCards00 .card00 .p-large{
   margin-bottom : 0.5rem;
}

.key-challenge-type-wrapper {
    background: none;
    gap: 12px;
}


.key-challenge-type .icon {
    height: 78px;
    width: 78px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fb683a;
    border: 4px solid transparent;
    transition: all ease-in-out .3s;
}

.key-challenge-type .title h4 {
    color: #fb683a;
    font-size: 18px;
    border-bottom: 2px solid #fb683a;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all ease-in-out .3s;
}



/* hover  */
.key-challenge-type:hover{
    background: var(--secondary-gradient);
    color: #fff;
}

.key-challenge-type:hover .title h4{
    color: #fff;
    border-bottom: 2px solid #fff;
}

.key-challenge-type:hover .icon{
   border: 4px solid #fff;
}

/* router cards */
:root{
    --dark-color:#403f40;
}

.router-type-content {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    height: 100%;
    background-color: #ffffff;
    color: #000;
}

#router-type .col-md-3:nth-child(even) .router-type-content {
    background-color: #fff;
}

.router-type-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.router-type-content p {
    font-size: 14px;
}

/* telco cards */
.telecom-type {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    position: relative;
    height: 100%;
    padding: 1rem;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
}

.telecom-type h4 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 1.5rem;
}

.telecom-type p {
    margin-bottom: 0;
    font-size: 15px;
}

.telecom-type:hover{
    background: var(--secondary-gradient);
    color: #fff;
}

.telecom-type:hover h4 {
    color: #fff;
}

/*  */
.integrated-module-info {
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    height: 100%;
    color: #000;
}

.img-info {
    margin-bottom: 20px;
}

.integrated-module-info .integrated-module-title-info {
    font-size: 13px;
}

/* circle cards */
.cards-wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2rem;
}

.cards-wrapper .card {
    padding: 1.5rem;
    transition: all 0.8s ease;
    text-align: center;
}

.cards-wrapper .card .icon{
   margin-bottom: 1.5rem;
}

.img-circle{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: linear-gradient(90deg, #FF7E7E 0%, #fe992f 40%, rgba(0, 0, 0, 0.28) 60%);
    transition: all 0.8s ease;
    background-position: 0px;
    background-size: 200px;
}

.cards-wrapper .card:hover .img-circle {
    background-position: -120px;
    transition: all 0.3s ease;
}

.cards-wrapper .card:hover .icon{
    background-color: var(--primary-color);
}

.cards-wrapper .card:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.svg{
    height: 36px;
    width: 36px;
    fill: #fff;
}

#bluejay-banner{
    height: 50vh;
}

/* media query */
@media screen and (min-width: 992px){
    .key-challenge-type {
        height: 100%;
        transition: all ease-in-out .3s;
    }

    .key-challenge-type-wrapper{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        /*background-color: #cdcdcd;*/
        gap: 12px;
    }

    .border{
        border-bottom: 0px !important;
    }
}

     @media only screen and (max-width: 576px){
        section .hospo_wrap02 {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .hosp_card .msgWrapper {
      
        grid-template-columns: repeat(1, 1fr);
      
    }
    
    .hospiCards00 .hosp_listCount {
        column-count: 1;
    }
    
}