@font-face {
  font-family: 'inctech-icon';
  src:  url('../fonts/inctech-icon.eot');
  src:  url('../fonts/inctech-icon.eot#iefix') format('embedded-opentype'),
    url('../fonts/inctech-icon.ttf') format('truetype'),
    url('../fonts/inctech-icon.woff') format('woff'),
    url('../images/inctech-icon.svg#inctech-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="inctech-icon-"], [class*=" inctech-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'inctech-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inctech-icon-left-arrow:before {
  content: "\e900";
}
.inctech-icon-list-icon:before {
  content: "\e901";
}
.inctech-icon-right-arrow:before {
  content: "\e902";
}
    /* Banner Styling */
    section.banner-area.mobile-app-dev-banner {
    background-image: url(/images/mobile-app-dev-banner.jpg) !important;
    background-position: top center;
    background-repeat: no-repeat;
    }

.banner-mb-devcontent h1 {
    font-size: 55px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}
    .banner-mb-devcontent p {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}
.web-dv-mn {
    padding: 55px 0 34px 0;
}
.web-dv-serv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* background: #021327; */
    padding: 79px 0 81px 0;
    background-image: url(/images/ser-bg-mb-dev.png) !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
        .web-dv-serv .service-box {
            width: 300px;
            
            padding: 20px;
            border-radius: 10px;
            
            text-align: center;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        .service-box:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 10px rgb(255 255 255 / 10%);
        }
        .web-dv-serv .service-box .image-container {
            width: 80px;
            height: 80px;
            margin: 0 auto;
            overflow: hidden;
            animation: zigzag 1s infinite alternate;
        }
        .service-box:hover .image-container {
            animation: none;
        }
        .web-dv-serv .service-box .image-container img {
            width: 100%;
            height: auto;
        }
        .web-dv-serv .service-box .title {
            font-size: 20px;
            font-weight: bold;
            margin-top: 10px;
            transition: 0.3s;
            animation: zigzag 1s infinite alternate;
            color: #fff;
        }
        .web-dv-serv .service-box:hover .title {
            animation: none;
        }
        .web-dv-serv .service-box .description {
    display: none;
    color: #fff;
}
        .service-box:hover .description {
            display: block;
            margin-top: 10px;
        }
        @keyframes zigzag {
            0% { transform: translateX(-5px); }
            100% { transform: translateX(5px); }
        }


 .mb-app-indus {
            padding: 50px 0;
            background-color: #fff;
        }
        .industry-box {
            position: relative;
            background: #1a1a1a;
            padding: 30px;
            text-align: center;
            border-radius: 10px;
            overflow: hidden;
            transition: 0.3s ease-in-out;
                min-height: 186px;
        }
        .industry-box img {
            width: 50px;
            margin-bottom: 15px;
        }
        .industry-box h4 {
            color: #fff;
            font-size: 18px;
            margin-top: 10px;
        }
        .animated-shape {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border: 2px solid rgb(12 183 153 / 38%);
            transform: rotate(20deg);
            animation: rotateShape 5s linear infinite;
        }
        @keyframes rotateShape {
            0% { transform: rotate(20deg); }
            50% { transform: rotate(30deg); }
            100% { transform: rotate(20deg); }
        }
section.mb-app-indus h2 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    padding: 0px 140px 41px 140px;
}
.web-dv-serv h4 {
    text-align: center;
    font-size: 31px;
    padding: 0px 140px 15px 140px;
    color: #fff;
    font-weight: 600;
}
.web-dv-serv h2 {
    font-size: 24px;
    color: #fff;
}
.web-dv-mn h2 {
    font-size: 27px;
    font-weight: 600;
}