.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}


/* Hero Section - Updated Layout */
.cybersecurity-hero {
  background: #f2f2f2;
  padding: 4rem 0;
  margin-top: 0;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-text-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}

.hero-left h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  color: #333;
}

.hero-left h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2.5rem;
  color: #333;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  
}

.btn-primary-service {
  background: #9A2686;
  color: white;
  padding: 0.5rem 0.5rem;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary-service {
  font-size: 1rem;
}

.btn-primary-service:hover {
  background: #9A2686;
  transform: translateY(-2px);
}

.btn-secondary-service {
  background: transparent;
  color: #9A2686;
  padding: 0.875rem 0.5rem;
  border: 2px solid #9A2686;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.btn-secondary-service:hover {
  background: #9A2686;
  color: white;
  transform: translateY(-2px);
}

.hero-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
}

.hero-description p {
    font-family: 'open sans', sans-serif;
    font-size: 22px;
    line-height: 150%;
    color: #1c1c1c;
    margin: 0;
    letter-spacing: -0.8px;
    font-weight: 500;
}
.hero-image {
  width: 100%;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for hero */
@media (max-width: 768px) {
  .hero-text-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-left h2 {
    font-size: 1.75rem;
    text-align: center; 
  }

  .hero-buttons {
    flex-wrap: wrap;
    text-align: center;
  }

  .hero-content {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-left h1 {
    font-size: 2rem;
  }

  .hero-left h2 {
    font-size: 1.5rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary-service,
  .btn-secondary-service {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    text-align: center;
  }
}

/* Solutions Intro Section */
.solutions-intro-section {
  padding: 5rem 0;
  background: #f2f2f2;
}

.solutions-intro-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 100px;
}

.solutions-intro-right h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.16px;
    margin-bottom: 1rem;
    max-width: 600px;
    color: #1c1c1c;
}

.solutions-intro-right p {
    font-family: 'open sans', sans-serif;
    font-size: 22px;
    max-width: 550px;
    color: #1C1C1C;
    line-height: 150%;
    letter-spacing: -0.8px;
}
.solutions-intro-right strong {
  color: #333;
  font-weight: 600;
}

.solutions-intro-left img {
  width: 100%;
  border-radius: 15px;
}

/* Cybersecurity Solutions Section */
.cybersecurity-solutions {
  background: linear-gradient(135deg, #667eea 0%, #9A2686 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.cybersecurity-solutions h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.cybersecurity-solutions p {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Why Choose Section */
.why-choose-section {
  padding: 5rem 0;
  background: #f2f2f2;
}

.why-choose-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
  text-align: center;
}

.why-choose-section > .container > p {
  font-size: 1.125rem;
  color: #666;
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Sectors Section */
.sectors-section {
  padding: 5rem 0;
  background: #3a3a3a;
  color: white;
}

.sectors-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}

.sectors-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sectors-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: white;
}

.sectors-text p {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 0;
}

.sectors-image {
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  height: 400px; /* Fixed height to match the 2x2 grid */
}

.sectors-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
}

.sectors-right {
  display: flex;
  align-items: center;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
  height: 400px; /* Match the image height */
}

.sector-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 2rem;
  text-align: left;
  transition: transform 0.3s, background 0.3s;
  border: 2px solid #9A2686;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sector-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.sector-icon {
  margin-bottom: 1.5rem;
}

.sector-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.sector-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: white;
  line-height: 1.3;
}

.sector-card p {
  opacity: 0.9;
  line-height: 1.5;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}
 .company-logos-strip img {
    max-width: 100%;
  }

/* Responsive adjustments for sectors */
@media (max-width: 768px) {
  .sectors-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sectors-text h2 {
    font-size: 2rem;
  }

  .sectors-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .sectors-image {
    height: 300px;
  }
  .solutions-intro-content {
    grid-template-columns: 1fr;
	  padding: 0;
  }
  .solutions-intro-right {
    order: 1;
  }

  .solutions-intro-left {
    order: 2;
  }
.solutions-intro-section {
    padding: 0;
}
  .hero-image {
  display: none;
}
.company-logos-strip img {
    display: none;
  }
}

@media (max-width: 480px) {
  .sectors-text h2 {
    font-size: 1.75rem;
  }

  .sector-card {
    padding: 1.5rem;
  }

  .sectors-image {
    height: 250px;
  }
}

/* Responsive adjustments for features table */
@media (max-width: 768px) {
  h2, p{
    text-align: center;
  }
  .features-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .feature-desc {
    padding-left: 0;
    margin-top: 0.5rem;
  }

  .table-header {
    display: none;
  }

  .table-row {
    padding: 1rem;
    display: block;
  }

  .feature-name {
    margin-bottom: 0.5rem;
  }
}


/* Responsive adjustments for companies section */
@media (max-width: 768px) {
  .company-logos-strip img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .header-container {
    padding: 10px 15px;
  }

  .hero-text h1,
  .hero-text h2 {
    font-size: 1.75rem;
  }

  .cybersecurity-solutions h2,
  .why-choose-section h2 {
    font-size: 1.75rem;
  }

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

  .mobile-nav-header,
  .mobile-nav {
    padding: 15px;
  }

  .btn-primary-service,
  .btn-secondary-service {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}

/* Additional responsive adjustments */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
