.elementor-2189 .elementor-element.elementor-element-33268493{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-415eeb9 */.cybersecurity-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 60px;
}

.grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.box {
  background-color: min-width(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  flex: 1 1 30%;
  min-width: 280px;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.box:hover {
  transform: translateY(-10px);
}

.cta-box {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 40px 20px;
  border-radius: 16px;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #00bcd4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background-color: #0197a4;
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .grid {
    flex-direction: column;
  }
}/* End custom CSS */