/** Shopify CDN: Minification failed

Line 37:65 Unexpected ")"

**/
body {
  --deep-navy: #0e3a5a;
  --green: #95c23d;
  --white: #fff;
}

.wd-petro-landing-page h1, .wd-petro-landing-page h2 {
    font-weight: 600;
    font-family: "Heebo", sans-serif;
}
.wd-petro-slideshow-wrapper .slideshow__title {
  font-family: "Heebo", sans-serif;
  line-height: 1.1;
}
.wd-petro-slideshow-wrapper .slideshow__title strong {
  font-weight: 600;
  display: block;
}
.wd-petro-slideshow-wrapper .block.slideshow__description p {
    font-size: 20px;
}

.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child(1):after {
  content: "01";
}
.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child(2):after {
  content: "02";
}
.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child(3):after {
  content: "03";
}
.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child43):after {
  content: "04";
}
.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child(5):after {
  content: "05";
}
.wd-petro-slideshow-wrapper .swiper-pagination-bullet:nth-child(6):after {
  content: "06";
}

.wd-contact-info:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: 40px;
    height: 75%;
    background-color: #fff;
}
.wd-contact-info:after {
    content: '';
    background-image: url(/cdn/shop/files/Ornament_1.png?v=1753341492);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -60px;
    right: 0;
}
.wd-petro-slideshow-wrapper a.btn {
    border-radius: 0;
}

.wd-petro-slideshow-wrapper .swiper-controls {
  justify-content: flex-start;
  top: unset;
  bottom: 90px !important;
}

.wd-petro-slideshow-wrapper .swiper-controls .swiper-button {
  display: none;
}

.wd-petro-slideshow-wrapper .swiper-controls .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
}

.wd-petro-slideshow-wrapper .swiper-controls .swiper-pagination-bullet:after {
  font-size: 20px;
  width: 100%;
  color: var(--white);
  z-index: 99;
  opacity: 1;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wd-petro-slideshow-wrapper
  .swiper-controls
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--white);
}

.wd-petro-slideshow-wrapper .slideshow__text {
  padding-top: 90px;
  max-width: 600px;
}

@media (min-width: 1500px) {
  /* .wd-petro-slideshow-wrapper .slideshow__content {
    justify-content: center;
  }
   */
  .wd-petro-slideshow-wrapper .slideshow__text {
    padding-top: 150px;
  }
}
@media (min-width: 1100px) {
  .wd-petro-slideshow-wrapper .slideshow__text {
    max-width: 630px;
    padding-left: 30px;
  }
  .wd-petro-slideshow-wrapper .swiper-controls .swiper-pagination {
    padding-left: 30px;
  }
}

.wd-contact-info {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--green);
  padding: 50px;
}

.wd-petro-landing-page .wd-petro-slideshow-wrapper .wd-contact-info {
  display: block !important;
}

.wd-petro-slideshow-wrapper {
  position: relative;
}

.wd-contact-info .wd-contact-info__grid {
  display: flex;
  gap: 20px;
}

.wd-contact-info .wd-contact-info__grid .wd-contact-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wd-contact-info
  .wd-contact-info__grid
  .wd-contact-info__item
  .wd-contact-info__text
  p {
  margin: 0;
  color: #fff;
}

.wd-contact-info
  .wd-contact-info__grid
  .wd-contact-info__item
  .wd-contact-info__text
  .wd-contact-info__label {
  opacity: 0.8;
}

.wd-contact-info .wd-contact-info__grid .wd-contact-info__item .wd-contact-info__text .wd-contact-info__value {
    font-weight: 700;
}

.wd-glimpse-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.wd-glimpse-section__media {
  position: relative;
  padding-top: 100%;
}
.wd-glimpse-section__image,
.wd-glimpse-section__video {
  width: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.wd-glimpse-section__video {
  display: none;
}

.wd-play-button {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--green);
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 24px;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  height: auto;
  gap: 20px;
}
.wd-play-button__label {
  font-weight: 700;
}

.wd-glimpse-section__heading {
  margin-top: 0;
  color: var(--deep-navy);
  font-weight: 600;
}
.wd-glimpse-section__copy {
  margin: 1em 0 1.3em;
  color: #666;
}

.wd-metrics {
  margin: 1.5em 0;
}
.wd-metric {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wd-metric__label {
  width: 60%;
  font-weight: 700;
}
.wd-metric__bar {
  width: 100%;
  height: 6px;
  background: #eee;
  margin: 18px 0px;
}
.wd-metric__fill {
  height: 100%;
  display: block !important;
}
.wd-metric__value {
  width: 40%;
  text-align: right;
  font-weight: 700;
}

.wd-glimpse-section__button {
  display: inline-block;
  padding: 0px;
  border-bottom: 2px solid #003f5c;
  color: #003f5c;
  text-decoration: none;
  font-weight: 600;
}

.wd-glimpse-section__media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/cdn/shop/files/Group_4.svg?v=1753095393);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.wd-play-button:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 100%;
    width: 60px;
    height: 60px;
    background-image: url(/cdn/shop/files/Group_5.svg?v=1753095393);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.wd-petro-slideshow-wrapper:after ,
.wd-glimpse-section:after {
    content: '';
    position: absolute;
    width: 27%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -1;
    top: 0;
    left: 0;
}

.wd-petro-slideshow-wrapper ,
.wd-glimpse-section {
    position: relative;
}

.wd-content-section-left {
    position: relative;
}

.wd-content-section-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(/cdn/shop/files/Group_7.png?v=1753172653);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wd-card-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: var(--top-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.wd-petro-newsletter .newsletter__wrapper .newsletter__image {
    height: auto;
    border-radius: 0;
}

.wd-petro-newsletter .newsletter__image {
    height: auto;
    border-radius: 0;
}

.wd-petro-newsletter .newsletter-form__field-wrapper .form-field {
    max-width: 100%;
    gap: 30px;
}

.wd-petro-newsletter .newsletter-form__field-wrapper .form-field input {
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
}

.wd-petro-newsletter .newsletter-form__field-wrapper .form-field button {
    position: static;
    border-radius: 0;
}

.wd-newsletter-icon-wrapper {
    display: flex;
    gap: 30px;
    padding-top: 80px;
}

.wd-petro-newsletter .section__container .newsletter__wrapper {
    grid-template-columns: 1.3fr 2fr;
}

.wd-faq-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(/cdn/shop/files/Ornament.png?v=1753265556);
    background-position: center;
    background-size: contain;
}
.wd-testimonial-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: left;
    width: 60px;
    height: 60px;
    background-image: url(/cdn/shop/files/Group_3.svg?v=1753095393);
    background-position: center;
    background-size: contain;
}

.wd-faq-right:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url(/cdn/shop/files/Rectangle_11_1.png?v=1753183983);
    background-position: center;
    background-size: contain;
}




.wd-faq-sec {
  padding: 0px 0;
  background: #f7f7f7;
  position: relative;
}
.wd-faq-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0px;
  align-items: flex-start;
}
.wd-faq-left {
  position: relative;
  background-color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.wd-faq-left:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: var(--white);
  right: 100%;
}
.wd-kicker {
  margin: 0 0 14px;
  color: #6fbf44;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.wd-heading {
  margin: 0 0 32px;
  color: #003f5c;
  line-height: 1.15;
}
.wd-ask-btn {
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: 10px 28px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 25px;
}
.wd-faq-right {
  padding: 80px 60px;
  position: relative;
}
.wd-faq-item {
  border-bottom: 1px solid #dcdcdc;
}
.wd-faq-item:last-child {
  border-bottom: none;
}
.wd-faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--deep-navy);
  cursor: pointer;
}

.wd-faq-q h5 {
  color: var(--deep-navy);
}
.wd-faq-icon {
  transition: transform 0.25s;
}
.wd-faq-item.active .wd-faq-icon {
  transform: rotate(180deg);
}
.wd-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.wd-faq-a-inner {
  padding: 0 0 26px 0;
  color: #6a6a6a;
  line-height: 1.55;
}


.wd-testimonial-sec {
  position: relative;
  padding: 60px 0;
}
.wd-testimonial-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  background: #06283b;
  z-index: -1;
}
.wd-testimonial-flex {
  display: flex;
  gap: 0px;
  align-items: center;
}
.wd-testimonial-left {
  width: 60%;
  position: relative;
}
.wd-testimonial-right {
  width: 40%;
  background: #fff;
  padding: 0px 70px;
  color: #003f5c;
}
.wd-img-outer {
  position: relative;
}
.wd-main-img {
  width: 100%;
  display: block;
  height: auto;
}
.wd-corner {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  z-index: 2;
}
.wd-c1 {
  top: 16px;
  left: 16px;
}
.wd-c2 {
  top: 48px;
  left: 48px;
  background: #001b2a;
}
.wd-nav-box {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  z-index: 3;
}
.wd-nav-box button {
  width: 44px;
  height: 44px;
  border: 0;
  background: #8dc63f;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  font-weight: 300;
}
.wd-nav-box button + button {
  background: #fff;
  color: #000;
}

.wd-kicker {
  color: #8dc63f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.wd-testimonial-sec .wd-heading {
  margin: 10px 0 80px;
  line-height: 1.15;
  color: #003f5c;
}

.wd-stars {
  color: var(--star-color, #8dc63f);
  font-size: 20px;
  margin-bottom: 16px;
}
.wd-quote {
  margin: 0 0 26px;
  color: #4d4d4d;
  line-height: 1.6;
}
.wd-name {
  margin: 0;
  color: #003f5c;
  font-weight: 700;
}
.wd-role {
  margin: 2px 0 0;
  color: #7a7a7a;
}
.wd-t-card {
  padding-right: 20px;
}

@media (max-width: 1100px) {
  .wd-petro-slideshow-wrapper .slideshow__text {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .wd-testimonial-sec::before {
    width: 100%;
  }
  .wd-testimonial-flex {
    flex-direction: column;
  }
  .wd-testimonial-left,
  .wd-testimonial-right {
    width: 100%;
  }
  .wd-testimonial-right {
    padding: 50px 40px;
  }
}
@media (max-width: 640px) {
  .wd-testimonial-sec {
    padding: 70px 0;
  }
}


@media (max-width: 1279px) {
  .wd-petro-slideshow-wrapper:after ,
  .wd-glimpse-section:after {
    content: '';
    width: 26%;
  }
}
@media (min-width: 1300px) {
  .wd-contact-info .wd-contact-info__grid {
    gap: 50px;
  }
}
@media (min-width: 1600px) {
  .wd-petro-slideshow-wrapper:after ,
  .wd-glimpse-section:after {
    content: '';
    width: 32%;
  }
  .wd-testimonial-sec::before {
    width: 38%;
  }
}
@media (max-width: 1200px) {
  .wd-contact-info {
    padding: 50px 40px;
  }
  .wd-contact-info
    .wd-contact-info__grid
    .wd-contact-info__item
    .wd-contact-info__text
    p {
    font-size: 12px;
  }
}

@media (max-width: 1340px) {
  .wd-petro-slideshow-wrapper .swiper-controls {
    bottom: 50px !important;
  }
}


@media screen and (max-width: 767px) {
  .wd-glimpse-section__inner {
    grid-template-columns: 1fr;
  }
  .wd-newsletter-icon-wrapper {
    flex-wrap: wrap;
  }
  
  .wd-newsletter-icon-wrapper .wd-newsletter-inner-wrapper {
      width: calc(50% - 15px);
  }
  .wd-petro-slideshow-wrapper:after, .wd-glimpse-section:after,
  .wd-faq-sec:after,
  .wd-testimonial-sec:after,
  .wd-contact-info,
  .wd-contact-info:after,
  .wd-faq-right:before {
    display: none;
  }
  .wd-petro-newsletter .section__container .newsletter__wrapper {
    grid-template-columns: 1fr;
  }
  .wd-contact-info {
    padding: 20px;
    position: static;
    margin-top: 20px;
  }
  
  .wd-petro-slideshow-wrapper .swiper-controls {
      bottom: 0 !important;
      justify-content: center;
  }
  .wd-contact-info .wd-contact-info__grid {
      gap: 10px;
  }
  
  .wd-contact-info .wd-contact-info__grid .wd-contact-info__item {
      gap: 10px;
  }
  
  .wd-contact-info .wd-contact-info__grid .wd-contact-info__item .wd-contact-info__icon {
      width: 36px;
      height: 36px;
  }
  .wd-quote.text-lg {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .wd-petro-slideshow-wrapper .slideshow__title {
    font-size: 36px;
  }
}




@media (max-width: 1024px) {
  .wd-faq-wrap {
    grid-template-columns: 1fr;
  }
  .wd-faq-left {
    margin: 0 -16px;
    padding: 0 16px 40px;
  }
  .wd-faq-left:after {
    display: none;
  }
  .wd-faq-right {
    padding: 40px 0px;
  }
}
