/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1759838992
Updated: 2025-10-07 12:09:52

*/

.header-section .header-logo-wrapper {
  max-width: 304px;
  width: 100%;
}
.header-section .header-menu-wrapper {
  width: calc(100% - 324px);
}
.header-section .hfe-nav-menu .menu-item-has-children:last-child .sub-menu {
  right: 0px;
  left: auto;
}
.header-top-bar {
  background: linear-gradient(
    90deg,
    #05070a 0,
    #05070a 50%,
    #d2b48c 50%,
    #d2b48c 100%
  ) !important;
}
.header-top-bar .tb-links {
  display: flex;
  justify-content: flex-end;
  height: 40px;
}
.header-top-bar .tb-links-1 {
  align-items: center;
  height: 100%;
  display: flex;
  background: #05070a;
  flex: 1;
  justify-content: flex-end;
  padding: 0 30px;
}
.header-top-bar .tb-links-2 {
  background: #ff6b2c;
  transform: skew(-20deg);
  align-items: center;
  height: 100%;
  display: flex;
  margin-left: -15px;
  padding: 0 50px;
}
.header-top-bar .tb-links-3 {
  align-items: center;
  height: 100%;
  display: flex;
  padding: 0 50px;
}
.header-top-bar a {
  color: #fff;
  font-size: 16px;
  font-family: "Work Sans", Sans-serif;
  font-weight: 500;
}
.header-top-bar .tb-links-1 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
.header-top-bar .loc-btn svg {
  display: inline-block;
  fill: #fff;
  width: 20px;
}
.header-top-bar .tb-links-2 a {
  transform: skew(20deg);
}
.footer-section .footer-logo {
  width: 250px;
}
.footer-section .footer-main-top-content {
  width: calc(100% - 270px);
}

.footer-section .footer-bottom-nox {
  width: 25%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-section .footer-bottom-nox.footer-main-bottom-call {
  display: none;
}
.footer-section .footer-bottom-main-left,
.footer-section .footer-bottom-main-right {
  width: calc(50% - 10px);
}
.footer-section .footer-bottom-main-title {
  width: auto;
}
.footer-section .footer-bottom-main-social {
  width: auto;
}
.footer-section .footer-bottom-main-sitemap {
  width: auto;
}
.footer-section .footer-bottom-main-copyright {
  width: auto;
}

.footer-section .social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.footer-section .social-links a {
  color: #05070a !important;
  border: 2px solid #05070a;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-section .social-links a svg {
  vertical-align: middle;
  width: 20px;
  fill: #05070a;
  transition: all 0.3s ease;
}
.footer-section .social-links a:hover {
  background-color: #05070a;
}
.footer-section .social-links a:hover svg {
  fill: #fff;
}
.footer-section .footer-bottom-nox h2 {
  word-break: break-all;
}
.header-section {
  z-index: auto !important;
}
.header-section #side-menu {
  position: fixed !important;
  top: calc(50% - 135px) !important;
  right: 0 !important;
  z-index: 2147483647 !important; /* max safe z-index, unambiguous */
  isolation: isolate;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header-section #side-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-section #side-menu .side-menu-list-item-1 {
  background: #ff6b2c;
  border-bottom: 1px solid #ff6b2c;
}
.header-section #side-menu .side-menu-list-item-2 {
  background: #d2b48c;
  border-bottom: 1px solid #d2b48c;
}
.header-section #side-menu .side-menu-list-item-3 {
  background: #05070a;
  border-bottom: 1px solid #05070a;
}
.side-menu-link {
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 15px 10px;
}
.side-menu-image {
  margin: auto;
}
.side-menu-link-text {
  font-family: "Livvic", Sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: normal;
}
.what-we-build-section .swiper-slide-inner {
  position: relative;
  display: flex;
}
.what-we-build-section .swiper-slide-inner::before {
  content: "";
  display: inline-block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: linear-gradient(rgba(22, 38, 86, 0), rgba(0, 0, 0, 0.9));
  border-radius: 10px;
}
.what-we-build-section .swiper-slide-inner img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.what-we-build-section .swiper-slide-inner .ongoing-container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 40px;
  text-align: left;
}
.what-we-build-section .swiper-slide-inner .ongoing-container .slider-cat {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-family: "Livvic", Sans-serif;
  margin: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-title {
  text-align: left;
  font-family: "Work Sans", Sans-serif;
  margin: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
}
.what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-btn {
  text-align: center;
  font-family: "Work Sans", Sans-serif;
  margin: 0px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 12px 30px;
  background-color: #ff8c3e;
  border-radius: 5px;
  font-weight: 600;
}
.what-we-build-section .elementor-swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #05070a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  top: -65px !important;
}
.what-we-build-section .elementor-swiper-button.elementor-swiper-button-prev {
  left: auto !important;
  right: 70px !important;
}
.what-we-build-section .elementor-swiper-button:hover {
  background-color: #ff6b2c;
}
.why-choose-sawchuck-section .e-n-accordion-item,
.what-expect-section .e-n-accordion-item {
  border-bottom: 1px solid #00000080 !important;
}
.why-choose-sawchuck-section
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  color: #05070a !important;
}
.review-section .nj-trust-widget {
  position: relative;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 25px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.2),
    0 1px 1px -1px rgba(0, 0, 0, 0.12),
    0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.review-section .nj-trust-widget .nj-trust__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.review-section .nj-trust-widget .nj-trust-summary-block {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.review-section .nj-trust-widget .nj-trust__summary-block {
  flex-basis: 120px;
  flex-shrink: 0;
}
.review-section .nj-trust-widget .nj-trust__verb-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition:
    filter 200ms ease,
    -webkit-filter 200ms ease;
  text-decoration: none;
}
.review-section .nj-trust-widget .nj-trust__verb {
  height: 40px;
}
.review-section .nj-trust-widget .nj-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0px;
  padding: 0px 5px;
  font-family: "Nicejob v2", sans-serif;
  color: #caced4;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  cursor: pointer;
}
.review-section .nj-trust-widget .nj-icon img {
  width: 14px;
  height: 14px;
}
.review-section .nj-trust-widget .nj-trust__rated {
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #32363d;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
}
.review-section .nj-trust-widget .nj-trust__verb__text {
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #32363d;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.review-section .nj-trust-widget .nj-trust__rating {
  margin: 10px 0px 15px;
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #32363d;
  font-size: 48px;
  line-height: 36px;
  font-weight: 500;
  display: inline-block;
}
.review-section .nj-trust-widget .nj-trust__stars {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.review-section .nj-trust-widget .nj-trust__stars img {
  width: 20px;
  height: 20px;
}
.review-section .nj-trust-widget .nj-trust__total {
  position: relative;
  top: -2px;
  margin: 25px 0px 10px 10px;
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #32363d;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-align: right;
}
.review-section .nj-trust-widget .nj-trust__channels-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-evenly;
  --webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  height: 80px;
}
.review-section .nj-trust-widget .nj-trust__channel__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: none;
  filter: none;
  -webkit-transition:
    opacity 200ms ease,
    -webkit-filter 200ms ease;
  transition:
    opacity 200ms ease,
    -webkit-filter 200ms ease;
  transition:
    filter 200ms ease,
    opacity 200ms ease;
  transition:
    filter 200ms ease,
    opacity 200ms ease,
    -webkit-filter 200ms ease;
  text-decoration: none;
}
.review-section .nj-trust-widget .nj-trust__channel {
  margin-right: 5px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 22px;
  -ms-flex-preferred-size: 22px;
  flex-basis: 22px;
}
.review-section .nj-trust-widget .nj-trust__stars--small {
  display: flex;
  justify-content: space-evenly;
  gap: 3px;
  margin-top: 4px;
  white-space: nowrap;
}
.review-section .nj-trust-widget .nj-trust__stars--small img {
  width: 13px;
  height: 13px;
}
.review-section
  .nj-trust-widget
  .nj-trust__channel__row.nj-trust-channel-other-row {
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}
.review-section .nj-trust-widget .nj-trust__other {
  margin: 3px 5px 0px 0px;
  padding: 0px;
  font-family: Roboto, sans-serif;
  color: #32363d;
  font-size: 12px;
  font-weight: 400;
}
.process-section .process-wrapper .process-content-box {
  width: calc(33.33% - 32px);
}

.get-ready-form-wrapper p {
  margin: 0px;
}
.get-ready-form-wrapper .wpcf7-form-control-wrap {
  height: auto;
}
.get-ready-form-wrapper .get-ready-field-wrapper input {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-family: "Work Sans", Sans-serif;
  color: #000;
  font-weight: 600;
  padding: 10px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
}
.get-ready-form-wrapper .get-ready-field-wrapper {
  margin-bottom: 10px;
}
.get-ready-form-wrapper .get-ready-field-wrapper input:focus,
.get-ready-form-wrapper .get-ready-field-wrapper input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}

.get-ready-form-wrapper .get-ready-field-wrapper input::placeholder {
  font-size: 16px;
  font-family: "Work Sans", Sans-serif;
  color: #00000080;
  font-weight: 600;
}
.get-ready-form-wrapper .iti__selected-dial-code {
  font-size: 16px;
  font-family: "Work Sans", Sans-serif;
  color: #000;
  font-weight: 600;
}
.get-ready-form-wrapper .iti {
  width: 100%;
}

.get-ready-form-wrapper .iti__selected-country-primary {
  border-right: 1px solid rgb(219, 223, 232);
}
.get-ready-form-wrapper .get-ready-checkbox input {
  width: 20px;
  height: 20px;
  margin: 0px !important;
}
.get-ready-form-wrapper .get-ready-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.get-ready-form-wrapper .get-ready-checkbox .get-ready-inner-check {
  height: 20px;
  width: 20px;
}
.get-ready-form-wrapper .get-ready-checkbox .checkbox-label {
  width: calc(100% - 35px);
}
.get-ready-form-wrapper .get-ready-checkbox .checkbox-label p {
  font-size: 12px;
  color: #fff;
  font-family: "Work Sans", Sans-serif;
  line-height: 1.3;
}
.get-ready-form-wrapper .get-ready-checkbox .checkbox-label p a {
  color: #fff;
  text-decoration: underline;
}
.get-ready-form-wrapper .get-ready-checkbox .wpcf7-list-item {
  margin: 0px !important;
}
.get-ready-form-wrapper .get-ready-checkbox .wpcf7-list-item-label {
  display: none;
}
.get-ready-form-wrapper .submit-button p {
  position: relative;
}
.get-ready-form-wrapper .submit-button .wpcf7-spinner {
  margin: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.get-ready-form-wrapper .submit-button input {
  display: inline-block;
  background-color: #ff8c3e;
  border-radius: 4px;
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
  padding: 20px 30px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-family: "Work Sans", Sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.get-ready-form-wrapper .get-ready-field-wrapper .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
  font-family: "Work Sans", Sans-serif;
}
.wpcf7-response-output {
  margin: 0px !important;
  margin-top: 20px !important;
  border-color: #ff6b2c !important;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: "Work Sans", Sans-serif;
}
.contact-banner .search-wrapper {
  max-width: 400px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}
.contact-banner .search-input input {
  width: 100%;
  padding: 17px 20px;
  padding-right: 135px;
  border-radius: 999px;
  background-color: #fff;
  border: 3px solid #003d78;
  color: #043968;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  font-family: "Work Sans", Sans-serif;
}
.search-submit button {
  color: #fff;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 999px;
  font-weight: 600;
  font-family: "Work Sans", Sans-serif;
  cursor: pointer;
  transition: all ease 0.3s;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #05070a;
  border: none;
  font-size: 14px;
}
.contact-banner .search-input input:focus,
.contact-banner .search-input input:focus-visible {
  border: 3px solid #05070a;
  outline: none;
  box-shadow: none;
}
.contact-banner .search-input input::placeholder {
  color: #043968;
  font-size: 16px;
  font-weight: 600;
}
.benefit-section .benefit-span {
  font-size: 35px;
  text-transform: uppercase;
  color: #05070a;
}
.benefit-section .banefit-main {
  position: relative;
}
.benefit-section .banefit-main::before {
  content: "";
  display: inline-block;
  width: 121px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://dev.zestgeek.com/sawchukwoodcraft/wp-content/uploads/2025/10/benefit-titile-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: none;
}
.benefit-section .benefit-wrapper .benefit-box {
  width: 20%;
  padding: 0px 24px;
}
.service-testimonial-section .testimonial-outer-review,
.service-testimonial-section .testimonial-inner-review {
  position: relative;
}
.service-testimonial-section .testimonial-outer-review::before {
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); */
  background-color: #eeefefc2;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.service-testimonial-section
  .testi-review-top-wrapper
  .testi-review-auther-details,
.service-testimonial-section .testi-review-top-wrapper .testi-review-rating {
  width: calc(50% - 10px);
}
.service-testimonial-section .testi-auther-image-wrapper {
  width: 56px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.service-testimonial-section .testi-auther-image {
  width: 56px;
}
.service-testimonial-section .test-auther-name-date-wrapper {
  width: calc(100% - 76px);
}
.service-testimonial-section .testi-google-logo {
  width: 24px;
}
.service-testimonial-section .testi-google-logo svg {
  width: 24px;
}
.service-testimonial-section .test-star {
  width: calc(100% - 39px);
}
.service-testimonial-section .testimonial-box {
  width: calc(33.33% - 20px);
  flex-grow: 1;
  display: flex;
}
.service-testimonial-section .testimonial-wrapper {
  flex-grow: 1;
}
.service-testimonial-section .testimonial-wrapper {
  flex-grow: 1;
}
.service-testimonial-section .testimoinal-post-review {
  min-height: 385px;
}
.service-testimonial-section .testimonial-outer-review {
  height: 100%;
}
.service-testimonial-section .testimoinal-post-content {
  flex-grow: 1;
}
.service-testimonial-section
  .testimoinal-post-content
  .elementor-widget-heading {
  flex-grow: 1;
}
.service-testimonial-section
  .testimoinal-post-content
  .elementor-widget-heading
  h2 {
  flex-grow: 1;
}
.guarantee-section .guarantee-left {
  width: calc(40% - 40px);
}
.guarantee-section .guarantee-right {
  width: calc(60% - 40px);
}
.guarantee-section .guarantee-box {
  width: calc(50% - 40px);
}
.add-service-section .benefit-span {
  font-size: 35px;
  text-transform: uppercase;
  color: #05070a;
}
.add-service-section .banefit-main {
  position: relative;
}
.add-service-section .banefit-main::before {
  content: "";
  display: inline-block;
  width: 121px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://dev.zestgeek.com/sawchukwoodcraft/wp-content/uploads/2025/10/benefit-titile-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: none;
}
.add-service-section .add-service-outer-box {
  position: relative;
  border: none !important;
  height: 100%;
}
.add-service-section .add-service-box::before {
  content: "";
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.33),
    rgba(102, 102, 102, 0)
  );
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  width: calc(100% + 2px);
  height: 100%;
  border-radius: 20px;
}
.add-service-section .add-service-box {
  width: calc(33.33% - 16px);
}
.schdule-two-column::before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #05070a;
  position: absolute;
  left: 0px;
  top: 0px;
}
.client-testi-section .swiper-slide {
  border-right: 1px solid #cecece;
  padding: 0 40px;
}
.client-testi-section .testimony-name {
  font-size: 18px;
  font-weight: 400;
  color: #05070a;
  line-height: 27px;
  margin: 0px !important;
}
.client-testi-section .testimony-job {
  font-size: 18px;
  font-weight: 400;
  color: #05070a;
  line-height: 27px;
  margin: 0px !important;
  margin-bottom: 27px !important;
}
.client-testi-section .testimony-text {
  font-size: 24px;
  font-weight: 400;
  color: #05070a;
  line-height: 27px;
  margin: 0px !important;
  margin-bottom: 27px !important;
}
.client-testi-section .swiper-button-prev::after,
.client-testi-section .swiper-button-next::after {
  display: none;
}
.client-testi-section .swiper-button-prev,
.client-testi-section .swiper-button-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #cecece;
  transition: all 0.4s ease;
  top: auto !important;
  bottom: 4px !important;
}
.client-testi-section .swiper-button-prev {
  left: auto !important;
  right: 54px !important;
}
.client-testi-section .swiper-button-prev svg,
.client-testi-section .swiper-button-next svg {
  stroke: #cecece;
  width: 8px;
  transition: all 0.4s ease;
}
.client-testi-section .swiper-button-prev:hover,
.client-testi-section .swiper-button-next:hover {
  border: 1px solid #05070a;
}
.client-testi-section .swiper-button-prev:hover svg,
.client-testi-section .swiper-button-next:hover svg {
  stroke: #05070a;
}
.client-testi-section .testimonial-swiper {
  padding-bottom: 40px !important;
}
.partners-section .elementor-swiper-button {
  top: auto !important;
  bottom: 0px !important;
  transform: none !important;
}
.partners-section .elementor-swiper-button-prev {
  left: calc(50% - 20px) !important;
}
.partners-section .elementor-swiper-button-next {
  right: auto !important;
  left: calc(50% + 20px) !important;
}
.partners-section .swiper-wrapper {
  padding-bottom: 30px !important;
  align-items: center;
}
.client-testi-section .testimonial-customer-swiper {
  padding-bottom: 40px !important;
}
.geting-bar-section .geting-bar-content {
  width: calc(33.33% - 27px);
}
.header-section #menu-item-1029 .sub-menu {
  left: auto !important;
  right: 0px !important;
}
.review-banner-section .review-banner-right > div,
.blog-banner-section .blog-banner-right > div {
  width: 100%;
}

/********************************** Blog Page Starts ************************************/
.blog-listing-wrapper .post {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.blog-listing-wrapper .post:last-child {
  margin-bottom: 0px;
}
.blog-listing-wrapper .post-thumbnail {
  min-width: 280px;
  max-width: 280px;
  width: 100%;
}
.blog-listing-wrapper .post-thumbnail img {
  width: 100%;
}
.blog-listing-wrapper .post-content {
  width: calc(100% - 300px);
}
.blog-listing-wrapper h2.entry-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 25px;
  line-height: 1em;
  display: block;
  color: #043968;
  font-family: "Livvic", Sans-serif;
}
.blog-listing-wrapper .post-excerpt {
  margin-bottom: 30px;
}
.blog-listing-wrapper .post-excerpt p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", Sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  color: #3c3c3e;
}
.blog-listing-wrapper .post-read-more a {
  color: #fff !important;
  background: #ff6b2c;
  min-width: 280px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  font-size: 18px;
  font-family: "Work Sans", Sans-serif;
}

.blog-listing-container .blog-listing-load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 35px 0 80px;
}
.blog-listing-container .load-more-btn {
  font-size: 18px;
  font-family: "Work Sans", Sans-serif;
  cursor: pointer;
  color: #003da5;
  background: #fff;
  border: 1px solid #003da5;
  min-width: 280px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin: auto;
}
.blog-listing-container .load-more-btn:hover {
  background: #003da5;
  color: #fff;
}
/************************************ Blog Listing End *******************************************/

/************************************ Blog Details Starts *******************************************/
.blog-deatil-banner .blog-detail-tile-wraper {
  left: 0px;
  width: 100%;
  background: rgba(0, 61, 165, 0.85);
  position: absolute;
  bottom: 0px;
}
.blog-deatil-banner .container {
  max-width: 1152px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.blog-deatil-banner .blog-detail-tile-wraper .blog-detail-inner-wrapper {
  padding: 20px 15px;
}
.blog-deatil-banner .blog-detail-tile-wraper h2,
.blog-deatil-banner .blog-detail-tile-wraper h4 {
  margin: 0 !important;
  padding: 10px 0 !important;
}
.blog-deatil-banner .blog-detail-tile-wraper .blog-detail-title h2 {
  color: #fff;
  font-family: Impact;
  font-size: 48px;
  font-weight: 700;
  font-family: "Livvic", Sans-serif;
  padding: 0px !important;
  margin-bottom: 5px !important;
}

.blog-deatil-banner .blog-detail-tile-wraper .blog-detail-auther h4,
.blog-deatil-banner .blog-detail-tile-wraper .blog-detail-date h4 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Work Sans", Sans-serif;
  padding: 0px !important;
  font-weight: 500;
}
.blog-deatil-banner .blog-detail-tile-wraper .blog-detail-auther h4 {
  margin-bottom: 8px !important;
}
.blog-deatil-banner {
  height: 515px;
  position: relative;
}
.blog-deatil-banner .blog-feature-image {
  height: 100%;
}
.blog-deatil-banner .blog-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-two-column {
  padding: 30px 15px;
}
.blog-detail-two-column .container {
  max-width: 1152px;
  width: 100%;
  margin: 0px auto;
}
.blog-detail-two-column .blog-detail-back-button .back-icon {
  display: flex;
}
.blog-detail-two-column .blog-detail-back-button .back-icon svg {
  width: 26px;
  fill: #78be21;
  transition: all 0.3s ease-in-out;
}
.blog-detail-two-column .blog-detail-back-button a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.blog-detail-two-column .blog-detail-back-button .back-text {
  color: #78be21;
  font-size: 24px;
  font-family: "Work Sans", Sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-detail-two-column .blog-detail-back-button a:hover .back-text {
  color: #043968;
}
.blog-detail-two-column .blog-detail-back-button a:hover .back-icon svg {
  fill: #043968;
}
.blog-detail-two-column .blog-detail-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 25px 0px;
}
.blog-detail-two-column .blog-detail-left {
  width: calc(70% - 20px);
}
.blog-detail-two-column .blog-detail-right {
  width: calc(30% - 20px);
}
.blog-detail-two-column p,
.blog-detail-two-column li {
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3e;
  font-family: "Work Sans", Sans-serif;
  margin: 0px !important;
  margin-bottom: 27px !important;
}
.blog-detail-two-column li {
  margin-bottom: 15px !important;
}
.blog-detail-two-column li img {
  width: 20px;
}
.blog-detail-two-column p:last-child,
.blog-detail-two-column p:last-child {
  margin-bottom: 0px !important;
}
.blog-detail-two-column h2 {
  font-size: 48px;
  color: #363636;
  font-weight: 700;
  font-family: "Livvic", Sans-serif;
  margin: 0px !important;
  margin-bottom: 20px !important;
}
.blog-detail-two-column .post-inner-content {
  margin-bottom: 27px;
}
.blog-detail-two-column .post-inner-content:last-child {
  margin-bottom: 0px;
}
.blog-detail-two-column .blog-post-description {
  margin-bottom: 27px;
}
.blog-detail-two-column h3 {
  font-size: 30px;
  color: #363636;
  font-weight: 700;
  font-family: "Livvic", Sans-serif;
  margin: 0px !important;
  margin-bottom: 20px !important;
}
.blog-detail-two-column .blog-right-title h3 {
  font-size: 30px;
  margin: 0px !important;
  margin-bottom: 25px !important;
  line-height: 1em;
  color: #003da5;
  font-family: "Livvic", Sans-serif;
  font-weight: 700;
}
.blog-detail-two-column .blog-detail-share-field {
  margin-bottom: 15px;
}
.blog-detail-two-column .blog-detail-share-field:last-child {
  margin-bottom: 0px;
}
.blog-detail-two-column .blog-detail-share-field a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #003da5;
  border-radius: 50px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-detail-two-column .blog-detail-share-field a:hover {
  background-color: #112163;
}
.blog-detail-two-column .blog-detail-share-field .share-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Work Sans", Sans-serif;
}
.blog-detail-two-column .blog-detail-share-field .share-icon {
  display: flex;
}
.blog-detail-two-column .blog-detail-share-field .share-icon svg {
  fill: #fff;
  width: 22px;
}
.footer-banner {
  padding: 15px;
  background: #0e9ddb;
  color: #fff;
  text-align: center !important;
}
.footer-banner .container {
  max-width: 1152px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
.footer-banner .post-contact-title h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  font-family: "Livvic", Sans-serif;
  margin: 0px !important;
  margin-bottom: 8px !important;
}
.footer-banner .post-contact-description p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", Sans-serif;
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.footer-banner .post-contact-description a {
  color: #fff;
}
.footer-banner .post-contact-description p:last-child {
  margin-bottom: 0px !important;
}

/********************************** Blog Details End ************************************/
/******************************** Sawchuk - Deck care and maintenance Page Start **************************/
.dec-care-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 20px;
}
.dec-care-box .dec-care-number {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-color: #05070a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.dec-care-box .dec-care-number h2 {
  display: inline-block;
  width: fit-content;
}
.dec-care-box .dec-care-content {
  width: calc(100% - 70px) !important;
}
/******************************** Sawchuk - Deck care and maintenance Page End **************************/
/************************************* Sawchuk Build Sqad Start ***********************************/
.crew-section .crew-button {
  width: calc(50% - 10px) !important;
}
.crew-section .crew-button a {
  width: 100% !important;
}
.why-no-1-section .why-no-1-points li {
  position: relative;
  padding-left: 45px;
}
.why-no-1-section .why-no-1-points li::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url(https://dev.zestgeek.com/sawchukwoodcraft/wp-content/uploads/2026/04/check_circle.svg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.estimate-form-section .estimate-form-wrapper p {
  margin: 0px !important;
}
.estimate-form-section .estimate-form-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
.estimate-form-section .estimate-form-wrapper .estimate-form-input-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.estimate-form-section .estimate-form-wrapper .estimate-form-half-field {
  width: calc(50% - 8px);
}
.estimate-form-section .estimate-form-wrapper label {
  font-size: 18px;
  font-weight: 400;
  color: #05070a;
  margin-bottom: 8px;
  font-family: "Work Sans", Sans-serif !important;
}
.estimate-form-section .estimate-form-wrapper input {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid #05070a !important;
  background: 0 0 !important;
  padding: 0 !important;
  color: #05070a !important;
  font-style: normal;
  height: 50px;
  cursor: pointer;
  font-size: 20px !important;
  line-height: 1 !important;
  font-family: "Work Sans", Sans-serif !important;
}
.estimate-form-section .estimate-form-wrapper select {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid #05070a !important;
  background: 0 0 !important;
  padding: 0 !important;
  color: #05070a !important;
  font-style: normal;
  font-size: 20px !important;
  line-height: 1 !important;
  height: 50px;
  font-family: "Work Sans", Sans-serif !important;
}
.estimate-form-section .estimate-form-wrapper select:focus-visible {
  outline: none !important;
}
.estimate-form-section .estimate-form-wrapper input:focus-visible {
  outline: none !important;
}
.estimate-form-section .estimate-form-wrapper p {
  width: 100%;
}
.estimate-form-section .estimate-submit-button input {
  width: 100% !important;
  border: 2px solid #ff6b2c !important;
  background-color: #ff6b2c !important;
  font-family: "Work Sans", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #fff !important;
  height: 50px !important;
  border-radius: 999px !important;
}
.estimate-form-section .estimate-submit-button p {
  position: relative;
}
.estimate-form-section .estimate-submit-button .wpcf7-spinner {
  margin: 0px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/************************************* Sawchuk Build Sqad End ***********************************/
/*************************************** Service Page Start ********************************/
.main-service-banner .main-service-wrapper .e-con-inner {
  margin-left: 0px !important;
}
.gallery-section .gallery-image-wrapper > div {
  height: 100% !important;
}
.main-service-section .main-service-left > div {
  height: 100% !important;
}
.main-service-section .main-service-left img {
  object-fit: cover;
  height: 250px !important;
}
.service-banner .elementor-widget-image {
  width: 100%;
}
/*************************************** Service Page End ********************************/
/************************************ Okotoks Service Page Start ************************/
.quates-form-section .get-quote-form {
  background-color: #fff;
  border-radius: 25px;
}
.quates-form-section .get-quote-form .get-quote-title {
  padding: 10px;
  background-color: #ff6b2c;
  border-radius: 25px 25px 0px 0px;
}
.quates-form-section .get-quote-form h2 {
  font-family: "Livvic", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0px;
  text-align: center;
}
.quates-form-section .get-quote-form p {
  margin: 0px !important;
  width: 100%;
}
.quates-form-section .get-quote-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  padding: 30px 20px;
}
.quates-form-section .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.quates-form-section .get-quote-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.quates-form-section .get-quote-half-wrapper {
  width: calc(50% - 8px);
}
.quates-form-section .get-quote-form input {
  width: 100%;
  border: 1px solid #3c3c3e !important;
  background: transparent !important;
  padding: 10px 15px !important;
  color: #3c3c3e !important;
  font-style: normal;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1 !important;
  border-radius: 8px;
  font-family: "Work Sans", Sans-serif !important;
}
.quates-form-section .get-quote-form select {
  width: 100%;
  border: 1px solid #3c3c3e !important;
  background: transparent !important;
  color: #3c3c3e !important;
  font-style: normal;
  font-size: 16px !important;
  line-height: 1 !important;
  padding: 10px 15px !important;
  border-radius: 8px;
  font-family: "Work Sans", Sans-serif !important;
}
.quates-form-section .get-quote-button {
  padding: 0px 20px 30px 20px;
}
.quates-form-section .get-quote-button p {
  position: relative;
  display: flex;
  justify-content: center;
}
.quates-form-section .get-quote-button .wpcf7-spinner {
  margin: 0px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quates-form-section .get-quote-button input {
  width: 100% !important;
  border: 1px solid #ff6b2c !important;
  background-color: #ff6b2c !important;
  font-family: "Work Sans", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 12px 30px !important;
  color: #fff !important;
  border-radius: 9px !important;
}
.quates-form-section .wpcf7-response-output {
  margin: 0px 20px !important;
  margin-bottom: 20px !important;
  display: inline-block;
  width: calc(100% - 40px);
}
.quates-form-section form {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.okotoks-services-section .okotoks-services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.okotoks-services-section .okotoks-services-box {
  width: calc(25% - 15px) !important;
  /* background-color: #FF6B2C !important; */
}
.clean-form-section .book-image {
  overflow: hidden;
  height: 100%;
}
.clean-form-section .book-image img {
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}
.clean-form-section .book-clean-form p {
  margin: 0px;
  width: 100%;
}
.clean-form-section .book-clean-form .book-clean-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.clean-form-section .book-clean-form .book-clean-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.clean-form-section .book-clean-form .book-clean-third {
  width: calc(33.33% - 11px);
}
.clean-form-section .book-clean-form .book-clean-half {
  width: calc(50% - 8px);
}
.clean-form-section .book-clean-form input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #3c3c3e !important;
  background: transparent !important;
  padding: 0 !important;
  color: #3c3c3e !important;
  font-style: normal;
  height: 40px;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "Work Sans", Sans-serif !important;
}
.clean-form-section .book-clean-form select {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #3c3c3e !important;
  background: transparent !important;
  padding: 0 !important;
  color: #3c3c3e !important;
  font-style: normal;
  height: 40px;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "Work Sans", Sans-serif !important;
}
.clean-form-section .book-clean-form select:focus-visible,
.clean-form-section .book-clean-form input:focus-visible,
.clean-form-section .book-clean-form textarea:focus-visible {
  outline: none !important;
}
.clean-form-section .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.clean-form-section .book-clean-form .book-clean-first {
  width: 100%;
}
.clean-form-section .book-clean-form textarea {
  width: 100%;
  border: none !important;
  background: #f5f5f5 !important;
  padding: 20px !important;
  color: #3c3c3e !important;
  border-radius: 20px;
  font-style: normal;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: "Work Sans", Sans-serif !important;
}
.clean-form-section .book-clean-form .book-clean-button .wpcf7-spinner {
  margin: 0px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.clean-form-section .book-clean-form .book-clean-button p {
  position: relative;
  display: flex;
  justify-content: center;
}
.clean-form-section .book-clean-form .book-clean-button input {
  width: fit-content !important;
  border: 1px solid #78be21 !important;
  background-color: #78be21 !important;
  font-family: "Work Sans", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 12px 30px !important;
  color: #fff !important;
  border-radius: 999px !important;
  height: auto;
}
.clean-form-section .book-clean-form .book-clean-form-wrapper {
  margin-bottom: 30px;
}
.geting-bar-section.testi-page .geting-bar-content img {
  filter: invert(1);
}
.okotoks-service-banner .okotoks-service-banner-wrapper > .e-con-inner {
  position: relative;
}
.okotoks-service-banner .work-line {
  position: absolute;
  left: 20px;
  top: -100px;
  width: 50vw;
  transform: rotate(3deg);
}
.okotoks-service-banner .work-line img {
  width: 100% !important;
}
/************************************ Okotoks Service Page End ************************/
/********************************** Gallary Of Build Page Start ****************************/
.gallary-banner-section .gallary-banner-content {
  max-width: 500px;
  padding: 40px;
}
.gallery-section .gallery-wrapper a {
  display: flex;
}
.gallery-section .gallery-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-section .gallery-wrapper .gallery-item {
  height: 100%;
  width: calc(25% - 15px) !important;
  max-width: 100% !important;
}
.gallery-section .gallery-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.new-estimate-form-section .new-estimate-form-wrapper p {
  margin: 0px !important;
}
.new-estimate-form-section .new-estimate-form-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
.new-estimate-form-section
  .new-estimate-form-wrapper
  .new-estimate-form-input-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.new-estimate-form-section
  .new-estimate-form-wrapper
  .new-estimate-form-half-field {
  width: calc(50% - 8px);
}
.new-estimate-form-section .new-estimate-form-wrapper label {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Work Sans", Sans-serif !important;
}
.new-estimate-form-section .new-estimate-form-wrapper input {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  background: 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-style: normal;
  height: 50px;
  cursor: pointer;
  font-size: 20px !important;
  line-height: 1 !important;
  font-family: "Work Sans", Sans-serif !important;
}
.new-estimate-form-section .new-estimate-form-wrapper select {
  width: 100%;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  background: 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-style: normal;
  font-size: 20px !important;
  line-height: 1 !important;
  height: 50px;
  font-family: "Work Sans", Sans-serif !important;
  background-color: #05070a !important;
}
.new-estimate-form-section .new-estimate-form-wrapper select:focus-visible {
  outline: none !important;
}
.new-estimate-form-section .new-estimate-form-wrapper input:focus-visible {
  outline: none !important;
}
.new-estimate-form-section .new-estimate-form-wrapper p {
  width: 100%;
}
.new-estimate-form-section .new-estimate-submit-button input {
  width: 100% !important;
  border: 2px solid #ff6b2c !important;
  background-color: #ff6b2c !important;
  font-family: "Work Sans", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #fff !important;
  height: 50px !important;
  border-radius: 999px !important;
}
.new-estimate-form-section .new-estimate-submit-button p {
  position: relative;
}
.new-estimate-form-section .new-estimate-submit-button .wpcf7-spinner {
  margin: 0px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.schdule-section p {
  margin: 0px;
}
/********************************** Gallary Of Build Page End ****************************/
/************************************** All Service Areas Start *****************************/
.all-service-section .all-service-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.all-service-section .all-service-content {
  width: calc(33.33% - 14px) !important;
  background-color: #05070a;
  border-radius: 10px;
  padding: 25px;
}
.all-service-section .learn-more-btn a {
  display: flex;
}
.all-service-section .learn-more-btn .elementor-button-content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.all-service-banner {
  position: relative;
}
.all-service-banner::before {
  content: "";
  background-image: url(https://dev.zestgeek.com/sawchukwoodcraft/wp-content/uploads/2026/04/top-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20vw;
  height: 24vw;
  display: inline-block !important;
}
.all-service-banner::after {
  content: "";
  background-image: url(https://dev.zestgeek.com/sawchukwoodcraft/wp-content/uploads/2026/04/bottom-right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 27vw;
  height: 21vw;
  display: inline-block !important;
}
.image-galery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.image-galery-wrapper .image-galery-box {
  width: calc(25% - 15px) !important;
}
/************************************** All Service Areas End *****************************/
/*********************************** Mobile Contact Section Start **************************/
.mobile-contact-wrapper {
  position: fixed;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
  .mobile-contact-wrapper .mobile-contact-box{
    padding: 20px 30px !important;
  }
.mobile-contact-wrapper .mobile-contact-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.mobile-contact-wrapper .mobile-contact {
  width: calc(33.33% - 7px);
}
.mobile-contact-wrapper .mobile-contact a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.mobile-contact-wrapper .mobile-contact svg {
  width: 40px;
  fill: #fff;
}
.mobile-contact-wrapper .mobile-contact .mobile-icon {
  display: flex;
}
.mobile-contact-wrapper .mobile-contact .mobile-text {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: "Livvic", Sans-serif;
}
/*********************************** Mobile Contact Section End **************************/

@media screen and (min-width: 1390px) {
  .okotoks-service-banner .work-line {
    width: 740px;
  }
}

@media screen and (max-width: 1350px) {
  .service-testimonial-section
    .testi-review-top-wrapper
    .testi-review-auther-details,
  .service-testimonial-section .testi-review-top-wrapper .testi-review-rating {
    width: 100%;
  }
  .benefit-section .banefit-main::before {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .header-section .header-logo-wrapper {
    max-width: 200px;
    width: 100%;
  }
  .benefit-section .benefit-wrapper .benefit-box {
    width: 25%;
    padding: 0px 15px;
  }
  .header-section .header-menu-wrapper {
    width: calc(100% - 220px);
  }
  .all-service-banner::before {
    width: 17vw;
    height: 20vw;
  }
  .all-service-banner::after {
    width: 24vw;
    height: 19vw;
  }
}
@media screen and (max-width: 1024px) {
  .okotoks-service-banner .work-line {
    display: none;
  }

  .header-section nav {
    position: fixed !important;
    top: 0px !important;
    right: -100% !important;
    left: auto !important;
    width: 100% !important;
    max-width: 350px !important;
    height: 100vh !important;
    overflow: unset !important;
    transition: all 0.4s ease-in-out !important;
    z-index: 9999 !important;
    padding: 24px 16px !important;
    opacity: 0 !important;
    background-color: #05070a !important;
  }
  .header-section .header-wrapper{
    z-index: 3;
  }
  .header-section .hfe-active-menu .hfe-nav-menu-icon svg {
    transform: rotate(45deg);
    fill: #fff !important;
  }
  .header-section nav li {
    border-bottom: none !important;
  }
    .header-section nav ul{
      background-color: transparent !important;
    }
  .header-section nav li a {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 18px 5px !important;
    color: #fff !important;
    background-color: transparent !important;
  }
  .header-section nav.menu-is-active {
    right: 0% !important;
    opacity: 1 !important;
  }
  .header-section nav .hfe-nav-menu {
    height: calc(100vh - 108px) !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    margin-top: 60px;
  }
   .admin-bar .header-section nav .hfe-nav-menu{
    margin-top: 110px;
    height: calc(100vh - 158px) !important;
  }

  .header-section .hfe-nav-menu .hfe-active-menu-full-width {
    position: fixed;
    z-index: 99999;
    right: 20px;
    left: auto;
    top: 20px;
  }
  .admin-bar .header-section .hfe-nav-menu .hfe-active-menu-full-width {
    top: 65px;
  }
  .header-section nav .hfe-nav-menu::before,
  .header-section nav .hfe-nav-menu::after {
    display: none;
  }
  .header-section nav .hfe-nav-menu li {
    width: 100%;
  }
  .header-section .hfe-nav-menu-icon {
    padding: 0px !important;
  }
  .header-section {
    overflow: hidden;
  }
  .benefit-section .benefit-wrapper .benefit-box {
    width: 33.33%;
  }
  .service-testimonial-section .testimonial-box {
    width: calc(50% - 15px);
  }
  .guarantee-section .guarantee-left {
    width: calc(40% - 20px);
  }
  .guarantee-section .guarantee-right {
    width: calc(60% - 20px);
  }
  .guarantee-section .guarantee-box {
    width: calc(50% - 20px);
  }
  .what-we-build-section .swiper-slide-inner img {
    height: 350px;
  }
  .process-section .process-wrapper .process-content-box {
    width: calc(50% - 32px);
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .slider-cat {
    font-size: 35px;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-title {
    font-size: 18px;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-btn {
    font-size: 18px;
    padding: 10px 25px;
  }
  .benefit-section .banefit-main::before {
    display: none;
  }
  .add-service-section .banefit-main::before {
    display: none;
  }
  .benefit-section .benefit-span {
    font-size: 30px;
  }
  .add-service-section .benefit-span {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .add-service-section .add-service-box {
    width: calc(50% - 12px);
  }
  .footer-section .footer-bottom-main-left,
  .footer-section .footer-bottom-main-right {
    width: 100%;
    justify-content: center;
    text-align: center !important;
  }
  .blog-detail-two-column .blog-detail-right {
    display: none;
  }
  .blog-detail-two-column .blog-detail-left {
    width: 100%;
  }
  .blog-detail-two-column h2 {
    font-size: 40px;
    margin-bottom: 15px !important;
  }
  .blog-detail-two-column h3 {
    font-size: 26px;
    margin-bottom: 15px !important;
  }
  .blog-detail-two-column p,
  .blog-detail-two-column li {
    margin-bottom: 20px !important;
  }
  .footer-banner .post-contact-description p {
    font-size: 16px;
  }
  .footer-banner .post-contact-title h2 {
    font-size: 23px;
    margin-bottom: 6px !important;
  }
  .okotoks-services-section .okotoks-services-box {
    width: calc(33.33% - 14px) !important;
  }
  .gallery-section .gallery-wrapper .gallery-item {
    width: calc(33.33% - 14px) !important;
  }
  .image-galery-wrapper .image-galery-box {
    width: calc(33.33% - 14px) !important;
  }
}
@media screen and (max-width: 781px) {
  .admin-bar .header-section .hfe-nav-menu .hfe-active-menu-full-width {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-section {
    display: none;
  }
  .header-section .header-wrapper {
    z-index: 9;
  }
  .quates-form-section .get-quote-half-wrapper {
    width: 100%;
  }
  .benefit-section .benefit-wrapper .benefit-box {
    width: 50%;
  }
  .guarantee-section .guarantee-left {
    width: 100%;
  }
  .guarantee-section .guarantee-right {
    width: 100%;
  }
  .footer-section .footer-logo {
    width: 100%;
  }
  .footer-section .footer-main-top-content {
    width: 100%;
  }
  .footer-section .footer-bottom-nox.footer-main-bottom-add {
    width: 100%;
  }
  .footer-section .footer-bottom-nox {
    width: 50%;
    align-items: center;
  }
  .footer-section .footer-bottom-nox.footer-main-bottom-call {
    display: flex;
  }
  .footer-section .footer-bottom-nox > div {
    display: inline-block;
    text-align: left;
  }
  .what-we-build-section .elementor-swiper-button {
    top: -40px !important;
    width: 40px;
    height: 40px;
  }
  .what-we-build-section .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
  }
  .what-we-build-section .elementor-swiper-button.elementor-swiper-button-next {
    right: 0px !important;
  }
  .what-we-build-section .swiper-slide-inner img {
    height: 300px;
  }
  .process-section .process-wrapper .process-content-box {
    width: 100%;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container {
    padding: 20px;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .slider-cat {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .what-we-build-section .swiper-slide-inner .ongoing-container .ongoing-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  .get-ready-form-wrapper .submit-button input {
    padding: 15px 20px;
  }
  .benefit-section .benefit-span {
    font-size: 25px;
  }
  .add-service-section .benefit-span {
    font-size: 25px;
  }
  .header-section #side-menu {
    background: linear-gradient(
      90deg,
      #ff6b2c 0,
      #ff6b2c 33.33%,
      #d2b48c 33.33%,
      #d2b48c 66.66%,
      #05070a 66.66%,
      #05070a 100%
    ) !important;
    top: auto !important;
    bottom: 0;
    width: 100%;
  }
  .header-section #side-menu ul {
    display: flex;
    justify-content: space-evenly;
  }
  #side-menu br {
    display: none;
  }
  .schdule-two-column::before {
    display: none;
  }
  .client-testi-section .swiper-slide {
    padding: 0 15px;
  }
  .blog-deatil-banner .blog-detail-tile-wraper .blog-detail-title h2 {
    font-size: 32px;
  }
  .blog-deatil-banner {
    min-height: 300px;
  }
  .blog-detail-two-column p,
  .blog-detail-two-column li {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
  .blog-detail-two-column h2 {
    font-size: 32px;
  }
  .blog-detail-two-column h3 {
    font-size: 22px;
  }
  .footer-banner .post-contact-description p {
    font-size: 14px;
  }
  .footer-banner .post-contact-title h2 {
    font-size: 22px;
  }
  .blog-detail-two-column .blog-detail-back-button .back-text {
    font-size: 20px;
  }
  .blog-detail-two-column .blog-detail-back-button .back-icon svg {
    width: 23px;
  }
  .geting-bar-section .geting-bar-content {
    width: calc(50% - 20px);
  }
  .blog-detail-two-column li {
    margin-bottom: 10px !important;
  }
  .estimate-form-section .estimate-form-wrapper .estimate-form-half-field {
    width: 100%;
  }
  .estimate-form-section .estimate-form-wrapper input {
    height: 40px;
    font-size: 18px !important;
  }
  .estimate-form-section .estimate-form-wrapper select {
    font-size: 18px !important;
    height: 40px;
  }
  .estimate-form-section .estimate-submit-button input {
    font-size: 18px !important;
  }

  .new-estimate-form-section
    .new-estimate-form-wrapper
    .new-estimate-form-half-field {
    width: 100%;
  }
  .new-estimate-form-section .new-estimate-form-wrapper input {
    height: 40px;
    font-size: 18px !important;
  }
  .new-estimate-form-section .new-estimate-form-wrapper select {
    font-size: 18px !important;
    height: 40px;
  }
  .new-estimate-form-section .new-estimate-submit-button input {
    font-size: 18px !important;
  }
  .okotoks-services-section .okotoks-services-box {
    width: calc(50% - 10px) !important;
  }
  .clean-form-section .book-clean-form .book-clean-third {
    width: 100%;
  }
  .clean-form-section .book-clean-form .book-clean-half {
    width: 100%;
  }
  .clean-form-section .book-image img {
    clip-path: none;
  }
  .gallary-banner-section .gallary-banner-content {
    padding: 40px 20px;
  }
  .gallery-section .gallery-wrapper .gallery-item {
    width: calc(50% - 10px) !important;
  }
  .all-service-section .all-service-content {
    width: calc(50% - 10px) !important;
  }
  .all-service-banner::before {
    display: none !important;
  }
  .all-service-banner::after {
    display: none !important;
  }
  .image-galery-wrapper .image-galery-box {
    width: calc(50% - 10px) !important;
  }
}

@media screen and (max-width: 630px) {
  .blog-listing-wrapper .post-thumbnail {
    margin-right: 0;
    max-width: none;
  }
  .blog-listing-wrapper .post {
    flex-direction: column;
  }
  .blog-listing-wrapper .post-content {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .mobile-contact-wrapper .mobile-contact-box{
    padding: 15px 30px !important;
  }
  .mobile-contact-wrapper .mobile-contact-inner-wrapper {
  flex-wrap: nowrap;
}
.mobile-contact-wrapper .mobile-contact {
  width: auto;
}
  .mobile-contact-wrapper .mobile-contact svg {
    width: 30px;
  }
  .mobile-contact-wrapper .mobile-contact .mobile-text {
    font-size: 18px;
  }
  .benefit-section .benefit-wrapper .benefit-box {
    width: 100%;
  }
  .service-testimonial-section .testimonial-box {
    width: 100%;
  }
  .guarantee-section .guarantee-box {
    width: 100%;
  }
  .add-service-section .add-service-box {
    width: 100%;
  }
  .geting-bar-section .geting-bar-content {
    width: 100%;
  }
  .okotoks-services-section .okotoks-services-box {
    width: 100% !important;
  }
  .all-service-section .all-service-content {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) {
  .header-section .hfe-nav-menu__toggle.hfe-active-menu {
    position: fixed !important;
    top: 24px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 10000 !important; /* above nav's 9999 */
  }

  .admin-bar .header-section .hfe-nav-menu__toggle.hfe-active-menu {
    top: 70px !important;
  }

  .header-section .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon {
    transform: rotate(45deg);
  }

  .header-section .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon svg {
    fill: #fff !important;
    width: 28px !important;
    height: 28px !important;
  }
}