/* ------------------------------
   consulting.css
   Consulting Tab Styles
------------------------------ */
/* Hero Section */
   

/* ------------------------------
   Workday Tab Styles
/* ------------------------------
   Workday Split Section
------------------------------ */
.wdsplit {
  padding: 40px 24px;
  background: #f8fafc;
}

.wdsplit-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 40px;
}

.wdsplit-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.wdsplit-content h2 {
  color: var(--primary);
  margin-bottom: 24px;
}

.wdsplit-content p {
  margin-bottom: 24px;
  color: var(--dark);
  line-height: 1.6;
}

.wdsplit-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.wdsplit-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);

}

.wdsplit-card h3 {
  color: var(--primary);
  margin-bottom: 10px;
}

.wdsplit-card p {
  color: var(--dark);
  line-height: 1.5;
}

/* Responsive Adjustments for Split */
@media (max-width: 768px) {
  .wdsplit-container {
    gap: 24px;
  }

  .wdsplit-content h2 {
    font-size: 1.4rem;
  }

  .wdsplit-card {
    padding: 16px;
  }
}


/* ------------------------------
   Workday Service Section
------------------------------ */

/* Section */
.wdservice {
  background: #f8fafc;
  padding: 20px 24px;
}

.wdservice-container {
  max-width: 1100px;
  margin: auto;
}

/* Title */
.wdservice-title {
  text-align: center;
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 30px;
}

/* General Card Layout */
.wdservice-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

/* Individual Card Backgrounds */
.wdservice-impl {
  background: #fff;
}

.wdservice-tech {
  background: var(--light-blue);
}

.wdservice-ext {
  background: #fff;
}

.wdservice-prod {
  background: var(--light-blue);
}

.wdservice-onsite {
  background: #fff;
}

/* Number Circle */
.wdservice-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-shrink: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Card Content */
.wdservice-content {
  flex: 1;
}

.wdservice-content h3 {
  color: var(--primary);
  margin-bottom: 10px;
}

.wdservice-content p {
  color: var(--dark);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.wdservice-content ul {
  list-style: disc;
  margin-left: 1.5rem;
  color: var(--dark);
  line-height: 1.7;
}

/* Contact Button */
.wdservice-contact {
  text-align: center;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .wdservice-card {
    flex-direction: column;
    text-align: center;
  }

  .wdservice-icon {
    margin-bottom: 10px;
  }

  .wdservice-content ul {
    text-align: left;
    margin-left: 30px;
  }

  .wdservice-title {
    font-size: 2rem;
  }
}


/* ------------------------------
   Workday Features Zig-Zag Section
------------------------------ */
.wdfeature {
  padding: 20px 24px;
  background: #f4f6f9;
}

.wdfeature h2 {
  text-align: center;
  color: var(--primary);
  font-size: 2.5rem;
  margin-bottom: 40px;
}

/* Each feature row */
.wdfeature-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

/* Alternate row for image on right */
.wdfeature-section.reverse {
  flex-direction: row-reverse;
}

/* Image container */
.wdfeature-image {
  flex: 1;
  min-width: 280px;
}

.wdfeature-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

/* Text container */
.wdfeature-text {
  flex: 1;
  min-width: 280px;
  padding: 20px;
}

.wdfeature-text h3 {
  color: var(--primary);
  margin-bottom: 15px;
}

/* Responsive layout for mobile */
@media (max-width: 768px) {
  .wdfeature-section {
    flex-direction: column;
  }

  .wdfeature-section.reverse {
    flex-direction: column;
  }

  .wdfeature-text {
    padding: 20px 0;
  }
}

/* ------------------------------
   Outsourcing Section
------------------------------ */

.btn-secondary-outsourcing {
	  background: transparent;
	  color: var(--dark);
	  border: 2px solid var(--dark);
	  padding: 10px 24px;
	  border-radius: 8px;
	  font-weight: 500;
	  transition: all 0.3s ease;
	  text-decoration: none;
	  display: inline-block; /* important */
	  white-space: nowrap;   /* prevents line break */
	  margin-left: 20px;     /* smaller, responsive */
	}

	.btn-secondary-outsourcing:hover {
	  background: var(--dark);
	  color: #fff;
	}
	.hero2::before {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: rgba(0, 0, 0, 0.25); /* dark overlay for readability */
	  z-index: 0;
	}
	.hero2 h1, .hero2 p, .hero2 a {
	  position: relative;
	  z-index: 1;
	  margin-right: 580px;
	}
	
	.hero2 {
	  position: relative;
	  background: url("../images/services/outsourcing.png") center/cover no-repeat;
	  border-radius: 12px;
	  padding: 60px 40px;
	  color: var(--dark);
	  overflow: hidden;
	}