/* Why Choose Us (Variant 2) Styles */

.wcu-v2-section {
  padding: 80px 0;
  background-color: #f8fbff; /* Very light blue/grey background */
}

.wcu-v2-header {
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wcu-v2-subtitle {
  color: #5b6282;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.wcu-v2-heading {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
}

.wcu-v2-description {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 1.6;
}

/* Grid Layout */
.wcu-v2-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0px 25px;
}

@media (max-width: 991px) {
  .wcu-v2-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .wcu-v2-cards-grid {
    grid-template-columns: 1fr;
  }
  .wcu-v2-heading {
    font-size: 32px;
  }
}

/* Card Styling */
.wcu-v2-card {
  background: #ffffff;
  border-radius: 40px; /* Large rounded corners as per image */
  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wcu-v2-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.wcu-v2-card-icon-wrapper {
  margin-bottom: 30px;
}

.wcu-v2-card-icon img {
  width: auto;
  height: 60px; /* Specific height for icons */
  object-fit: contain;
}

.wcu-v2-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.wcu-v2-card-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1;
}

/* Link / Button */
.wcu-v2-card-cta {
  margin-top: auto;
}

.wcu-v2-more-info {
  color: #6c757d;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.wcu-v2-more-info:hover {
  color: #0d6efd; /* Brand primary color on hover */
}

.wcu-v2-more-info .arrow-right {
  margin-left: 10px;
  font-size: 18px;
}
.field--name-field-wcu-description {
  padding: 0px 7rem;
}