.firstsection {
  background-color: #f7f2eb;
  padding: 80px 84px 80px 84px;
}
.s-service-title {
  font-family: CARDILLAC-REGULAR, serif;
  font-weight: 400;
  font-size: 83px;
  line-height: 95px;
  letter-spacing: -3px;
  margin-bottom: 21px;
  color: #000;
  max-width: 1230px;
}
footer {
  margin-top: 0px;
}

.how-we-help-section {
  background-color: white;
  padding: 40px 70px;
}

.how-we-help-title {
  font-family: Gliory-Italic, sans-serif;
  font-weight: 400;
  color: #272727;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 72px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px 60px;
  margin-bottom: 80px;
}

.service-item {
  display: block;
  text-decoration: none;
  color: #f68e1f;
  text-decoration: underline;
  text-decoration-color: #f68e1f;
  text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.service-item:hover {
  text-decoration: none;
}

.service-text {
  font-family: Gliory-Italic, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #f68e1f;
}

.featured-section {
  background-color: #f7f2eb;
  padding: 40px 70px;
}

.featured-title {
  font-family: Gliory-Italic, sans-serif;
  font-weight: 400;
  color: #272727;
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 72px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.case-studies-grid {
  display: flex;
  gap: 30px;
}

.case-study-card {
  flex: 1;
  background: #fff;
  border-radius: 13.73px;
  padding: 14.64px 15.56px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}

.case-study-card:hover {
  transform: translateY(-2px);
}

.case-study-image {
  width: 100%;
  height: 277.25px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}

.case-study-content {
  padding-top: 6.41px;
}

.case-study-name {
  font-family: Gliory-Italic, sans-serif;
  font-size: 25.62px;
  line-height: 32.9px;
  letter-spacing: 0%;
}

body footer {
  margin-top: 0px !important;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .firstsection {
    padding: 80px 24px 40px 24px;
  }

  .s-service-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 24px;
    letter-spacing: 0px;
  }

  .how-we-help-section {
    padding: 0 24px 32px 24px;
  }

  .how-we-help-title {
    font-size: 24px;
    line-height: 72px;
    margin-bottom: 0px;
    padding-top: 17px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 32px;
  }

  .service-text {
    font-size: 18px;
    line-height: 26px;
  }

  .featured-section {
    padding: 24px 24px 80px 24px;
  }

  .featured-title {
    font-size: 24px;
    line-height: 72px;
    margin-bottom: 12px;
  }

  .case-studies-grid {
    flex-direction: column;
    gap: 20px;
  }

  .case-study-card {
    padding: 12px;
  }

  .case-study-image {
    height: 219.27px;
  }

  .case-study-name {
    font-size: 20.26px;
    line-height: 26.02px;
  }
}
