.webTtitles{
  display: block;
}
.mobileTitles{
  display: none;
}

.hr-card{
    padding: 40px 24px 96px 24px;
    display: flex;
    justify-content: space-around;
    width: 100% !important;
    background: url("/assets/pages/mission/outcomes.png") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.cardBody, .hr-card-content{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hr-icon{
    width: 24px;
    height: 24px;
}

.card-with-dashed-border{
    width: 50%;
}

.hr-card-title{
    width: fit-content;
    margin-top: 16px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.hrBaseCard{
    padding: 2px;
    height: 100%;
}

.hrBaseCard-1{
    padding: 40px 24px;
    background-color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}

.arrowincard{
    width: 30px;
    height: 30px;
}

.card-grid{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.mahindraCard{
    background: url('/assets/pages/mission/cardBg.png') no-repeat;
    background-size: cover;
    padding: 20px 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mahindraTitle{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.universities {
  padding: 120px 0;
  background-color: #000;
  color: #fff;
  background-image: url("/assets/pages/mission/redinessBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.university-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.university-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.university-card {
  background: #000;
  transition: 0.3s ease;
  padding: 40px 24px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.university-card:hover {
  border-color: #fff;
}

/* Grid span classes */
.span-5 {
  grid-column: span 5;
}

.span-4 {
  grid-column: span 4;
}

.span-3 {
  grid-column: span 3;
}

/* Card content */
.u-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.u-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 10px;
  border-radius: 8px;
}

.u-card-content p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.5;
}

.u-card-content strong {
  font-weight: 600;
  color: #fff;
}

/* Responsive */
@media (max-width: 1024px) {
  .university-cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .span-5,
  .span-4,
  .span-3 {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .university-cards {
    grid-template-columns: 1fr;
  }
  .span-5,
  .span-4,
  .span-3 {
    grid-column: span 1;
  }
}

.customer-experience {
  padding: 120px 0;
  background-color: #000;
  color: #fff;
  background-image: url("/assets/pages/mission/customerBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cx-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.cx-card {
  background: #000;
  transition: 0.3s ease;
  padding: 32px 24px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.cx-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.cx-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 10px;
  border-radius: 8px;
}

.cx-card-content p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
}

.cx-card-content strong {
  font-weight: 600;
  color: #fff;
}

.cx-cards > .card-with-dashed-border:first-child {
  grid-column: span 6;
}

.cx-cards > .card-with-dashed-border:last-child {
  grid-column: span 6;
}

.cx-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
  .cx-cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .cx-cards > .card-with-dashed-border {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .cx-cards {
    grid-template-columns: 1fr;
  }
  .cx-cards > .card-with-dashed-border {
    grid-column: span 1;
  }
}

.coach-Behaviours {
  background-color: #000;
  color: #fff;
  padding: 140px 0;
  background-image: url("/assets/pages/mission/ldrbg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.coach-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  flex-direction: row;
  padding: 34px 24px;
  background-color: #000;
}

.coach-card {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  min-width: 220px;
  transition: all 0.3s ease;
}

.coach-card:hover {
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-4px);
}

.coach-arrow {
  width: 28px;
  height: 28px;
}

.coach-desc {
  max-width: 680px;
  margin: 60px auto;
  padding: 28px 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #000;
}

.coach-desc p {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}

.coach-desc strong {
  color: #fff;
  font-weight: 600;
}

.coach-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 998px) {
  .coach-grid {
    flex-direction: column;
  }

  .coach-arrow {
    transform: rotate(90deg);
  }

  .coach-card {
    width: 100%;
  }

  .coach-desc {
    padding: 24px;
  }
}

@media screen and (max-width: 998px) {
  .webTtitles{
  display: none;
}
.mobileTitles{
  display: block;
  font-size: 18px;
}

.hr-card-content{
  width: 100%;
}

  .hr-card{
    flex-direction: column;
    width: fit-content;
    background: url("/assets/pages/mission/outsomes-mobile.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 20px;
  }

  .hr-card-title{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .card-grid{
    flex-direction: column;
    width: 100%;
  }

  .hrBaseCard-1{
    flex-direction: column;
    gap: 20px;
  }

  .arrowincard{
    transform: rotate(90deg);
  }

  .mahindraCard{
    padding: 16px;
  }

  .coach-box{
    flex-direction: column;
    gap: 20px;
  }

  .mahindraTitle{
    font-size: 16px;
    font-weight: 500;
  }

  .card-with-dashed-border{
    width: 100%;
  }

  .mahindraCard img{
    width: 80px;
  }

  .universities, .customer-experience, .coach-Behaviours{
    padding: 40px 16px;
  }
}