/* Cyber Security Page Specific Styles */

/* Hero Section */
.cyber-security-hero {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1a1a1a 0%, #23272f 100%);
  overflow: hidden;
  padding: 4px 0 4px 0;
}

.cyber-security-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 123, 255, 0.10) 0%, rgba(0,0,0,0.7) 100%), repeating-linear-gradient(120deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 40px);
  z-index: 1;
  pointer-events: none;
}

.cyber-security-hero .hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 20px;
  padding: 0 1.5rem;
}

.cyber-security-hero .hero-content {
  flex: 1;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.cyber-security-hero .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 4px 32px #3ec6ff, 0 1px 0 #222;
  letter-spacing: -1px;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}

.cyber-security-hero .hero-title .accent {
  color: #3ec6ff;
  filter: drop-shadow(0 0 8px #3ec6ff88);
}

.cyber-security-hero .hero-desc {
  font-size: 1.25rem;
  color: #cfd8e3;
  margin-bottom: 2.5rem;
  max-width: 500px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.cyber-security-hero .hero-actions {
  display: flex;
  gap: 1.2rem;
  margin-top: 1rem;
}

.cyber-security-hero .primary-button, .cyber-security-hero .secondary-button {
  padding: 0.9rem 2.2rem;
  font-size: 1.1rem;
  border-radius: 32px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 16px rgba(0,123,255,0.10);
}
.cyber-security-hero .primary-button {
  background: linear-gradient(90deg, #007bff 60%, #3ec6ff 100%);
  color: #fff;
  border: none;
}
.cyber-security-hero .primary-button:hover {
  background: linear-gradient(90deg, #0056b3 60%, #3ec6ff 100%);
  box-shadow: 0 4px 24px #3ec6ff55;
}
.cyber-security-hero .secondary-button {
  background: transparent;
  color: #3ec6ff;
  border: 2px solid #3ec6ff;
}
.cyber-security-hero .secondary-button:hover {
  background: #3ec6ff;
  color: #fff;
}

.cyber-security-hero .hero-image,
.cyber-security-hero .hero-image::before,
.cyber-security-hero .hero-image img {
  display: none !important;
}

/* Center hero content after image removal */
.cyber-security-hero .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 0 1.5rem;
}

.cyber-security-hero .hero-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* Introduction Section */
.cyber-security-intro-modern {
  padding: 100px 0;
  background-color: #f8f9fa;
}

.cyber-security-intro-flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cyber-security-intro-text {
  flex: 1;
}

.cyber-security-intro-text h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.cyber-security-blue {
  color: #00ff9d;
}

.cyber-security-black {
  color: #1a1a1a;
}

.cyber-security-intro-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

.cyber-security-intro-image {
  flex: 1;
}

.cyber-security-intro-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* What is Cyber Security Section - Styled like IT Support */
.what-is-cyber-security {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.what-is-cyber-security .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}
.what-is-cyber-security .section-header h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #181c24;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 16px #3ec6ff22, 0 1px 0 #fff;
  position: relative;
  z-index: 1;
}
.what-is-cyber-security .section-header h2::after {
  content: '';
  display: block;
  margin: 18px auto 0 auto;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #2196f3 0%, #3ec6ff 100%);
  box-shadow: 0 0 16px #3ec6ff88;
}
.what-is-cyber-security .content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}
.what-is-cyber-security .content-block {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px #3ec6ff22, 0 2px 8px #0001;
  padding: 40px 32px 32px 32px;
  position: relative;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  overflow: hidden;
}
.what-is-cyber-security .content-block:hover {
  transform: translateY(-10px) scale(1.025) rotateZ(-0.5deg);
  box-shadow: 0 24px 64px #3ec6ff44, 0 4px 16px #0002;
}
.what-is-cyber-security .content-block h3 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #2196f3;
  margin-bottom: 1.1rem;
  letter-spacing: 0.2px;
}
.what-is-cyber-security .content-block p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 1.2rem;
}
.what-is-cyber-security .content-block p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .what-is-cyber-security .content-wrapper {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .what-is-cyber-security {
    padding: 60px 0;
  }
  .what-is-cyber-security .section-header h2 {
    font-size: 2rem;
  }
  .what-is-cyber-security .content-block {
    padding: 30px 24px;
  }
}

/* Sexy Cyber Section Enhancements */
.sexy-cyber-section {
  background: linear-gradient(120deg, #f8f9fa 60%, #eaf6ff 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0 110px 0;
}

.sexy-cyber-title {
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 16px #3ec6ff33, 0 1px 0 #fff;
  position: relative;
  z-index: 1;
}
.sexy-cyber-title span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 4px solid #3ec6ff;
  box-shadow: 0 2px 16px #3ec6ff55;
  border-radius: 2px;
}

.sexy-cyber-block {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px #3ec6ff22, 0 2px 8px #0001;
  padding: 40px 32px 32px 32px;
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  overflow: hidden;
  border-left: 6px solid #3ec6ff;
}
.sexy-cyber-block:hover {
  transform: translateY(-10px) scale(1.025) rotateZ(-0.5deg);
  box-shadow: 0 24px 64px #3ec6ff44, 0 4px 16px #0002;
  border-left: 8px solid #007bff;
}

.sexy-cyber-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eaf6ff 60%, #3ec6ff22 100%);
  border-radius: 50%;
  box-shadow: 0 2px 16px #3ec6ff33;
  margin-right: 10px;
}
.sexy-cyber-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.sexy-cyber-divider {
  width: 2px;
  background: linear-gradient(180deg, #3ec6ff 0%, #eaf6ff 100%);
  border-radius: 2px;
  margin: 0 2rem;
  min-height: 180px;
  align-self: center;
  box-shadow: 0 0 16px #3ec6ff33;
  display: block;
}

@media (max-width: 1024px) {
  .sexy-cyber-section .content-wrapper {
    flex-direction: column !important;
    display: flex;
    gap: 2.5rem;
  }
  .sexy-cyber-divider {
    display: none;
  }
}

/* Benefits Section - Modern Design */
.benefits-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.benefits-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3ec6ff, transparent);
  opacity: 0.2;
}

.benefits-modern .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.benefits-modern .section-header h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #181c24;
  margin-bottom: 1rem;
  text-shadow: 0 2px 16px #3ec6ff22, 0 1px 0 #fff;
}

.benefits-modern .section-header h2 .accent {
  color: #3ec6ff;
  filter: drop-shadow(0 0 8px #3ec6ff88);
}

.benefits-modern .section-subtitle {
  font-size: 1.2rem;
  color: #4a5568;
  max-width: 600px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.benefit-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 8px 40px #3ec6ff22, 0 2px 8px #0001;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3ec6ff11 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 48px #3ec6ff44, 0 4px 16px #0002;
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  position: relative;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px #3ec6ff44);
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon img {
  transform: scale(1.1);
}

.benefit-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #181c24;
  margin-bottom: 1rem;
  position: relative;
}

.benefit-card h3::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #3ec6ff, #2196f3);
  margin-top: 0.5rem;
  border-radius: 2px;
}

.benefit-card p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
}

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .benefits-modern {
    padding: 60px 0;
  }
  
  .benefits-modern .section-header h2 {
    font-size: 2.2rem;
  }
  
  .benefit-card {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .benefit-card {
    padding: 1.5rem;
  }
}

/* Features Section */
.features-modern {
  padding: 100px 0;
  background-color: #ffffff;
}

.features-modern-flex {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.features-modern-image {
  flex: 1;
}

.features-modern-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.features-modern-content {
  flex: 1;
}

.features-modern-title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.features-modern-blue {
  color: #00ff9d;
}

.features-modern-black {
  color: #1a1a1a;
}

.features-modern-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 2rem;
}

.features-modern-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.features-modern-card {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 1rem;
}

.features-modern-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.features-modern-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-modern-card h3 {
  font-size: 1.1rem;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.features-modern-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4a4a4a;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .cyber-security-intro-flex,
  .benefits-flex,
  .features-modern-flex {
    flex-direction: column;
    gap: 2rem;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .benefits-grid-modern,
  .features-modern-grid {
    grid-template-columns: 1fr;
  }

  .cyber-security-hero .hero-inner {
    flex-direction: column;
    text-align: center;
    min-height: 250px;
    gap: 2rem;
  }
  .cyber-security-hero .hero-content {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .cyber-security-hero {
    padding: 80px 0;
  }

  .cyber-security-hero .hero-title {
    font-size: 2rem;
  }

  .cyber-security-intro-text h2,
  .benefits-title,
  .features-modern-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .cyber-security-hero {
    min-height: 300px;
    padding: 40px 0;
  }
  .cyber-security-hero .hero-title {
    font-size: 2.1rem;
  }
  .cyber-security-hero .hero-inner {
    min-height: 180px;
  }
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cyber-security-hero .hero-content,
.cyber-security-intro-text,
.benefits-content,
.features-modern-content {
  animation: fadeIn 1s ease-out;
}

.cyber-security-blue-glow {
  color: #3ec6ff;
  text-shadow: 0 0 3px #3ec6ff, 0 0 6px #3ec6ff55;
  font-weight: 700;
}

/* Cyber Security Need Section - Enhanced */
.cyber-security-need {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #eaf6ff 100%);
  position: relative;
  overflow: hidden;
}

.cyber-security-need::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%233ec6ff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  z-index: 0;
}

.cyber-security-need .section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.cyber-security-need .section-header h2 {
  font-size: 2.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 16px #3ec6ff22, 0 1px 0 #fff;
  position: relative;
  display: inline-block;
}

.cyber-security-need .section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3ec6ff, #00ff9d);
  border-radius: 2px;
  box-shadow: 0 2px 16px #3ec6ff55;
}

.cyber-security-need .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cyber-security-need .content-wrapper > p {
  text-align: center;
  font-size: 1.25rem;
  color: #4a4a4a;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.cyber-security-need-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  padding: 0 1rem;
}

.cyber-security-need-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 40px #3ec6ff22, 0 2px 8px #0001;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(62, 198, 255, 0.1);
}

.cyber-security-need-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(62, 198, 255, 0.05) 0%, rgba(0, 255, 157, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cyber-security-need-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 60px #3ec6ff44, 0 4px 16px #0002;
}

.cyber-security-need-item:hover::before {
  opacity: 1;
}

.cyber-security-need-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyber-security-need-icon::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #1a1a1a 0%, #23272f 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.cyber-security-need-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cyber-security-need-item:hover .cyber-security-need-icon::before {
  background: linear-gradient(135deg, #23272f 0%, #1a1a1a 100%);
  transform: scale(1.05);
}

.cyber-security-need-item:hover .cyber-security-need-icon img {
  transform: scale(1.1);
  filter: brightness(0) invert(1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.cyber-security-need-content h3 {
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
  position: relative;
  display: inline-block;
}

.cyber-security-need-content h3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #3ec6ff, #00ff9d);
  border-radius: 1px;
  transition: width 0.4s ease;
}

.cyber-security-need-item:hover .cyber-security-need-content h3::after {
  width: 100%;
}

.cyber-security-need-content p {
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .cyber-security-need {
    padding: 4rem 0;
  }
  
  .cyber-security-need .section-header h2 {
    font-size: 2.4rem;
  }
  
  .cyber-security-need-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .cyber-security-need {
    padding: 3rem 0;
  }
  
  .cyber-security-need .section-header h2 {
    font-size: 2rem;
  }
  
  .cyber-security-need-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .cyber-security-need-item {
    padding: 2rem;
  }
}

/* Animation for items */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cyber-security-need-item {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

.cyber-security-need-item:nth-child(1) { animation-delay: 0.1s; }
.cyber-security-need-item:nth-child(2) { animation-delay: 0.2s; }
.cyber-security-need-item:nth-child(3) { animation-delay: 0.3s; }
.cyber-security-need-item:nth-child(4) { animation-delay: 0.4s; }
.cyber-security-need-item:nth-child(5) { animation-delay: 0.5s; }
.cyber-security-need-item:nth-child(6) { animation-delay: 0.6s; } 