.video-responsive-iframe {
    width: 100%;
    height: 100%;
    border: none
}

.video-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.main-feature__image{
border-radius:0px;
}

.banner-cta__description p{
font-size:16px;
}


/* .section.testimonials-slider{

} */

.section.three-important-features{
  padding-top: 65px;
  margin-top: 35px;
}

.three-important-features .column__image{
    padding-bottom: 18px;
}

.three-important-features .column__description{
    padding-top: 5px;
}

.three-important-features .section__title h2{
  color: var(--neutrals-700, #374151);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 55px; /* 114.583% */
}

.three-important-features .column__image img{
width:24px;
    height: 24px;
}

.three-important-features  .column__content-wrapper{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}



.three-important-features .column__title{
color: var(--neutrals-700, #374151);
font-size: 26px;
font-style: normal;
font-weight: 800;
line-height: 113%; /* 29.38px */
}

.three-important-features .column__description{
color: var(--neutrals-600, #4B5563);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */
}

.feature.mepay-feature{
  padding-top: 70px; 
  padding-bottom: 70px;
}

.mepay-feature ul,
.single-slide-slider .quote-col ul,
.three-important-features .column__description ul{
  margin-left: 0;
  margin-top: 5px;
  padding-left: 25px;
}

.three-important-features .column{
  position: relative;
  overflow: visible;
}


.four-important-features .column__title{
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 113%; /* 24.86px */
}

.four-important-features .column__content-wrapper{
max-width: 230px;
}

.three-important-features .column:not(:last-child)::after{
    content: "";
    position: absolute;

    /* vertical padding for the line */
    top: 28px;
    bottom: 28px;

    width: 2px;
    background: #E9EAF8;

    /* place line in the middle of the gutter */
    right: 0;
    transform: translateX(calc(var(--bs-gutter-x, 1.5rem) / 2));
  }

@media (min-width: 768px) {
    .three-important-features  .column__content-wrapper{
      max-width: 320px;
  }
}

/* ClassicPay info panel (separate from .mepay-case-card) */


.classicpay-info__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;

  border-radius: 48px;
  background: radial-gradient(120% 160% at 50% 0%, #ffffff 0%, #f7f9ff 55%, #f3f7ff 100%);
  max-width: 1300px;
        margin-left: 15px;
            margin-right: 15px;
        border: 3px dashed #e9eaf8;
            padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
}

.classicpay-info__icon {
  padding-top: 15px;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: rgba(17, 24, 39, 0.75);
}

.classicpay-info__icon svg {
  width: 24px;
  height: 24px;
}

.classicpay-info__title {
  margin: 0 0 14px;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.15;
  font-weight: 800;
  color: #111827;
      padding-top: 15px;
}

.classicpay-info__text {
  color: var(--neutrals-600, #4B5563);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 135%; /* 21.6px */

margin: auto;
}


/* .classicpay-info__text strong {
  font-weight: 700;
  color: rgba(17, 24, 39, 0.82);
} */

/* Mobile */
@media (max-width: 640px) {
  .classicpay-info {
    padding: 26px 16px;
    border-radius: 28px;
  }
}

@media (min-width: 992px) {
  .classicpay-info__text{
    width: 50%;
  }
}


/* MePay comparison table */
/* MePay comparison table */
.comparison-table {
  margin: 0;
  max-width: 1000px;
  margin: auto;
}

.comparison-table__wrap {
  overflow-x: auto;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
}

.comparison-table__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 820px; /* keeps columns readable on smaller screens */
}

.comparison-table__table thead th {
  background: #f4f5fb;
  font-weight: 700;
  text-align: left;
  padding: 18px 22px;
  /* border-bottom: 4px solid #111; */
  border-bottom: 0.5px dashed #BDBFE9;
  white-space: nowrap;
}

.comparison-table__table tbody th,
.comparison-table__table tbody td {
  padding: 22px 22px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 0.5px dashed #BDBFE9;
background: #FFF;
  /* border-bottom: 4px solid #111; */
}

.comparison-table__table tbody th {
  font-weight: 600;
  width: 26%;
}

.comparison-table__table tbody td {
  width: 24.66%;
}

.comparison-table__table tbody tr:last-child th,
.comparison-table__table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table__note {
  text-align: left;
  margin-top: 10px;
  color: rgba(0,0,0,0.65);
}

/* Optional: slightly tighter on mobile */
@media (max-width: 640px) {
  .comparison-table__table thead th,
  .comparison-table__table tbody th,
  .comparison-table__table tbody td {
    padding: 16px 16px;
  }
}

/* Case study card */
.mepay-case-card {
  display: grid;
  grid-template-columns: minmax(280px, 520px) 1fr;
  gap: 56px;
  align-items: center;

  padding: 25px;
  border-radius: 48px;

  background: #F9FAFB;
  border: 2px dashed rgba(0, 0, 0, 0.08);
  /* border: 3px dashed var(--AI-Linear, #14CDEB); */
  /* if the dashed border is via background in your theme, remove this border and use your class instead */
}

.mepay-case-card__media {
  border-radius: 32px;
  overflow: hidden;
}

.mepay-case-card__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mepay-case-card__content {
  max-width: 520px;
  text-align: left;
}

.mepay-case-card__title {
  color: var(--neutrals-700, #374151);
font-size: 26px;
font-style: normal;
font-weight: 800;
line-height: 113%; /* 29.38px */
  
}

.mepay-case-card__text {
color: var(--neutrals-600, #4B5563);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 135%; /* 21.6px */
}

.mepay-case-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 22px;
  border-radius: 999px;

  font-weight: 700;
  font-size: 15px;
  line-height: 1;

  text-decoration: none;

  /* gradient outline */
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #00C2FF, #7C3AED, #FF4D4D) border-box;

  color: #111827;
}

.mepay-case-card__btn:hover {
  transform: translateY(-1px);
}

.mepay-case-card__btn:focus-visible {
  outline: 3px solid rgba(0, 194, 255, 0.35);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 900px) {
  .mepay-case-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 22px;
    border-radius: 28px;
  }

  .mepay-case-card__media {
    border-radius: 22px;
  }

  .mepay-case-card__content {
    max-width: none;
  }
}


/* DirectPay steps */
.directpay-steps {
  margin: 0;
}

.directpay-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  gap: 22px;
}

.directpay-step {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;

  padding: 22px 26px;
  border-radius: 18px;

  background: #fff;
  border: 2px solid rgba(17, 24, 39, 0.08);

  /* subtle “glow” like the screenshot */
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.directpay-step__icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;

  border-radius: 16px;
  background: rgba(99, 102, 241, 0.06);
}

.directpay-step__icon-img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.directpay-step__title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
  text-align: left;
}

.directpay-step__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(17, 24, 39, 0.72);
  text-align: left;
}

/* Responsive */
@media (max-width: 680px) {
  .directpay-step {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 18px 18px;
  }

  .directpay-step__icon {
    width: 64px;
    height: 64px;
  }

  .directpay-step__icon-img {
    width: 48px;
    height: 48px;
  }

  .directpay-step__title {
    font-size: 20px;
  }
}

/* ClassicPay flow */
/* Wrapper */
.classicpay-flow__wrap{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 18px 18px;
  overflow: hidden;
}

.background-svg{
  position: absolute;
  left: 0;
  top: 50%;
}

/* SVG line behind the cards */
.classicpay-flow__line{
  position: absolute;
  left: 2%;
  right: 2%;
  top: 54%;          /* tweak if you need it higher/lower */
  width: 96%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.classicpay-flow__line path{
  stroke-width: 2;
}

/* Coins */
.classicpay-flow__coin{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
  color: #111827;
  border: 2px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  z-index: 2;
  pointer-events: none;
}

.classicpay-flow__coin--left{ left: -8px; }
.classicpay-flow__coin--right{ right: -8px; }

/* Cards grid */
.classicpay-flow__grid{
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.classicpay-flow__card{
  background: #fff;
  border-radius: 18px;
  padding: 26px 26px 22px;
  text-align: center;

  border: 2px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.12);

  min-height: 220px;
  align-content: start;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.classicpay-flow__card{
  border-radius: 15px;
  border: 1px solid transparent; /* required for the trick */

  background:
    /* inner fill */
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    /* border gradient */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);
}

/* Icons */
.classicpay-flow__icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.classicpay-flow__icon img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
}

/* Text */
.classicpay-flow__text{
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #4B5563;
  padding-left: 15px;
  padding-right: 15px;
}

/* Mobile: stack + hide line/coins */
@media (max-width: 980px){
  .classicpay-flow__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .classicpay-flow__line,
  .classicpay-flow__coin{
    display: none;
  }
  .classicpay-flow__card{
    text-align: left;
    justify-items: start;
  }
}

.classicpay-flow__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start; /* keep 1st + 3rd anchored to top */
}

@media (min-width: 992px){
  .classicpay-flow__grid > .classicpay-flow__card:nth-child(2){
    align-self: center; /* vertically center within the row track */
  }
}




/* MePay CTA panel */
.mepay-cta {
  padding: 56px 20px;
  border-radius: 56px;

  /* soft background wash like the design */
  /* background: radial-gradient(120% 180% at 50% 0%, #ffffff 0%, #f7f9ff 55%, #f3f7ff 100%); */
}

.mepay-cta__inner {
  padding: 30px;
  /* max-width: 920px; */
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}

.mepay-cta__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
}

.mepay-cta__icon-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;

  font-weight: 800;
  font-size: 20px;
  color: #111827;

  /* subtle gradient-outline look (no image) */
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #00C2FF, #7C3AED, #FF4D4D) border-box;
}

.mepay-cta__title {
  color: var(--neutrals-700, #374151);
text-align: center;
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 113%; /* 29.38px */
}

.mepay-cta__description {
  color: #4B5563;
  font-weight: 700;
  line-height: 200%;
}

.mepay-cta__lead,
.mepay-cta__sub {
  margin: 0;
  color: rgba(17, 24, 39, 0.75);
  font-size: 18px;
  line-height: 1.65;
}

.mepay-cta__lead {
  margin-bottom: 8px;
  color: var(--neutrals-600, #4B5563);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 200%; /* 32px */
}

.mepay-cta__sub {
  margin-bottom: 28px;
}

.mepay-cta__sub strong{
  font-weight: 900;
}

.mepay-cta__btn {
  display: inline-flex; /* your gradient-border-btn can override if needed */
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

/* Mobile */
@media (max-width: 640px) {
  .mepay-cta {
    padding: 36px 16px;
    border-radius: 28px;
  }

  .mepay-cta__lead,
  .mepay-cta__sub {
    font-size: 16px;
  }
}

.big-features .feature__image-asset{
    max-width: 390px;
    margin: auto;
}

.big-features .feature__title.heading h2{
  color: var(--neutrals-700, #374151);
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 55px; /* 114.583% */
}

.mepay-feature .feature__title.heading h2{
color: var(--neutrals-700, #374151);
font-size: 26px;
font-style: normal;
font-weight: 800;
line-height: 113%; /* 29.38px */
}

.big-features .dash::after{
height: 0px;
}

.purple-image-background,
section.mepay-gradient-boxes{
  background: url("https://www.propertyme.com.au/wp-content/uploads/2026/01/background-light-purple.svg") no-repeat;
  background-size: cover;
}

.mepay-gradient-boxes .section__title{
    padding-top: 60px;
}
.mepay-gradient-boxes .column__content-wrapper{
    text-align: left;

  padding-left: 35px;
  padding-right: 35px;
}

.column__title hr{
  border-bottom: 1px dashed var(--AI-Linear, #14CDEB);
}
.mepay-gradient-boxes .column__image{
width: 24px;
height: 24px;
display: inline-block;
}

.mepay-gradient-boxes h2{
color: var(--neutrals-700, #374151);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 55px; /* 114.583% */
}

.text-gradient{
  background: var(--AI-Linear, linear-gradient(90deg, #14CDEB 5.48%, #3994FC 29.11%, #4268FC 43.29%, #B24CCB 62.19%, #E64687 71.64%, #FF685D 85.82%, #FF913B 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.mepay-gradient-boxes .column__content-wrapper{
  border-radius: 15px;
  border: 1px solid transparent; /* required for the trick */

  background:
    /* inner fill */
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    /* border gradient */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);

width: 270px;
height: 285px;
}

.mepay-gradient-boxes .column__title{
color: #4B5563;
font-feature-settings: 'liga' off, 'clig' off;
font-size: var(--sizes-H4, 18px);
font-style: normal;
font-weight: 800;
line-height: var(--line-height-h4, 26px); /* 144.444% */
padding-top: 13px;

}

.mepay-gradient-boxes .column__description{
padding-top: 15px;
}

.mepay-gradient-boxes .columns__footer{
/* margin-top: 25px; */
}

.mepay-gradient-boxes .columns__footer p{
margin-bottom: 0px;
}

.single-slide-slider-section{
  background-color: white;
}

.single-slide-slider-section .single-slide-slider{
  /* max-width: 675px; */
    max-width: 920px;
  margin: auto;
}

.single-slide-slider-section .slide-wrapper{
  /* padding: 70px; */
      /* padding-top: 50px;
    padding-left: 50px; */

     padding-top: 20px;
     padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
border-radius: 15px;
  border: 1px solid transparent; /* required for the trick */

  background:
    /* inner fill */
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    /* border gradient */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);
}

.slide-title{

      display: block;
}


.single-slide-slider-section .slide-wrapper img{
    /* padding-bottom: 15px; */
    width: 25px;
}

.single-slide-slider-section .slide-wrapper{
  color: #4B5563;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 143.75% */
}

.single-slide-slider-section #tns1>.tns-item{
text-align: left;
}

.single-slide-slider-section .tns-nav>[aria-controls]{
  background: #E9EAF8;
}

.single-slide-slider-section .tns-nav>.tns-nav-active{
background: #BDBFE9;
}




.accordion .ac {
    box-sizing: border-box;
    display: grid
}

.accordion .ac .ac-trigger {
    width: fit-content;
    justify-self: center;
    color: var(--neutrals-700,#374151);
    font-size: 15.343px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 7px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color .25s ease;
    position: relative;
    text-decoration: none;
    text-align: center
    
}

.accordion .ac .ac-trigger {
  border-radius: 16.439px;
  border: 1.096px solid transparent; /* required */

  /* IMPORTANT: only one background declaration */
  background:
    /* inner fill */
    linear-gradient(rgba(255,255,255,0.70), rgba(255,255,255,0.70)) padding-box,
    /* border gradient */
    linear-gradient(
      180deg,
      var(--gradients-app-background-manage-pm-stop-1, #E8FAFD) 0%,
      var(--gradients-app-background-manage-pm-stop-2, #E9EAF8) 100%
    ) border-box;

  background-origin: border-box;
  background-clip: padding-box, border-box;
}


.accordion .ac .ac-trigger:before {
    content: "\e917";
    font-size: 17.535px;
    margin-right: 5px;
    color: var(--accent-accent2-300,#bdbfe9);
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.accordion .ac .ac-panel {
    overflow: hidden;
    transition-property: height,visibility;
    transition-timing-function: ease;
    text-align: center;
    width: 90%;
    margin: auto
}

.accordion .ac .ac-panel p {
    margin-bottom: 0
}

.accordion .ac .ac-panel p:first-child {
    padding-top: .5rem
}

.accordion .ac .ac-panel p:last-child {
    padding-bottom: .5rem
}

.accordion .ac .ac-panel .ac-text {
    color: #000;
    padding: 10px;
    margin: 0
}

.accordion .ac.js-enabled .ac-panel {
    visibility: hidden
}

.accordion .ac.is-active .ac-panel {
    visibility: visible
}

.accordion .ac.is-active .ac-trigger:before {
    content: "\e919"
}

@media screen and (min-width: 768px) {
    .accordion .ac .ac-panel {
        width:40%
    }
}

.gradient-btn,
.gradient-btn button {
    background-image: linear-gradient(180deg,#f7fbff,#eef4ff),linear-gradient(135deg,#4ac9ff,#5c6dff,#ff9662);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 2px solid transparent;
    border-radius: 999px;
    box-shadow: none;
    color: #102a43;
    display: inline-flex;
    font-size: var(--pricing-refresh-button-font-size,16px);
    font-weight: 700;
    justify-content: center;
    padding: .25rem 2rem;
    text-decoration: none;
    transition: transform .2s ease,box-shadow .2s ease
}

.gradient-btn button:focus-visible {
    box-shadow: 0 8px 20px rgba(76,120,255,.15);
    transform: translateY(-1px);
    color: #102a43
}

a.ai-gradient-border-btn:visited,
a.gradient-btn:visited{
color: initial;
}

.frequently-qa .section__title{
    padding-bottom: 20px;
}

.frequently-qa .heading{
color: var(--neutrals-800, #1F2937);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 800;
line-height: 35px; /* 125% */
}

.frequently-qa .heading:before {
    background-image: url(//www.propertyme.com.au/wp-content/themes/PropertyMe/assets/dist/styles/../images/message-question-icon-pricing.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    content: "";
    display: block;
    margin: .5rem;
    padding: 1rem;
    justify-self: center
}

.frequently-qa .heading{
    padding-top: 5px;
}

.have-more-questions .banner-cta__title img{
padding-bottom: 10px;
}

.have-more-questions .banner-cta__title {
padding-bottom: 5px;
}

.have-more-questions h3{
  color: var(--neutrals-800, #1F2937);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px; /* 57.143% */

}

.page__footer.book-demo-footer {
    background-color: #f6faff;
    background-image: url(//www.propertyme.com.au/wp-content/themes/PropertyMe/assets/dist/styles/../images/header-gradient-pricing.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

 .book-demo-footer__form {
    max-width: 480px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

 .book-demo-footer__title {
    text-align: left;
    margin: 0;
    padding: 0 1rem
}

 .book-demo-footer__title:before {
    display: none
}

.page__footer.book-demo-footer input, 
.page__footer.book-demo-footer select,
.page__footer.book-demo-footer textarea{
background: white;
}
 .page__footer .book-demo-footer__title h3 {
    color: var(--neutrals-800,#1f2937);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.8px
}

 .book-demo-footer__subtitle {
    color: var(--neutrals-800,#1f2937);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 1rem
}

 .book-demo-footer__subtitle p {
    margin: 0
}

 .book-demo-footer__form form {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

 .book-demo-footer__form form .row {
    margin: 0
}

 .book-demo-footer .row .col-sm-6, .book-demo-footer .row .col-sm-12 {
    margin: 0;
    padding: 0 .25rem
}

 .book-demo-footer textarea, .book-demo-footer select, .book-demo-footer input {
    border-radius: 22px;
    border: 1.123px solid var(--status-info-200,#bacdf1);
    background: #fff;
    margin: 0;
    padding: .25rem 1rem;
    color: var(--neutrals-800,#1f2937);
    font-feature-settings: 'case' on;
    font-size: 13.481px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 30px
}

 .book-demo-footer select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(//www.propertyme.com.au/wp-content/themes/PropertyMe/assets/dist/styles/../images/chevron-down-icon.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px;
    padding-right: 2rem
}

 .book-demo-footer .submit-button {
    background-image: linear-gradient(#fff,#fff),linear-gradient(90deg,#14cdeb 5.48%,#3994fc 29.11%,#4268fc 43.29%,#b24ccb 62.19%,#e64687 71.64%,#ff685d 85.82%,#ff913b 100%);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 1px solid transparent;
    border-radius: 34px;
    box-shadow: none;
    color: #374151;
    font-size: var(--pricing-refresh-button-font-size,16px);
    font-weight: 700;
    letter-spacing: .02em;
    margin: 0;
    width: fit-content;
    padding: 0 1rem;
    text-transform: none;
    height: 32px;
    transition: transform .2s ease,box-shadow .2s ease
}

 .book-demo-footer .submit-button:hover, .book-demo-footer .submit-button:focus-visible {
    box-shadow: 0 8px 20px rgba(76,120,255,.15);
    transform: translateY(-1px);
    color: #374151
}

 .book-demo-footer__image {
    background-image: linear-gradient(#fff,#fff),linear-gradient(90deg,#14cdeb 5.48%,#3994fc 29.11%,#4268fc 43.29%,#b24ccb 62.19%,#e64687 71.64%,#ff685d 85.82%,#ff913b 100%);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    border: 1px solid transparent;
    border-radius: 17px;
    padding: .5rem
}

@media screen and (min-width: 768px) {
     .book-demo-footer__form {
        justify-self:center;
        padding: 2rem 0
    }
}

.book-demo-footer .page__footer-content img{
  padding-bottom: 50px;
}

@media (min-width: 992px) { /* desktop (Bootstrap lg+) */
  .book-demo-footer__form{
    padding-top: 0;
  }
  .book-demo-footer .page__footer-content img{
    max-width: initial;    
    padding-bottom: 0px;
  }
  .book-demo-footer .page__footer-wave{
    margin-top: -150px;
  }
}



.disclaimer .banner-cta__description p{
color: var(--neutrals-500, #6B7280);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 164.286% */
}


.page__heading-wave{
  display: none;
}

.page__heading-curve{
  display: block !important;
  position: absolute;
    width: 100%;
    bottom: 0;
}

.asset-header{
  position: relative;
  overflow: hidden;
}

/* Keep content/images behind */
.asset-header .page__heading-content{
  position: relative;
  z-index: 1;
}
.asset-header .header-images{
  position: relative;
  z-index: 1;
}

/* Curve ON TOP (the cut-out effect) */
.asset-header .page__heading-curve{
  display: block !important;  /* remove inline display:none if you can */
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;               /* avoid tiny gap */
  width: 100%;
  z-index: 5;                 /* above the image */
  pointer-events: none;

  /* This controls how much it overlaps the image */
}

.asset-header .page__heading-curve svg{
  display: block;
  width: 100%;
  height: auto;
}



.custom-header .page__heading{
    background: url("https://www.propertyme.com.au/wp-content/uploads/2026/01/mepay-purple-background.png") no-repeat center;
}


/* .page-id-21102 .custom-header .page__heading{ */
.custom-header .page__heading{
  overflow: hidden;
  height: 100%;
   height: 550px;
}

/* @media (min-width: 992px){
  .page-id-21102 .custom-header .page__heading{
    height: 550px;
  }
} */

.page-id-21102 .custom-header .page__heading{
    background: url("https://www.propertyme.com.au/wp-content/uploads/2026/01/mepay-direct-background.png") no-repeat center;
}


.page__heading-content .main-header__header-text h1{
  color: var(--neutrals-700, #374151);
  font-style: normal;
  line-height: normal;
  }

.main-header__header-text .subset{
  display: inline-block;
  margin-left: .35em;

  /* make it feel like a smaller secondary label */
  font-size: .5em;          /* relative to the h1 */
  font-weight: 700;
  line-height: 1;
  vertical-align: super;     /* lifts it up */
  opacity: .9;

  /* optional: tighten the parentheses */
  letter-spacing: 0.01em;
}


.main-header__subheader-text{
  color: var(--neutrals-700, #374151);
  font-weight: 800;
  line-height: normal;
  padding-top: 25px;
}

/* If you want it to sit slightly lower than "super" */
@media (max-width: 480px){
  .main-header__header-text .subset{
    vertical-align: baseline;  /* or remove it */
    font-size: .55em;
  }
}

@media (min-width: 768px){
  .page__heading-content .main-header__header-text h1{
    color: var(--neutrals-700, #374151);
    font-size: 40px;
    font-style: normal;
    line-height: normal;
  }
  .main-header__subheader-text{
    font-size: 26px;
  }
}

@media (min-width: 992px){
  .page__heading-content .main-header__header-text h1{
    font-size: 46px;
  }
  .main-header__subheader-text{
    font-size: 30px;
  }
}

.text-black{
font-weight: 900;
}

.section.top-banner-info{
/* padding-top: 60px; */
}

.top-banner-info .banner-cta__image{
  /* margin-top: 35px; */
    margin-top: 10px;

}

.top-banner-info  .three-columns{
    margin-top: 35px;
      text-align: left;
}

.top-banner-info .banner-cta__title{
  margin-top: 10px;
}

.top-banner-info .banner-cta__image img{
  width: 30px;
  height: 30px;
}

.top-banner-info .banner-cta__title p{
  margin: 0px;
}

.top-banner-info .banner-cta__description p{
  color: var(--neutrals-600, #4B5563);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
}

.top-banner-info .banner-cta__title{
  color: var(--neutrals-700, #374151);
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.top-banner-info .banner-cta__description{
  margin: auto;
}

@media (min-width: 992px) {
  .top-banner-info .banner-cta__description{
    width: 60%;
  }
}


.ai-gradient-border-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;

  padding: 10px 22px;
  border-radius: 29px;
  border: 1px solid transparent; /* required */

  background:
    /* inner fill */
    linear-gradient(#fff, #fff) padding-box,
    /* gradient border */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  background-clip: padding-box, border-box;
  background-origin: border-box;

  color: #111827;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

/* optional hover */
.ai-gradient-border-btn:hover{
  transform: translateY(-1px);
}


 .mepay-feature .feature__title{
color: var(--neutrals-700, #374151);
font-size: 26px;
font-style: normal;
font-weight: 800;
line-height: 113%; /* 29.38px */

 }

  .mepay-feature .dash::after{
height: 0px;
 }


 .more-resources-slider .section__title h2{
  color: var(--neutrals-800, #1F2937);
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 113%; /* 31.64px */
 }

 
.background-grey-dark{
 background: var(--accent-accent2-50, #F4F4FB);
}



.luxbar-fixed .luxbar-item a, .luxbar-menu a{
color: var(--neutrals-800, #1F2937);
/* font-family: "Nunito Sans";
font-size: 15px;
font-style: normal;
font-weight: 800;
line-height: normal; */

}

.luxbar-fixed .nav-btn--transparent a{
  border: 1px solid #1F2937;
}

.luxbar-scroll .nav-btn--transparent a{
  border: 1px solid white;
}

.luxbar-scroll .luxbar-item a, .luxbar-menu a{
  color: white;
}

.directpay-steps-wrapper .directpay-step{
  border-radius: 15px;
  border: 1px solid transparent; /* required for the trick */

  background:
    /* inner fill */
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    /* border gradient */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);

  max-width: 950px;
  margin: auto;
  width: 100%;
}



.mepay-cta__inner{
  border-radius: 50px;
border: 3px dashed #e9eaf8;
    margin-left: 15px;
    margin-right: 15px;
}

.mepay-cta__inner{
  background: url("https://www.propertyme.com.au/wp-content/uploads/2026/01/dashed-border-box-background.png");
  background-size: cover;
}


/* =========================
   ClassicPay / DirectPay Flow
   ========================= */

/* Section bits (optional if your theme already styles these) */
.classicpay-flow .section__image{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.classicpay-flow .section__image img{
  width: 34px;
  height: 34px;
  display: block;
}

.classicpay-flow .section__title{
  text-align: center;
  margin-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.classicpay-flow .section__title p{
  margin: 0;
  font-weight: 600;
  color: #374151;
  font-size: 31px;
  line-height: normal;
}

/* Wrapper */
.classicpay-flow__wrap{
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 18px 18px;
  overflow: visible; /* allow the line to bleed if needed */
}

/* Background SVG (centered evenly left/right) */
.background-svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 1464px; /* your SVG’s native width */
  z-index: 0;
  pointer-events: none;
}

.background-svg svg{
  width: 100%;
  height: auto;
  display: block;
}

/* Cards grid */
.classicpay-flow__grid{
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;

  /* centers fixed-width cards in their columns */
  justify-items: center;

  /* creates a tall “row track” so we can center the middle card */
  align-items: stretch;
}

/* Card base */
.classicpay-flow__card{
  width: 310px;       /* fixed width like your design */
  height: auto;       /* IMPORTANT: don’t hard force height */

  text-align: center;

  padding: 26px 26px 22px;
  align-content: start;
  justify-items: center;

  border-radius: 15px;
  border: 1px solid transparent; /* required for gradient border trick */
  background:
    /* inner fill */
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    /* border gradient */
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);
}

/* Tall / short sizing (maxes, not fixed heights) */
/* .classicpay-flow .classicpay-flow__card:nth-child(1),
.classicpay-flow .classicpay-flow__card:nth-child(3){
  max-height: 400px;
  width: 310px;
} */

.classicpay-flow .classicpay-flow__card:nth-child(2){
width: 310px;
height: 300px;
}

.classicpay-flow .classicpay-flow__card:nth-child(1),
.classicpay-flow .classicpay-flow__card:nth-child(3){
  width: 310px;
  height: 380px;
}

.page-id-21104 .classicpay-flow .classicpay-flow__card:nth-child(1),
.page-id-21104 .classicpay-flow .classicpay-flow__card:nth-child(2),
.page-id-21104 .classicpay-flow .classicpay-flow__card:nth-child(3){
  height: 250px;
}

/* .classicpay-flow .classicpay-flow__card:nth-child(2){
  max-height: 300px;
  overflow: hidden; 
} */

/* Vertically center ONLY the middle card on desktop */
@media (min-width: 992px){
  .classicpay-flow__grid > .classicpay-flow__card:nth-child(2){
    align-self: center;
  }
}

/* Icons */
.classicpay-flow__icon{
  width: 100%;
  margin-bottom: 14px;
}

.classicpay-flow__icon img{
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
      margin: auto;
}

/* Text */
.classicpay-flow__text{
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  color: #4B5563;
  padding-left: 15px;
  padding-right: 15px;
}

/* =========================
   Mobile stacking
   ========================= */
@media (max-width: 992px){
  .classicpay-flow__wrap{
    padding: 10px 16px 18px;
  }

  .classicpay-flow__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    justify-items: stretch; /* full width cards */
  }

  .classicpay-flow__card{
    width: 100% !important;  /* override the 310px */
    max-width: 520px;
    margin: 0 auto;

    height: auto !important;
    max-height: none;
    overflow: visible;

    text-align: left;
    justify-items: start;
  }

  .classicpay-flow__icon{
    margin: 0 0 12px 0;
  }

  /* Hide the connecting line on mobile */
  .background-svg{
    display: none;
  }
}


/* ---- Layout: cards control the width (no huge gaps) ---- */
section.mepay-gradient-boxes .row.section__content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;          /* spacing between cards */
  margin: 0;          /* remove bootstrap row negative margins */
}

section.mepay-gradient-boxes .row.section__content > .col-md.column{
  flex: 0 0 auto;     /* IMPORTANT: don't stretch like Bootstrap columns */
  width: auto;
  max-width: none;
  padding: 0;         /* remove gutter padding */
  display: flex;      /* keep equal height behaviour if needed */
}

/* Card */
.mepay-gradient-boxes .column__content-wrapper{
  width: 100%;
  max-width: 270px;   /* ✅ your requirement */
  min-height: 285px;  /* keep your “height” without forcing overflow */
  height: 100%;
  margin: 0 auto;

  border-radius: 15px;
  border: 1px solid transparent;
  background:
    linear-gradient(var(--Neutral-White, #FFF), var(--Neutral-White, #FFF)) padding-box,
    linear-gradient(
      90deg,
      #14CDEB 5.48%,
      #3994FC 29.11%,
      #4268FC 43.29%,
      #B24CCB 62.19%,
      #E64687 71.64%,
      #FF685D 85.82%,
      #FF913B 100%
    ) border-box;

  box-shadow: 0 4px 4px 0 #E9EAF8;
  backdrop-filter: blur(25px);

  padding: 28px 35px;
  text-align: left;
}

/* ---- Tablet: 2 per row ---- */
@media (max-width: 991.98px){
  section.mepay-gradient-boxes .row.section__content{
    justify-content: center;
  }
  /* force wrapping into 2 columns by widening available space a bit */
  section.mepay-gradient-boxes .row.section__content > .col-md.column{
    flex-basis: calc(50% - 32px);
    display: flex;
    justify-content: center;
  }
  .mepay-gradient-boxes .column__content-wrapper{
    max-width: 270px; /* keep */
  }
}

/* ---- Mobile: 1 per row ---- */
@media (max-width: 575.98px){
  section.mepay-gradient-boxes .row.section__content{
    gap: 18px;
  }
  section.mepay-gradient-boxes .row.section__content > .col-md.column{
    flex-basis: 100%;
    justify-content: center;
  }
  .mepay-gradient-boxes .column__content-wrapper{
    max-width: 270px; /* keep */
  }
}




/* Make the nav area look like the 3-card row */
.testimonials-slider1 .tns-nav{
  display: flex;
  justify-content: center;
  gap: 28px;
    margin-top: 40px;

  /* margin-top: 28px; */
}

/* Base card style */
.testimonials-slider1 .tns-nav button{
  /* size */
  width: 115px;
  height: 115px;

  /* layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;

  /* reset */
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
}

/* The inner "card" */
.testimonials-slider1 .tns-nav button .tab-card{
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  position: relative;

  /* default border */
  box-shadow: 0 0 0 2px #1ec6ff inset;
}

/* Active = gradient border */
.testimonials-slider1 .tns-nav button.tns-nav-active .tab-card{
  box-shadow: none;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #00c2ff, #b84cff, #ff6a00) border-box;
}

/* Remove browser focus ring/highlight on the slider nav buttons */
.testimonials-slider1 .tns-nav button{
  outline: none;
  -webkit-tap-highlight-color: transparent; /* iOS/Android tap flash */
}

.testimonials-slider1 .tns-nav button:focus,
.testimonials-slider1 .tns-nav button:focus-visible,
.testimonials-slider1 .tns-nav button:active{
  outline: none;
  box-shadow: none;
}

.testimonials-slider1 .tns-nav button:focus .tab-card,
.testimonials-slider1 .tns-nav button:active .tab-card{
  box-shadow: none;
}


/* Icon sizing */
.testimonials-slider1 .tns-nav .tab-icon{
  width: 25px;
  height: 25px;
  object-fit: contain;
}

/* Text */
.testimonials-slider1 .tns-nav .tab-label{
  color: var(--neutrals-800, #1F2937);
text-align: center;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 112.5% */
}

/* Legacy line */
.testimonials-slider1 .tns-nav .tab-sub{
  font-size: 14px;
  color: #4b5563;
  margin-top: -6px;
}




/* Two-column layout inside the slide */
.testimonials-slider1 .quote-cols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Stack on tablet/mobile */
@media (max-width: 900px){
  .testimonials-slider1 .quote-cols{
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


p.quote-para-zero{
margin-bottom: 0;
}
/* Optional: keep the button lower on the left like your screenshot */
.testimonials-slider1 .quote-col--left{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 30px;
  padding-left: 30px;
}
.testimonials-slider1 .quote-col--left .ai-gradient-border-btn{
  margin-top: 12px;
  align-self: flex-start;
}

.testimonials-slider1 .quote-col--right{
padding-top: 35px;
padding-left: 30px;
    background: var(--neutrals-50, #F9FAFB);
        border-radius: 10px;
}


.mepay-comparison-table h2{
  color: var(--neutrals-700, #374151);
text-align: center;
font-family: "Nunito Sans";
font-size: 48px;
font-style: normal;
font-weight: 800;
line-height: 55px; /* 114.583% */
}

.mepay-comparison-table .comparison-table{
    margin-top: 25px;
}

.mepay-comparison-table .section__title{
      margin-top: 50px;
}


/* Make the two columns equal height (grid items stretch by default, but keep explicit) */
.testimonials-slider1 .quote-cols{
  align-items: stretch; /* key */
}

/* Right column: make it fill the available height */
.testimonials-slider1 .quote-col--right{
  height: 100%;
}

/* The grey panel background */
.testimonials-slider1 .quote-col--right{
  background: #F9FAFB;   /* match your grey */
  border-radius: 16px;
  padding: 32px;
}


/* MePay 2026: force blue logo */
.luxbar-fixed img.custom-logo{
  content: url("https://www.propertyme.com.au/wp-content/uploads/2021/11/propertyme-logo-blue.svg");
}


.luxbar-scroll img.custom-logo{
  content: url("https://www.propertyme.com.au/wp-content/themes/PropertyMe/assets/dist/images/propertyme-logo-white.svg");
}

.luxbar-scroll .luxbar-menu a:hover{
  color: white;
}

.luxbar-fixed .luxbar-menu a:hover{
  color: var(--neutrals-800, #1F2937);
}

.luxbar-scroll .luxbar-menu a:hover{
  color: white;
}

/* .luxbar-fixed .dropdown-container .dropdown-wrapper-toggle label */
/* .luxbar-fixed .dropdown-container.dropdown-open .dropdown-wrapper-toggle:before{

} */

/* .luxbar-fixed .dropdown-container.dropdown-open .dropdown-wrapper-toggle{
      background: #dde2ec;
} */

/* .dropdown-container.dropdown-open .dropdown-wrapper-toggle{

} */