/*  */
.feature-card {
    padding: 1rem;
    background: #fff;
    color: #000;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
    text-align: left;
}

.feature-card>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.text-link{
    color:#666bf1;
    transition: 0.3s ease-in-out;
    position: relative;
    margin-top: 1rem;
    display: inline-block;
}

.text-link:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    right: -22px;
    top: 50%;
    border: 1px solid;
}

.text-link:before{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-55%);
    right: -20px;
    top: 50%;
}

.feature-card:hover .text-link{
    color: #fff;
}

.feature-card:hover{
    background: var(--secondary-gradient);
    color: #fff;
}

.team-card--header{
    height: 155px;
    width: 155px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(315deg, rgba(11,108,223,1) 37%, rgba(64,183,225,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgb(30 170 231 / 88%) 0px 2px 6px 1px, rgb(45 142 185 / 43%) 0px 2px 16px 1px;
    transition: 0.3s;
}

/*  */
.benefit-card{
    text-align: center;
    cursor: pointer;
}

.benefit-card:hover .benefit-card-header{
    background: var(--primary-gradient);
    color: #fff;
    transition: 0.3s ease all;
}

.benefit-card-header{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-bottom: 5px solid #0b6cdf !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 300px;
}

.benefit-card--img img {
    width: 100px;
    margin-bottom: 1.5rem;
}

/*  */

.person-img {
    display: block;
    background: #cce6ff;
    height: 150px;
    width: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #0b6cdf;
    display: flex;
    justify-content: center;
    text-align: center;
}

.feature-card--header img{
    height: 90px;
    width: 90px;
    margin-bottom: 1rem;
}

.signin-btn .signin-icon{
    position: absolute;
}

.signin-btn{
    padding: 5px;
    border: 2px dashed rgb(74,89,240);;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.signin-btn button{
    padding: clamp(1rem,2vw,2rem) clamp(2rem, 4vw, 4rem);
    border-radius: 30px;
    background: linear-gradient(270deg, rgba(74,89,240,1) 43%, rgba(26,162,250,1) 100%);
    border: 1px solid var(--primary-color);
}

.subscribe-btn{
    display: inline-flex;
    align-items: center;
    border: 1px solid #7f7f7f;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px;
    width: 100%;
    background-color: #203049;
}

.subscribe-btn input{
    border: none;
    padding: 4px 4px 4px 8px;
    background: transparent;
    color: #fff;
    flex: 1;
    width: 0;
}

input:focus{
    outline: none;
}

.subscribe-btn button{
    border-top: 0 ;
    border-right: 0;
    border-bottom: 0;
    border-radius: 4px;
}

/* footer */
.contact{
    padding: 0.5rem 0;
}

.contact p{
    margin: 0;
}

.contact__icn i {
    border: 2px dashed #ababab;
    border-radius: 100%;
    margin-right: 1rem;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact .contact{
    align-items: center;
}

.footer-logo img{
    width: 230px;
}

.footer-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 1px solid #ffffff3d;
    border-bottom: 1px solid #ffffff3d;
}

.footer-nav-list {
    align-items: center;
    display: flex;
}

.footer-nav--link {
    padding: 1rem 2rem;
    color: var(--text-grey);
    transition: 0.2s;
}

.footer-nav--link:hover{
    color: #fff;
}

ul{
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

a{
    text-decoration: none !important;
}

.footer-contact{
    padding-bottom: 2rem;
}

.copyright-section{
    color: var(--text-grey);
    font-size: 14px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.copyright-section p{
    margin-bottom: 0;
}

 .Industrywrap .caterCardWrapHome{
            display: grid !important;
            grid-template-columns: repeat(5,1fr);
            grid-gap: 0.5rem;
            margin-bottom: 0px;
    }
    
    .Industrywrap .caterCardWrapHome .feature-card--header img {
        height: 90px;
        width: 90px;
        margin-bottom: 1rem;
    }
    
    .Industrywrap .caterCardWrapHome .flip-card-back {
        background: var(--secondary-gradient);
        color: #fff;
        transform: rotateY(180deg);
        height: 206px;
        padding-top: 26px;
    }
  
    
     .Industrywrap .caterCardWrapHome    .feature-card {
        padding: 1rem;
        background: #fff;
        color: #000;
        border-radius: 10px;
        transition: 0.3s ease-in-out;
        position: relative;
         text-align: center; 
    }
        
      .Industrywrap .caterCardWrapHome .feature-card--body h5 {
        font-size: 17px;
    }



/* MEDIA */


@media screen and (min-width: 992px){
 .team-card:hover .team-card--header{
        background: none;
        box-shadow: none;
        border: 2px dashed;
    }
    
    .team-card:hover .person-img{
        width: 140px;
        height: 140px;
        background: #bababa;
        border-color: #232323;
    }
    
    .team-card:hover .person-img img {
        mix-blend-mode: luminosity;
    }

    .contact:not(:last-child){
        border-right: 1px solid #ffffff3d;
    }

    .section-banner{
        height: calc(100vh - 90px);
    }

    .p-large{
        font-size: 18px;
    }
}

@media screen and (max-width: 991px){
    .footer-nav-list {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .list li{
        font-size: 14px;
        margin-bottom: 0.5rem;
        padding-left: 1.2rem;
    }
    .list li:before{
        height: 8px;
        width: 8px;
    }
}

@media screen and (max-width: 767px){
    .benefit-card{
        margin-bottom: 1rem;
    }

    li.footer-nav--item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 576px){
    
  
    .customersLogo_wrap .slide-track {
        flex-wrap: wrap;
    }
    
    section.customersLogo_wrap .slider {
        height: auto;
        overflow: visible;
    }

    .Industrywrap .caterCardWrapHome {
        grid-template-columns: repeat(1,1fr);
       
    }
  
    
    .flip-card {
        height: 206px;
        width: 300px !important;
        margin: auto;
    }
    
    .Industrywrap {
        height: 1170px !important;
    }
}