    serboxp{
      color:#6b7280;
      line-height:1.7;
      font-size:15px;
    }

    .serboxbtn-group{
      display:flex;
      gap:15px;
      margin-top:30px;
      flex-wrap:wrap;
    }

    .serboxbtn{
      padding:14px 28px;
      border-radius:40px;
      border:none;
      cursor:pointer;
      font-weight:600;
      transition:.3s;
      text-decoration:none;
      display:inline-block;
    }

    .serboxbtn-primary{
      background:#111111;
      color:#fff;
    }

    .serboxbtn-primary:hover{
      background:#198df0;
    }

    .serboxbtn-outline{
      border:2px solid #cfd8e3;
      background:#fff;
      color:#111827;
    }

    .serboxbtn-outline:hover{
      background:#111827;
      color:#fff;
    }
    

    /* SERVICES */
    .serboxservices{
		margin-top:0vw;
      background:#fff;
      text-align:center;
	  width:100%;
	  margin:4vw auto;
	  	background-image:url("file:///D:/bitwase/Final/img/bg1.avif");
    background-position:10%;
    background-repeat:repeat;
    background-size:10%;
    }

    .serboxsection-title{
      font-size:42px;
      margin-bottom:15px;
      font-weight:700;
    }

    .serboxsection-title span{
      color:#38a6ff;
    }

    .serboxservice-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:25px;
      margin:5vw 5vw;
    }

    .serboxcard{
		/*background-image:url("file:///D:/bitwase/Final/img/card-img.png");*/
		background-position:center;
		background-repeat:no-repeat;
		background-color:#fff;
		background-size:cover;		
      padding:35px 25px;
      border-radius:20px;
      transition:.3s;
      box-shadow:0 10px 30px rgba(0,0,0,0.05);
    }

    .serboxcard:hover{
      transform:translateY(-10px);
    }

    .serboxcard-icon{
      font-size:50px;
      margin:auto;
	  margin-bottom:2vw;
      color:#38a6ff;
	  width:50%;
	  display:block;
    }
	.serboxcard-icon img{width:100%;}

    .serboxcard h3{
      margin-bottom:0vw;
      font-size:1vw;
	  background: #fff;
    padding: 1vw 1vw;
    border-radius: 5vw;
    }


    /* MOBILE */
    @media(max-width:992px){

      .serboxservice-grid{
        grid-template-columns:repeat(2,1fr);
      }
    }

    @media(max-width:768px){

      serboxsection{
        padding:60px 0;
      }
      .serboxservice-grid{
        grid-template-columns:1fr;
      }

      .serboxsection-title{
        font-size:30px;
      }
    }