.card-box-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
  }

  .card-box-shadow:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  }

  .icon1 img {
    border-radius: 50%;
  }

  .pricing-section {
    position: relative;
    padding: 40px 0 90px
}

.pricing-section .sec-title {
    margin-bottom: 45px
}

.pricing-block {
    margin-bottom: 30px
}

.pricing-block .inner-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--theme-color-dark);
    border: 2px solid #dbdbdb;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 59px 60px;
    position: relative;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 1;
}

@media(max-width: 1199.98px) {
    .pricing-block .inner-box {
        padding:30px 30px 50px
    }
}

.pricing-block .inner-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    height: 150px;
    /* {% comment %} background-color: var(--theme-color1); {% endcomment %} */
    -webkit-clip-path: polygon(0 0,0% 100%,100% 0);
    clip-path: polygon(0 0,0% 100%,100% 0)
}

.pricing-block .inner-box::before {
    background-color: var(--theme-color-light);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 100%
}

.pricing-block .inner-box:hover::before {
    height: 0
}

.pricing-block .inner-box:hover .title  {
    color:white !important;
}

.pricing-block .inner-box:hover .price small {
    color: var(--theme-color-light)
}

.pricing-block .inner-box:hover .list-style li {
    color: var(--theme-color-light)
}

.pricing-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.pricing-block .inner-box .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
    margin: 0 0 30px
}

.pricing-block .inner-box .image img {
    height: 50%;
    width: 35%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block .inner-box .title {
    position: relative;
    color: var(--theme-color-dark);
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 8px;
    z-index: 2;
    text-transform: uppercase
}

@media(max-width: 1199.98px) {
    .pricing-block .inner-box .title {
        font-size:16px
    }
}

/* {% comment %} .pricing-block .inner-box .title a:hover {
    color: var(--theme-color1)
} {% endcomment %} */

.pricing-block .inner-box .price {
    position: relative;
    color: var(--theme-color1);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px
}

.pricing-block .inner-box .price small {
    color: var(--theme-color-dark);
    font-size: 14px;
    font-weight: 800;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block .inner-box .list-style {
    position: relative;
    margin-bottom: 30px
}

.pricing-block .inner-box .list-style li {
    position: relative;
    margin-bottom: 12px;
    font-weight: 500;
    color: #444;
    /* {% comment %} padding-left: 30px; {% endcomment %} */
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.pricing-block .inner-box .list-style li .icon {
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 7px
}

.pricing-block .inner-box .theme-btn {
    /* {% comment %} padding: 19px 55px {% endcomment %} */
}

.ser-title h3{
    color: black !important;
}
.ser-title h4{
    color: black !important;
}
/* .ser-title{
    color: black !important; 
} */