

.ssl-incld-extr-title {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0px 6px;
    min-height: 50px;
}
.ssl-incld-extr-box-hd {
    width: 25%;
    padding: 10px;
}
.ssl-incld-extr-box-row {
    display: flex;
    width: 75%;
    justify-content: space-between;
}
.ssl-incld-extr-box {
    padding: 10px;
}
.ssl-incld-extra-bg {
    background: #F2F2FF;
    padding: 40px 40px;
    margin: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.ssl-incld-extr-box svg {
    width: 45px;
    height: 45px;
}



.dmn-dt-buy-box {
    padding: 10px 0;
    margin-bottom: 10px;
}
.dmn-dt-buy-img img {
    border-radius: 10px;
}
.dmn-dt-buy-title {
    margin: 15px 0 10px;
    font-size: 22px;
    font-weight: 500;
}
.dmn-dt-buy-cnt p {
    font-size: 16px;
    font-weight: 400;
}






.cpanel-sec-ftr-main{
    background-color: #3838ff;
    color: #fff;
    position: relative;
}
.cpanel-sec-ftr-box {
    margin-bottom: 30px;
    display: flex;
}
.cpanel-sec-ftr-data {
    font-size: 16px;
    font-weight: 400;
    color: #C2D3F2;
}
.cpanel-sec-ftr-title span {
    margin-right: 7px;
}
.cpanel-sec-ftr-main::before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/ecommerce_hosting/website-performance-line.webp);
    width: 800px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 100%;
}
.cpanel-sec-ftr-main {
    color: #fff;
}



/* CARD */
.feature-card {
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin: 12px 0;
}

/* FULL IMAGE */
.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;

}

/* CONTENT OVERLAY */
.feature-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 20px;
    background: rgba(251, 243, 221, 0.95);

    max-height: 90px;
    /* ONLY TITLE HEIGHT */
    overflow: hidden;

    transition: max-height 0.4s ease;
}

/* TITLE */
.feature-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* DESCRIPTION */
.feature-content p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0;
    transition: opacity 0.25s ease;
}

/* HOVER EFFECT */
.feature-card:hover .feature-content {
    max-height: 230px;
    /* EXPANDS OVER IMAGE */
}

.feature-card:hover .feature-content p {
    opacity: 1;
}

.feature-card:hover img {
    transform: scale(1.04);
}

.feature-card.card-1 .feature-content {
    background-color: #5f4f2a;
    color: #ffda9a;
}

.feature-card.card-2 .feature-content {
    background-color: #575eb8;
    color: white;
}

.feature-card.card-3 .feature-content {
    background-color: #2d7163;
    color: #96fffa;
}

.feature-card.card-4 .feature-content {
    background-color: #063c57;
    color: #c1eaff;
}

.feature-card.card-5 .feature-content {
    background-color: #00283f;
    color: #f5feff;
}

.feature-card.card-6 .feature-content {
    background-color: #455e75;
    color: #ffefe4;
}

.feature-card.card-7 .feature-content {
    background-color: #6e5f70;
    color: #ffe3e9;
}

.feature-card.card-8 .feature-content {
    background-color: #022041;
    color: #dae7ff;
}


/*  */



@media only screen and (max-width: 1399px) {
    .cpanel-sec-ftr-main::before{
        width: 670px;
    }
}
@media only screen and (max-width: 1099px) {
    .ssl-incld-extra-bg{
        flex-direction: column;
    }
    .ssl-incld-extr-box-hd{
        width: inherit;
    }
    .ssl-incld-extr-box-row{
        width: inherit;
    }
    .cpanel-sec-ftr-main::before {
        width: 500px;
    }
    .feature-content h4{
        font-size: 16px;
    }
    .feature-content p{
        font-size: 12px;
    }
    .feature-card{
        height: 380px;
    }
}

@media only screen and (max-width: 992px) {
    .ssl-incld-extr-box-row {
       flex-wrap: wrap;
       justify-content: center;
    }
    .ssl-incld-extr-box {
       width: 33%;
    }
    .ssl-incld-extr-title{
        min-height: inherit;
    }
    .cpanel-sec-ftr-main::before {
        display: none;
    }
    
}

@media only screen and (max-width:767px) {
    .ssl-incld-extra-bg {
        background: #F2F2FF;
        padding: 20px 10px;
        margin: 20px 0;
    }
    .ssl-incld-extr-box,
    .why-ssl-mtr-box,
    .ssl-wrk-tp-cnt{
        width: inherit;
    } 
   
    .feature-card-blgr-main-mo{
        display: block;
    }
}
@media only screen and (max-width:578px) {
    .feature-card{
        height: 100%;
        max-height: 500px;
    }
}

