
/*Mobile Preview Section*/
.phone-preview-section {
 background: linear-gradient(to bottom, #007BFF 0%, #c4c4c4 100%);
  padding: 190px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.headline {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #e6e6e6;
}

.fade-text {
  background: linear-gradient(to right, #000000 25%, #e6e6e6 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.phone-preview-header {
  max-width: 700px;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-out;
}

.phone-preview-header h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-family: 'Times New Roman', Times, serif;
}

.phone-preview-header p {
  font-size: 1.1rem;
  color: #cccccc;
  line-height: 1.6;
  
}

.phone-preview-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.phone-img {
  width: 250px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/*Why TechieTet Section*/
.unico-section {
  background-color: rgb(241, 241, 241);
  padding: 80px 20px;
  text-align: center;
  animation: fadeIn 2s ease-in-out;
}

.unico-section .highlight {
  color: #b3d8ff;
  font-size: 18px;
  margin-bottom: 10px;
}

.unico-section .main-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #111;
  margin-bottom: 30px;
}

.unico-section .subtext {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 60px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.stat {
  text-align: center;
  min-width: 150px;
}

.stat .number {
  font-size: 100px;
  color: #e0e0e0;
  margin: 0;
}

.stat .label {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


    /*Sneek Peek of Products*/
   .slider-container {
  padding: 35px 0px;
  padding-bottom: 0px;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
              0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.slider-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
  padding: 0px 0px;
}

.slide {
  min-width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.slide-content {
  flex: 1;
}

.slide-content h2 {
  margin: 10px 0 5px;
  font-size: 28px;
}

.slide-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.slide-content .ratings {
  font-size: 18px;
  font-weight: bold;
}

.slide-content .ratings span {
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.slide-content img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.slide-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.slide-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.slider-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-dots .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dots .dot.active {
  background-color: #0d6efd;
}



@keyframes slideJumpFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateX(10px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.slider-container.animate-in {
  animation: slideJumpFromLeft 0.8s ease-out forwards;
}





/*Proven Process Section*/
#app-process-wrapper {
  font-family: 'Segoe UI', sans-serif;
  padding: 2rem;
  color: #222;
  max-width: 1200px;
  margin: auto;
}

 .app-process-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .app-process-subtitle {
      text-align: center;
      margin-bottom: 2rem;
      font-size: 1rem;
      color: #555;
    }

    .app-process-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      position: relative;
      gap: 2rem;
    }

    .app-step {
      flex: 1 1 280px;
      text-align: center;
      padding: 1rem;
      position: relative;
    }

    .app-step-circle {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 0 auto 1rem auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: white;
    }

    .app-step-title {
      margin: 0.5rem 0 0.3rem;
      font-size: 1.1rem;
    }

    .app-step-desc {
      font-size: 0.9rem;
      color: #444;
    }

    .color1 { background: #f36a6a; }
    .color2 { background: #b3a3f4; }
    .color3 { background: #f9d68b; color: #000; }
    .color4 { background: #b3dcff; color: #000; }
    .color5 { background: #d3d3d3; color: #000; }
    .color6 { background: #a0e2c4; color: #000; }

    @media (max-width: 768px) {
      .app-process-container {
        flex-direction: column;
        align-items: center;
      }

      .app-step{
        flex: 1 1 100px;
      }
    }



    /*Technologies Used*/
.technologoies-container {
  background-color: #111;
  border-radius: 20px;
  padding: 50px;
  max-width: 1200px;
  text-align: center;
  margin: auto;
  color: white;
}

.technologoies-container h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.technologoies-container p {
  color: #aaa;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.column h3 {
  margin-bottom: 20px;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
  color: #fff;
}

.tech-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  gap: 12px;
  width: 100%;
}

.tech-animate{
  margin-left: 150px;
}


.tech-item img {
  width: 30px;
  height: 30px;
}

.tech-animate-logos{

  padding-left:100px;
}

.logo-box {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
}

.logo-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}




@keyframes strongBounceIn {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }
  60% {
    transform: translateY(-12px) scale(1.03);
  }
  80% {
    transform: translateY(6px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.tech-animate .column {
  opacity: 0;
  transform: translateY(60px);
}

.tech-animate .column.visible {
  animation: strongBounceIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (max-width: 768px) {
  .grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
  }

  .column {
    min-width: 250px;
    flex-shrink: 0;
    scroll-snap-align: start;
    background: #1c1c1c;
    padding: 20px;
    border-radius: 12px;
  }
}




/*Second Process*/
.appdev-container {
  display: flex;
  justify-content: space-between;
  padding: 200px;
  gap: 40px;
  flex-wrap: wrap;
  
}

.appdev-text {
  flex: 1;
  max-width: 500px;
}

.appdev-text h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.appdev-text p {
  font-size: 1.1rem;
  margin: 20px 0;
}

.appdev-button {
  padding: 10px 20px;
  font-weight: bold;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
}

.appdev-slider {
  flex: 1;
  max-width: 600px;
  position: relative;
}

.appdev-slide {
  background-color: #2f93ff;
  color: white;
  padding: 30px;
  border-radius: 10px;
  display: none;
}

.appdev-slide.appdev-active {
  display: block;
}

.appdev-slide h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.appdev-slide h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.appdev-slide p {
  font-size: 1rem;
  line-height: 1.6;
}

.appdev-dots {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.appdev-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.appdev-dot.appdev-active {
  background-color: #2f93ff;
}

@keyframes slideJumpLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateX(10px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideJumpRight {
  0% {
    opacity: 0;
    transform: translateX(80px) scale(0.95);
  }
  60% {
    opacity: 1;
    transform: translateX(-10px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.appdev-text,
.appdev-slider {
  opacity: 0;
  transform: translateY(40px);
  transition: none;
}

.appdev-text.animate-in {
  animation: slideJumpLeft 0.8s ease-out forwards;
}

.appdev-slider.animate-in {
  animation: slideJumpRight 0.8s ease-out 0.2s forwards;
}

/* For tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .appdev-container {
    padding: 100px 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .appdev-text,
  .appdev-slider {
    max-width: 100%;
    flex: unset;
    text-align: center;
  }

  .appdev-dots {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    transform: none;
  }
}

/* For mobile devices (max-width: 600px) */
@media (max-width: 600px) {
  .appdev-container {
    padding: 60px 20px;
    gap: 20px;
  }

  .appdev-text h1 {
    font-size: 1.8rem;
  }

  .appdev-text p {
    font-size: 1rem;
  }

  .appdev-button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
  }

  .appdev-slide {
    padding: 20px;
  }

  .appdev-slide h2 {
    font-size: 1.2rem;
  }

  .appdev-slide h3 {
    font-size: 1.1rem;
  }

  .appdev-slide p {
    font-size: 0.95rem;
  }
}




/*State of the art*/
.appsection-wrapper {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.appsection-header {
  text-align: center;
  margin-bottom: 50px;
}

.appsection-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.appsection-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.appsection-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;

}

.appsection-card {

  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 360px;
  flex: 1 1 300px;
 opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
    background-color: #000;

}

.appsection-card.appsection-show {
  opacity: 1;
  transform: translateY(0)
}

.appsection-card:hover {
  transform: translateY(-5px);
}

.appsection-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #4a85dd;
}

.appsection-card-text {
  font-size: 0.98rem;
  color: #d1d1d1;
  margin-bottom: 20px;
  line-height: 1.6;
}

.appsection-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.appsection-icons img {
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@keyframes fadeInUpCard {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.appsection-header,
.appsection-card {
  opacity: 0;
  transform: translateY(30px);
}

.appsection-header.animate-in {
  animation: fadeInTop 0.8s ease-out forwards;
}

.appsection-card.appsection-show {
  animation: fadeInUpCard 0.8s ease-out forwards;
}



