 .step-circle {
      background-color: #f2f6f7;
      border-radius: 50%;
      width: 160px;
      height: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin: 0 auto 20px;
      border: 2px dotted #999;
    }

    .step-number {
      position: absolute;
      top: -10px;
      right: -10px;
      background-color: #ff5b3b;
      color: white;
      font-weight: bold;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      text-align: center;
      line-height: 28px;
      font-size: 14px;
      z-index: 10;
    }

    .step-icon img {
      width: 60px;
      height: 60px;
    }

    .step-title {
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      margin-top: 10px;
      color: white;
    }

    @media (max-width: 768px) {
      .step-circle {
        width: 120px;
        height: 120px;
      }

      .step-icon img {
        width: 48px;
        height: 48px;
      }

      .step-title {
        font-size: 14px;
      }
    }
     h2 .dew {
      color: #ff5b3b;
      font-weight: 500;
      text-align: justify !important;
      font-size: 20px !important;
    }

    .feature-icon {
      width: 60px;
      height: 60px;
      background-color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      margin-bottom: 15px;
    }

    .feature-box {
      background-color: transparent;
      padding: 20px;
      height: 100%;
    }

    .feature-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature-box p {
      color: #555;
      font-size: 15px;
    }

    .border-right-dashed {
        border-right: 1px dashed #ccc;
        margin-top: 0 !important;
 }
 .border-right-dashed:hover {
    background-color: #f5f5f5; /* light gray on hover */
}
.border-bottom-dashed:hover {
    background-color: #f5f5f5; /* light gray on hover */
}
.feature-box h5:hover {
    color: #000;
}
.feature-box p:hover {
    color: #000;
}

    .border-bottom-dashed {
      border-bottom: 1px dashed #ccc;
      margin-top: 0 !important;
    }

    @media (max-width: 767.98px) {
      .border-right-dashed {
        border-right: none;
      }

      .border-bottom-dashed {
        border-bottom: none;
      }
    }
    
    .dew {
        font-size: 27px;
        margin: 30px 0px;
        font-weight: 600;
    }
    
    
    div#swiper-wrapper-8108e763e6da7444e {
    padding: 40px 0;
}
    
    
    .service-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      text-align: center;
      padding: 30px 20px 60px;
      position: relative;
      height: 400px !important;
      transition: transform 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
    }

    .service-title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .service-text {
      font-size: 15px;
      color: #555;
    }

    .read-more-btn {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      border: none;
      color: #fff;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 18px;
    }

    .pink    { border-bottom: 3px solid #ff00aa; }
    .blue    { border-bottom: 3px solid #009dff; }
    .green   { border-bottom: 3px solid #00c200; }
    .red     { border-bottom: 3px solid #ff3333; }
    .orange  { border-bottom: 3px solid #ffa500; }
    .purple  { border-bottom: 3px solid #a020f0; }

    .pink .service-icon    { background: #ffe1f3; color: #d1007f; }
    .blue .service-icon    { background: #d2ecff; color: #0077cc; }
    .green .service-icon   { background: #e4f7e4; color: #28a745; }
    .red .service-icon     { background: #ffe5e5; color: #cc0000; }
    .orange .service-icon  { background: #fff0d9; color: #ff8c00; }
    .purple .service-icon  { background: #f0e6ff; color: #8000ff; }

    .pink .read-more-btn   { background: #ff00aa; }
    .blue .read-more-btn   { background: #009dff; }
    .green .read-more-btn  { background: #00c200; }
    .red .read-more-btn    { background: #ff3333; }
    .orange .read-more-btn { background: #ffa500; }
    .purple .read-more-btn { background: #a020f0; }
    
    
    
    
    
     .service-box {
      display: flex;
      align-items: flex-start;
      padding: 25px;
      border-radius: 12px;
      transition: all 0.3s ease;
      background-color: #fff;
      border: 1px solid #f0f0f0;
      height: 100%;
    }

    .service-box:hover {
      background-color: #fdf4f0;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .service-icon {
      font-size: 40px;
      color: #FF4C29;
      margin: 0px !important;
      transition: transform 0.3s ease;
    }

    .service-box:hover .service-icon {
      transform: scale(1.1) rotate(5deg);
    }

    .service-title {
      font-weight: 600;
      font-size: 1.25rem;
      color: #111;
      margin-bottom: 10px;
    }

    .service-desc {
      font-size: 0.95rem;
      color: #555;
    }
    .image img {
    width: 100%;
    background-size: cover;
    height: 100%;
}
.service-six__item .item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}


     .hover-box {
      position: relative;
      /*border-radius: 10px;*/
      overflow: hidden;
      background-color: #f1f1f1;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 20px;
      min-height: 120px;
      max-height: 120px;
      transition: max-height 0.5s ease;
      cursor: pointer;
    }
    .box-1 { background-image: url('images/new1/s.jpg'); }
    .box-2 { background-image: url('images/new1/s1.jpg'); }
    .box-3 { background-image: url('images/new1/s2.jpg'); }
    .box-4 { background-image: url('images/new1/s3.webp'); }
    .box-5 { background-image: url('images/new1/s4.jpg'); }
    .box-6 { background-image: url('images/new1/s5.jpg'); }

    .hover-box h5 {
      font-size: 18px;
      font-weight: 600;
      color: #222;
      margin: 0;
      position: relative;
      z-index: 2;
    }

    .box-text {
      margin-top: 10px;
      opacity: 0;
      color: #000;
      font-size: 14px;
      z-index: 2;
      position: relative;
      transition: opacity 0.3s ease;
    }

    .hover-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 0.4s ease;
      z-index: 1;
    }

    .hover-box:hover {
      max-height: 1000px; /* auto expand */
    }

    .hover-box:hover::before {
      opacity: 0.15; /* light image overlay */
    }

    .hover-box:hover .box-text {
      opacity: 1;
    }

    /* Background images (you can replace URLs with real service-related images) */
        .box-1::before { background-image: url('images/new1/s.jpg'); }
        .box-2::before { background-image: url('images/new1/s1.jpg'); }
        .box-3::before { background-image: url('images/new1/s2.jpg'); }
        .box-4::before { background-image: url('images/new1/s3.webp'); }
        .box-5::before { background-image: url('images/new1/s4.jpg'); }
        .box-6::before { background-image: url('images/new1/s5.jpg'); }
        
        
    .service-three__item h4 {
    padding-left: 3px !important;
    border-right: 1px solid var(--border);
    max-width: 230px;
    transition: var(--transition);
}
.skil:hover {
    color: #fff;
}
 a.service-three__item :hover {
   color: #fff !important; 
}
a:hover: {
    color: #fff !important;
}

.project-three__item:hover {
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    background-color: #000 !important;
}
.project-three__item:hover .project-three__content .content {
    transform: translateY(0);
    background-color: #0c2c4f !important;
    padding: 20px;
}
section.contact-two-area.bg-sub {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
}
section.img-two-area {
    margin: 40px 0px;
}
.feature-six-area.margin-minus {
     margin-top: 0px !important; 
}
  
  
  
  
  /*website-development*/
  
.project-three__item .project-three__content {
    width: 50%;
    height: 100%;
    /* flex-direction: column; */
    justify-content: space-between;
    display: flex
;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
 .project-three__item .project-three__content .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
    .project-three__item:hover .project-three__content .content {
    transform: translateY(0);
    padding: 20px;
   
  }
  p.skil {
    font-size: 15px;
}
/*software deveplopment*/

.project-three__item .project-three__content {
    width: 50%;
    height: 100%;
    /* flex-direction: column; */
    justify-content: space-between;
    display: flex
;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
 .project-three__item .project-three__content .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
    .project-three__item:hover .project-three__content .content {
    transform: translateY(0);
    padding: 20px;
   
  }
  p.skil {
    font-size: 15px;
}
section.contact-two-area.bg-sub {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
}
section.img-two-area {
    margin: 40px 0px;
}


/*api devepment*/


    .project-three__item .project-three__content .content {
    transition: var(--transition);
    transform: translateY(35%);
    padding: 20px;
    height: 100%;
}
.project-three__item .project-three__content {
    height: 100%;
    /* flex-direction: column; */
    justify-content: space-between;
    display: flex;
    padding: 0px !important;
    position: relative;
    z-index: 1;
    width: 100% !important;
    background-color: #00000078;
    padding: 0px;
}
.section-header.text-center {
    padding: 20px 2px;
}
 .project-three__item .project-three__content .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
  }
    .project-three__item:hover .project-three__content .content {
    transform: translateY(0);
    padding: 20px;
   
  }
  p.skil {
    font-size: 15px;
}
a.service-three__item {
    padding: 20px 10px;
    gap: 15px;
    height: 102px;
}
section.work-eleven-area {
    padding: 40px 0px;
    background-color: #f3faff87;
}
.head {
    padding: 12px;
    text-align: center;
    align-items: center;
}
h4.title {
    font-size: 23px;
}
.feature-six__item .content {
    transition: var(--transition);
    padding: 10px 20px;
    background-color: var(--black);
}
.feature-six__item .head {
    background-color: #ebebeb !important;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
.feature-six__item .content {
    transition: var(--transition);
    padding: 10px 20px;
    background-color: #fff !important;
    height: 155px;
    border: 1px solid #ffefef;
}
.feature-six__item .head::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #0c2c4f !important;
    color: #fff !important;
    transition: var(--transition);
}
.feature-six__item .head .title::after {
    color: #fff !important;
}
.feature-six__item .content:hover {
    background-color: #ebebeb !important;
    /*color: #fff !important;*/
}
.feature-six__item:hover .content {
    background-color: #f5f5f5;
}
.feature-six__item:hover .head .title {
    color: #ffffff !important;
}
.feature-six__item .head .title {
    /*color: #000000 !important;*/
    transition: var(--transition);
}
.feature-six__item .content .text {
    color: #000000 !important;
}
.feature-six__item:hover .content .text {
    color: #000;
}
h4.wow.splt-txt.words.chars.splitting.animated {
    text-align: justify;
    font-size: 27px;
    font-weight: 600;
}

.project-three__item {
    height: 100%;
    background-color: var(--black);
}

.col-lg-6.col-xl-6.shap-h {
    height: 265px;
}

 h5.heading5 {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 27px;
      font-weight: 600;
  }
  
  
  .contact-two__content ul li {
    margin-bottom: 10px;
    display: flex;
     align-items: self-start; 
    color: var(--paragraph);
}
/*  .feature-six__item :hover {*/
/*    box-shadow: 0px 2px 3px 0px #64799078;*/
/*}*/
  