.post-type-archive-service .hero-section{
  height: 600px;
}

.post-type-archive-service .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;
}
.post-type-archive-service .stats-section{
  padding: 70px 0;
}

.post-type-archive-service .stat-card {
  background: #fff;
  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: 0px 20px 80px;
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

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

.service-image {
  position: relative;
}

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

.service-icon {
  width: 100px;
  height: 100px;
  background: #0b5db7;
  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;
}

.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;
}

