.custom-bg{
background-color: transparent;
}


/* ============
Hero
=============== */

@media(max-width:720px){
    .peace{
        height: 40px;
    }
}
@media(min-width:721px){
    .peace{
        height: 75px;
    }
}



/* ============
achieved
=============== */

.achieved {
  .text-gradient {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .achieved-card {
    border: none;
    border-radius: 1rem;
    transition: transform 0.3s ease;
    background-color: transparent;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);

    &:hover {
      transform: scale(1.05) rotate(1deg);

      .achieved-icon-container {
        transform: scale(1.2) rotate(5deg);
        background: linear-gradient(90deg, #0d6efd, #6610f2);
      }

      /* .achieved-icon {
        filter: brightness(10) invert(1);
      } */
    }
  }

  .achieved-icon-container {
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .achieved-icon {
    width: 40px;
    height: 40px;
    transition: filter 0.3s ease;
  }

  .achieved-illustration {
    max-width: 90%;
  }


  .counter-plus::after {
  content: "+";
  margin-left: 2px;
}

}



/* ==================
main-gods
===================== */
.stepper-section{
  
  padding: 50px 0px;
  background-size: cover;

  .stepper-wrapper {
    position: relative;
    padding-left: 30px;
    border-left: 2px solid #0d6efd;
  }

  .stepper-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
    transition: all 0.3s ease;

    &:hover .step-counter {
      background-color: #084298;
      transform: scale(1.1);
    }

    &:hover .step-content h5,
    &:hover .step-content h3 {
      color: #084298;
    }
  }

  .step-counter {
    position: absolute;
    left: -52px;
    top: -5px;
    background-color: #0d6efd;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    transition: all 0.3s ease;
  }


  .dashboard-img{
    height: 80%;
    object-fit: cover;
  }


  .stepper-item {
  &:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }

  .step-content {
    transition: all 0.3s ease;
  }
}

.dashboard-img {
  height: 80%;
  object-fit: contain;
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}


.stepper-item:hover .step-counter {
  animation: pulse 0.4s ease;
}




}




/* space */


.scheudle-cus{
  border: 4px dashed rgb(0, 0, 0,0.3);
  border-radius: 20px;
}


/* ===============
tech-section
================== */


.tech-section{

    padding: 50px 0px;
    .col-md-3:hover{
     .fas{
       transform: scale(1.3);
     }
  }

  .fas{
    transition: all 0.2s ease-in;
  }

}




/* ==================
contact
===================== */

.contact{

background-color: transparent;


}






/* our flow design */

/* === DESKTOP / LAPTOP VIEW === */

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  border-top: 2px dashed #ccc;
  z-index: 0;
}

.timeline-step {
  position: relative;
  text-align: center;
  width: 14.28%;
  min-width: 120px;
  z-index: 1;
}

.timeline-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right, #FF512F, #F09819);
  margin: 10px auto;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step:nth-child(2) .timeline-circle { background: linear-gradient(to right, #36D1DC, #5B86E5); }
.timeline-step:nth-child(3) .timeline-circle { background: linear-gradient(to right, #283c86, #45a247); }
.timeline-step:nth-child(4) .timeline-circle { background: linear-gradient(to right, #f7971e, #ffd200); }
.timeline-step:nth-child(5) .timeline-circle { background: linear-gradient(to right, #ff9966, #ff5e62); }
.timeline-step:nth-child(6) .timeline-circle { background: linear-gradient(to right, #56ab2f, #a8e063); }
.timeline-step:nth-child(7) .timeline-circle { background: linear-gradient(to right, #f953c6, #b91d73); }

.timeline-label {
  color: #2c2c2c;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-step:nth-child(odd) .timeline-label {
  position: absolute;
  bottom: 100%;
}

.timeline-step:nth-child(even) .timeline-label {
  position: absolute;
  top: 100%;
}

.mobile-stepper-arrow{
   transform: rotate(50deg);
   padding: 0px;
}







    /* have a project */

    /* .cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://i.pinimg.com/1200x/fb/56/88/fb56887fd1005d0b6fc658b30f10a454.jpg') no-repeat center center / cover;
  opacity: 0.15;
  z-index: 0;
} */



.cta-section {
  background-image: 
    linear-gradient(135deg, rgba(42, 123, 155, 0.85), rgba(104, 195, 212, 0.85)),
    url('https://i.pinimg.com/1200x/fb/56/88/fb56887fd1005d0b6fc658b30f10a454.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backdrop-filter: blur(8px);
  padding: 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}


  .cta-btn {
    background: #fff;
    color: #ff4b2b;
    border: none;
    padding: 5px 24px;
    margin-top: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 0.1px solid #ff4b2b;
    border-style: dashed;
  }

  .cta-btn:hover {
    background-color: #ffe4e0;
    color: #ff2e00;
  }

  .rocket-img {
    max-width: 200px;
    position: absolute;
    bottom: -10px;
    right: 60px;
    animation: rocket-flyaway 3s ease-in-out infinite;
    transform-origin: bottom center;
    z-index: 1;
  }
  
  .i {
    position: relative;
    z-index: 20;
    right: 100px;
  }

  @keyframes rocket-flyaway {
    0% {
      transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
    }
    20% {
      transform: translateY(-10px) translateX(-5px) rotate(-3deg) scale(1.02);
    }
    40% {
      transform: translateY(-20px) translateX(5px) rotate(3deg) scale(1);
    }
    60% {
      transform: translateY(-10px) translateX(-5px) rotate(-2deg) scale(1.01);
    }
    80% {
      transform: translateY(-15px) translateX(5px) rotate(2deg) scale(1);
    }
    100% {
      transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);
    }
  }

  /* 🧠 MOBILE OPTIMIZATION */
  @media (max-width: 768px) {
    .cta-section {
      padding: 50px 10px;
      text-align: center;
    }

    .rocket-img {
      position: relative;
      max-width: 40px;
    }

    .i {
      position: relative;
      right: 40px;
      bottom: 100px;
      text-align: center;
      z-index: 0;
    }

    .cta-btn {
      margin-top: 16px;
      padding: 8px 20px;
    }

  }


  @media (max-width: 1199px) {
  .navmenu ul {
    height: 230px;
  }
}




  /* our service separate page */


      .service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2A7B9B, #68c3d4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


/* service navigate arrow */

.service-arrow {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2A7B9B, #68C3D4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  cursor: pointer; 

  i {
    color: #fff;
    transform: rotate(-30deg);
    transition: transform 0.2s ease-in-out; 
  }

  &:hover i {
    transform: rotate(0deg) scale(1.2);
  }
}




  .gradient-icon {
    display: inline-block;
    background: linear-gradient(45deg, #1f619f, #02f8ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .gradient-green {
    background: linear-gradient(45deg, #1a8b7e, #97e412);
        -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     display: inline-block; 
  }

  .gradient-orange {
    background: linear-gradient(45deg, #b67322, #ffd200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     display: inline-block;

  } 