/* Services Hero Section */
.services-section {
  padding: 6rem 0;
  background-color: #f8f9fa;
  background: url("/public/img/services.webp") center bottom no-repeat;
  background-size: cover;
  height: 100%;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
}

.services-section .text-container {
  /* padding-right: 2rem; */
  padding-bottom: 20rem;
  margin-left: -8rem;
}

.services-section .journey-text {
  font-family: "Cormorant Infant", serif;
  font-size: 5rem;
  color: #b0b0b0;
  font-weight: 500;
  line-height: 1.5;
}

.services-section .mission-text {
  font-family: "Cormorant Infant", serif;
  font-size: 6.5rem;
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-top: -1rem;
}

/* Pillars Section */
.pillars-section {
  background-color: #fff;
}

.pillars-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
}

.pillar-item .pillar-dot {
  width: 20px;
  height: 20px;
  background-color: #0a2c5a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.35rem;
}

.pillar-item-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.75rem;
}

.pillar-item-desc {
  color: #676766;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-size: 1rem;
  text-align: justify;
}

@media (max-width: 991.98px) {
  .services-section .journey-text {
    font-size: 2.5rem;
  }
  .services-section .mission-text {
    font-size: 4rem;
  }
  .pillars-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .services-section {
    padding: 6rem 0;
    text-align: center;
  }
  .services-section .journey-text {
    font-size: 2rem;
  }
  .services-section .mission-text {
    font-size: 3rem;
  }
  .pillar-item-title {
    font-size: 1.3rem;
  }
}

/* What You Get Section */
.what-you-get-section {
  background: url("/public/img/what-you-get-bg.webp") center bottom no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.what-you-get-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
}

.what-you-get-subtitle {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
  border-left: 3px solid #e0e0e0;
  padding-left: 1.5rem;
  margin-bottom: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-box {
  background: #fff;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}

.feature-desc {
  font-size: 0.95rem;
  color: #676766;
  line-height: 1.8;
}

.feature-desc strong {
  color: #333;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .services-section {
    text-align: start;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .what-you-get-title {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .what-you-get-subtitle {
    text-align: center;
    border-left: none;
    border-top: 3px solid #e0e0e0;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}

/* Breakthroughs Section */
.breakthroughs-section {
  background-color: #f7f7f7;
}

.breakthrough-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
}

.breakthrough-tagline {
  font-weight: 700;
  font-style: italic;
  color: #676766;
  font-size: 1rem;
  margin-bottom: 0;
}

.breakthrough-quote {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2.5rem;
  font-style: italic;
}

.breakthrough-list {
  padding-left: 1rem;
}

.breakthrough-dot {
  width: 20px;
  height: 20px;
  background-color: #0a2c5a;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.35rem;
}

.breakthrough-item-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}

.breakthrough-item-desc {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 575.98px) {
  .services-section .text-container {
    padding-bottom: 20rem;
    margin-left: -0.5rem;
  }
  .services-section {
    flex-direction: column;
    aspect-ratio: unset;
    background-position: center left -2.5rem;
  }
  .services-section .text-container {
    padding-bottom: 2rem;
    padding-left: 0.75rem;
    margin-top: -1rem;
  }
  .services-section .journey-text {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .services-section .mission-text {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .pillars-title,
  .what-you-get-title,
  .breakthrough-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .pillar-item-title,
  .feature-title,
  .breakthrough-item-title {
    font-size: 1.3rem;
  }
  .pillar-item-desc,
  .feature-desc,
  .breakthrough-item-desc {
    font-size: 0.95rem;
  }
  .pillars-section,
  .what-you-get-section,
  .breakthroughs-section {
    padding: 1.5rem 0.5rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feature-box {
    padding: 1.2rem;
  }
  .what-you-get-subtitle {
    font-size: 0.85rem;
    padding-top: 1rem;
    padding-left: 0;
    border-left: none;
    border-top: 3px solid #e0e0e0;
    text-align: center;
  }
}
@media (max-width: 991.98px) and (min-width: 575.99px) {
  .services-section .text-container {
    /* padding-right: 2rem; */
    margin-top: -1.5rem;
    margin-bottom: 1rem;
    margin-left: -3.2rem;
  }

  .services-section .journey-text {
    font-size: 2rem;
  }

  .services-section .mission-text {
    font-size: 3.5rem;
    margin-top: -1rem;
  }
}
@media (max-width: 1430px) and (min-width: 991.98px) {
  .services-section .text-container {
    font-size: 1rem;
    margin-left: -3.5rem;
    padding-top: 0;
  }

  .services-section .journey-text {
    font-size: 3rem;
  }

  .services-section .mission-text {
    font-size: 4.5rem;
    margin-top: -1rem;
  }
}
