/* Cyber Security page styles */
.cyber-hero {
  width: 100%;
  background: url('../Media/Images/cyber-security-abstract-background-picjumbo-com.jpeg') center/cover;
  background-attachment: fixed;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cyber-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 26, 46, 0.7);
  z-index: 1;
}

.cyber-hero-content {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.cyber-hero h1 {
  font-size: 68px;
  font-weight: 800;
  margin: 0 0 16px 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.cyber-hero p {
  font-size: 40px;
  margin: 0;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cyber-hero {
    padding: 60px 16px;
    min-height: 300px;
  }
  
  .cyber-hero h1 {
    font-size: 32px;
  }
  
  .cyber-hero p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .cyber-hero h1 {
    font-size: 28px;
  }
  
  .cyber-hero p {
    font-size: 16px;
  }
}

/* Cybersecurity Strategic Advantage Section */
.cyber-advantage-section {
  padding: 60px 0;
  background: #ffffff;
}

.cyber-advantage-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 0 20px;
}

.cyber-advantage-content {
  display: flex;
  flex-direction: column;
}

/* Right to Middle Heading */
.cyber-advantage-header {
  text-align: right;
  margin-bottom: 24px;
}

.cyber-advantage-title {
  font-size: 32px;
  color: #082a66;
  margin: 0;
  line-height: 1.3;
  font-weight: 800;
}

/* Left to Middle Description Text */
.cyber-advantage-text {
  text-align: left;
}

.cyber-advantage-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #243249;
  margin: 0 0 20px 0;
}

.cyber-advantage-text p:last-child {
  margin-bottom: 0;
}

/* Getty Images Photo */
.cyber-advantage-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cyber-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 42, 102, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
  .cyber-advantage-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 16px;
  }
  
  .cyber-advantage-header {
    text-align: center;
  }
  
  .cyber-advantage-title {
    font-size: 24px;
  }
  
  .cyber-advantage-text {
    text-align: center;
  }
  
  .cyber-advantage-text p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cyber-advantage-section {
    padding: 40px 0;
  }
  
  .cyber-advantage-title {
    font-size: 20px;
  }
  
  .cyber-advantage-text p {
    font-size: 14px;
  }
}

/* Cyber Resilience Innovation Section */
.cyber-resilience-section {
  padding: 0;
  background: #ffffff;
}

.cyber-resilience-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

/* Dark Blue Background Content (Middle to Left) */
.cyber-resilience-content {
  background: #082a66;
  color: #ffffff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cyber-resilience-title {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 24px 0;
  line-height: 1.3;
  color: #ffffff;
}

.cyber-resilience-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px 0;
}

.cyber-resilience-text p:last-child {
  margin-bottom: 0;
}

/* Adobe Stock Image (Right to Middle) */
.cyber-resilience-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.adobe-stock-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive Design for Cyber Resilience Section */
@media (max-width: 768px) {
  .cyber-resilience-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .cyber-resilience-content {
    padding: 40px 20px;
  }
  
  .cyber-resilience-title {
    font-size: 28px;
  }
  
  .cyber-resilience-text p {
    font-size: 15px;
  }
  
  .adobe-stock-image {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .cyber-resilience-content {
    padding: 30px 16px;
  }
  
  .cyber-resilience-title {
    font-size: 24px;
  }
  
  .cyber-resilience-text p {
    font-size: 14px;
  }
  
  .adobe-stock-image {
    height: 250px;
  }
}

/* Cybersecurity Budget Balance Section */
.cyber-budget-section {
  padding: 0;
  background: #ffffff;
}

.cyber-budget-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

/* Cybersecurity Banner Image (Middle to Left) */
.cyber-budget-image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cyber-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark Blue Background Content (Right to Middle) */
.cyber-budget-content {
  background: #082a66;
  color: #ffffff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
}

.cyber-budget-title {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 24px 0;
  line-height: 1.3;
  color: #ffffff;
}

.cyber-budget-text p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* Responsive Design for Cyber Budget Section */
@media (max-width: 768px) {
  .cyber-budget-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .cyber-budget-content {
    padding: 40px 20px;
    order: 1;
  }
  
  .cyber-budget-image {
    order: 2;
  }
  
  .cyber-budget-title {
    font-size: 28px;
  }
  
  .cyber-budget-text p {
    font-size: 15px;
  }
  
  .cyber-banner-image {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .cyber-budget-content {
    padding: 30px 16px;
  }
  
  .cyber-budget-title {
    font-size: 24px;
  }
  
  .cyber-budget-text p {
    font-size: 14px;
  }
  
  .cyber-banner-image {
    height: 250px;
  }
}
