/*  about Hero Section */
.hero-section {
  padding: 24px 0 59px;
  overflow: hidden;
  position: relative;
}

/* .hero-content{
    max-width:760px;
} */

.hero-content h1 {
  font-family: var(--headingFont);
  font-size: 62px;
  font-weight: 400;
  line-height: 1;
  color: #0d0803;
  margin-bottom: 26px;
}

.hero-divider {
  max-width: 831px;
  height: 1px;
  background: #a88063;
  margin-bottom: 23px;
}

.hero-content p {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  line-height: 34px;
  color: #52504e;
  max-width: 1108px;
  margin-bottom: 44px;
}

.theme-btn {
  display: inline-block;
  background: #de711e;
  color: #fff;
  text-decoration: none;
  font-size: 19.77px;
  font-weight: 600;
  padding: 19px 30px;
  transition: 0.3s;
  box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.5);
  border: none;
}

.theme-btn:hover {
  background: #000;
  color: #fff;
}

.hero-art {
  text-align: right;
}

.secGap {
  padding: 140px 0;
}

.cpe-wrap {
  .title {
    margin-bottom: 50px;
  }

  .cpe-photo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      object-fit: cover;
    }
  }

  .cpe-photo svg {
    width: 34px;
    height: 34px;
    opacity: 0.75;
  }

  .cpe-photo-left {
    max-width: 401px;
    width: 100%;
    height: 422px;
    margin-top: 149px;
  }

  .cpe-photo-right {
    height: 253px;
    max-width: 229px;
    margin-top: 119px;
    float: right;
  }

  .cpe-card {
    background: url(../img/about/flower-small.svg) #24160a no-repeat left bottom;
    min-height: 491px;
    padding: 38px 42px 46px 52px;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .cpe-card-inner p {
    color: #f4eadb;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.15rem;
  }

  .cpe-card-inner p:last-child {
    margin-bottom: 0;
  }

  .cpe-divider {
    border-top: 1px solid #a88063;
    margin-top: -33px;
    opacity: 0.5;
    position: relative;
    z-index: -1;
  }
}

.impression-section {
  .c-row {
    background: #f4eadb;
    align-items: flex-start;

    & .info-box:first-child {
      margin-top: 82px;
    }

    & .info-box:last-child {
      max-width: 627px;
      padding: 49px 69px 49px 117px;
    }
  }

  .info-box {
    background: #faf6f0;
    padding: 47px 77px 51px 55px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 20px 0;
    width: 100%;
    max-width: 573px;

    h3 {
      font-family: var(--bodyFont);
      font-weight: 700;
      font-size: 24px;
      color: #0d0803;
    }
  }

  .left-box {
    margin-right: 35px;
  }

  .right-box {
    margin-left: 35px;
  }

  .info-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 18px;
  }

  .info-box p {
    color: #55504d;
    font-size: var(--bodyFont);
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
  }

  /* Orange Curve */

  .orange-ribbon {
    position: absolute;
    left: 25%;
    top: -128px;
    max-width: 445px;
    width: 100%;
    height: 576px;
    z-index: 20;

    img {
      height: 100%;
      object-fit: cover;
    }
  }
}

.mt-100 {
  margin-top: 128px;
}

.about-section {
  .content-wrapper {
    display: flex;
    align-items: flex-start;
  }

  .vertical-line {
    width: 1px;
    background: #6e2d03;
    height: 100%;
    margin-right: 28px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .vertical-line::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 3px;
    height: 70%;
    background: #6e2d03;
  }

  .content {
    max-width: 740px;
  }

  .content-wrapper {
    padding-left: 28px;
  }

  .content p {
    font-size: 17px;
    line-height: 2;
    color: #52504e;
    margin-bottom: 83px;
  }

  .quote-btn {
    background: #df761c;
    color: #fff;
    padding: 14px 36px;
    border-radius: 0;
    font-weight: 500;
    transition: 0.3s;
  }

  .quote-btn:hover {
    background: #c96716;
    color: #fff;
  }

  .image-area {
    position: relative;
    width: 100%;
    margin: auto;
  }

  .bg-box {
    position: absolute;
    width: 100%;
    height: 408px;
    background: #fbf5ee;
    right: 0px;
    bottom: -44px;
    z-index: 1;
  }

  .image-frame {
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    max-width: 307px;
    margin: 0 auto;
  }

  .image-frame img {
    width: 100%;
    max-width: 307px;
    height: 376px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }
}

.why-us {
  /* Left */

  .left-panel {
    background: #f4eadb;
    height: 100%;
    padding: 63px 81px 62px 58px;
  }

  .left-panel img {
    width: 100%;
    margin-top: 40px;
    display: block;
    height: 295px;
    object-fit: cover;
  }

  /* Right */

  .right-panel {
    color: #fff;
    padding: 83px 0 83px 45px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 72px;
  }

  .right-panel .feature:last-child {
    margin-bottom: 0;
  }

  .icon-circle {
    width: 86px;
    height: 86px;
    border: 1px solid #8b867f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9891e;
    font-size: 24px;
    flex-shrink: 0;

    img {
      width: 55px;
      height: auto;
      object-fit: contain;
    }
  }

  .feature h4 {
    font-size: 20px;
    font-family: var(--bodyFont);
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
  }

  .feature p {
    color: #e2ddd7;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  /* Decorative Flower */

  .flower {
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 220px;
    height: 220px;
    opacity: 0.1;
    background: url("images/flower.png") no-repeat center;
    background-size: contain;
  }
}

.team-section {
  .section-desc {
    max-width: 1003px;
    margin: auto;
    color: #52504e;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 24px;
  }

  .team-slider-wrapper {
    margin-top: 70px;
    position: relative;
  }

  .team-card {
    text-align: center;
    transition: 0.4s;
    padding-top: 32px;
    padding-bottom: 38px;
    background: #fbf5ee;
  }

  .team-card:hover {
    transform: translateY(-8px);
  }

  .team-image {
    position: relative;
    display: inline-block;
  }

  .team-image img {
    width: 100%;
    max-width: 352px;
    height: 302px;
    object-fit: cover;
    display: block;
  }

  .top-bar {
    position: absolute;
    width: 84%;
    height: 32px;
    background: #f47b20;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .bottom-bar {
    position: absolute;
    width: 84%;
    height: 32px;
    background: #f47b20;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .team-content {
    margin-top: 42px;
  }

  .team-content h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--bodyFont);
    color: #0d0803;
    margin-bottom: 6px;
  }

  .team-content p {
    color: #0d0803;
    font-weight: 300;
    margin: 0;
    font-size: 18px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 55px;
    gap: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    width: 72.42px;
    height: 72.42px;
    border: 1px solid #f47b20;
    border-radius: 50%;
    color: #f47b20;
    margin: 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #f47b20;
    color: #fff;
  }

  .slider-nav {
    img {
      width: 33px;
    }

    .swiper-button-next {
      img {
        transform: rotate(180deg);
      }
    }
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-next:hover img,
  .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
  }
}

.secGap2 {
  padding: 89px 0 55px;
}
.mb-52 {
  margin-bottom: 48px;
}
.blogDetail .hero-content p {
  margin-bottom: 100px;
  max-width: 978px;
}

.printing-section {
  padding: 104px 0;
  .service-menu {
    position: sticky;
    top: 95px;
  }
  .title {
    font-size: 27px;
    font-family: var(--bodyFont);
    font-weight: 500;
    color: #52504e;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  h3 {
    font-size: 27px;
    font-family: var(--bodyFont);
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #52504e;
  }

  p {
    font-size: 17px;
    color: #52504e;
    line-height: 1.9;
    margin-bottom: 15px;
  }

  .gallery-row img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
  }

  .printing-section h3 {
    font-size: 26px;
    margin: 45px 0 18px;
    color: #2d2d2d;
    font-weight: 500;
  }

  .service-menu {
    border: 1px solid #ddd;
  }

  .service-menu a {
    display: block;
    text-decoration: none;
    padding: 20px 35px;
    background: #24160a;
    color: #e2ddd7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    font-size: 20px;
  }

  .service-menu a.active {
    background: #f4eadb;
    color: #52504e;
  }

  .service-menu a:hover {
    background: #d4b98d;
    color: #222;
  }

  .blog-pagination-section {
    padding: 80px 0;
    background: #fff;
  }

  .blog-pagination-section p {
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-bottom: 8px;
    font-weight: 400;
  }

  /* Pagination */

  .custom-pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 45px;
  }

  .custom-pagination a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f6eee6;
    color: #8c8c8c;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: 0.3s;
  }

  .custom-pagination a.active {
    background: #e67921;
    color: #fff;
  }

  .custom-pagination a:hover {
    background: #e67921;
    color: #fff;
  }

  .custom-pagination .dots {
    color: #999;
    letter-spacing: 2px;
    font-size: 18px;
  }
}
.printing-slider-section.service .printingSlider {
  padding-bottom: 0 !important;
  .btn-transparent {display: inline-flex; max-width: 189px; width: 100%; margin-top: 20px;}
  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 55px;
    gap: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: relative;
    width: 72.42px;
    height: 72.42px;
    border: 1px solid #f47b20;
    border-radius: 50%;
    color: #f47b20;
    margin: 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: #f47b20;
    color: #fff;
  }

  .slider-nav {
    img {
      width: 33px;
    }

    .swiper-button-next {
      img {
        transform: rotate(180deg);
      }
    }
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-next:hover img,
  .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
  }
}
.related-blog-section {
  padding: 0 0 100px 0;
}

.blog-card {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  padding: 16px;
  z-index: 0;
  position: relative;
  transition: 0.35s;
  &::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f8f4ef;
    content: "";
    transition: 0.35s;
    width: 100%;
    height: 288px;
    z-index: -1;
  }
}

.blog-card a,
.blog-card .read-more {
  text-decoration: none;
  color: inherit;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.blog-card:hover img {
  transform: scale(1.05);
}

.blog-content {
  padding: 20px 5px;
  text-align: center;
}

.blog-content h3 {
  font-size: 15px;
  font-family: var(--bodyFont);
  line-height: 1.5;
  font-weight: 500;
  color: #0d0803;
  margin: 0;
}
.related-blog-section .slider-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 55px;
  gap: 30px;
}

.related-blog-section .swiper-button-next,
.related-blog-section .swiper-button-prev {
  position: relative;
  width: 72.42px;
  height: 72.42px;
  border: 1px solid #f47b20;
  border-radius: 50%;
  color: #f47b20;
  margin: 0;
}

.related-blog-section .swiper-button-next:after,
.related-blog-section .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.related-blog-section .swiper-button-next:hover,
.related-blog-section .swiper-button-prev:hover {
  background: #f47b20;
  color: #fff;
}

.related-blog-section .slider-nav {
  img {
    width: 33px;
  }

  .swiper-button-next {
    img {
      transform: rotate(180deg);
    }
  }
}

.related-blog-section .swiper-button-next:after,
.related-blog-section .swiper-button-prev:after {
  content: "";
}

.related-blog-section .swiper-button-prev,
.related-blog-section .swiper-rtl .swiper-button-next {
  left: 0;
}
.related-blog-section .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}
.related-blog-section .swiper-button-next:hover img,
.related-blog-section .swiper-button-prev:hover img {
  filter: brightness(0) invert(1);
}

.blog-card {
  /* background:#f8f3ec; */
  transition: 0.35s;
  height: auto;
}

.featured-card {
  padding-bottom: 0;
  .blog-content {
    padding: 20px 5px 0;
    text-align: center;
  }
}
.featured-card.blog-card {
  &::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fbf5ee;
    content: "";
    transition: 0.35s;
    width: 100%;
    height: 88%;
    z-index: -1;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
}
.featured-card.blog-card .blog-content p,
.featured-card.blog-card .blog-content a,
.featured-card.blog-card .blog-content .read-more {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
  -webkit-transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
  -moz-transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
  -ms-transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
  -o-transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    margin 0.35s ease;
}
.featured-card.blog-card .blog-content a,
.featured-card.blog-card .blog-content .read-more {
  display: inline-block;
  margin: 0;
}
.featured-card.blog-card:hover::before {
  border-color: #ef7b28;
}
.featured-card.blog-card:hover .blog-content p,
.featured-card.blog-card:hover .blog-content a,
.featured-card.blog-card:hover .blog-content .read-more {
  max-height: 400px;
  opacity: 1;
}
.featured-card.blog-card:hover .blog-content a,
.featured-card.blog-card:hover .blog-content .read-more {
  margin: 20px 0;
}

.blog-image img {
  width: 100%;
  max-width: 275px;
  height: 203px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.blog-content p {
  font-size: 14px;
  color: #52504e;
  line-height: 1.8;
  margin-bottom: 18px;
  transition: 0.35s;
}

.blog-content a,
.blog-content .read-more {
  color: #de711e;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}

.blog-card:hover {
  transform: translateY(-8px);
  /* box-shadow:0 15px 35px rgba(0,0,0,.12); */
}

.contact-section {
  padding: 80px 0;
}

/* LEFT */

.contact-title {
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 25px;
}

.contact-text {
  font-size: 17px;
  line-height: 2;
  color: #666;
  max-width: 545px;
  margin-bottom: 50px;
}

.contact-box {
  padding: 50px 101px 57px 52px;
  position: relative;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.icon {
  width: 58px;
  height: 58px;
  background: #e67d1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
}
.contact-box .contact-item:first-child .icon img {
  height: 30px;
  object-fit: contain;
}
.icon img {
  height: 23px;
  object-fit: contain;
}

.contact-item span {
  display: block;
  font-size: 18px;
  color: #f4eadb;
  margin-bottom: 5px;
}

.contact-item h6 {
  margin: 0;
  font-size: 20px;
  font-family: var(--bodyFont);
  font-weight: 600;
  color: #f4eadb;
  line-height: 1.5;
}

.contact-item h6 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item h6 a:hover {
  color: #e67d1f;
}

/* RIGHT */

.form-wrapper {
  position: relative;
}

.brush {
  position: absolute;
  left: -45px;
  top: -44px;
  width: 156px;
}

.contact-form {
  background: #f6f2eb;
  padding: 61px 58px;
  .theme-btn {
    width: 100%;
    height: 51px;
    font-size: 16px;
    padding: 0 30px;
    font-weight: 500;
    box-shadow: inset 2px 2px 0px rgba(0, 0, 0, 0.5);
    border: none;
  }
}

.contact-form h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-form label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #0d0803;
}

.form-control {
  height: 52px;
  border: none;
  border-radius: 0;
  padding-left: 15px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  &::placeholder {
    color: #818181;
  }
}

textarea.form-control {
  height: 135px;
  resize: none;
  padding-top: 15px;
  &::placeholder {
    color: #818181;
  }
}

.form-control:focus {
  box-shadow: none;
}

.hero_home.service_hero {
  .wrap {
    position: relative;
    padding-left: 14px;
  }
}
.banner_pic {
  width: 60%;
  position: absolute;
  bottom: -58px;
  right: -55px;

  .squareImg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    max-width: 450px;
    height: 300px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-fit: cover;
  }
}

.vehicle-wrap {
  /* Heading */

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading h2 {
    font-family: Georgia, serif;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 400;
    color: #1e1e1e;
    margin: 0;
    max-width: 700px;
  }

  .flower {
    position: absolute;
    right: 12.5%;
    top: 62px;
    width: 151px;
  }

  .divider {
    width: 100%;
    max-width: 1116px;
    height: 1px;
    background: #a88063;
    margin-bottom: 50px;
    margin-top: 50px;
    position: static;
  }

  /* Image */

  .image-card {
    position: relative;
    width: 100%;
  }

  .image-bg {
    position: absolute;
    left: 0px;
    bottom: -18px;
    width: 100%;
    height: 100%;
    background: #f7efe3;
    z-index: 0;
  }

  .image-card img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
    height: 245px;
    object-fit: cover;
    display: block;
    padding: 0 24px 24px 24px;
    background: #fff;
  }

  /* Text */

  .content p {
    font-size: 22px;
    line-height: 1.6;
    color: #52504e;
    margin-bottom: 22px;
  }
}
.stickyHeading p,
.gallery-heading p {
  max-width: 667px;
  width: 100%;
  margin: 20px auto;
  font-size: 22px;
  color: #52504e;
}
.serviceGallery .style-1.gallery-item {
  height: 419px;
  width: 609px;
}
.serviceGallery .gallery-item img {
  box-shadow: none;
}
.serviceGallery .style-2.gallery-item {
  height: 419px;
  width: 478px;
}
.serviceGallery .gallery-zigzag-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 50px 30px;
}
.serviceGallery .gallery-column {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.serviceGallery .gallery-column.offset-down {
  margin-top: 0;
  & .style-1.gallery-item {
    height: 307px;
    width: 366px;
    top: 62px;
  }
  & .style-4.gallery-item {
    height: 324px;
    width: 279px;
    margin-left: inherit;
  }
  & .style-5.gallery-item {
    height: 307px;
    width: 366px;
    position: relative;
    top: -22px;
  }
}
.serviceGallery .gallery-column.offset-up {
  margin-top: 0px;
  position: relative;
  left: 0px;
  & .style-1.gallery-item {
    height: 327px;
    width: 410px;
    left: 110px;
    top: -50px;
  }
  & .style-2.gallery-item {
    height: 439px;
    width: 576px;
  }
}
.service .printing-desc {
  max-width: 1003px;
}
.service .printingSlider .swiper-slide.swiper-slide-active,
.service .printingSlider .swiper-slide.last-visible {
  margin-top: 0px;
}
.service .printingSlider {
  .swiper-wrapper {
    padding-top: 0;
  }
}
.hero_home .hero-content h1 {
  font-size: 102px;
}
.serviceGallery#gallery .title {
    margin-bottom: 0;
}
.service.printing-slider-section {
    padding: 0 0 140px; margin-top: 50px;
}
/*  Blog archives: categories, tags, authors, dates */
.archive-breadcrumb {
  font-size: 14px;
  color: #a08e7d;
  margin-bottom: 34px;
}

.archive-breadcrumb a {
  color: #52504e;
  text-decoration: none;
}

.archive-breadcrumb a:hover {
  color: #de711e;
}

.archive-breadcrumb span {
  margin: 0 6px;
}

.archive-breadcrumb .is-current {
  margin-left: 0;
}

.archive-empty {
  padding: 20px 0 40px;
}

.archive-empty h2 {
  font-family: var(--headingFont);
  font-size: 34px;
  color: #24160a;
  margin-bottom: 12px;
}

.archive-empty p {
  font-size: 17px;
  line-height: 32px;
  color: #52504e;
  margin-bottom: 26px;
}



/* The asterisk marking a required field. */
.form-required {
  color: #de711e;
  margin-left: 4px;
  font-weight: 600;
}

/*
 * Service detail: related services slider.
 *
 * The cards were plain blocks, so a two line title pushed its Explore button
 * lower than a three line one and the row of buttons stepped up and down.
 * Stretching every slide to the tallest and letting the button claim the
 * leftover space puts them all on one line.
 */
.printing-slider-section.service .printingSlider .swiper-slide {
  height: auto;
}

.printing-slider-section.service .printing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.printing-slider-section.service .printing-card .btn-transparent {
  margin-top: auto;
  align-self: center;
}

.printing-slider-section.service .printing-card h5 {
  margin-bottom: 20px;
}



/*
 * WooCommerce coming soon screen.
 *
 * The screen is a WooCommerce pattern, so it inherits the theme's h1, which is
 * sized at 102px for the page banners and swamps this short message. Capped
 * here rather than in the plugin, where the change would not survive an update.
 */
.wp-block-woocommerce-coming-soon h1.wp-block-heading {
  font-size: 42px;
  line-height: 1.2;
}



/*
 * Blog listing cards.
 *
 * The card is a block with auto height, so a one line title made a shorter
 * card than a three line title and the row came out ragged. The card now
 * fills its column, which the grid already stretches to the tallest in the
 * row, and the text area takes up the slack.
 */
.blog-card.featured-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card.featured-card .blog-content {
  flex: 1 1 auto;
}
.wp-block-woocommerce-coming-soon h1.wp-block-heading {
    font-size: 50px;

}
