:root {
  --brand: #ddebfd;
  --ghost-bg: #e9f2ff;
  --ghost-text: #0b2230;
}

.navbar .nav-link {
  font-weight: 400;
  color: black;
  font-family: Poppins;
}

.navbar .nav-link.active {
  color: var(--brand);
}

.btn-primary {
  background-color: var(--brand);
  border-color: var(--brand);
}

.btn-primary:hover {
  background: #43bab3;
}

:focus-visible {
  outline: 3px solid rgba(46, 168, 161, 0.45);
  outline-offset: 2px;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
  background: #ddebfd;
  border: none;
  color: black;
  font-family: Poppins;
  text-decoration: none;
  padding: 5px 40px;
}

.rounded-pill:hover {
  background: #43bab3;
  color: #fff;
  /* border: solid #fff 1px; */
}

.rounded-pill2 {
  border-radius: var(--bs-border-radius-pill) !important;
  background: #43bab3;
  border: none;
  color: black;
  font-family: Poppins;
}

.rounded-pill3 {
  border-radius: var(--bs-border-radius-pill) !important;
  border: solid 1px #000;
  color: black;
  font-family: Poppins;
  text-decoration: none;
  padding: 5px 40px;
}

.rounded-pill3:hover {
  background: #43bab3;
  color: #fff;
  border: solid #fff 1px;
}

footer {
  background: #F7F7F7;
  border-top: solid 1px #E0E0E0;
}

footer .col-4 {
  padding: 20px;
}

footer ul {
  list-style-type: none;
  padding-left: 0px;
  line-height: 35px;
}

footer li a {
  text-decoration: none;
  color: black;
}

footer li a:hover {
  color: #43bab3;
}

p {
  font-family: Poppins;
}

/* Fonts */

@font-face {
  font-family: 'Ivy Presto';
  src: url('../fonts/Ivy-Presto-Headline-Thin.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Ivy Presto Display Light';
  src: url('../fonts/Ivy-Presto-Display-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Ivy Presto Display';
  src: url('../fonts/Ivy-Presto-Display.otf') format('opentype');
  font-weight: 200;
}

/* Poppins Regular */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
}


/* Container for rows */
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* space between columns */
}

/* Default: full width on mobile */
.col {
  flex: 0 0 100%;
}

/* Two columns on tablets and up */
@media (min-width: 768px) {
  .col-6 {
    flex: 0 0 calc(50% - 20px);
  }
}

/* Three columns on desktops and up */
@media (min-width: 1024px) {
  .col-4 {
    flex: 0 0 calc(33.333% - 20px);
  }
}

/* Four columns on larger desktops */
@media (min-width: 1280px) {
  .col-3 {
    flex: 0 0 calc(25% - 20px);
  }
}



/* Container for standard rows */
.max {
  max-width: 1300px;
  margin: 10px auto;
}

.middle {
  max-width: 1000px;
  margin: 10px auto;
}

.smallrow {
  max-width: 500px;
  margin: 10px auto;
}

.accent2 {
  background-color: #ECE1FD;
  color: #9884AD;
  padding: 5px 15px 5px 65px;
  border-radius: 30px;
  font-family: 'Ivy Presto Display', serif;
  font-weight: 200;
  background-image: url("../images/route.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 15px;
}

.btntop {
  background-color: #ECE1FD;
  color: #9884AD;
  padding: 5px 15px 5px 15px;
  border-radius: 30px;
  font-family: 'Ivy Presto Display', serif;
  font-weight: 200;
}

.enjoyimage {
  position: absolute;
  right: 20%;
  margin-top: -35px;
}

.enjoyimage2 {
  position: absolute;
  margin-top: -90px;
}

.rowpadding {
  padding: 40px 0px;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
}

h3 {
  font-family: 'Ivy Presto Display', serif;
  font-size: 35px;
  margin-bottom: 25px;
}

h4 {
  font-size: 40px;
  font-family: Poppins;
}

.copy h3 {
  font-size: 20px;
  margin-bottom: -15px;
}

.ivy1 {
  font-family: 'Ivy Presto Display Light', serif;
}

.ivy-presto {
  font-family: 'Ivy Presto', serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.largetext1 {
  font-family: Poppins;
  font-size: 45px;
  margin-bottom: 25px;
  text-align: right;
}

.purpletxt {
  color: #9884AD;
}

.centretext {
  text-align: center;
}

.mediumtxt {
  font-size: 20px;
}

.largetxt {
  font-size: 30px;
  text-align: center;
}

.largertxt {
  font-size: 60px;
  font-family: 'Poppins', sans-serif;
}

.smalltext {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.bluebackground {
  background-color: #E3EFFD;
  border: solid #B3C6E0;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
}

.purplebackground {
  background-color: #ECE1FD;
  padding: 5px 0px 0px 0px;
}


.orangebtn {
  background: #F9EBE4;
  border: solid 1px #EDBE97;
  border-radius: 30px;
  padding: 5px 20px;
  color: #EDBE97;
  font-size: 20px;
  font-weight: 200px;
}

.rightfloat {
  float: right;
}


.border1 {
  border-right: solid 1px #B3C6E0;
}

.multi-icon-list {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  padding: 0;
}

.multi-icon-list li {
  padding-left: 65px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 43px;
  line-height: 25px;
}


/* Individual icons */
.icon-route {
  background-image: url('../images/icons/route-icon.png');
}

.icon-clinical {
  background-image: url('../images/icons/clinical-reporting.png');
}

.icon-invoicing {
  background-image: url('../images/icons/invoicing.png');
}

.icon-unpaid {
  background-image: url('../images/icons/unpaid-invoices.png');
}

.icon-design {
  background-image: url('../images/icons/design.png');
}

.icon-appointment {
  background-image: url('../images/icons/appointment.png');
}

.socialicons {
  float: left;
  margin-right: 10px;
}

.socialicons img {
  max-width: 30px;
}

.socialicons-hold {
  max-width: 100%;
  margin-top: 40px;
}

.alignright {
  text-align: right;
}

.alignright a {
  text-align: right;
  padding-left: 20px;
}

footer a {
  text-decoration: none;
  color: black;
}

footer a:hover {
  text-decoration: none;
  color: #43bab3;
}

.email-signup {
  max-width: 400px;
  margin: 20px 0;
  font-family: inherit;
}

.email-signup label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.form-row {
  display: flex;
  gap: 10px;
}

.email-signup input[type="email"] {
  flex: 1;
  padding: 12px;
  border: 2px solid #B3C6E0;
  border-radius: 10px;
  font-size: 16px;
  background: #DDEBFD;
}

.email-signup button {
  padding: 12px 20px;
  background: #DDEBFD;
  color: #fff;
  border: 2px solid #B3C6E0;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}

.email-signup button:hover {
  opacity: 0.9;
}


/* Toggle Animation */

:root {
  --c1: #ECE1FD;
  /* lavender */
  --c2: #f8e6d6;
  /* peach */
  --c3: #dfeeff;
  /* light blue */
  --ink: #0b2230;
  --radius: 28px;
  --brand: #2ea8a1;
}

.wrap {
  max-width: 880px;
  margin: 32px auto;
}

.stack {
  position: relative
}

.tab-card {
  border-radius: 30px 30px 0px 0px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
  margin: 0 8px;
}

.tab-card+.tab-card {
  margin-top: -22px
}

.tab-card.is-active {
  transform: translateY(0);
}

.tab-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px 28px 30px;
  cursor: pointer;
  user-select: none;
  font-size: clamp(22px, 4vw, 30px);
}

.tab-body {
  padding: 10px 28px 28px;
}

.intro {
  opacity: .85;
  margin: 6px 0 22px;
  font-family: 'Ivy Presto Display Light', serif;
}

.copy {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: inherit
}

.tab-panel {
  overflow: clip;
  max-height: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .5s ease, opacity .35s ease, transform .5s ease
}

.tab-card.is-active .tab-panel {
  max-height: 800px;
  opacity: 1;
  transform: none
}

.b1 {
  background: var(--c1)
}

.b2 {
  background: var(--c2)
}

.b3 {
  background: var(--c3)
}

.tab-card.is-active .tab-body {
  background: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important
  }
}

@media (max-width: 1020px) {

  .enjoyimage2 {
    position: absolute;
    margin-top: -50px;
  }
}



@media (max-width: 768px) {
  .extramargintop {
    margin-top: 100px;
  }

  .border1 {
    border-right: none;
    border-bottom: solid 1px #B3C6E0;
  }

  .largetxt {
    font-size: 22px;
  }

  .alignright {
    text-align: left;
  }

  .alignright a {
    text-align: left;
    padding-left: 0px;
    margin-right: 20px;
  }

  .mobile-hidden {
    display: none;
  }

  .multi-icon-list {
    margin-bottom: -20px;
  }

  .multi-icon-list {
    font-size: 17px;
  }
}

.section-scroll-heading {
  scroll-margin-top: 65px;
}