.enterprise-section {
  padding: 100px 0;
}

/* Header */
.enterprise-section .section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}

.enterprise-section .section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1e2235;
  margin-bottom: 20px;
}

.enterprise-section .section-description {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
}

/* Grid */
.enterprise-section .enterprise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.enterprise-section .enterprise-card {
  background-color: #e9edf3;
  padding: 28px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enterprise-section .enterprise-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1e2235;
}

.enterprise-section .enterprise-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

.enterprise-section .enterprise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.processicosc.two {
    transform: rotate(297deg);
}
.iosprocessslide.two {
    padding-top: 29px;
}

.processicosc.three {
    transform: rotate(236deg);
}
.iosprocessslide.six {
    padding-top: 47px;
}

.processsubheadingsc {
    font-size: 18px;
}

.compliance-section .compliance-card {
  border: 1px solid #6c4bff;
  border-radius: 12px;
  padding: 10px 22px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.compliance-section .compliance-card:last-child {
  margin-bottom: 0;
}

.compliance-section .compliance-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2937;
}

.compliance-section .compliance-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

/* Optional subtle hover */
.compliance-section .compliance-card:hover {
  background-color: #ededf5;
  box-shadow: 0 6px 18px rgba(108, 75, 255, 0.08);
}

section.strategic-path .swiper-wrapper .swiper-slide {
    height: auto;
}
@media(min-width:1100px){
    section.strategic-path  .swiper-wrapper {
    flex-direction: row !important;
    gap: 60px 20px;
}

section.strategic-path .swiper-wrapper .swiper-slide {
    margin: 0 !important;
}

section.strategic-path .card-body p {
    min-height: 230px;
}
}
@media(min-width:1700px){
    .processsubheadingsc {
    font-size: 18px;
}

.iosprocessslide.one {
    padding-top: 35px;
}

.iosprocessslide.four {
    padding-top: 42px;
}
}



@media(min-width:1890px){
    .iosprocessslide.six {
    padding-top: 0px;
}
}
/* Responsive */
@media (max-width: 768px) {
  .enterprise-section {
    padding: 70px 0;
  }

  .enterprise-section .section-title {
    font-size: 28px;
  }

  .enterprise-section .enterprise-grid {
    grid-template-columns: 1fr;
  }
}