
        /* for serives only */
 /* Page Header */
        .page-top {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('kakolat.jpg') ; /* Using your existing image */
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0px;
            text-align: center;
        }
        .page-top h1 {
            font-weight: 700;
            font-size: 3rem;
            text-transform: uppercase;
        }
 /* for about */
 /* Stats Counter */
        .stats-section {
            background-color: #0044cc;
            color: white;
            padding: 50px 0;
        }
        .stat-item h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: yellow;
        }
        .box {
          margin-top: 75px;
        }
        
              
