.cost-text a {
  color: #393939;
}

.hero-section {
  height: 600px;
}

.hero-right-image {
  height: 100%;
}

.hero-right-image img {
  width: 810px;
  max-width: 800px;
  border-radius: 0;
}

.services-header-section .section-title {
  width: 40%;
  margin: 0 auto 10px;
}

.stats-section .cta-btn {
  display: table;
  margin: 30px auto 0;
}
.stats-section {
  padding: 70px 0;
  background-color: #fff9f0;
}

.testimonials-section {
  background-color: #fff;
}

.stat-card {
  background: #fff0d9;
  padding-inline: 10px;
}

.offices-section .section-title {
  display: none;
}

.offices-section {
  padding-top: 90px;
}

.stats-counter-section {
  padding: 80px 0px 0px;
}

.package-card__body .cta-btn {
  padding: 12px 25px;
}

/*Service Page */

.services-header-section {
  padding: 80px 20px 50px;
  text-align: center;
}

.services-header-section .services-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 85%;
  margin-inline: auto;
}

.services-card-section {
  padding: 80px 20px 80px;
  background: #fff;
}

.services-card-section .section-title:nth-of-type(n + 2) {
  margin-top: 70px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
  grid-template-rows: unset;
  grid-auto-rows: 1fr;
}

.service-box {
  background: #fff5fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-icon {
  width: 100px;
  height: 100px;
  background: #6b391e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 6px solid #fff;
  top: 150px;
  left: 30px;
  box-shadow: 0 4px 12px rgba(11, 93, 183, 0.3);
}

.service-icon img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.service-content {
  padding: 75px 30px 30px;
  background-color: #fff9f0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.service-title a {
  font-size: 21px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s;
}

.service-title a:hover {
  color: #083d6f;
}

.service-excerpt {
  margin: 5px 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.service-box .cta-btn {
  padding: 15px 35px;
  font-size: 14px;
}
.packages-section .section-subtitle {
  color: #ffffff;
}
