

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











/* 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: 16px;
  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: #F1E5C2;
}
.feature-card.card-2 .feature-content{
  background-color: #D3EDFF;
}
.feature-card.card-3 .feature-content{
  background-color: #CDEAE3;
}
.feature-card.card-4 .feature-content{
  background-color: #D2FAFF;
}
.feature-card.card-5 .feature-content{
  background-color: #F3F3F3;
}
.feature-card.card-6 .feature-content{
  background-color: #F9EFE0;
}
.feature-card.card-7 .feature-content{
  background-color: #FFDFE0;
}
.feature-card.card-8 .feature-content{
  background-color: #D0F4FF;
}





.hosting-for-blogger-main{
  background: #F2F2FF;
}
.hosting-for-blogger-row {
    display: flex;
    text-align: center;
    justify-content: center;
}
.hosting-blgr-title {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0 20px;
}
.hosting-blgr-cnt {
    font-size: 18px;
    font-weight: 400;
}
.hosting-blgr-box {
    width: 45%;
    padding: 0 40px;
}
.hosting-blgr-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 8px;
}
.hosting-blgr-box-bdr {
    width: 2px;
    background: #3838ff;
    opacity: 10%;
    border-radius: 50px;
}
.hosting-blgr-btn {
    margin: 20px 0;
}


@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;
    }
}

@media only screen and (max-width: 992px) {
    .ssl-incld-extr-box-row {
       flex-wrap: wrap;
    }
    .ssl-incld-extr-box {
       width: 33%;
    }
    .ssl-incld-extr-title{
        min-height: inherit;
    }
}

@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;
    }
}