.hero-section {
  position: relative;
  height: 70vh;
  min-height: 420px;
  background: linear-gradient(135deg, #3D9BE9 0%, #58dac0 100%);
  background-image: linear-gradient(rgba(44, 62, 80, 0.7), rgba(44, 62, 80, 0.7)), url('/public/images/services/outsourcingdev_services_hero.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(61,155,233,0.08);
}

.hero-content {
  max-width: 900px;
  width: 100%;
  padding: 0 24px;
  z-index: 2;
}

.hero-text {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
}

.hero-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(44,62,80,0.18);
}

.hero-section .highlight {
  color: #FFD56B;
  background: linear-gradient(90deg, #FFD56B 60%, #58dac0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .subtitle {
  margin-bottom: 32px;
  opacity: 0.92;
  font-size: 1.25rem;
  color: #eafaf7;
}

.hero-cta {
  display: inline-block;
  border: none;
  background: linear-gradient(90deg, #58dac0 0%, #3D9BE9 100%);
  color: #fff;
  padding: 15px 32px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(61,155,233,0.10);
  margin-top: 10px;
}
.hero-cta:hover {
  background: linear-gradient(90deg, #3D9BE9 0%, #58dac0 100%);
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(61,155,233,0.18);
}

section {
  padding: 70px 0;
  background: #f8fafd;
}

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

.section-heading {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.1rem;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 0.5px;
  position: relative;
}

.highlight-text {
  color: #58dac0;
  font-weight: 700;
}

.why-outsourcing-section {
  background: #f9f9f9;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.benefit-card {
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px 28px 24px;
  box-shadow: 0 6px 24px rgba(61,155,233,0.07);
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 4px solid #58dac0;
  position: relative;
}
.benefit-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 32px rgba(61,155,233,0.13);
  border-top: 4px solid #FFD56B;
}

.icon-container {
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #eafaf7 60%, #fff 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(61,155,233,0.06);
}

.icon-container img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.benefit-card h3 {
  color: #3D9BE9;
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}

.benefit-card p {
  color: #555;
  line-height: 1.6;
  font-size: 1.05rem;
}

.services-section {
  background: #fff;
}

.services-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
  font-size: 1.15rem;
  color: #666;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.service-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(61,155,233,0.07);
  transition: all 0.3s cubic-bezier(.4,2,.6,1);
  display: flex;
  flex-direction: column;
  border-top: 4px solid #58dac0;
  height: 100%;
  position: relative;
}
.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 16px 32px rgba(61,155,233,0.13);
  border-top: 4px solid #FFD56B;
}

.service-icon {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eafaf7;
}
.service-icon img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.service-card h3 {
  color: #2c3e50;
  padding: 18px 18px 8px;
  margin: 0;
  text-align: center;
  font-size: 1.18rem;
  font-weight: 700;
}

.service-card p {
  padding: 0 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
  flex-grow: 1;
  font-size: 1.03rem;
}

.service-features {
  list-style-type: none;
  padding: 0 18px 18px;
  margin: 0;
}
.service-features li {
  padding: 7px 0 7px 28px;
  color: #3D9BE9;
  position: relative;
  font-size: 1rem;
}
.service-features li:before {
  content: "✓";
  color: #58dac0;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.service-cta {
  display: block;
  background: linear-gradient(90deg, #58dac0 0%, #3D9BE9 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.3s, color 0.3s;
  margin-top: auto;
  padding: 14px 0;
  border-radius: 0 0 16px 16px;
  letter-spacing: 0.5px;
  font-size: 1rem;
  border: none;
}
.service-cta:hover {
  background: linear-gradient(90deg, #FFD56B 0%, #58dac0 100%);
  color: #2c3e50;
}

.technologies-section {
  background: #f5f8fa;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  margin-top: 32px;
}

.tech-category {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(61,155,233,0.06);
  text-align: center;
}

.tech-category h3 {
  margin-bottom: 16px;
  color: #58dac0;
  font-size: 1.18rem;
  font-weight: 700;
}

.tech-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.tech-logo {
  width: 60px;
  height: 60px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.process-section {
  background: #fff;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: 32px;
}

.process-step {
  flex: 1;
  min-width: 180px;
  margin: 10px;
  text-align: center;
  position: relative;
  background: #f8fafd;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(61,155,233,0.05);
  padding: 24px 12px 18px 12px;
  transition: box-shadow 0.3s;
}
.process-step:hover {
  box-shadow: 0 8px 24px rgba(61,155,233,0.13);
}

.process-step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 40px;
  right: -30px;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #58dac0 0%, #3D9BE9 100%);
  opacity: 0.18;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #58dac0 60%, #3D9BE9 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 2px 8px rgba(61,155,233,0.08);
}

.process-step h3 {
  color: #3D9BE9;
  margin-bottom: 8px;
  font-size: 1.08rem;
  font-weight: 700;
}

.process-step p {
  color: #555;
  line-height: 1.5;
  font-size: 1rem;
}

.call-to-action-section {
  text-align: center;
  padding: 60px 0;
  color: #fff;
  background: #f8fafd;
}

.call-to-action-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #071b4d, #134e8a);
  box-shadow: 0 8px 32px rgba(61,155,233,0.08);
  border-radius: 32px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.cta-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.call-to-action-section h2 {
  margin-bottom: 18px;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #FFD56B 60%, #58dac0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.call-to-action-section p {
  font-size: 1.15rem;
  margin-bottom: 32px;
  opacity: 0.92;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}

.primary-cta {
  display: inline-block;
  font-size: 1rem;
  color: #071b4d;
  background: linear-gradient(90deg, #FFD56B 0%, #58dac0 100%);
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  border: none;
  box-shadow: 0 4px 16px rgba(255,213,107,0.10);
}
.primary-cta:hover {
  background: linear-gradient(90deg, #58dac0 0%, #FFD56B 100%);
  color: #134e8a;
  transform: translateY(-2px) scale(1.04);
}

.secondary-cta {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  font-size: 1rem;
  background: transparent;
}
.secondary-cta:hover {
  background: #fff;
  color: #134e8a;
  transform: translateY(-2px) scale(1.04);
}

.faq-section {
  background: #f8fafd;
  padding: 60px 0;
}

.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

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

.faq-item {
  margin-bottom: 18px;
  border: 1px solid #eafaf7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(61,155,233,0.04);
  background: #fff;
  transition: box-shadow 0.3s;
}
.faq-item.active,
.faq-item:focus-within {
  box-shadow: 0 8px 24px rgba(61,155,233,0.10);
}

.faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 20px 24px;
  text-align: left;
  font-size: 1.08rem;
  font-weight: 700;
  color: #2c3e50;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
  outline: none;
}
.faq-question:hover {
  background: #f8fafd;
}

.faq-icon {
  color: #58dac0;
  font-size: 1.5rem;
  font-weight: bold;
  transition: transform 0.3s;
}

.faq-answer {
  display: none;
  padding: 0 24px 20px;
  color: #555;
  line-height: 1.6;
  background: #fff;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Trust message styling */
.trust-message {
  margin-top: 20px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .process-step:not(:last-child):after {
    display: none;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.1rem;
  }
  .section-heading {
    font-size: 1.7rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .process-steps {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  .process-step {
    margin-bottom: 32px;
  }
  .call-to-action-section {
    padding: 40px 0;
  }
  .call-to-action-section .container {
    padding: 0 16px;
    border-radius: 18px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 18px 0;
  }
  .hero-section {
    height: 38vh;
    min-height: 140px;
    padding: 0;
  }
  .hero-content {
    padding: 0 8px;
  }
  .hero-section h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .hero-section .subtitle {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }
  .hero-cta {
    padding: 10px 18px;
    font-size: 0.98rem;
  }
  .benefits-grid,
  .services-grid,
  .tech-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .benefit-card,
  .service-card,
  .tech-category {
    padding: 10px;
    margin-bottom: 10px;
  }
  .service-icon {
    height: 60px;
  }
  .service-card h3,
  .tech-category h3 {
    font-size: 1rem;
    padding: 10px 0 4px;
  }
  .service-card p,
  .tech-category p {
    font-size: 0.98rem;
    padding: 0 4px;
  }
  .service-features li {
    font-size: 0.95rem;
    padding-left: 22px;
  }
  .process-steps {
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    margin: 0 auto;
  }
  .process-step {
    margin-bottom: 18px;
    padding: 14px 6px 10px 6px;
  }
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  .call-to-action-section {
    padding: 18px 0;
  }
  .call-to-action-section .container {
    padding: 0 8px;
    border-radius: 10px;
  }
  .cta-content {
    padding: 0 4px;
  }
  .call-to-action-section h2 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .call-to-action-section p {
    font-size: 0.92rem;
    margin-bottom: 12px;
    padding: 0 4px;
  }
  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .primary-cta, 
  .secondary-cta {
    width: 100%;
    font-size: 0.98rem;
    padding: 10px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .faq-question {
    padding: 10px 8px;
    font-size: 0.98rem;
  }
  .faq-answer {
    padding: 0 8px 10px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 180px;
  }
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .hero-section .subtitle {
    font-size: 0.95rem;
  }
  .hero-cta {
    padding: 10px 18px;
    font-size: 0.98rem;
  }
  .section-heading {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
  }
  .call-to-action-section {
    padding: 18px 8px;
  }
  .call-to-action-section h2 {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .call-to-action-section p {
    font-size: 0.92rem;
    margin-bottom: 12px;
    padding: 0 4px;
  }
  .primary-cta, 
  .secondary-cta {
    padding: 10px 0;
    font-size: 0.98rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
    font-size: 0.92rem;
    margin-bottom: 12px;
    padding: 0 4px;
  }
  .primary-cta, 
  .secondary-cta {
    padding: 10px 0;
    font-size: 0.98rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
