.pas-main-slides {
  background: url(/wp-content/themes/pas/pasv2/images/pages/vr/v2/vr-pas-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.process-mobile {
  display: none;
}
p.vr-banner-content {
  font-size: 25px;
  color: #242424;
}
h2.vr-banner-headline,
h1.vr-banner-headline {
  color: #004e64;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
  width: 550px;
}
.global-section.section-4 {
  background-image: url(/wp-content/themes/pas/pasv2/images/pages/homepage/v2/lastCTAbackground.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-4 .container {
  background-color: #005866;
  border-radius: 30px;
  background-size: cover;
}
.cta-container {
  border-radius: 20px;
  height: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
p.cta-1 {
  color: #00e1a9;
  font-size: 25px;
  font-weight: 700;
}
p.cta-2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
/* button.pas-button {
 } */

.global-section.section-2 {
  background: aliceblue;
}
.flex-row-part2-section2 {
  margin-top: 80px;
}
.flex-row-part2-section1 {
  margin-top: 80px;
}
/* a.__add-arrow:after {
 font-size: 20px;
     background-size: contain;
     content: "";
     position: absolute;
     top: 50%;
     right: 5%;
     transform: translateY(-50%);
     background-image: url(https://phoneansweringservices.com.au/wp-content/themes/pas/pasv2/images/global/pas-arrow-icon.svg);
     width: 10px;
     height: 10px;
     background-repeat: no-repeat;
 } */

span.--hide-mobile::after {
  background-image: none !important;
}
.how-works-area picture img {
  mix-blend-mode: multiply;
}
.how-works-area {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(3, 1fr);
  margin-block-start: -2rem;
}
.how-works-area > div {
  grid-column: span 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.how-works-area > div:nth-child(odd) {
  grid-row: 1 / 3;
  margin-block-start: 7rem;
}
.how-works-area > div:nth-child(even) {
  grid-row: 2 / 4;
  flex-direction: column-reverse;
  margin-block-end: 4rem;
}
.how-works-area > div:first-child {
  margin-block-start: 12rem;
}
.how-works-area > div:nth-child(2) {
  margin-block-end: 7rem;
}
.how-works-area > div p {
  margin-block-end: 0;
  text-align: center;
  width: 138%;
  margin-inline-start: -3rem;
}
.how-works-area > div:first-child p {
  margin-inline-start: -1.5rem;
}
.how-works-text-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-works-text-1 p {
  width: calc(100% / 3 - 30px);
  display: flex;
  text-align: center;
  justify-content: center;
}
.how-works-area img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.vr-works-2 {
  margin-top: 60px;
}
.cta-text-left {
  width: 60%;
}
img.wer {
  float: right;
  position: relative;
  right: 180px;
  bottom: 0px;
  width: auto !important;
}

@media only screen and (max-width: 1330px) {
  .how-works-area img {
    width: 90%;
  }
  .pas-main-slides {
    background: url(/wp-content/themes/pas/pasv2/images/pages/vr/banner/banner-vr-1366min.png);
  }
  h2.vr-banner-headline,
  h1.vr-banner-headline {
    font-size: 45px;
  }
  .pas-main-slides span.global-slash {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1280px) {
  img.pas-vr-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .pas-main-banner.vr-banner .pas-main-slides {
    background: #e7fff2
      url(/wp-content/themes/pas/pasv2/images/pages/vr/banner-v2/pas-vr-ipad.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -3rem;
  }
}
@media only screen and (max-width: 1100px) {
  h2.vr-banner-headline,
  h1.vr-banner-headline {
    width: 100%;
  }
  .cta-text-left {
    width: 50%;
  }
}

@media only screen and (max-width: 820px) {
  .pas-main-banner.vr-banner .pas-main-slides {
    height: 440px;
  }
  img.pas-vr-img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
  }
  .cta-container {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }

  .cta-text-left {
    width: 100%;
    padding: 20px;
  }
  .pimage img {
    width: 150px;
  }
  .process-number-section {
    /* display: inline-flex; */
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .pimage {
    width: 150px;
    margin-right: 20px;
  }
  .process-mobile {
    display: block;
    background: #f0f8ff;
  }
  .cta-container .global-button {
    margin: inherit;
  }
  .process-number-section .pcustomer p {
    text-align: left;
  }
  .pas-main-slides {
    background: url(/wp-content/themes/pas/pasv2/images/pages/vr/banner/banner-vr-768-min.png);
    background-size: cover;
    background-position: center;
  }
  h2.vr-banner-headline,
  h1.vr-banner-headline {
    font-size: 32px;
  }

  p.vr-banner-content {
    font-size: 20px;
    width: 90%;
  }
  img.wer {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  h2.vr-banner-headline,
  h1.vr-banner-headline {
    font-size: 22px;
  }
  p.vr-banner-content {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
  img.pas-vr-img {
    width: 100%;
  }
  .cta-container {
    height: inherit;
  }
  .pas-main-slides {
    background: url(/wp-content/themes/pas/pasv2/images/pages/vr/banner/banner-vr-mobile-min.png);
    background-size: cover;
  }
  .pas-main-slides {
    align-items: flex-end;
  }
  .pas-main-banner .pas-banner-content {
    justify-content: center !important;
    text-align: center;
    width: 100%;
  }
  h2.vr-banner-headline,
  h1.vr-banner-headline {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }
  .pas-main-banner .pas-banner-caption {
    width: 100%;
  }
  p.cta-1,
  p.cta-2 {
    font-size: 25px;
    text-align: left;
  }
  .section-4 .container {
    /* padding: 25px; */
    width: 90%;
    padding: 20px;
  }
  button.pas-button {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .cta-container {
    width: 100%;
  }
  .process-flex {
    display: block;
  }
  .process-mobile {
    display: block;
    background: transparent
      linear-gradient(112deg, #adf3ffa6 0%, #ffffff 44%, #adf3ff73 100%) 0% 0%
      no-repeat padding-box;
  }
  .process-number-section {
    width: 100%;
  }
  .process-basic-plan {
    width: 100%;
  }
  .process-number-section {
    display: flex;
    margin-top: 20px;
  }
  .pimage {
    width: 20%;
  }
  .pcustomer {
    width: 80%;
  }
  .pcustomer p {
    text-align: left;
  }
  .process-transfer-plan {
    margin-top: 40px;
    position: relative;
    right: 10px;
  }
  .cta-container {
    flex-wrap: wrap;
  }
  .process-tablet-images {
    display: block;
  }
  .pimage {
    width: 25px;
  }
  img.process-mobile-images {
    width: 25px;
  }
  .pimage img {
    /* width: inherit !important;
        height: 66.6px; */
  }
  .process-number-section {
    align-items: flex-start;
  }
  img.pas-vr-img {
    width: 200px;
  }
  img.process-tablet-images {
    display: none;
  }

  img.process-mobile-images {
    display: block;
    height: 60px;
    width: auto;
  }
  .pas-main-slides span.global-slash {
    font-size: 13px;
  }
}

/* INFOGRAPHIC RESPONSIVE */
/* INFOGRAPHIC RESPONSIVE */
/* ============ TABLET: 768px–1024px ============ */
@media (max-width: 1024px) {
  .section-2 .how-works-area picture {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .section-2 .how-works-area {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    grid-template-rows: auto;
    gap: 10px;
    --size: 3rem;
    height: auto;
    margin-block-start: 0;
  }

  .section-2 .how-works-area > div {
    position: relative;
    grid-column: unset !important;
    grid-row: unset !important;
    flex-direction: column !important;
    gap: 10px;
    margin-block: 0 !important;
    justify-content: flex-start !important;
    align-items: center;
    padding: 1rem 1.5rem;
    border: 1px solid #004e64;
    border-radius: 0.5rem;

    p {
      width: 100% !important;
      margin-inline: 0 !important;
      margin-block-end: 0;
    }

    &::before {
      content: '';
      flex: 0 0 var(--size);
      width: var(--size);
      height: var(--size);
      display: block;
      background-image: var(--url);
      background-size: var(--size) var(--size);
      background-repeat: no-repeat;
    }

    &.works-1 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/1.svg');
    }
    &.works-2 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/2.svg');
    }
    &.works-3 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/3.svg');
    }
    &.works-4 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/4.svg');
    }
    &.works-5 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/5.svg');
    }
    &.works-6 {
      --url: url('/wp-content/themes/pas/pasv2/images/pages/vr/infographic/6.svg');
    }
  }
  .section-6 .flex-row:last-child img {
    width: 100%;
    scale: 0.8;
  }
}

@media (max-width: 600px) {
  .pas-main-banner {
    margin-top: 100px;
  }
  .pas-main-banner.vr-banner .pas-main-slides {
    --line: 200px;

    background:
      linear-gradient(
        to bottom,
        transparent 0,
        transparent var(--line),
        #d6e4e6 var(--line),
        #d6e4e6 100%
      ),
      url('/wp-content/themes/pas/pasv2/images/pages/vr/banner-v2/pas-vr-mobile.png')
        no-repeat center top;
  }
  .pas-banner-placeholder {
    margin-block-start: -10rem;
  }
  .section-2 .how-works-area {
    max-width: 325px;
    margin-inline: auto;
  }
}
