/*** COLOUR PALETTE ***/
/*** OVERLAYS ***/
/*** CONTAINER PADDING ***/
/*** RESPONSIVE BREAKPOINTS ***/
html {
  font-size: 1rem;
}

body {
  margin: 0;
}

/*#main > div:not(.split-content--fullscreen) + div .container {
	padding-top: 0;
}*/
#main img {
  border-radius: 20px;
  width: 100%;
}

img {
  height: auto;
  /*width: 100%;*/
}

/*** PARENT MASONRY BLOCKS ***/
.g-parent-style-masonry {
  padding: 0 1.25rem 3.125rem 1.25rem;
}
@media (min-width: 768px) {
  .g-parent-style-masonry {
    padding: 0 1.25rem;
  }
}

/*** COLOUR CONFIGURATION ***/
.g-background-white {
  background: #fff;
}
.g-background-white p,
.g-background-white h1,
.g-background-white h2,
.g-background-white h3,
.g-background-white li,
.g-background-white label {
  color: #121212;
}

.g-background-grey {
  background: #eeeeee;
}
.g-background-grey p,
.g-background-grey h1,
.g-background-grey h2,
.g-background-grey h3,
.g-background-grey label {
  color: #121212;
}

.g-background-blue {
  background: #36a9e1;
}
.g-background-blue p,
.g-background-blue h1,
.g-background-blue h2,
.g-background-blue h3,
.g-background-blue li,
.g-background-blue label {
  color: #fff;
}

.g-background-green {
  background: #03a2ad;
}
.g-background-green p,
.g-background-green h1,
.g-background-green h2,
.g-background-green h3,
.g-background-green li,
.g-background-green label {
  color: #fff;
}
.g-background-green .g-card p,
.g-background-green .g-card h1,
.g-background-green .g-card h2,
.g-background-green .g-card h3,
.g-background-green .g-card li {
  color: #121212;
}

.g-background-gradient {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}
.g-background-gradient a,
.g-background-gradient p,
.g-background-gradient h1,
.g-background-gradient h2,
.g-background-gradient h3,
.g-background-gradient li,
.g-background-gradient label {
  color: #fff;
}

.container {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
  position: relative;
  row-gap: 2.5rem;
  /*width: calc(100% - rem(40));*/
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    gap: 2.5rem;
    grid-template-columns: repeat(12, 1fr);
    padding: 100px 1.25rem;
    width: 100%;
  }
}

/*** CONTAINER COLUMN CONFIGURATION ***/
.container.g-container-columns-1,
.container--carousel {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .container.g-container-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .container.g-container-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .container.g-container-columns-2-seventy-thirty {
    grid-template-columns: repeat(2, 30% 70%);
  }
  .container.g-container-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .container.g-container-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*** CONTAINER CMS SET PADDING ***/
.g-container-padding-three-quarters {
  padding-bottom: 75px;
}

.g-container-padding-half {
  padding-bottom: 50px;
}

.g-container-padding-quarter {
  padding-bottom: 25px;
}

.g-container-padding-none {
  padding-bottom: 0;
}

/*** CONTAINER - REMOVE PADDING ON SAME COLOUR BLOCKS ***/
.g-background-white + .g-background-white .container,
.g-background-grey + .g-background-grey .container,
.g-background-blue + .g-background-blue .container,
.g-background-green + .g-background-green .container,
.g-background-gradient + .g-background-gradient .container {
  padding-top: 0 !important;
}

/*** CONTAINER WIDTH CONFIGURATION ***/
.container {
  max-width: 87.5rem;
}

.container.g-container-width-full {
  max-width: calc(100% - 6.25rem);
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  width: 100%;
}

.container.g-container-width-wide {
  max-width: 1400px;
}

.container.g-container-width-standard {
  max-width: 75rem;
}

.container.g-container-width-narrow {
  max-width: 50rem;
}

/*** CPT CONTAINER - NESTED AND REQUIRED FOR LOAD MORE OPTION ***/
.container.g-container-columns-1 #cpt-container {
  grid-template-columns: repeat(1, 1fr);
}

/*.container.g-container-columns-4 #cpt-container {	
	grid-template-columns: repeat(2, 1fr);
}*/
@media (min-width: 768px) {
  .container.g-container-columns-2 #cpt-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .container.g-container-columns-3 #cpt-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container.g-container-columns-4 #cpt-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) and (min-width: 768px) {
  .container.g-container-columns-4 #cpt-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*** CONTAINER HAS LIFT CARD ANIMATION ***/
#main .g-container--lift-card:not(:first-child) {
  margin-top: -0.625rem;
  padding-top: 0.625rem !important;
}

a,
p,
li,
span,
label,
input,
textarea,
.nf-error-msg,
.ninja-forms-req-symbol {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

p {
  max-width: 80ch;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

:is(h1, h2, h3, h4, h5, h6) a {
  font: inherit;
  line-height: inherit;
}

h1 {
  font-size: 2.5rem;
  line-height: 2.875rem;
}

.small-heading {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .split-content h1:not(.small-heading) {
    font-size: 1.875rem;
  }
}

h2,
:is(h1, h2, h3, h4, h5, h6).faux-h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  max-width: 50ch;
}
@media (min-width: 768px) {
  h2,
  :is(h1, h2, h3, h4, h5, h6).faux-h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.large-heading {
  font-size: 2.1875rem;
  line-height: 2.5625rem;
}
@media (min-width: 768px) {
  .large-heading {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  max-width: 50ch;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0.9375rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-top: 1.25rem;
}

.g-background-white a:not(.g-button):not(.g-card),
.g-background-grey a:not(.g-button):not(.g-card) {
  color: #03a2ad;
}
.g-background-white a:not(.g-button):not(.g-card):hover,
.g-background-grey a:not(.g-button):not(.g-card):hover {
  color: #36a9e1;
}

.g-background-blue a:not(.g-button):not(.g-card),
.g-background-green a:not(.g-button):not(.g-card) {
  color: #fff;
}
.g-background-blue a:not(.g-button):not(.g-card):hover,
.g-background-green a:not(.g-button):not(.g-card):hover {
  color: #eeeeee;
}

.g-button {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.0625rem;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
  /*& + .g-button {
  	margin-left: rem(20);
  }*/
}

.g-button span {
  font-size: 1rem;
  position: relative;
  z-index: 10;
}

.g-button--center {
  align-self: center;
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 1.875rem;
  width: auto;
}

/*** BANNER ***/
.banner .g-button {
  margin-top: 1.25rem;
  z-index: 10;
}

.banner .g-button:hover {
  background: #eeeeee;
}

.banner .g-button:before {
  background: none;
}

.banner .g-button__text {
  color: #36a9e1;
}

.banner [style*="text-align: center"] + .banner__buttons {
  display: flex;
  justify-content: center;
}

/*** SPACE BETWEEN FIRST AND SECOND BUTTON ***/
.g-button:first-of-type {
  margin-right: 1.25rem;
}

/*** MEMBER LOGIN BUTTON ***/
.member-login-button {
  margin-bottom: 1.25rem;
}

/*** BACKGROUND COLOUR CONFIGURATION ***/
.g-background-white .g-button,
.g-background-grey .g-button {
  background: linear-gradient(90deg, rgb(3, 162, 173) 1%, rgb(54, 169, 225) 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.g-background-blue .g-button,
.g-background-green .g-button,
.g-background-gradient .g-button {
  background: #fff;
  color: #03a2ad;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.g-background-blue .g-button:hover,
.g-background-green .g-button:hover,
.g-background-gradient .g-button:hover {
  background: #eeeeee;
}

.g-background-white .g-button:hover:before,
.g-background-grey .g-button:hover:before {
  background: linear-gradient(270deg, rgb(3, 162, 173) 1%, rgb(54, 169, 225) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.g-background-white .g-button:hover::before,
.g-background-grey .g-button:hover::before {
  opacity: 1;
}

.g-background-green > .container > .g-button {
  background: #fff;
  color: #03a2ad;
}

.g-background-green > .container > .g-button:hover {
  background: #eeeeee;
}

/*** BUTTON COLOUR CONFIGURATION ***/
.g-button.g-button--gradient {
  background: linear-gradient(90deg, rgb(3, 162, 173) 1%, rgb(54, 169, 225) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.g-button.g-button--gradient::before {
  background: linear-gradient(270deg, rgb(3, 162, 173) 1%, rgb(54, 169, 225) 100%);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.g-card:hover .g-button.g-button--gradient span,
.g-button.g-button--gradient:hover span {
  color: #fff;
}
.g-card:hover .g-button.g-button--gradient::before,
.g-button.g-button--gradient:hover::before {
  opacity: 1;
}

.g-card:hover .g-button.g-button--blue,
.g-button.g-button--blue {
  background: #36a9e1;
}
.g-card:hover .g-button.g-button--blue span,
.g-button.g-button--blue span {
  color: #fff;
}
.g-card:hover .g-button.g-button--blue:before,
.g-button.g-button--blue:before {
  background: none;
}
.g-card:hover .g-button.g-button--blue:hover,
.g-button.g-button--blue:hover {
  background: #03a2ad;
}

.g-card:hover .g-button.g-button--green,
.g-button.g-button--green {
  background: #03a2ad;
}
.g-card:hover .g-button.g-button--green span,
.g-button.g-button--green span {
  color: #fff;
}
.g-card:hover .g-button.g-button--green:before,
.g-button.g-button--green:before {
  background: none;
}
.g-card:hover .g-button.g-button--green:hover,
.g-button.g-button--green:hover {
  background: #36a9e1;
}

.g-card:hover .g-button.g-button--grey,
.g-button.g-button--grey {
  background: #eeeeee;
}
.g-card:hover .g-button.g-button--grey:before,
.g-button.g-button--grey:before {
  background: none;
}
.g-card:hover .g-button.g-button--grey:hover,
.g-button.g-button--grey:hover {
  background: #36a9e1;
}
.g-card:hover .g-button.g-button--grey:hover span,
.g-button.g-button--grey:hover span {
  color: #fff;
}

.g-card:hover .g-button.g-button--white,
.g-button.g-button--white {
  background: #fff;
}
.g-card:hover .g-button.g-button--white .g-button__text,
.g-button.g-button--white .g-button__text {
  color: #36a9e1;
}
.g-card:hover .g-button.g-button--white:before,
.g-button.g-button--white:before {
  background: none !important;
}
.g-card:hover .g-button.g-button--white:hover,
.g-button.g-button--white:hover {
  background: #eeeeee;
}

/*** LOGIN BUTTON ***/
.header__top-bar__login {
  margin-right: 0;
}

/*** HTML BUTTONS ***/
button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.grid-overlay {
  display: none;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  height: 100%;
  left: 50%;
  max-width: 87.5rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}

.grid-overlay div {
  background-color: rgba(255, 0, 0, 0.1);
}

.container.container--header__top-bar {
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: space-between;
  overflow: visible;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .container.container--header__top-bar {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.header__top-bar {
  background: #eeeeee;
}

.header__top-bar__telephone-number a {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  text-decoration: none;
}

.header__top-bar__telephone-number span {
  background-clip: text;
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
  color: transparent;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__logo {
  margin-bottom: 0;
}

footer {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer li {
  margin-bottom: 0.625rem;
}

footer a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0.125rem;
  text-decoration: none;
  transition: background-size 0.35s ease;
}
footer a:hover {
  background-size: 100% 0.125rem;
}

footer a,
footer p,
footer li {
  color: #fff;
}

footer h1, footer h2, footer h3, footer h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.25rem;
}

footer h3 {
  margin-bottom: 0.9375rem;
}

.footer__newsletter {
  margin-bottom: 1.5625rem;
  max-width: 500px;
  width: 100%;
}
.footer__newsletter input {
  border-radius: 0.3125rem 0 0 0.3125rem !important;
}
.footer__newsletter input[type=submit] {
  border-radius: 0 0.3125rem 0.3125rem 0 !important;
}

.footer__social-media a {
  margin-bottom: 1.5625rem;
  margin-right: 0.625rem;
}

.footer__icon {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.footer__icon svg {
  margin-top: -0.25rem;
  width: 1.5625rem;
}
.footer__icon svg path,
.footer__icon svg circle,
.footer__icon svg rect {
  stroke: #fff;
}
.footer__icon p {
  margin: 0;
}

.footer__trustpilot {
  margin-bottom: 1.875rem;
}

.footer__trustpilot__score__image {
  width: 9.375rem;
}

.footer__icon--align-top {
  align-items: start;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-column: 1/-1;
  margin-bottom: -2.5rem;
}
@media (min-width: 768px) {
  .footer__bottom {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .footer__bottom ul {
    display: flex;
    width: 100%;
  }
}

.footer__bottom li {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .footer__bottom li {
    margin-left: 2.5rem;
  }
}

@media (max-width: 768px) {
  .footer__bottom__left {
    margin-bottom: 2.5rem;
  }
}

.footer__bottom__right__credit {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .footer__bottom__right__credit {
    margin-top: 0;
    text-align: right;
  }
}

.header__burger {
  align-items: center;
  display: none;
  justify-self: end;
}
@media (max-width: 1170px) {
  .header__burger {
    display: flex;
  }
}

.burger {
  align-items: center;
  border: none;
  box-sizing: border-box;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 1.5rem;
  justify-content: space-between;
  margin-left: 1.25rem;
  padding: 0.25rem 0;
  width: 1.875rem;
  z-index: 110;
}

.burger.open {
  position: absolute;
  right: 1.5625rem;
  top: 2.5rem;
}

.burger span {
  background: #121212;
  border-radius: 2px;
  display: block;
  height: 0.125rem;
  margin-bottom: 0;
  width: 100%;
}

.burger.open span {
  background: #fff;
}

.burger span {
  transition: transform 0.3s, opacity 0.3s;
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg) translateY(3px) translateX(4px);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(7px);
}

.container.container--nav {
  align-items: center;
  display: flex;
  grid-template-columns: auto auto auto;
  overflow: visible;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (max-width: 1170px) {
  .desktop-menu {
    display: none;
  }
}

nav {
  /*display: none;*/
  font-size: 1rem;
  text-align: left;
}
@media (min-width: 1170px) {
  nav {
    display: block;
  }
}

nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .menu-item {
  margin-bottom: 0;
  position: relative;
}

nav a {
  display: block;
  color: #121212;
  font-weight: 800;
  margin-bottom: 0;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

nav .menu > .menu-item:last-of-type a {
  padding: 1em 0 1em 1.5em;
}

nav a:hover,
nav ul:not(.sub-menu) > li.current-menu-item > a {
  color: #36a9e1;
}

/* Dropdown menu */
nav .sub-menu {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
  border-radius: 5px;
  display: none;
  flex-direction: column;
  left: 0.3125rem;
  list-style-type: none;
  padding: 0;
  position: absolute;
  min-width: max-content;
  top: 100%;
  width: max-content;
  z-index: 1000;
}

nav .sub-menu .menu-item {
  margin-bottom: 0;
  width: 100%;
}

nav .sub-menu a {
  color: #fff;
  padding: 0.8em 1.2em;
  white-space: nowrap;
}

nav .sub-menu a:hover,
nav .sub-menu .menu-item.current-menu-item > a {
  color: #121212;
}

/* Show dropdown on hover */
nav .menu-item:hover > .sub-menu {
  display: flex;
}

/* Responsive toggle (mobile menu) */
.menu-toggle {
  background-color: #222;
  color: #121212;
  cursor: pointer;
  display: none;
  padding: 1em;
}

.submenu-toggle {
  display: none;
}

/* Mobile menu media query */
@media screen and (max-width: 1170px) {
  nav .menu {
    flex-direction: column;
  }
  nav .menu-item {
    width: 100%;
  }
  /* disable hover dropdown for mobile */
  nav .menu-item:hover > .sub-menu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  nav.toggled-on .sub-menu {
    display: flex;
  }
}
/*** PROGRESSIVE DESKTOP MENU ***/
@media (min-width: 1170px) and (max-width: 1420px) {
  .menu > li:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1170px) and (max-width: 1285px) {
  .menu > li:nth-child(1) {
    display: none;
  }
}
@media (min-width: 1170px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu-wrapper {
  align-items: center;
}
@media (min-width: 1250px) {
  .mobile-menu-wrapper {
    display: flex;
  }
}

.mobile-menu-wrapper__button {
  display: none;
}

@media (max-width: 1170px) {
  header {
    z-index: 4;
  }
  .header__logo {
    margin-bottom: 0;
  }
  .container--nav {
    align-items: center;
    position: static;
  }
  .burger {
    display: flex;
  }
  .mobile-menu-wrapper {
    background: #03a2ad;
    flex-direction: column;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    width: 100%;
  }
  .mobile-menu-wrapper__button {
    display: block;
  }
  .mobile-menu-wrapper.open {
    height: calc(100vh - 6.25rem);
    opacity: 1;
    overflow: scroll;
    padding-top: 6.25rem;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 110;
  }
  .primary-menu {
    flex-direction: column;
  }
  .main-navigation {
    background: #f0f0f0;
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 100px 60px 0 60px;
    width: 100%;
    z-index: 120123;
  }
  .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 96%;
  }
  .menu-item a {
    color: #fff;
  }
  nav a:hover,
  nav ul:not(.sub-menu) > li.current-menu-item > a {
    color: #121212;
  }
  nav .sub-menu {
    background: none;
    padding-left: 2.5rem;
    position: static;
    width: 100%;
  }
  /*** SUBMENU TOGGLE ARROWS ***/
  .submenu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .submenu-toggle::before {
    background-color: #fff;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: swiper-icons;
    font-size: 20px;
    height: 20px;
    transition: transform 0.3s;
    width: 20px;
    -webkit-mask: url("/wp-content/themes/swim-expert/img/icons/chevron-down.svg") no-repeat center;
    mask: url("/wp-content/themes/swim-expert/img/icons/chevron-down.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .menu-item-has-children.open > .submenu-toggle::before {
    transform: rotate(180deg);
  }
  .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-item-has-children.open .sub-menu {
    display: block !important;
    margin: -0.625rem 0 0.625rem 0;
  }
  .g-button--request-callback {
    margin-bottom: 2.5rem;
  }
}
.g-pagination {
  display: flex;
  grid-column: 1/-1;
  justify-content: center;
}

.page-numbers {
  margin: 0 0.625rem;
  margin-top: 1.25rem;
}

.icon-telephone-number {
  margin-right: 0.625rem;
  width: 1.875rem;
}

.icon-search {
  width: 1.875rem;
}

.accordion-group {
  grid-column: 1/-1;
}

.accordion__wrapper {
  border: 1px solid #36a9e1;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.25rem;
}

.accordion {
  border-radius: 7px;
  grid-column: 4/span 6;
  margin: 0;
  padding: 0;
  width: 100%;
}

.accordion h3 {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.accordion > * + * {
  border-top: 1px solid hsl(0, 0%, 52%);
}

.accordion-trigger {
  background: none;
  border: none;
  border-radius: 10px 10px 0 0;
  color: hsl(0, 0%, 13%);
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  outline: none;
  padding: 1.25rem;
  position: relative;
  text-align: left;
  width: 100%;
}

/*.accordion-trigger:focus,
.accordion-trigger:hover {
	background: hsl(216deg 94% 94%);
}*/
.accordion-trigger:focus {
  outline: 4px solid transparent;
}

.accordion > *:first-child .accordion-trigger,
.accordion > *:first-child {
  border-radius: 10px;
}

.accordion > *:last-child .accordion-trigger,
.accordion > *:last-child {
  border-radius: 10px;
}

.accordion__button {
  border-style: none;
}

.accordion button::-moz-focus-inner {
  border: 0;
}

.accordion-title {
  border: transparent 2px solid;
  border-radius: 5px;
  display: block;
  font-weight: 800;
  margin: 0;
  outline: none;
  padding: 0.625rem;
  pointer-events: none;
}

.accordion-trigger:focus .accordion-title {
  border-color: hsl(216, 94%, 43%);
}

.accordion-icon {
  border: solid currentcolor;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.accordion-trigger:focus .accordion-icon,
.accordion-trigger:hover .accordion-icon {
  border-color: hsl(216, 94%, 43%);
}

.accordion-trigger[aria-expanded=true] .accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.accordion-panel {
  margin: 0;
  padding: 1rem 1.5rem;
}

/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  border: 1px solid hsl(0, 0%, 42%);
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.5rem;
}

.banner__wrapper {
  border-radius: 20px;
  position: relative;
}

.container.container--banner {
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
}

.banner__image {
  width: 100%;
}

.banner__text {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .banner__text {
    padding: 4.6875rem;
  }
}
.banner__text p[style*="text-align: center"], .banner__text h1[style*="text-align: center"], .banner__text h2[style*="text-align: center"], .banner__text h3[style*="text-align: center"] {
  margin: 0 auto 1.25rem auto;
}

.banner__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
  border-radius: 20px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*** COLOUR CONFIGURATION ***/
/* BG COLOUR */
.banner__wrapper--white {
  background: #fff;
}
.banner__wrapper--white p, .banner__wrapper--white h1, .banner__wrapper--white h2, .banner__wrapper--white h3 {
  color: #121212;
}

.banner__wrapper--grey {
  background: #eeeeee;
}
.banner__wrapper--grey p, .banner__wrapper--grey h1, .banner__wrapper--grey h2, .banner__wrapper--grey h3 {
  color: #121212;
}

.banner__wrapper--blue {
  background: #36a9e1;
}
.banner__wrapper--blue p, .banner__wrapper--blue h1, .banner__wrapper--blue h2, .banner__wrapper--blue h3 {
  color: #fff;
}

.banner__wrapper--green {
  background: #03a2ad;
}
.banner__wrapper--green p, .banner__wrapper--green h1, .banner__wrapper--green h2, .banner__wrapper--green h3 {
  color: #fff;
}

.banner__wrapper--gradient {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}
.banner__wrapper--gradient p, .banner__wrapper--gradient h1, .banner__wrapper--gradient h2, .banner__wrapper--gradient h3 {
  color: #fff;
}

/* OVERLAY COLOUR */
.banner-overlay--white p, .banner-overlay--white h1, .banner-overlay--white h2, .banner-overlay--white h3 {
  color: #121212;
}
.banner-overlay--white .overlay {
  background: rgba(255, 255, 255, 0.8);
}

.banner-overlay--grey p, .banner-overlay--grey h1, .banner-overlay--grey h2, .banner-overlay--grey h3 {
  color: #121212;
}
.banner-overlay--grey .overlay {
  background: rgba(238, 238, 238, 0.8);
}

.banner-overlay--blue p, .banner-overlay--blue h1, .banner-overlay--blue h2, .banner-overlay--blue h3 {
  color: #fff;
}
.banner-overlay--blue .overlay {
  background: rgba(54, 169, 225, 0.8);
}

.banner-overlay--green p, .banner-overlay--green h1, .banner-overlay--green h2, .banner-overlay--green h3 {
  color: #fff;
}
.banner-overlay--green .overlay {
  background: rgba(3, 162, 173, 0.8);
}

.banner-overlay--gradient p, .banner-overlay--gradient h1, .banner-overlay--gradient h2, .banner-overlay--gradient h3 {
  color: #fff;
}
.banner-overlay--gradient .overlay {
  background: linear-gradient(90deg, rgba(54, 169, 225, 0.8) 1%, rgba(3, 162, 173, 0.8) 100%);
}

.g-background-white + .g-background-white .container--brochure,
.g-background-grey + .g-background-grey .container--brochure,
.g-background-blue + .g-background-blue .container--brochure,
.g-background-green + .g-background-green .container--brochure,
.g-background-gradient + .g-background-gradient .container--brochure {
  padding-top: 1.5625rem !important;
}

@media (max-width: 768px) {
  .divider + div .container--brochure {
    padding-bottom: 4.0625rem !important;
    padding-top: 4.0625rem !important;
  }
}
@media (min-width: 768px) {
  .divider + div .container--brochure {
    padding-top: 7.8125rem !important;
  }
}

@media (min-width: 768px) {
  #main .container--brochure {
    gap: 5rem;
    grid-template-columns: 50% 50%;
  }
}

.brochure__img {
  border: 1px solid #121212;
  margin-left: 1.5625rem;
  transform: rotate(5deg);
  width: 75% !important;
}
@media (min-width: 768px) {
  .brochure__img {
    margin-left: 0;
  }
}

html,
body {
  overflow-x: hidden;
}

.swiper-container {
  display: flex;
  width: 100%;
}

.g-card {
  background: none;
  border-radius: 30px;
  color: inherit;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.g-card__image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.g-card__image img {
  border-radius: 20px 20px 0 0 !important;
  transition: transform 0.4s ease;
  will-change: transform;
}

.g-card__text {
  /*margin-top: rem(20);*/
  padding: 1.875rem;
}

.g-card__heading-wrapper + div,
.g-card__heading-wrapper + p:not(.venues__town) {
  margin-top: 1.25rem;
}

.g-pre-heading {
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.g-card__heading-wrapper {
  margin-bottom: 20px;
}

.g-card__heading {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 0.125rem;
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: inline;
  transition: background-size 0.35s ease;
}

.g-card h1.g-card__heading {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.g-card__button {
  align-self: start;
}

.g-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.g-read-more {
  bottom: 1.875rem;
  font-weight: 800;
  left: 1.875rem;
  margin-bottom: 0;
  position: absolute;
}

.card {
  display: flex;
  flex-direction: column;
  grid-column: span 3;
  text-align: center;
}

.g-card img,
.card__image {
  /*height: 100%;
  margin-bottom: rem(20);
  object-fit: cover;
  width: 100%;*/
}

.venues__list {
  display: grid;
  gap: 1.25rem;
  grid-column: 1/-1;
  grid-template-columns: repeat(12, 1fr);
}

.venues__list-item {
  grid-column: span 3;
  list-style-type: none;
}

.swiper-container {
  width: 100vw;
}

/*** ANIMATIONS ***/
.g-card--lift-card:hover {
  transform: translateY(-5px);
}

.g-card--image-zoom:hover .g-card__image img {
  transform: scale(1.1);
}

.contact__method:hover .g-card__heading,
.g-card--underline-heading:hover .g-card__heading {
  background-size: 100% 0.125rem;
}

/*** BORDER ***/
.g-card--image-padding {
  padding: 1.875rem;
}
.g-card--image-padding .g-card__text {
  padding: 1.875rem 0 0 0;
}

.g-card--image-no-padding .g-card__image,
.g-card--image-no-padding img {
  border-radius: 20px 20px 0 0 !important;
}
.g-card--image-no-padding .g-card__text {
  padding-top: 1.875rem;
}

.venues .g-card--image-no-padding .g-card__text {
  padding-top: 1.875rem;
}

.venues .g-card__heading-wrapper {
  margin-bottom: 0;
}

/*** IMAGE CURVE ***/
.g-card--curve .g-card__image {
  border-radius: 22px 22px 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-image: url(/wp-content/themes/swim-expert/img/image-curve.svg);
  mask-image: url(/wp-content/themes/swim-expert/img/image-curve.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.g-card--curve .g-card__image img {
  height: 100%;
  margin-bottom: 1.25rem;
  object-fit: cover;
  width: 100%;
}

/*** SHADOW ***/
.g-card--shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.g-card--shadow:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

/*** BUTTON POSITION ***/
/*.g-card--vertical.g-card--natural { THIS WAS BREAKING TEAM CARDS
	padding-bottom: 0;
}*/
@media (min-width: 768px) {
  .g-card--bottom .g-button {
    bottom: 1.875rem;
    left: 1.875rem;
    position: absolute !important;
  }
}
/*** VERTICAL SETUP ***/
@media (min-width: 768px) {
  .g-card--show.g-card--bottom {
    padding-bottom: 5rem;
  }
  /*.g-card--vertical .cards__text,
  .cards__item.cards--vertical .cards__text {
  	margin-top: rem(30);
  }*/
}
/*** CASE STUDIES CARD TEMP FIX AS BUTTON BOTTOM TO FAR AWAY FROM TEXT ***/
@media (min-width: 768px) {
  .case-studies .g-card--show.g-card--bottom {
    padding-bottom: 3.125rem;
  }
}

/*** HORIZONTAL SETUP ***/
@media (min-width: 768px) {
  .g-card--horizontal .g-card__text {
    padding: 1.875rem;
  }
}

@media (min-width: 768px) {
  .g-card--horizontal {
    flex-direction: row;
    padding: 0;
  }
  .cards--horizontal.g-card {
    align-items: center;
  }
  .g-card--horizontal .g-card__image {
    border-radius: 30px 0 0 30px !important;
    height: 100%;
    width: 50%;
  }
  .g-card--horizontal .cards__image__img,
  .g-card--horizontal .g-card__image img {
    border-radius: 30px 0 0 30px !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .g-card--horizontal .cards__text {
    position: relative;
    width: calc(50% - 2.5rem);
  }
  .g-card--horizontal .g-button {
    margin-bottom: 0;
  }
}
/* IMAGE POSITION */
@media (min-width: 768px) {
  .g-card--horizontal.g-card--image-position-right {
    flex-direction: row-reverse;
  }
  .g-card--horizontal.g-card--image-position-right .g-card__image,
  .g-card--horizontal.g-card--image-position-right .g-card__text {
    flex: 0 0 50%;
  }
  .g-card--horizontal.g-card--image-position-right .g-card__text {
    box-sizing: border-box;
  }
  .g-card--horizontal.g-card--image-position-right .g-card__image,
  .g-card--horizontal.g-card--image-position-right .cards__image__img,
  .g-card--horizontal.g-card--image-position-right .g-card__image img {
    border-radius: 0 30px 30px 0 !important;
  }
}
/*** COLOUR CONFIGURATION ***/
/* WHITE */
.g-card--white {
  background: #fff;
}
.g-card--white.g-card--border {
  border: 1px solid #03a2ad;
}
.g-card--white .g-button {
  background: linear-gradient(90deg, rgb(3, 162, 173) 1%, rgb(54, 169, 225) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.g-background-white .g-card--border {
  border: 1px solid #03a2ad;
}

/* GREY */
.g-card--grey {
  background: #eeeeee;
}
.g-card--grey .g-card--border {
  border: 1px solid #03a2ad;
}

.g-background-grey .g-card--border {
  border: 1px solid #03a2ad;
}

/* BLUE */
.g-card--blue {
  background: #36a9e1;
}
.g-card--blue .g-card--border {
  border: 1px solid #fff;
}

.g-background-blue .g-card--border {
  border: 1px solid #fff;
}

/* GREEN */
.g-card--green {
  background: #03a2ad;
}
.g-card--green .g-card--border {
  border: 1px solid #fff;
}

.g-background-green .g-card--border {
  border: 1px solid #fff;
}

/* GRADIENT */
.g-card--gradient {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}
.g-card--gradient .g-card--border {
  border: 1px solid #fff;
}

.g-background-gradient .g-card--border {
  border: 1px solid #fff;
}

/*** CARD TEXT COLOUR OVERRIDE ***/
.g-card--white p,
.g-card--white h2,
.g-card--white h3,
.g-card--white li,
.g-card--grey p,
.g-card--grey h2,
.g-card--grey h3,
.g-card--grey li {
  color: #121212;
}

.g-card--blue p,
.g-card--blue h2,
.g-card--blue h3,
.g-card--blue li,
.g-card--green p,
.g-card--green h2,
.g-card--green h3,
.g-card--green li,
.g-card--gradient p,
.g-card--gradient h2,
.g-card--gradient h3,
.g-card--gradient li {
  color: #fff;
}

.container--contact {
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .container--contact {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact__method {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.contact__icon-wrapper {
  align-items: center;
  border-radius: 4.375rem;
  display: flex;
  height: 3.4375rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 1.25rem;
  position: relative;
  width: 3.4375rem;
}

.contact__text {
  color: #121212;
  font-size: 1.875rem;
  text-decoration: none;
}

.g-background-blue .contact__icon-wrapper,
.g-background-green .contact__icon-wrapper,
.g-background-gradient .contact__icon-wrapper {
  background: #fff;
}
.g-background-blue .contact__icon-wrapper svg path,
.g-background-blue .contact__icon-wrapper svg rect,
.g-background-green .contact__icon-wrapper svg path,
.g-background-green .contact__icon-wrapper svg rect,
.g-background-gradient .contact__icon-wrapper svg path,
.g-background-gradient .contact__icon-wrapper svg rect {
  stroke: #03a2ad;
}

.g-background-white .contact__icon-wrapper,
.g-background-grey .contact__icon-wrapper {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}
.g-background-white .contact__icon-wrapper svg path,
.g-background-white .contact__icon-wrapper svg rect,
.g-background-grey .contact__icon-wrapper svg path,
.g-background-grey .contact__icon-wrapper svg rect {
  stroke: #fff;
}

.container--divider {
  padding-bottom: 0;
  padding-top: 0;
}

.divider__line {
  display: block;
  height: 1px;
  width: 100vw;
}

/*** COLOUR CONFIGURATION ***/
/* BACKGROUND */
.g-background-white + .divider {
  background: #fff;
}

.g-background-grey + .divider {
  background: #eeeeee;
}

.g-background-blue + .divider {
  background: #36a9e1;
}

.g-background-green + .divider {
  background: #03a2ad;
}

.g-background-gradient + .divider {
  background: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}

/* LINE */
.g-background-white + .divider .divider__line,
.g-background-grey + .divider .divider__line {
  background: #121212;
}

.g-background-blue + .divider .divider__line,
.g-background-green + .divider .divider__line,
.g-background-gradient + .divider .divider__line {
  background: #fff;
}

.container--google-reviews {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .container--google-reviews {
    grid-template-columns: repeat(3, 1fr);
  }
}

.google-reviews__item {
  background: #fff;
  padding: 1.875rem;
}

.google_reviews__star {
  color: #fabd05;
  font-size: 1.25rem;
}

.google-reviews__author-logo {
  align-items: center;
  display: flex;
}

.google-reviews__logo {
  height: auto;
  margin-right: 0.625rem;
  object-fit: fill !important;
  width: 1.875rem !important;
}

.google_reviews__author {
  font-weight: 800;
  margin: 0;
}

.featured-review {
  width: 100%;
}

.featured-review__stars {
  margin-bottom: 2.5rem;
}

.featured-review__star {
  font-size: 2.5rem;
}

.featured-review__quote-mark {
  font-size: 2.8125rem;
  font-style: italic;
  line-height: 0;
  margin-right: 0.3125rem;
}
@media (min-width: 768px) {
  .featured-review__quote-mark {
    font-size: 2.1875rem;
  }
}

.featured-review__review p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .featured-review__review p {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

.featured-review__author {
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

/*** COLOUR CONFIGURATION ***/
.g-background-white .featured-review__star,
.g-background-grey .featured-review__star {
  color: linear-gradient(90deg, rgb(54, 169, 225) 1%, rgb(3, 162, 173) 100%);
}

.g-background-blue .featured-review__star,
.g-background-green .featured-review__star,
.g-background-gradient .featured-review__star {
  color: #fff;
}

.nf-form-cont {
  grid-column: 1/-1;
}

.nf-field-container {
  margin-bottom: 0 !important;
}

nf-fields-wrap {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 500px) {
  nf-fields-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

nf-fields-wrap > * {
  min-width: 0;
}

input,
textarea,
select {
  font-size: 1rem;
  padding: 0.625rem;
}

input:not([type=submit]),
textarea,
select {
  border: none;
  border-radius: 0.3125rem;
}

input[type=submit] {
  border: none !important;
}

select {
  padding: 0.8125rem 0;
}

.nf-error-msg {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.nf-response-msg p {
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.nf-error .ninja-forms-field {
  border: 1px solid #03a2ad !important;
}

/*** HIDE TITLE AND MANDATORY TEXT ***/
.nf-form-title,
.nf-before-form-content {
  display: none;
}

/*** FOOTER NEWSLETTER SIGNUP FORM ***/
footer .nf-form-cont {
  margin-top: 0.9375rem;
}
footer label {
  display: none;
}
footer .nf-error-msg,
footer .ninja-forms-req-symbol {
  color: #fff !important;
}
footer input {
  border: none !important;
}
footer .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
footer nf-field:first-of-type {
  width: calc(100% - 4.375rem);
}
footer nf-field:last-of-type {
  width: 4.375rem;
}
footer input[type=submit] {
  background: #eeeeee;
  border: none;
  border-radius: 0;
}

/*** REQUEST A CALLBACK FORM ***/
nf-fields-wrap > nf-field:nth-child(7) {
  grid-column: 1/-1;
}

#nf-form-1-cont nf-fields-wrap > nf-field:nth-child(7),
#nf-form-5-cont nf-fields-wrap > nf-field:nth-child(7) {
  grid-column: auto;
}

/*** COLOUR CONFIGURATION ***/
.nf-error-msg,
.ninja-forms-req-symbol {
  color: #03a2ad !important;
}

.g-background-blue .nf-error-msg,
.g-background-blue .ninja-forms-req-symbol,
.g-background-green .nf-error-msg,
.g-background-green .ninja-forms-req-symbol,
.g-background-gradient .nf-error-msg,
.g-background-gradient .ninja-forms-req-symbol {
  color: #fff !important;
}

/*** COLOUR CONFIGURATION ***/
.g-background-white input:not([type=submit]),
.g-background-white textarea,
.g-background-white select,
.g-background-grey input:not([type=submit]),
.g-background-grey textarea,
.g-background-grey select {
  border: 1px solid #121212;
}

.g-background-blue input:not([type=submit]),
.g-background-blue textarea,
.g-background-blue select,
.g-background-green input:not([type=submit]),
.g-background-green textarea,
.g-background-green select,
.g-background-gradient input:not([type=submit]),
.g-background-gradient textarea,
.g-background-gradient select {
  border: 1px solid #fff;
}

.container--image {
  grid-template-columns: repeat(1, 1fr);
}

.image .g-container-width-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.image .g-container-width-full .image__image {
  border-radius: 0 !important;
  width: 100%;
}

.image__image {
  width: 100%;
}

.landing-page .header__burger,
.landing-page .live-search,
.landing-page nav,
.landing-page .icon-search,
.landing-page .trustpilot-fixed,
.landing-page .member-login-button,
.landing-page .footer__column:not(:first-of-type),
.landing-page .footer__bottom__right {
  display: none;
}
.landing-page .container.container--header__top-bar {
  justify-content: end;
}

@media (min-width: 768px) {
  .leave-a-review .container {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.leave-a-review__intro-text {
  grid-column: 1/-1;
  margin-bottom: -2.5rem;
}
.leave-a-review__intro-text [style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}

.leave-a-review__left,
.leave-a-review__right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.leave-a-review__img {
  height: 100px;
  margin-bottom: 20px;
  width: auto !important;
}

.locations__list {
  column-count: 1;
  column-gap: 20px;
  grid-column: 1/-1;
  padding: 0;
}

@media (min-width: 768px) {
  .locations__list--columns-4 {
    column-count: 4;
  }
  .locations__list--columns-3 {
    column-count: 3;
  }
  .locations__list--columns-2 {
    column-count: 2;
  }
}
.locations__list__item {
  list-style-type: none;
}
.locations__list__item a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 1.375rem;
  margin-bottom: 0;
  padding-bottom: 0.125rem;
  text-decoration: none;
  transition: background-size 0.35s ease;
}
.locations__list__item a:hover {
  background-size: 100% 0.125rem;
}

.locations__list__item__special-offer-text {
  font-weight: 600;
}

.container--logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.logos__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 1.875rem);
}
@media (min-width: 768px) {
  .logos__logo {
    width: calc(25% - 1.875rem);
  }
}

.logos__logo img {
  border-radius: 0 !important;
  max-width: 100%;
  max-height: 6.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.swiper-carousel-logos .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
}
.swiper-carousel-logos .swiper-slide img {
  border-radius: 0 !important;
  height: auto;
  max-height: 6.25rem;
  max-width: 80%;
  margin: 0 auto;
  object-fit: contain;
  width: auto;
}

.venue-map {
  border-radius: 1.25rem;
  grid-column: 1/-1;
  height: 400px;
  max-width: 100%;
  width: 100%;
}

.container--news {
  display: grid;
  gap: 1.875rem;
  padding-top: 6.25rem !important; /* UPDATE WITH BACKGROUND CSS LOGIC */
}

@media (max-width: 900px) {
  .news__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news__block {
    grid-template-columns: 1fr;
  }
}
.news__date {
  font-style: italic;
  margin-bottom: 1.25rem;
  margin-top: 0.625rem !important;
}

.container.g-container-masonry {
  display: block;
  box-sizing: border-box;
  /*padding: rem(100) 0 rem(200) 0;*/
  padding-left: 0;
  padding-right: 0;
}

.container.g-container-masonry .masonry-item {
  width: 100%;
}

@media (min-width: 768px) {
  .container.g-container-masonry.g-container-columns-2 .masonry-item {
    width: calc(50% - 0.9375rem);
  }
}

@media (min-width: 768px) {
  .container.g-container-masonry.g-container-columns-3 .masonry-item {
    width: calc(33.333% - 1.25rem);
  }
}

@media (min-width: 768px) {
  .container.g-container-masonry.g-container-columns-4 .masonry-item {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1400px) {
  .container.g-container-masonry.g-container-columns-4 .masonry-item {
    width: calc(25% - 1.5625rem);
  }
}

.masonry-item {
  box-sizing: border-box;
  /*display: block;*/
  width: 100%;
}

.masonry-item {
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  width: 100%;
}

#load-more,
.classic-pagination {
  border: none;
  grid-column: 1/-1;
  justify-self: center;
  margin-top: 3.75rem;
  width: auto;
}

.g-container-masonry #load-more,
.g-container-masonry .classic-pagination {
  bottom: -40px;
  clear: both;
  left: 50%;
  position: absolute;
  margin: 5.625rem auto;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 768px) {
  .g-container-masonry #load-more {
    bottom: -100px;
  }
}

.g-container-masonry,
#cpt-container {
  overflow: visible;
}

/*#cpt-container {
	border: 2px solid right;
    margin-left: -15px;
    margin-right: -15px;
}*/
/*.page-id-670 .g-container-width-wide {
	max-width: rem(1500) !important;

	#cpt-container {
		padding: 0 rem(50);
	}
}*/
.news-single__date {
  font-weight: 600;
  margin-top: -3.125rem;
}

.news-single__content p {
  max-width: 100ch;
}
.news-single__content p + h2 {
  margin-top: 2.5rem;
}

.news-single__latest-news__heading {
  grid-column: 1/-1;
  margin: 0 auto;
  text-align: center;
}

.news-single__image img {
  border-radius: 1.25rem;
  max-width: 50rem;
  width: 100%;
}

.g-popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.g-popup__close {
  cursor: pointer;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
}

.g-popup__close line {
  stroke: #fff;
}

.g-popup__form {
  background: #fff;
  border-radius: 10px;
  display: flex;
  max-height: 80vh;
  max-width: 31.25rem;
  overflow: hidden;
  width: 90%;
}
@media (min-width: 768px) {
  .g-popup__form {
    max-height: 90vh;
  }
}

.g-popup__form__scroll {
  flex: 1;
  overflow: auto;
  padding: 1.875rem;
}

.g-popup nf-fields-wrap {
  gap: 0.625rem;
  grid-template-columns: 1fr;
}

/*** HIDE PRE FORM TEXT ON SUBMISSION SO SUCCESS MESSAGE IS DISPLAYED ON IT'S OWN ***/
.ninja-form-submitted .g-popup__hide-on-submission {
  display: none;
}

.search-toggle {
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .search-toggle {
    display: none;
  }
}

.icon-search {
  cursor: pointer;
}

.container--search {
  display: none;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  overflow: visible;
  position: relative;
}

.container--search.active {
  display: block;
}

.search {
  align-items: center;
  background: #36a9e1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.live-search {
  /*grid-column: 1 / -1;*/
  width: 100%;
}
@media (min-width: 768px) {
  .live-search {
    width: 25rem;
  }
}

.live-search--desktop {
  display: none;
}
@media (min-width: 768px) {
  .live-search--desktop {
    display: block;
  }
}

.live-search-field {
  position: relative;
}

.live-search-clear {
  background: none;
  border: 0;
  color: #36a9e1;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) {
  .live-search-clear {
    right: -1.875rem;
  }
}

.live-search-field.has-value .live-search-clear {
  opacity: 1;
  pointer-events: auto;
}

.live-search-input {
  margin-bottom: 0;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  width: calc(100% - 2.5rem);
}
@media (min-width: 768px) {
  .live-search-input {
    width: 25rem;
  }
}

.live-search-results {
  background: #eeeeee;
  border: none;
  border-radius: 5px !important;
  left: 1.25rem;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: calc(100% - 2.5rem);
  z-index: 1000;
}
@media (min-width: 768px) {
  .live-search-results {
    width: 27.4375rem;
  }
}
.live-search-results:not(:empty) {
  border: 2px solid #36a9e1;
}
.live-search-results a {
  color: #36a9e1 !important;
  font-weight: 600;
  margin-bottom: 0;
}

.search-result {
  display: block;
  padding: 0.75rem 0.75rem;
  text-decoration: none;
}

.search-result__type {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.7;
}

.search-result__title {
  display: block;
  line-height: 1.3;
  margin-bottom: 0;
}

.live-search-input {
  border-radius: 5px !important;
}

.search-result:hover {
  background: #f5f5f5;
}

@media (min-width: 768px) {
  .split-content .container {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.split-content img {
  width: 100%;
}

/*** SPLIT VERTICAL ALIGNMENT ***/
.split-content--top .container {
  align-items: start;
}

.split-content--middle .container {
  align-items: center;
}

.split-content--bottom .container {
  align-items: end;
}

/*** SPLIT FULLSCREEN ***/
.split-content--fullscreen,
.split-content--fullscreen .container {
  height: 100vh;
  margin: 6.25rem 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.split-content--fullscreen .split-content__left,
.split-content--fullscreen .split-content__right,
.split-content--fullscreen .container .split-content__left,
.split-content--fullscreen .container .split-content__right {
  height: 100%;
}
.split-content--fullscreen .split-content__left,
.split-content--fullscreen .container .split-content__left {
  align-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-left: 8.125rem;
  width: 100%;
  max-width: 50vw;
}
.split-content--fullscreen img,
.split-content--fullscreen .container img {
  display: block;
  height: 100vh;
  object-fit: cover;
  height: 100%;
}

/*** IMAGE OBJECT FIT COVER - GROWS WITH TEXT ***/
.g-object-fit {
  height: 100%;
}
.g-object-fit img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.split-content .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.split-content .swiper-wrapper {
  display: flex;
}
.split-content .swiper-slide {
  width: 100% !important; /* or 100% if you want full-width slides */
  height: auto;
}

.split-staggered {
  display: grid;
}
@media (min-width: 768px) {
  .split-staggered {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .split-staggered:not(:first-of-type) {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .split-staggered:nth-child(even) .split-staggered__left {
    order: 2;
  }
  .split-staggered:nth-child(even) .split-staggered__right {
    order: 1;
  }
}

.split-staggered__image {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .split-staggered__image {
    height: 100%;
    margin-bottom: 0;
  }
}

.split-staggered img {
  border-radius: 1.25rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.team__photo {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.team-profile__expertise,
.team-profile__qualifications {
  border-radius: 20px;
  padding: 2.5rem;
}
.team-profile__expertise ul,
.team-profile__qualifications ul {
  padding: 0;
}
.team-profile__expertise li,
.team-profile__qualifications li {
  color: #fff;
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}
.team-profile__expertise li:before,
.team-profile__qualifications li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0; /* aligns with text */
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url("../img/icons/circle-check-white-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper {
  padding-bottom: 3.125rem !important;
}

.swiper-carousel {
  grid-column: 1/-1 !important;
  width: 100% !important;
}

.swiper-wrapper {
  padding-bottom: 3.125rem;
}

.swiper-pagination {
  text-align: right !important;
}

.swiper-button-prev,
.swiper-button-next {
  background: #03a2ad;
  border-radius: 100px;
  bottom: 0 !important;
  height: 1.5625rem !important;
  padding: 10px;
  top: auto !important;
  width: 1.5625rem !important;
  z-index: 100 !important;
}

.swiper-button-next {
  left: 4.375rem !important;
  right: auto !important;
}

.swiper-navigation-icon path {
  fill: #fff;
}

.swiper-pagination-bullet-active {
  background: #03a2ad !important;
}

.g-container-width-full .swiper-pagination {
  width: calc(100% - 6.25rem) !important;
}
.g-container-width-full .swiper-button-prev {
  left: 6.25rem !important;
}
.g-container-width-full .swiper-button-next {
  left: 10.625rem !important;
}

.text .container {
  gap: 0;
}

.text .container > * {
  grid-column: 1/-1;
  margin-top: 0;
}
.text .container > *[style*="text-align: center"] {
  margin-left: auto;
  margin-right: auto;
}

/*** THIS ENSURES CONSISTENT BOTTOM PADDING ***/
.text .container > *:last-child {
  margin-bottom: 0;
}

/*** BUTTON FOLLOWING TEXT ***/
.text .container > .g-button:last-child {
  margin-top: 1.25rem !important;
}

/*** BUTTON ALIGNMENT ***/
.text .container > *.g-button--center {
  justify-self: start;
}

.text .container > *[style*="text-align: center"] + .g-button--center {
  justify-self: center;
}

.container--trustpilot-summary {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .container--trustpilot-summary {
    margin-bottom: -60px;
  }
}

.truspilot__logo {
  max-width: 300px !important;
  width: 100% !important;
}

.trustpilot__score {
  text-align: center;
}

.trustpilot__item {
  background: #fff;
}

.trustpilot__score__image {
  border-radius: 0 !important;
  margin-bottom: 10px;
  max-width: 200px !important;
  width: 100% !important;
}

.trustpilot__score__text {
  font-size: 20px;
  font-weight: 800;
}

.container--trustpilot {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .container--trustpilot {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .trustpilots__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .trustpilots__block {
    grid-template-columns: 1fr;
  }
}
.trustpilot__item {
  padding: 1.875rem;
}

.trustpilot-item h3 {
  color: #121212;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.trustpilot__content {
  color: #121212;
  margin-bottom: 1.25rem;
}
.trustpilot__content p {
  margin: 0;
}

.trustpilot__author {
  border-top: 1px solid #03a2ad;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 1rem;
}
.trustpilot__author p {
  margin-bottom: 0;
}

.trustpilot__badge {
  align-items: center;
  color: pink;
  display: inline-flex;
  font-weight: 700;
  gap: 8px;
  margin-top: 2.5rem;
}
.trustpilot__badge img {
  height: 1.375rem;
  width: auto;
}

.trustpilot-stars {
  display: inline-flex;
  gap: 0.125rem;
}
.trustpilot-stars .star {
  align-items: center;
  color: #ccc;
  display: flex;
  height: 1.375rem;
  font-size: 1.25rem;
  justify-content: center;
  transition: color 0.3s;
  width: 1.375rem;
}
.trustpilot-stars .star.filled {
  background: #00b67a;
  color: #fff; /* Trustpilot green */
}

#cpt-container,
#trustpilot-container {
  display: grid;
  gap: 2.5rem;
  grid-column: 1/-1;
  /*grid-template-columns: repeat(3, 1fr);*/
}

@media (max-width: 900px) {
  .trustpilots__block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .trustpilots__block {
    grid-template-columns: 1fr;
  }
}
.trustpilot-item h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.trustpilot__content {
  margin-bottom: 1.25rem;
}
.trustpilot__content p {
  margin: 0;
}

.trustpilot__author {
  border-top: 1px solid #03a2ad;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 1rem;
}
.trustpilot__author p {
  margin-bottom: 0;
}

.trustpilot__badge {
  align-items: center;
  color: yellow;
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
.trustpilot__badge img {
  height: 1.375rem;
  width: auto;
}

.trustpilot-stars {
  display: inline-flex;
  gap: 0.125rem;
}
.trustpilot-stars .star {
  font-size: 1.25rem;
  color: #ccc;
  transition: color 0.3s;
}
.trustpilot-stars .star.filled {
  background: #00b67a;
  color: #fff;
}

/*** GENERIC ***/
.trustpilot-fixed {
  background: #fff;
  border-radius: 0.3125rem 0 0 0.3125rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  position: fixed;
  right: 0;
  top: 75%;
  transform: translateY(-25%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 110;
}
@media (min-width: 768px) {
  .trustpilot-fixed {
    top: 50%;
    transform: translateY(-50%);
  }
}

.trustpilot-fixed__hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-35%);
}

.trustpilot-fixed__image {
  max-width: 9.375rem;
  width: 100%;
}

/*** PREVIEW ***/
.trustpilot-fixed-preview {
  align-items: space-between;
  cursor: pointer;
  height: 7.5rem;
  justify-content: space-between;
  width: 7.5rem;
}

.trustpilot-fixed-preview img {
  margin-bottom: 0.625rem;
  width: 100%;
}

.trustpilot-fixed-preview .trustpilot__score__text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.trustpilot-fixed-preview .trustpilot__score__text-description {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

/*** REVIEWS ***/
.trustpilot-fixed-reviews {
  display: none;
  height: 80vh;
  max-width: 25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}

/* TOP FIXED OVERALL SCORE */
.trustpilot-fixed-reviews__score {
  align-items: center;
  border-bottom: 1px solid #121212;
  display: flex;
  flex-direction: column;
  position: relative;
}

.trustpilot-fixed-reviews__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.trustpilot-fixed-reviews__score__image {
  margin: 1.25rem 0;
  width: 9.375rem !important;
}

/* SCROLLING SECTION */
.trustpilot-fixed-reviews__scroll {
  overflow-y: scroll;
}

.trustpilot-fixed-reviews__review {
  border-bottom: 1px solid #121212;
  padding: 1.25rem 0;
}

.trustpilot-fixed-reviews__review:not(:first-of-type) {
  padding-top: 1.25rem;
}

.trustpilot-fixed-reviews__review__author {
  border-top: none;
  padding-top: 0;
}

.container--features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.features__heading {
  grid-column: 1/-1;
  text-align: center;
  width: 100%;
}

.features__feature {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (min-width: 768px) {
  .features__feature {
    width: calc(25% - 2.5rem);
  }
}

.features__icon {
  border-radius: 0 !important;
  margin-bottom: 0.625rem;
}

.features__icon svg {
  height: 50px;
  width: auto;
}

.features__name,
.features__name span {
  font-size: 1.25rem;
}

.features__icon-length {
  transform: rotate(-45deg);
}

.features__icon-depth {
  position: relative;
  top: -0.625rem;
  transform: rotate(45deg);
}

/*** COLOUR CONFIGURATION ***/
.g-background-white .features__icon svg path,
.g-background-white .features__icon svg circle,
.g-background-white .features__icon svg rect,
.g-background-grey .features__icon svg path,
.g-background-grey .features__icon svg circle,
.g-background-grey .features__icon svg rect {
  border: 10px solid orange;
  stroke: #03a2ad;
}

.g-background-blue .features__icon svg,
.g-background-green .features__icon svg,
.g-background-gradient .features__icon svg {
  stroke: #fff;
}

.container--venues {
  display: grid;
  gap: 1.875rem;
}

h3.venues__county {
  margin-bottom: 0;
}

/*** SPLIT STAGGERED MUST BE ONE COLUMN ***/
.venues--split-staggered .container {
  grid-template-columns: repeat(1, 1fr);
}

.video__upload {
  position: relative;
}

.video__play-icon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: grid;
  inset: 0;
  place-items: center;
  position: absolute;
  transition: opacity 0.3s ease;
}
.video__play-icon svg {
  height: 100px;
  width: 100px;
}

.video__upload.is-playing .video__play-icon {
  opacity: 0;
  pointer-events: none;
}

.video__embed,
.video__upload {
  aspect-ratio: 16/9;
  grid-column: 1/-1;
}

.video__embed iframe,
.video__upload video {
  width: 100%;
  height: 100%;
  display: block;
}

video {
  border-radius: 30px;
}

/*.g-card__image img,
.g-card--horizontal .g-card__image,
.g-card--horizontal .cards__image__img,
.g-card--horizontal .g-card__image,
.g-card--image-no-border .g-card__image,
* {
	border-radius: 0 !important;
}*/