body {
    background-color: #030A10;
    color: white;
    /* text-align: center; */
    font-family: Arial, sans-serif;
}
.banner {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.network-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://www.transparenttextures.com/patterns/circuit-board.png');
    opacity: 0.3;
}
.content {
    position: relative;
    z-index: 1;
}
.btn-custom {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}
.services {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dot {
    width: 12px;
    height: 12px;
    background-color: #00ffcc;
    border-radius: 50%;
}

.text-justify{
    text-align: justify;
}

.stats-card {
    background: #121417;
    color: white;
    border-radius: 10px;
    padding: 30px;
}
.stats-card h2 {
    color: #5ba1d6;
    font-weight: bold;
}
.divider {
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: auto;
}

.custom-card {
    position: relative;
    background-color: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 20px;
    overflow: hidden;
}

.custom-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #E673E8, #E999E5, #74ECC5, #3BB1E3, #288FF3);
    border-radius: 27px;
    z-index: -1;
}

.custom-card::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: black; /* Change this to your desired card background */
    border-radius: 23px;
    z-index: -1;
}

.featured-card {
    position: relative;
    background: url('assets/card/web-design-card.png') center/cover no-repeat;
    border-radius: 15px;
    height: 250px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.featured-card2 {
    position: relative;
    background: url('assets/card/digital-marketing-card.png') center/cover no-repeat;
    border-radius: 15px;
    height: 250px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.featured-content {
    position: relative;
    z-index: 1;
}
.featured-button {
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.featured-button:hover {
    background: white;
    color: black;
}

/* footer */

footer,a{
    text-decoration: none;
    font-weight: 200;
}

.typewriter {
    display: inline-block;
    font-size: 2rem;
    color: #C83F2C;
    border-right: 2px solid #C83F2C;
    white-space: nowrap;
    
}





.text-justify{

    text-align: justify !important;

  }

  .btn-custom2:hover{
color: black !important;
  }



  .img_ticco{
    max-width: 20% !important;
  }

  @media only screen and (max-width: 600px) {
 
    .img_ticco{
      max-width: 50% !important;
    }
    
    
    
    }

