
.shantec-transition-section {
  background: linear-gradient(to bottom, rgba(240,246,255,0.9), #ffffff);
  padding: 80px 5% 60px 5%;
  text-align: center;
  overflow: hidden;
}

.shantec-transition-section h2 {
  font-size: 36px;
  color: #2A5C8A;
  font-weight: 700;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.transition-text {
  font-size: 22px;
  color: #2A5C8A;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 500;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
}

.fade-in.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 768px) {
  .shantec-transition-section { padding: 60px 5% 40px 5%; }
  .shantec-transition-section h2 { font-size: 22px; margin-bottom: 20px; }
  .transition-text { font-size: 18px; max-width: 90%; }
}
