/* =========================
   HERO
========================= */
.pabau-main-hero-section{
  background: linear-gradient(180deg, #FFF 30.4%, #B1C2FF 67.57%, #A5D1FA 74.04%, #FFF 94.66%);
}

.pabau-main-hero-section .pabau-hero-section{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 24px;
  max-width: 1620px;
  margin: auto;
}

.pabau-main-hero-section .pabau-hero-section-title-container{
  max-width: 940px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pabau-main-hero-section .pabau-hero-section-title-container h1{
  color: #1E1B18;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2.4px;
  max-width: 840px;
  margin: auto;
}

.pabau-main-hero-section .pabau-hero-section-title-container p{
  color: #4A5565;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Buttons + reviews */
.pabau-main-hero-section .pabau-hero-section-btns-reviews-container{
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
}

.pabau-main-hero-section .pabau-hero-section-btns-container{
  padding: 10px;
  display: flex;
  gap: 16px;
}

.pabau-main-hero-section .pabau-hero-section-reviews-containers{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-1,
.pabau-main-hero-section .pabau-hero-section-reviews-container-2{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-1 p{
  margin-bottom: 0;
  color: #1E1B18;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-1 p span{
  color: #2BADD4;
  font-weight: 700;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-1 img{
  width: 87.075px;
  height: 38.458px;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-2 p{
  margin-bottom: 0;
  color: #1E1B18;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.pabau-main-hero-section .pabau-hero-section-reviews-container-2 img{
  width: 20px;
}

/* =========================
   HERO TABS (Mangomint wipe progress)
========================= */
.pabau-main-hero-section .pabau-hero-tabs-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.pabau-main-hero-section .pabau-hero-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 0 12px;
}

.pabau-main-hero-section .pabau-hero-tab{
  position: relative;
  overflow: hidden;
  appearance: none;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.30);
  border: none;
  padding: 4px 16px 6px 16px;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease;
  color: #1E1B18;
text-align: center;
font-family: "DM Mono";
font-size: 14px;
font-weight: 400;
line-height: 24px; /* 171.429% */
}

.pabau-main-hero-section .pabau-hero-tab:hover{
  transform: translateY(-1px);
  border-radius: 30px !important;
  background: #fff;
  box-shadow: none;
}

.pabau-main-hero-section .pabau-hero-tab:focus{
  transform: translateY(-1px);
  border-radius: 30px !important;
  background: #fff;
  box-shadow: none;
  border: none !important;
}

/* text sits above the wipe */
.pabau-main-hero-section .pabau-hero-tab-label{
  position: relative;
  z-index: 2;
  font-family: "DM Mono";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #1E1B18;
  white-space: nowrap;
}

/* active text slightly darker */
.pabau-main-hero-section .pabau-hero-tab.is-active .pabau-hero-tab-label{
  color: rgba(30,27,24,0.90);
}

/* the wipe layer */
.pabau-main-hero-section .pabau-hero-tab-progress{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255,255,255,0.95);
  /* ✅ 0% = hidden, 100% = full pill */
  transform: translateX(calc(var(--tab-progress, 0%) - 100%));
  transition: transform 80ms linear;
  pointer-events: none;
}

/* only show wipe moving on active; keep others empty */
.pabau-main-hero-section .pabau-hero-tab:not(.is-active){
  --tab-progress: 0%;
}

/* Media area */
.pabau-main-hero-section .pabau-hero-tabs-media{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
}

/* Stage keeps height stable; slides stacked */
.pabau-main-hero-section .pabau-hero-tabs-stage{
  width: 100%;
  max-width: 1120px;
  position: relative;
}

.pabau-main-hero-section .pabau-hero-tabs-stage::before{
  content: "";
  display: block;
  padding-top: 56%;
}

/* Slide animation */
.pabau-main-hero-section .pabau-hero-slide{
  position: absolute;
  inset: 0;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 12px 32px rgba(0,0,0,0.10); */
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(8px);
  pointer-events: none;
  transition:
    opacity .35s ease,
    transform .55s cubic-bezier(.2,.9,.2,1),
    filter .55s ease;
}

.pabau-main-hero-section .pabau-hero-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pabau-main-hero-section .pabau-hero-slide.is-active{
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  pointer-events: auto;
}

.pabau-main-hero-section .pabau-hero-slide.is-leaving{
  opacity: 0;
  transform: translateY(-10px) scale(0.99);
  filter: blur(10px);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .pabau-main-hero-section .pabau-hero-slide{
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
  .pabau-main-hero-section .pabau-hero-tab{
    transition: none !important;
  }
}

/* =========================
   PROOF SECTION
========================= */
.pabau-proof-section{
  display: flex;
  gap: 20px;
  padding: 60px 24px;
  max-width: 1620px;
  margin: auto;
  width: 100%;
}

.pabau-proof-section .pabau-proof-section-left{ width: 25%; }
.pabau-proof-section .pabau-proof-section-right{ width: 75%; }

.pabau-proof-section .pabau-proof-section-left h5{
  color: #1E1B18;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -1px;
}

.pabau-proof-section .pabau-proof-section-left-badges{
  display: flex;
  gap: 4px;
}

.pabau-proof-section .pabau-proof-section-left-badges img:first-child{
  max-width: 62px;
}

.pabau-proof-section .pabau-proof-section-left-badges img:nth-child(2){
  max-width: 82px;
}

.pabau-proof-section .pabau-proof-section-left-badges img:last-child{
  max-width: 52px;
}

/* =========================
   LOGOS MARQUEE
========================= */
.logos-root{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logos-root::before,
.logos-root::after{
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logos-root::before{
  left: 0;
  /* background: linear-gradient(to right, #EDF6FB 0%, transparent 100%); */
}

.logos-root::after{
  right: 0;
  /* background: linear-gradient(to left, #EDF6FB 0%, transparent 100%); */
}

.logos-rows{ display: block; }

.logos-track{
  display: flex;
  gap: 30px;
  width: max-content;
  padding: 0 20px;
  will-change: transform;
  animation: pabau-scroll 60s linear infinite;
}

.logos-card{
  width: 220px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  /* box-shadow: 0 0 24px rgba(0, 0, 0, 0.03); */
  padding: 16px;
}

.logos-card img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@keyframes pabau-scroll{
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes pabau-scroll-reverse{
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.logos-track--row2{ display: none; }

/* =========================
   COMPARISON SECTION
========================= */
.pabau-comparison-section{
  display: flex;
  position: relative;
  overflow: hidden;
}

/* Left half */
.pabau-comparison-old{
  flex: 1;
  background: #F9FAFB;
  display: flex;
  justify-content: flex-end;
}

.pabau-comparison-old-content{
  max-width: 810px;
  width: 100%;
  padding: 46px 40px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* justify-content: center; */
}

.pabau-comparison-old-title{
  color: #1E1B18 !important;
  font-size: 42px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -1.5px;
  text-align: center;
  margin: 0;
}

.pabau-comparison-old-subtitle{
  color: #4A5565;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  text-align: center;

}

/* Tree layout */
.pabau-comparison-old-tree{
  width: 100%;
  margin-top: 20px;
  max-width: 540px;
}

.pabau-comparison-old-tree img{
  width: 100%;
  height: auto;
  display: block;
}

/* Center Pabau icon */
.pabau-comparison-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0;
}

.pabau-comparison-center-icon{
  width: 166.828px;
height: 166.828px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
stroke-width: 2.979px;
filter: drop-shadow(0 6.179px 12.358px rgba(51, 8, 129, 0.10)) drop-shadow(0 18.536px 18.536px rgba(51, 8, 129, 0.09)) drop-shadow(0 43.252px 24.715px rgba(51, 8, 129, 0.05)) drop-shadow(0 74.146px 30.894px rgba(51, 8, 129, 0.01)) drop-shadow(0 117.397px 30.894px rgba(51, 8, 129, 0.00)) drop-shadow(1.227px 6.136px 16.936px rgba(78, 110, 238, 0.26)) drop-shadow(0 4.909px 23.072px rgba(36, 190, 225, 0.50));
}

.pabau-comparison-center-line{
  width: 48px;
  height: 0;
  flex-shrink: 0;
}

.pabau-comparison-center-line-left{
  border-top: 1.5px dashed #D0D5DD;
}

.pabau-comparison-center-line-right{
  border-top: 1.5px dashed rgba(255,255,255,0.35);
}

/* Right half */
.pabau-comparison-new{
  flex: 1;
  background: radial-gradient(74.58% 75.49% at 54.76% 65.25%, #2BADD4 10.1%, #037CD2 31.73%, #056EBB 53.85%, #121D36 100%);
box-shadow: 1.899px 1.77px 8.174px 0 rgba(255, 255, 255, 0.13) inset, 1.007px 0.939px 4.087px 0 rgba(255, 255, 255, 0.13) inset;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.pabau-comparison-new-content{
  max-width: 810px;
  width: 100%;
  padding: 46px 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
}

.pabau-comparison-new-title{
  color: #FFF !important;
    text-align: center;
    font-size: 50.159px !important;
    font-weight: 500 !important;
    line-height: 68.272px !important; /* 136.111% */
    letter-spacing: -1.254px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
}

.pabau-comparison-title-dots{
  flex-shrink: 0;
}

.pabau-comparison-new-subtitle{
  color: #FFF;
text-align: center;
font-size: 22.293px;
font-weight: 400;
line-height: 27.866px; /* 125% */
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pabau-comparison-new-subtitle svg{
  flex-shrink: 0;
}

/* Benefit cards */
.pabau-comparison-new-cards{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.pabau-comparison-new-card{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  width: fit-content;
  max-width: 100%;
}

.pabau-comparison-new-card-icon{
  width: 36px;
  height: 36px;
  border-radius: 4.63px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pabau-icon-orange{ background: #FFE9D5; border: 1.157px solid #EA984E; }
.pabau-icon-blue{ background: #EDF6FB; border: 1.157px solid #4AA4E5; }
.pabau-icon-yellow{ background: #FFF8D3; border: 1.157px solid #E4DB1B; }
.pabau-icon-teal{ background: #F1EDFF; border: 1.157px solid #9A80FF; }

.pabau-comparison-new-card-text{
  color: #1E1B18;
    font-size: 18.52px;
    font-weight: 500;
    line-height: 41.027px; /* 221.532% */
}

/* Floating decorative icons */
.pabau-comparison-floating{
  position: absolute;
  width: 67.225px;
height: 67.225px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0.7; */
  pointer-events: none;
}

.pabau-floating-tr{
  top: 50px;
  right: 24px;
  background: #FFE9D5;
  filter: drop-shadow(0 16.806px 44.816px rgba(0, 0, 0, 0.10));
  transform: rotate(12deg);
}

.pabau-floating-bl{
  bottom: 90px;
  left: 30px;
  background: #EDF6FB;
  transform: rotate(-8deg);
}

.pabau-floating-br{
  bottom: 36px;
  right: 50px;
  background: #F1EDFF;
  transform: rotate(6deg);
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.10);
}

.pabau-scroll-stack-section, .pabau-reviews-section, .pabau-tools-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 60px 24px;
    max-width: 1620px;
    margin: auto;
}

.pabau-tools-section img{
    max-width: 1290px;
    width: 100% !important;
    height: auto;
}

/* =========================
   EXPLORE PABAU SECTION
========================= */

.pabau-explore-section{
    background: #121D36;
    position: relative;
    overflow: hidden;
}

.pabau-explore-section::before{
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(43, 173, 212, 0.15) 0%, rgba(99, 131, 241, 0.10) 30%, transparent 70%);
    pointer-events: none;
}

.pabau-explore-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 100px 24px 120px;
    max-width: 1320px;
    margin: 0 auto;
}

.pabau-explore-heading{
    text-align: center;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 56px !important;
    color: #FFF !important;
    margin: 0;
}

.pabau-explore-gradient{
    background: linear-gradient(90deg, #6383F1 30%, #2BADD4 56.2%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pabau-explore-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.pabau-explore-card{
    display: flex;
    padding: 23px 40px 24px 40px;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: background 0.25s ease;
}

.pabau-explore-card:hover{
    background: rgba(255, 255, 255, 0.14);
}

.pabau-explore-card-text{
    color: #FFF;
    font-family: Satoshi, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
}

.pabau-explore-card svg{
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.3s ease;
}

.pabau-explore-card:hover svg{
    transform: rotate(30deg);
}

/* EXPLORE PABAU RESPONSIVE */

@media (max-width: 900px){
    .pabau-explore-heading{
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .pabau-explore-inner{
        padding: 72px 20px 80px;
        gap: 36px;
    }

    .pabau-explore-card{
        padding: 20px 28px;
    }

    .pabau-explore-card-text{
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 680px){
    .pabau-explore-grid{
        grid-template-columns: 1fr;
    }

    .pabau-explore-heading{
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .pabau-explore-inner{
        padding: 60px 16px 72px;
        gap: 32px;
    }

    .pabau-explore-card{
        padding: 18px 24px;
    }

    .pabau-explore-card-text{
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 480px){
    .pabau-explore-heading{
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .pabau-explore-inner{
        padding: 48px 12px 56px;
    }

    .pabau-explore-card{
        padding: 16px 20px;
    }

    .pabau-explore-card-text{
        font-size: 16px;
        line-height: 22px;
    }
}

/* =========================
   FAQ SECTION
========================= */

.pabau-faq-section{
    background: #fff;
}

.pabau-faq-inner{
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 24px 120px;
}

.pabau-faq-heading{
    color: #000 !important;
text-align: center;
font-size: 40px !important;
font-weight: 500 !important;
line-height: 50px !important; /* 125% */
letter-spacing: -1.6px;
    margin: 0 0 56px;
}

.pabau-faq-list{
    display: flex;
    flex-direction: column;
}

.pabau-faq-item{
    border-bottom: 1px solid #E5E7EB;
}

.pabau-faq-item button{
    background-color: #fff !important;
}

.pabau-faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    appearance: none;
    background: #fff;
}

.pabau-faq-question:hover{
    box-shadow: none !important;
}

.pabau-faq-question:focus{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.pabau-faq-question span:first-child{
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 27px; /* 112.5% */
letter-spacing: -0.96px;
}

/* .pabau-faq-item.is-open .pabau-faq-question span:first-child{
    font-weight: 700;
} */

.pabau-faq-icon{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.pabau-faq-icon-down{
    display: block;
}

.pabau-faq-icon-up{
    display: none;
}

.pabau-faq-item.is-open .pabau-faq-icon-down{
    display: none;
}

.pabau-faq-item.is-open .pabau-faq-icon-up{
    display: block;
}

.pabau-faq-answer{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 0 0 0;
}

.pabau-faq-item.is-open .pabau-faq-answer{
    padding: 0 0 28px 0;
}

.pabau-faq-answer p{
    color: #4A5565;
    font-family: Satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    max-width: 820px;
}

.pabau-faq-answer a{
    color: #2BADD4;
    text-decoration: none;
}

.pabau-faq-answer a:hover{
    text-decoration: underline;
}

/* FAQ RESPONSIVE */

@media (max-width: 768px){
    .pabau-faq-heading{
        font-size: 36px !important;
        line-height: 44px !important;
        margin-bottom: 40px;
    }

    .pabau-faq-inner{
        padding: 72px 20px 80px;
    }

    .pabau-faq-question span:first-child{
        font-size: 20px;
        line-height: 28px;
    }

    .pabau-faq-question{
        padding: 24px 0;
    }
}

@media (max-width: 480px){
    .pabau-faq-heading{
        font-size: 28px !important;
        line-height: 36px !important;
        margin-bottom: 32px;
    }

    .pabau-faq-inner{
        padding: 56px 16px 64px;
    }

    .pabau-faq-question span:first-child{
        font-size: 18px;
        line-height: 26px;
    }

    .pabau-faq-question{
        padding: 20px 0;
    }

    .pabau-faq-icon{
        width: 36px;
        height: 36px;
    }

    .pabau-faq-icon-down{
        width: 28px;
        height: 28px;
    }

    .pabau-faq-icon-up{
        width: 36px;
        height: 36px;
    }
}

/* =========================
   CTA SECTION
========================= */

.pabau-cta-section{
    background: linear-gradient(258deg, #24BEE1 -19.77%, #132D6C -1.64%, #6383F1 59.29%, #24BEE1 117.39%);
    overflow: hidden;
}

.pabau-cta-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 24px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.pabau-cta-logo{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.pabau-cta-heading{
    color: #FFF !important;
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-size: 64px !important;
    font-weight: 700 !important;
    line-height: 76px !important;
    letter-spacing: -1px;
    margin: 0 0 24px;
    max-width: 900px;
}

.pabau-cta-subtitle{
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 40px;
    max-width: 700px;
}

.pabau-cta-btn{
    display: flex;
    height: 48px;
    padding: 14px 20px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #FFF;
    color: #1E1B18 !important;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.25px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    margin-bottom: 60px;
}

.pabau-cta-btn:hover{
    opacity: 0.9;
    color: #1E1B18 !important;
}

.pabau-cta-dashboard{
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    border-radius: 12px 12px 0 0;
}

/* CTA RESPONSIVE */

@media (max-width: 900px){
    .pabau-cta-heading{
        font-size: 44px !important;
        line-height: 52px !important;
    }

    .pabau-cta-inner{
        padding: 72px 20px 0;
    }

    .pabau-cta-subtitle{
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 600px){
    .pabau-cta-heading{
        font-size: 32px !important;
        line-height: 40px !important;
        letter-spacing: -0.5px;
    }

    .pabau-cta-inner{
        padding: 56px 16px 0;
    }

    .pabau-cta-logo{
        width: 64px;
        height: 64px;
        border-radius: 16px;
        margin-bottom: 28px;
    }

    .pabau-cta-subtitle{
        font-size: 16px;
        line-height: 24px;
    }

    .pabau-cta-btn{
        font-size: 16px;
        height: 44px;
        padding: 12px 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 480px){
    .pabau-cta-heading{
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

.pabau-reviews-section{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 19.63%, rgba(177, 194, 255, 0.56) 58.06%, rgba(165, 209, 250, 0.56) 73.45%, rgba(255, 255, 255, 0.56) 98.46%);
}

/* =========================
   REVIEWS GRID & CARDS
========================= */
.pabau-reviews-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.pabau-review-card{
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 16px rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.04);
}

.pabau-review-card-body{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pabau-review-card-title{
  color: #1E1B18;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.pabau-review-card-text{
  color: #4A5565;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.pabau-review-card-author{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pabau-review-author-left{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pabau-review-avatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pabau-review-author-info{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pabau-review-author-name{
  color: #1E1B18;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pabau-review-author-handle{
  color: #6B7280;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pabau-review-platform-icon{
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.pabau-section-eyebrow-title-description{
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;

    p{
        margin-bottom: 0;
        color: #606060;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px; /* 150% */
    }

    .pabau-section-eyebrow{
        color: #6B7280;
        text-align: center;
        font-family: "DM Mono";
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
        text-transform: uppercase;
    }

    h2{
        color: #1E1B18;
        text-align: center;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: 76.8px; /* 160% */
        letter-spacing: -1.92px;
    }

    .pabau-section-eyebrow-title-description-reviews{
        color: #6B7280;
        text-align: center;
        font-family: "DM Mono";
        font-size: 14px;
        font-weight: 500;
        line-height: 27px; /* 192.857% */
        text-transform: uppercase;
    }

    img{
        max-width: 90px;
    }
}

/* =========================
   SCROLL STACK CARDS
========================= */
.scroll-stack-scroller{
  position: relative;
  width: 100%;
}

.scroll-stack-inner{
    padding: 20px 0;
  /* padding: 20vh 16px 50rem; */
  /* min-height: 100vh; */
}

.scroll-stack-card{
  position: sticky;
  max-width: 1100px;
  margin: 0 auto 100px;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
  will-change: transform, filter;
  transform-origin: center top;
  overflow: hidden;
}

.scroll-stack-card:nth-child(1){ top: 20vh; z-index: 1; }
.scroll-stack-card:nth-child(2){ top: calc(20vh + 30px); z-index: 2; }
.scroll-stack-card:nth-child(3){ top: calc(20vh + 60px); z-index: 3; }
.scroll-stack-card:nth-child(4){ top: calc(20vh + 90px); z-index: 4; }

.scroll-stack-card .card-inner{
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 28px;
  align-items: center;
}

.scroll-stack-card .card-content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scroll-stack-card .pill{
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  border-radius: 100px;
  font-family: "DM Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.scroll-stack-card .title{
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #1E1B18;
  margin: 0;
}

.scroll-stack-card .desc{
  font-size: 16px;
  line-height: 1.6;
  color: #4A5565;
  margin: 0;
}

.scroll-stack-card .bullets{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scroll-stack-card .bullets li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #344054;
}

.scroll-stack-card .check{
  color: #17B26A;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1.5;
}

.scroll-stack-card .btn{
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  width: fit-content;
  transition: background 0.2s ease;
}

.scroll-stack-card .btn:hover{
  background: #333;
  color: #fff;
}

.scroll-stack-card .card-media{
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 18px;
  overflow: hidden;
}

.scroll-stack-card .card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-stack-card .lottie-badge{
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 240px;
  height: 240px;
  pointer-events: none;
}

/* Theme colors */
.scroll-stack-card.theme-blue{ background: #f6fbff; }
.scroll-stack-card.theme-blue .pill{ background: #dff1ff; color: #1b6aa8; }

.scroll-stack-card.theme-purple{ background: #fbf7ff; }
.scroll-stack-card.theme-purple .pill{ background: #efe6ff; color: #6a3bc7; }

.scroll-stack-card.theme-peach{ background: #fff6f1; }
.scroll-stack-card.theme-peach .pill{ background: #ffe3d5; color: #b24d1a; }

.scroll-stack-card.theme-green{ background: #f3fff7; }
.scroll-stack-card.theme-green .pill{ background: #dff7ea; color: #0d7a4f; }

.scroll-stack-end{
  height: 10vh;
}



/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1161px){
  .pabau-main-hero-section .pabau-hero-section, .pabau-scroll-stack-section{
    padding: 16px 12px;
  }

  .pabau-proof-section{
    padding: 16px 12px;
    flex-direction: column;
  }

  .pabau-proof-section .pabau-proof-section-left,
  .pabau-proof-section .pabau-proof-section-right{
    width: 100%;
  }

  /* Comparison section - tablet */
  .pabau-comparison-old-content{
    padding: 60px 60px 60px 24px;
  }

  .pabau-comparison-new-content{
    padding: 60px 24px 60px 60px;
  }

  .pabau-comparison-old-title,
  .pabau-comparison-new-title{
    font-size: 36px !important;
  }

  .pabau-comparison-center-icon{
    width: 84px;
    height: 84px;
    border-radius: 20px;
  }

  .pabau-comparison-center-icon svg{
    width: 44px;
    height: 44px;
  }

  .pabau-comparison-center-line{
    width: 32px;
  }
}

@media (max-width: 1024px){
  .logos-root::before,
  .logos-root::after{ width: 100px; }

  .logos-track{ animation-duration: 40s; }
}

@media (max-width: 900px){
  .logos-root::before,
  .logos-root::after{ width: 80px; }

  .logos-card{ padding: 32px 20px 24px; }
}

@media (max-width: 900px){
  .pabau-reviews-grid{
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 860px){
  .scroll-stack-card .card-inner{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .scroll-stack-card .card-media{
    aspect-ratio: 16/9;
    order: -1;
  }

  .scroll-stack-card .lottie-badge{
    width: 160px;
    height: 160px;
  }

  .scroll-stack-inner{
    padding: 20px;
  }

  .scroll-stack-card{
    margin-bottom: 80px;
  }

  .scroll-stack-card:nth-child(1){ top: 12vh; }
  .scroll-stack-card:nth-child(2){ top: calc(12vh + 24px); }
  .scroll-stack-card:nth-child(3){ top: calc(12vh + 48px); }
  .scroll-stack-card:nth-child(4){ top: calc(12vh + 72px); }
}

@media (max-width: 768px){
  /* Hero section - tablet */
  .pabau-main-hero-section .pabau-hero-section-title-container h1{
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .pabau-main-hero-section .pabau-hero-section-title-container p{
    font-size: 18px;
  }

  .pabau-section-eyebrow-title-description h2{
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.4px;
  }

  /* Comparison section - mobile */
  .pabau-comparison-section{
    flex-direction: column;
  }

  .pabau-comparison-old-content,
  .pabau-comparison-new-content{
    max-width: 100%;
    padding: 48px 24px;
  }

  .pabau-comparison-old-title,
  .pabau-comparison-new-title{
    font-size: 32px !important;
  }

  .pabau-comparison-center{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    padding: 4px 0;
    background: linear-gradient(180deg, #F9FAFB 0%, #1976D2 100%);
  }

  .pabau-comparison-center-icon{
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .pabau-comparison-center-icon svg{
    width: 36px;
    height: 36px;
  }

  .pabau-comparison-center-line{
    width: 36px;
  }

  .pabau-comparison-new-card{
    width: 100%;
  }

  .pabau-comparison-new-card-text{
    font-size: 14px;
  }

  .pabau-floating-tr{
    top: 20px;
    right: 12px;
  }

  .pabau-floating-bl{
    display: none;
  }

  .pabau-floating-br{
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 600px){
  .logos-root::before,
  .logos-root::after{ width: 60px; }

  .logos-rows{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .logos-track{
    gap: 16px;
    padding: 0 16px;
    animation-duration: 35s;
  }

  .logos-card{
    width: 150px;
    height: 90px;
    padding: 14px;
  }

  .logos-track--row2{
    display: flex;
    animation-name: pabau-scroll-reverse;
  }

  .pabau-main-hero-section .pabau-hero-tabs-media{
    padding: 8px 12px;
  }

  .pabau-main-hero-section .pabau-hero-tabs-stage::before{
    padding-top: 62%;
  }

  /* Hero buttons + reviews stack */
  .pabau-main-hero-section .pabau-hero-section-btns-container{
    flex-direction: column;
    align-items: center;
  }

  .pabau-main-hero-section .pabau-hero-section-reviews-containers{
    flex-direction: column;
    gap: 12px;
  }

  .pabau-main-hero-section .pabau-hero-section-title-container h1{
    font-size: 36px;
    letter-spacing: -1.4px;
  }

  .pabau-main-hero-section .pabau-hero-section-title-container p{
    font-size: 16px;
  }

  .pabau-section-eyebrow-title-description h2{
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

/* =========================
   HEALTHCARE TYPES SECTION
========================= */
.pabau-healthcare-types-section{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
}

.pabau-hc-header{
  padding: 0 24px;
}

/* Scroll track */
.pabau-hc-scroll-track{
  display: flex;
  gap: 20px;
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.pabau-hc-scroll-track::-webkit-scrollbar{
  display: none;
}

.pabau-hc-scroll-track.is-grabbing{
  cursor: grabbing;
  scroll-behavior: auto;
}

/* Card */
.pabau-hc-card{
  position: relative;
  flex-shrink: 0;
  width: 320px;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.pabau-hc-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pabau-hc-card:hover img{
  transform: scale(1.04);
}

/* Gradient overlay */
.pabau-hc-card-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.35) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  pointer-events: none;
}

.pabau-hc-card-overlay h3{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.pabau-hc-card-overlay p{
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
}

/* Healthcare responsive */
@media (max-width: 768px){
  .pabau-healthcare-types-section{
    padding: 48px 0;
    gap: 32px;
  }

  .pabau-hc-header{
    padding: 0 16px;
  }

  .pabau-hc-scroll-track{
    padding: 0 16px;
    gap: 16px;
  }

  .pabau-hc-card{
    width: 270px;
    height: 360px;
  }
}

@media (max-width: 480px){
  .pabau-hc-card{
    width: 240px;
    height: 320px;
  }

  .pabau-hc-card-overlay{
    padding: 20px 18px;
  }

  .pabau-hc-card-overlay h3{
    font-size: 18px;
  }

  .pabau-hc-card-overlay p{
    font-size: 13px;
  }

  .pabau-main-hero-section .pabau-hero-section-title-container h1{
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 120%;
  }

  .pabau-main-hero-section .pabau-hero-section-title-container p{
    font-size: 15px;
  }

  .pabau-section-eyebrow-title-description h2{
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.8px;
  }

  .pabau-proof-section .pabau-proof-section-left h5{
    font-size: 20px;
    line-height: 28px;
  }
}

/* =========================
   AI SCRIBE SECTION
========================= */
.pabau-ai-scribe-section{
  position: relative;
  background: #0B0B14;
  overflow: hidden;
  padding: 100px 24px 120px;
}

/* Background glow */
.pabau-ai-scribe-bg-glow{
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(108,92,231,0.08) 0%, rgba(43,173,212,0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* CSS-only star field */
.pabau-ai-scribe-section::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.35) 50%, transparent 50%),
    radial-gradient(1px 1px at 25% 45%, rgba(255,255,255,0.25) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 40% 8%, rgba(255,255,255,0.3) 50%, transparent 50%),
    radial-gradient(1px 1px at 55% 62%, rgba(255,255,255,0.2) 50%, transparent 50%),
    radial-gradient(1px 1px at 70% 22%, rgba(255,255,255,0.35) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 85% 50%, rgba(255,255,255,0.2) 50%, transparent 50%),
    radial-gradient(1px 1px at 15% 75%, rgba(255,255,255,0.25) 50%, transparent 50%),
    radial-gradient(1px 1px at 92% 35%, rgba(255,255,255,0.3) 50%, transparent 50%),
    radial-gradient(1px 1px at 48% 88%, rgba(255,255,255,0.2) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 78% 78%, rgba(255,255,255,0.15) 50%, transparent 50%),
    radial-gradient(1px 1px at 5% 52%, rgba(255,255,255,0.25) 50%, transparent 50%),
    radial-gradient(1px 1px at 62% 38%, rgba(255,255,255,0.2) 50%, transparent 50%),
    radial-gradient(1px 1px at 33% 28%, rgba(255,255,255,0.3) 50%, transparent 50%),
    radial-gradient(1.5px 1.5px at 88% 12%, rgba(255,255,255,0.2) 50%, transparent 50%),
    radial-gradient(1px 1px at 18% 92%, rgba(255,255,255,0.25) 50%, transparent 50%);
}

/* Sparkle decorators */
.pabau-ai-scribe-sparkle{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.pabau-ai-sparkle-1{
  top: 22%;
  left: 12%;
}

.pabau-ai-sparkle-2{
  top: 38%;
  right: 18%;
}

/* Container */
.pabau-ai-scribe-container{
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo wrapper */
.pabau-ai-scribe-logo-wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 130px;
  height: 130px; */
  margin-bottom: 24px;
}

.pabau-ai-scribe-logo-wrap img{
    width: 240px;
}

/* Headline */
.pabau-ai-scribe-headline{
  color: #fff !important;
  text-align: center;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 56px !important;
  margin: 0 0 56px;
}

.pabau-ai-scribe-gradient{
  background: linear-gradient(90deg, #6383F1 30%, #2BADD4 65.82%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* =========================
   AI SCRIBE BENTO GRID
========================= */
.pabau-ai-scribe-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

/* Card base */
.pabau-ai-scribe-card{
  background: #161622;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  overflow: hidden;
}

/* Wide card - spans full width */
.pabau-ai-card-wide{
  grid-column: 1 / -1;
  padding: 40px;
}

.pabau-ai-card-wide-inner{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

/* Card text block */
.pabau-ai-card-text{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Card tag */
.pabau-ai-card-tag{
  display: inline-block;
  color: #B38CFF;
    font-family: "DM Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
}

/* Card titles */
.pabau-ai-scribe-card h3{
  color: #EEE !important;
    font-family: "Plus Jakarta Sans";
    font-size: 25.7px !important;
    font-weight: 700 !important;
    line-height: 32.5px !important; /* 126.459% */
    letter-spacing: -0.91px !important;
}

/* =========================
   AI SCRIBE CARD VISUAL (wide card)
========================= */
.pabau-ai-card-visual{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pabau-ai-pill-img{
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  border-radius: 24px;
}

.pabau-ai-waveform-img{
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* =========================
   AI SCRIBE HALF CARDS
========================= */
.pabau-ai-card-half{
  padding: 40px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pabau-ai-card-media{
  flex: 1;
  min-height: 0;
  margin-top: 8px;
  border-radius: 14px;
  overflow: hidden;
}

.pabau-ai-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.dark-pabau-btn{
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #000;
    padding: 13px 16.382px 12.96px 24.578px;
    display: flex;
    align-items: center;
    color: #FFF !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px !important; /* 142.857% */
    width: fit-content;
}

/* =========================
   AI SCRIBE RESPONSIVE
========================= */
@media (max-width: 1024px){
  .pabau-ai-scribe-section{
    padding: 80px 24px 100px;
  }

  .pabau-ai-scribe-headline{
    font-size: 40px !important;
    line-height: 48px !important;
  }

  .pabau-ai-scribe-card h3{
    font-size: 22px !important;
  }

  .pabau-ai-card-wide{
    padding: 32px;
  }
}

@media (max-width: 768px){
  .pabau-ai-scribe-section{
    padding: 64px 16px 80px;
  }

  .pabau-ai-scribe-grid{
    grid-template-columns: 1fr;
  }

  .pabau-ai-card-wide-inner{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pabau-ai-card-visual{
    align-items: center;
  }

  .pabau-ai-scribe-headline{
    font-size: 34px !important;
    line-height: 42px !important;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }

  /* .pabau-ai-scribe-logo-wrap{
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
  } */

  .pabau-ai-scribe-logo-icon{
    width: 36px;
    height: auto;
  }

  .pabau-ai-scribe-label{
    font-size: 18px;
  }

  .pabau-ai-scribe-card h3{
    font-size: 20px !important;
  }

  .pabau-ai-card-wide{
    padding: 24px;
  }

  .pabau-ai-card-half{
    padding: 24px;
  }

  .pabau-ai-sparkle-1{
    top: 8%;
    left: 6%;
  }

  .pabau-ai-sparkle-2{
    display: none;
  }
}

@media (max-width: 480px){
  .pabau-ai-scribe-section{
    padding: 48px 12px 64px;
  }

  .pabau-ai-scribe-headline{
    font-size: 28px !important;
    line-height: 36px !important;
    letter-spacing: -0.8px;
    margin-bottom: 32px;
  }

  .pabau-ai-scribe-logo-wrap{
    width: 80px;
    height: 80px;
  }

  .pabau-ai-scribe-logo-icon{
    width: 28px;
  }

  .pabau-ai-card-half{
    padding: 20px;
  }
}