* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}
.service-box{
    width: 19% ;
    background: #FFFFFF ;
    border: 1px solid #E8E8E8;
    border-radius: 8px ;
    padding: 20px 10px;
}
.service-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column ;
}
.serviceicon{
    width: 60px ;
    height: 60px ;
    border-radius: 50% ;
    background: linear-gradient(135deg, #DBEAFE 0%, #DCFCE7 100%);
     display: flex;
    justify-content: center;
    align-items: center;
    img{
        min-width: 30px ;
        max-width: 30px ;
    }
}
.service-heading{
    font-size: 18px ;
    font-weight: 600 ;
   background: #0b3b5b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guidance{
    font-size: 13px ;
    font-weight: 400 ;
    color: hsla(0, 0%, 26%, 1) ;
    height: 60px ;
    text-align: center ;
}
.browse-plan{
    width: 141px ;
    height: 41px ;
    display: flex;
    justify-content:center ;
    align-items: center ;
    color: #0b3b5b;
      border-radius: 8px;
  border: none;
  background: hsla(0, 0%, 100%, 1);
  position: relative ;
  font-size: 14px ;
  font-weight: 400 ;
  &:before{
    content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 8px;
  background: linear-gradient(180deg, #0B3C5D 0%, #22C55E 100%);
  
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  }
    &::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #0B3C5D 0%, #22C55E 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  &:hover {
    color: #fff;
    font-weight: 600 ;
    &::after {
      opacity: 1;
    }
  }
  span{
    position: absolute ;
    z-index: 10;
  }
}
.select-row{
    justify-content: space-between ;
}
.pricing-work{

}
.step-card{
    height: 270px ;
}
.reviewlist{
    display: flex ;
    justify-content: flex-start ;
    align-items:center ;
    gap: 10px ;
    li{
        list-style: none;
        font-size: 12px ;
        font-weight: 400 ;
        background: #D0FAE5 ;
        padding: 2px 8px ;
        border-radius: 20px ;
        color: #007A55 ;
    }
}
.priceplanbox{
    border: 2px solid #E5E5E5;
    background: #FFFFFF ;
    padding: 20px ;
    border-radius: 10px ;
    transition: 0.5s ;
    height: 441px ;
    &:hover{
        border-color: #22C55E ;
        box-shadow: 0px 0px 9.4px 9px #22C55E1A;

    }
}
.salary{
    font-size: 22px ;
    font-weight: 600 ;
    color: #0B3C5D ;
    span{
        font-size: 16px ;
    }
}
.planprice{
    font-size: 30px ;
    font-weight: 600 ;
    color: #128204 ;
}
.inclusive{
    display: flex ;
    justify-content: flex-start ;
    align-items: center ;
    gap: 10px ;
}
.plan-list{
    li{
        list-style: none ;
        font-size: 12px ;
        color: #314158 ;
        margin-bottom: 10px ;
        text-indent: -40px ;
        padding-left: 40px ;
        img{
                margin-right: 10px ;
            }
    }
}
.startbtn{
    background: linear-gradient(90deg, #22C55E 0%, #0DB94D 100%);
    box-shadow: 0px 4px 6px -4px #0000001A;
    border: none ;
    width: 100% ;
    height: 48px ;
    border-radius: 14px ;
    justify-content: center;
    align-items: center ;
    gap: 10px ;
    color: #fff ;
    font-size: 18px ;
    font-weight: 600 ;
}

.viewallplan{
    width: 100% ;
    height: 41px ;
    display: flex;
    gap: 10px ;
    justify-content:center ;
    align-items: center ;
    color: #0b3b5b;
      border-radius: 8px;
  border: none;
  background: hsla(0, 0%, 100%, 1);
  position: relative ;
  font-size: 14px ;
  font-weight: 400 ;
  &:before{
    content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* border thickness */
  border-radius: 8px;
  background: linear-gradient(180deg, #0B3C5D 0%, #22C55E 100%);
  
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  }

  span{
    position: absolute ;
    z-index: 10;
  }
}
.smart-top{
    .recommend{
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-left: 70px;
    position: relative;
    width: fit-content;
    height: fit-content;
    color: #fff ;
    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 64px;
        height: 2px;
        background: #fff ;
    }
    }
}
.smart-packages{
    background: linear-gradient(180deg, #22C55E 0%, #0B3C5D 100%);
    padding: 50px 0;
}
.smartbundle{
    
    font-size: 34px ;
    font-weight: 400 ;
    color: #fff ;
}


.startupimg{
    width: 85px ;
    height: 85px ;
    img{
        width: 100% ;
    }

}
.package-box{
    padding: 15px ;
    background: #FFFFFF ;
    border-radius: 20px ;
}
.startup{
    font-family: "Urbanist", sans-serif;
    font-size: 20px ;
    font-weight: 700 ;
    color: #0B3C5D ;
}
.ideal{
    font-size: 15px ;
    font-weight: 400 ;
    color: #22C55E ;
    border: 1px solid #22C55E;
    padding: 2px 10px ;
    border-radius: 20px ;
    width: fit-content ;
}
.gst-list{
    padding-left: 18px ;
    li{
        margin-bottom: 10px ;
        font-size: 16px ;
        color: #314158 ;
        &::marker{
            color: #22C55E ;
        }
    }
}
.perfect-txt{
    font-size: 18px ;
    font-weight: 400 ;
    color: #45556C ;
}
.includes{
    font-size: 16px ;
    font-weight: 400 ;
    color: #62748E ;
}
.startup-price{
    font-size: 36px ;
    line-height: 36px ;
    font-weight: 600 ;
    color: #128204 ;
    span{
        text-decoration: line-through;
        color: #999999 ;
        font-size: 24px ;
    }
}
.saveupto{
    font-size: 16px ;
    font-weight: 400 ;
    color: #008D46 ;
    line-height: 16px ;
    padding: 5px 15px ;
    border-radius: 20px ;
    background: #D0FAE5 ;
    width: fit-content ;
}
.bundle{
    padding-top: 20px ;
    border-top: 1px solid #DDDDDD ;
}
.getthis{
  width: 100% ;
  height: 70px ;
  color: #fff ;   
  font-size: 22px ;
  font-weight: 500 ;
  border: none ;
  background: #0EBA4D ;
  display:flex;
  justify-content: center ;
  align-items: center ;
  border-radius: 10px ;
}
.pay-img{
    width: 100% ;
    display: flex ;
    justify-content: center ;
    align-items: center;
    img{
        min-width: 80% ;
    }
}
.step-card h5{
    margin-top: 30px ;
}
.how-it-works {
    margin: 70px 0;
}
.why-choose-section {
    padding: 70px 0;
}

@media screen and (max-width:768px) {
    .how-it-works {
        margin: 30px 0;
    }
    .why-choose-section {
        padding: 30px 0;
    }
    .service-box{
        width: 80% ;
    }
    .select-row{
        flex-wrap: nowrap ;
        gap: 10px ;
    }
    .simple-pricing{
            .refr4 {
            width: 100% !important;
        }
    .hero-subtitle{
        margin-bottom: 0 ;
    }
    }
    .pay-img {
        img {
            min-width: 100%;
        }
    }
    .step-card {
        height: auto;
    }
    .priceplanbox {
        padding: 10px;
        height: 391px ;
    }
    .transparent-pricing{
        flex-wrap: nowrap !important;
        .col-lg-4{
            width: 90% ;
        }
    }
    .salary {
        font-size: 19px;
        span{
            font-size:14px;
        }
    }
    .reviewlist {
        li {
            font-size: 10px;
        }
    }
    .plan-list {
        li {
            font-size: 12px;
            margin-bottom: 5px;
            
        }
    }
    .inclusive {
        font-size: 12px;
    }
    .planprice {
        font-size: 25px;
    }
    .startbtn {
        font-size: 15px;
        font-weight: 600;
    }
    .smart-top {
        .recommend {
            font-size: 16px;
        }
    }
    .smartbundle {
        font-size: 22px;
    }
    .startupimg {
        width: 50px;
        height: 50px;
    }
    .startup {
        font-size: 18px;
        margin-bottom: 5px !important;
    }
    .perfect-txt {
        font-size: 14px;
    }
    .includes {
        font-size: 13px;
    }
    .gst-list {
        li {
            margin-bottom: 5px;
            font-size: 12px;
            color: #314158;
        }
    }
    .serviceicon {
        width: 50px ;
        height: 50px ;
        img {
            min-width: 25px;
            max-width: 25px;
        }
    }
    .guidance {
        font-size: 12px;
    }
    .smartbundle{
        flex-wrap: nowrap ;
        overflow-x: scroll ;
        .col-lg-4{
            width: 90% ;
        }
    }
    .ideal {
        font-size: 10px;
    }
    .startup-price {
        font-size: 25px;
    }
    .saveupto {
        font-size: 12px;
        line-height: 16px;
        padding: 0px 15px;
    }
    .getthis {
        height: 50px;
        font-size: 18px;
    }
    .smart-packages {
        padding: 30px 0;
    }
    .bundle {
        padding-top: 15px;
    }
    .package-box {
        padding: 10px;
    }
}


