/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@400;600&display=swap");

/* CSS Variables */
:root {
  /* Color Palette */
  --color-primary: #0077b6;
  --color-primary-light: #1a237e;
  --color-secondary: #fefae0;
  --color-tertiary: #e0f7fa;
  --color-hover: #0077b6;
  --color-accent: #a9d6e5;
  --color-accent-lighter: #e6f4fa;
  --color-text: #000;
  --color-text-2: #03045e;
  --color-background: #03045e;
  --color-white: #fff;
  --color-light-bg: #f4f4f4;

  /*Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 3rem;

  /* Layout Dimensions */
  --header-height: 4rem;
  --border-radius: 0.5rem;

  /* Typography */
  --font-primary: "Open Sans", sans-serif;
  --font-size-base: 0.938rem;
  --font-size-small: 0.813rem;

  /* Weights */
  --weight-regular: 400;
  --weight-semi-bold: 800;

  /* Z-Index Hierarchy */
  --z-tooltip: 10;
  --z-fixed: 100;
  --z-modal: 1000;

  /* Transitions */
  --transition-speed: 250ms;
}

/* Responsive Typography */
@media screen and (min-width: 1024px) {
  :root {
    --font-size-base: 1rem;
  }
}

/* Modern CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Base Styles */
html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-primary);
  font-size: var(--font-size-base);
  background-color: var(--color-white);
  color: var(--color-text);
  line-height: 1.6;
  padding-top: var(--header-height);
}

/* Typography & Links */
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-speed) ease;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.service-hero {
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-primary-light) 100%
  );
  padding: var(--spacing-md) 0;
  min-height: 40vh;
  display: flex;
  align-items: center;
}

.service-hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  width: 100%;
}

.service-hero__content {
  max-width: 800px;
}

.service-hero__breadcrumb {
  margin-bottom: var(--spacing-md);
  color: var(--color-white);
  font-size: 0.875rem;
  opacity: 0.9;
}

.service-hero__breadcrumb a {
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.service-hero__breadcrumb a:hover {
  text-decoration: underline;
  opacity: 1;
}

.service-hero__breadcrumb span {
  opacity: 0.8;
}

.service-hero__heading {
  color: var(--color-white);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--spacing-sm);
  letter-spacing: -0.02em;
}

.service-hero__subheading {
  color: var(--color-white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: var(--spacing-md);
  opacity: 0.9;
}

.service-hero__description {
  color: var(--color-white);
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
  opacity: 0.85;
  max-width: 720px;
}

/* Desktop (1200px and up) */
@media screen and (min-width: 75em) {
  .service-hero {
    padding: var(--spacing-lg) 0;
  }

  .service-hero__heading {
    font-size: 3.5rem;
    width: 1200px;
  }
}

/* Tablet (768px to 1199px) */
@media screen and (max-width: 74.9375em) {
  .service-hero {
    padding: var(--spacing-lg) 0;
  }

  .service-hero__heading {
    font-size: 2.75rem;
  }

  .service-hero__subheading {
    font-size: 1.25rem;
  }

  .service-hero__description {
    font-size: 1rem;
  }
}

/* Mobile (767px and below) */
@media screen and (max-width: 47.9375em) {
  .service-hero {
    padding: var(--spacing-md) 1rem;
    min-height: auto;
  }

  .service-hero__container {
    padding: 0 var(--spacing-sm);
  }

  .service-hero__breadcrumb {
    font-size: 0.75rem;
    margin-bottom: var(--spacing-sm);
  }

  .service-hero__heading {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }

  .service-hero__subheading {
    font-size: 1.125rem;
    margin-bottom: var(--spacing-sm);
  }

  .service-hero__description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* Small Mobile (375px and below) */
@media screen and (max-width: 23.4375em) {
  .service-hero__heading {
    font-size: 1.75rem;
  }

  .service-hero__subheading {
    font-size: 1rem;
  }

  .service-hero__description {
    font-size: 0.875rem;
  }
}

:root {
  --soft-blue: #4ecdc4;
  --deep-blue: #2c3e50;
}

.what-we-do {
  min-height: 100vh;
  background: var(--color-background);
  padding: 4rem 1rem;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: white;
  overflow: hidden;
}

/* Background Pattern */
.what-we-do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
  z-index: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.section-title.heading-1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  color: var(--color-white);
}

.divider {
  height: 2px;
  width: 100px;
  margin: 1rem auto;
  background: linear-gradient(to right, white, transparent);
}

.lead-text {
  max-width: 800px;
  margin: 0 auto 4rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  opacity: 0.9;
}

.lead-text.what {
  color: var(--color-white);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.capability-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.capability-card:nth-child(1) {
  animation: fadeInUp 0.6s ease-out 0.2s forwards;
}
.capability-card:nth-child(2) {
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
}
.capability-card:nth-child(3) {
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
}
.capability-card:nth-child(4) {
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
}

.capability-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  stroke: white;
  stroke-width: 1.5;
  fill: none;
  transition: transform 0.3s ease;
}

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

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.card-description {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

.cta-container {
  text-align: center;
  margin-top: 4rem;
  opacity: 0;
  animation: fadeInUp 0.6s ease-out 0.6s forwards;
}

.cta-button.learn-more {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.cta-button.learn-more:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }

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

  .lead-text {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}

/* Services Section */
/* Section transition */
.section-transition {
  height: 100px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-background) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  margin-bottom: -50px;
}

/* Services section */
.services {
  background: linear-gradient(
    180deg,
    var(--color-accent-lighter) 0%,
    var(--color-light-bg) 100%
  );
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background pattern */
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at 1px 1px,
    var(--color-accent) 1px,
    transparent 1px
  );
  background-size: 50px 50px;
  opacity: 0.1;
  pointer-events: none;
}

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

/* Section header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--color-text-2);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-subtitle {
  color: var(--color-text-2);
  margin-top: 15px;
  font-size: 1.1rem;
}

.underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-background)
  );
  margin: 0 auto;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
}

/* Service cards */
.service-card {
  background: var(--color-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 119, 182, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 119, 182, 0.2);
}

.service-content {
  padding: 30px;
}

.service-content h3 {
  font-size: 1.5rem;
  color: var(--color-text-2);
  margin-bottom: 15px;
  position: relative;
}

.service-content p {
  color: var(--color-text);
  margin-bottom: 20px;
  font-size: 1rem;
}

.service-link {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: var(--color-hover);
}

.icon-arrow-right {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.service-link:hover .icon-arrow-right {
  transform: translateX(5px);
}

/* CTA Banner */
.cta-banner {
  text-align: center;
  margin-top: 80px;
  padding: 40px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-background) 100%
  );
  border-radius: 12px;
  color: var(--color-white);
}

.cta-banner h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: var(--color-accent-lighter);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }

  .service-content h3 {
    font-size: 1.3rem;
  }

  .cta-banner {
    margin: 40px 20px 0;
  }
}
/* HSE Section */
.hse {
  background-color: #f8fafc;
}

.hse-content {
  max-width: 800px;
  margin: 0 auto;
}

.certifications {
  margin-top: 3rem;
}

.certifications h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
}

.certification-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}

.certification-list li {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: #ffffff;
  border-radius: 0 25px 0 25px;
  border: 1px solid #000;
}

.certification-list i {
  font-size: 1.5rem;
  color: #2563eb;
  margin-right: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .services-grid,
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
}

/* Clientele Section */
/* Section transition */
.section-transition {
  height: 100px;
  background: linear-gradient(
    to bottom right,
    var(--color-accent) 0%,
    var(--color-background) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  margin-bottom: -50px;
}

.clientele {
  background: linear-gradient(
    135deg,
    var(--color-accent-lighter) 0%,
    var(--color-white) 100%
  );
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background pattern */
.clientele::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at 1px 1px,
    var(--color-accent) 1px,
    transparent 1px
  );
  background-size: 40px 40px;
  opacity: 0.1;
  pointer-events: none;
}

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

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--color-text-2);
  margin-bottom: 20px;
}

.section-subtitle {
  color: var(--color-text);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 20px auto 0;
}

.underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-background)
  );
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.underline::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-accent),
    transparent
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  to {
    left: 100%;
  }
}

.clientele-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.clientele-content {
  padding-right: 40px;
}

.lead {
  font-size: 1.25rem;
  color: var(--color-text-2);
  margin-bottom: 30px;
  line-height: 1.6;
}

.clientele-highlight {
  font-size: 1.1rem;
  color: var(--color-primary);
  padding: 20px;
  background: var(--color-accent-lighter);
  border-radius: 12px;
  margin-top: 30px;
  border-left: 4px solid var(--color-primary);
}

.client-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.category-card {
  background: var(--color-white);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 119, 182, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--color-background)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 119, 182, 0.2);
}

.category-card:hover::before {
  opacity: 0.1;
}

.category-card i {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  display: block;
}

.category-card:hover i {
  transform: scale(1.1);
}

.category-card h3 {
  font-size: 1.3rem;
  color: var(--color-text-2);
  margin: 0;
  position: relative;
  z-index: 2;
}

.cta-banner {
  text-align: center;
  margin-top: 80px;
  padding: 40px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-background) 100%
  );
  border-radius: 12px;
  color: var(--color-white);
}

.cta-banner h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: var(--color-accent-lighter);
}

@media (max-width: 992px) {
  .clientele-wrapper {
    grid-template-columns: 1fr;
  }

  .clientele-content {
    padding-right: 0;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .client-categories {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }

  .lead {
    font-size: 1.1rem;
  }
}

/* Why Choose Us Section */
/* Section transition */
.section-transition.qa {
  height: 50px;
  background: linear-gradient(
    to bottom right,
    var(--color-accent) 0%,
    var(--color-background) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  margin-bottom: -50px;
}

.why-choose-us {
  background: var(--color-white);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Background pattern */
.why-choose-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
      45deg,
      var(--color-accent-lighter) 25%,
      transparent 25%
    ),
    linear-gradient(-45deg, var(--color-accent-lighter) 25%, transparent 25%);
  background-size: 60px 60px;
  opacity: 0.1;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.5rem;
  color: var(--color-text-2);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-subtitle {
  color: var(--color-text);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 20px auto 0;
}

.underline {
  width: 100px;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-background)
  );
  margin: 0 auto;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.underline::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--color-accent),
    transparent
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  to {
    left: 100%;
  }
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px;
}

.feature-card {
  background: var(--color-white);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 119, 182, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--color-primary),
    var(--color-background)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 119, 182, 0.2);
}

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

.feature-icon {
  font-size: 2.5rem;
  color: var(--color-primary);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

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

.feature-content h3 {
  font-size: 1.5rem;
  color: var(--color-text-2);
  margin-bottom: 15px;
}

.feature-content p {
  color: var(--color-text);
  margin-bottom: 20px;
  line-height: 1.6;
}

.certifications-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.certifications-list li {
  background: var(--color-accent-lighter);
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: var(--color-text-2);
  transition: background-color 0.3s ease;
}

.certifications-list li:hover {
  background: var(--color-accent);
}

.cta-banner {
  text-align: center;
  margin-top: 80px;
  padding: 40px;
  background: linear-gradient(
    135deg,
    var(--color-primary) 0%,
    var(--color-background) 100%
  );
  border-radius: 12px;
  color: var(--color-white);
}

.cta-banner h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--color-white);
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: var(--color-accent-lighter);
}

@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }

  .feature-card {
    padding: 30px 20px;
  }

  .certifications-list {
    flex-direction: column;
    align-items: center;
  }
}

/* Quality Assurance Section */
.section.quality-assurance{
  padding: 4rem 0;
  background-color: var(--color-accent-lighter);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-header{
  text-align: center;
  margin-bottom: 3rem;
  color: var(--color-background);
}

.section-title.quality-assurance {
  margin-top: 4rem;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  color: var(--color-background);
}

.underline {
  width: 80px;
  height: 4px;
  background: var(--color-accent);
  margin: 0 auto;
  position: relative;
}

.underline::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: var(--color-accent-lighter);
  right: -20px;
  animation: slide 2s infinite;
}

@keyframes slide {
  0% { transform: translateX(0); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

.lead {
  font-size: 1.2rem;
  color: var(--color-hover);
  max-width: 800px;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.6;
}

.qa-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  padding: 1rem;
}

.pillar {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.pillar-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--color-background);
  transition: transform 0.3s ease;
}

.pillar:hover .pillar-icon {
  transform: scale(1.1);
}

.pillar h3 {
  color: var(--color-background);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  
  .lead {
    font-size: 1.1rem;
    padding: 0 1rem;
  }
  
  .qa-pillars {
    grid-template-columns: 1fr;
  }
}