/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
:root {
  --size-xs: 20px;
  --size-sm: 40px;
  --size-md: 60px;
  --size-lg: 80px;
  --size-xl: 120px;
}

@media (max-width: 1200px) {
  :root {
    --size-xs: 10px;
    --size-sm: 20px;
    --size-md: 40px;
    --size-lg: 60px;
    --size-xl: 100px;
  }
}
@media (max-width: 768px) {
  :root {
    --size-xs: 10px;
    --size-sm: 20px;
    --size-md: 30px;
    --size-lg: 50px;
    --size-xl: 80px;
  }
}
/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-color: #F2FBF6;
  color: #04311C;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.pt-sm {
  padding-top: var(--size-sm);
}

.pt-md {
  padding-top: var(--size-md);
}

.pt-lg {
  padding-top: var(--size-lg);
}

.pt-xl {
  padding-top: var(--size-xl);
}

.pb-sm {
  padding-bottom: var(--size-sm);
}

.pb-md {
  padding-bottom: var(--size-md);
}

.pb-lg {
  padding-bottom: var(--size-lg);
}

.pb-xl {
  padding-bottom: var(--size-xl);
}

.fix-os {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 992px) {
  .fix-os {
    position: unset;
    top: unset;
  }
}

.ps-bg-light-green p a {
  color: #04311C;
  font-weight: 600;
}
.ps-bg-light-green p a:hover {
  text-decoration: underline;
}

.ps-bg-mid-green {
  background-color: #BBE7CD;
}

.ps-bg-blue {
  background-color: #0A3B8E;
}
.ps-bg-blue h1,
.ps-bg-blue h2,
.ps-bg-blue h3,
.ps-bg-blue h4,
.ps-bg-blue h5,
.ps-bg-blue h6,
.ps-bg-blue p,
.ps-bg-blue ul li,
.ps-bg-blue ol li {
  color: #ffffff;
}
.ps-bg-blue p a {
  color: #ffffff;
  font-weight: 600;
}
.ps-bg-blue p a:hover {
  text-decoration: underline;
}

.ps-bg-dark-green {
  background-color: #055E4A;
}
.ps-bg-dark-green h1,
.ps-bg-dark-green h2,
.ps-bg-dark-green h3,
.ps-bg-dark-green h4,
.ps-bg-dark-green h5,
.ps-bg-dark-green h6,
.ps-bg-dark-green p,
.ps-bg-dark-green ul li,
.ps-bg-dark-green ol li {
  color: #ffffff;
}
.ps-bg-dark-green p a {
  color: #ffffff;
  font-weight: 600;
}
.ps-bg-dark-green p a:hover {
  text-decoration: underline;
}

.ps-bg-purple {
  background-color: #451E64;
}
.ps-bg-purple h1,
.ps-bg-purple h2,
.ps-bg-purple h3,
.ps-bg-purple h4,
.ps-bg-purple h5,
.ps-bg-purple h6,
.ps-bg-purple p,
.ps-bg-purple ul li,
.ps-bg-purple ol li {
  color: #ffffff;
}
.ps-bg-purple p a {
  color: #ffffff;
  font-weight: 600;
}
.ps-bg-purple p a:hover {
  text-decoration: underline;
}

.vertical-align {
  display: flex;
  align-items: center;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amerigo BT";
  font-weight: normal;
  font-style: normal;
  color: #055E4A;
}

h1 {
  font-size: 80px;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 74px;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

p {
  color: #04311C;
  opacity: 0.7;
}

.text-highlight {
  color: #00B061;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
body.logged-in .site-header {
  top: 32px;
}

.site-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
}
.site-header .content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
}
@media only screen and (max-width: 768px) {
  .site-header .content {
    padding: 20px 0;
  }
}
.site-header .content .site-logo {
  margin: 12px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .site-header .content .site-logo {
    margin: 8px 0 0 0;
  }
}
.site-header .content .burger {
  width: 34px;
  height: 34px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .site-header .content .burger {
    display: block;
  }
}
.site-header .content .burger span {
  width: 14px;
  height: 3px;
  background-color: #055E4A;
  display: block;
  position: absolute;
  left: 9px;
  top: 12px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.site-header .content .burger span:nth-child(2) {
  top: 20px;
}
.site-header .content .main-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .site-header .content .main-menu {
    display: none;
  }
}
.site-header .content .main-menu li {
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}
.site-header .content .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #F2FBF6;
  border-left: 1px solid rgba(5, 94, 74, 0.2);
  border-right: 1px solid rgba(5, 94, 74, 0.2);
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 0;
  border-radius: 0 0 4px 4px;
  max-width: 322px;
  transform: scaleY(0);
  transform-origin: top;
}
.site-header .content .main-menu li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  color: #04311C;
}
.site-header .content .main-menu li .sub-menu li a:hover {
  color: #00B061 !important;
}
.site-header .content .main-menu li.menu-item-has-children:hover .sub-menu {
  display: flex;
  transform: scaleY(1);
}
.site-header .content .main-menu li.current-menu-item a, .site-header .content .main-menu li.current-page-ancestor a {
  border-bottom: 3px solid #00B061;
}
.site-header .content .main-menu li.current-menu-item .sub-menu li a, .site-header .content .main-menu li.current-page-ancestor .sub-menu li a {
  border-bottom: none;
}
.site-header .content .main-menu li a {
  color: #055E4A;
  padding: 10px 0 26px 0;
}
.site-header .content .main-menu li a:hover {
  color: #00B061;
}
.site-header .content .main-menu li.menu-btn {
  display: inline-block;
}
.site-header .content .main-menu li.menu-btn a {
  background-color: #000000;
  padding: 12px 18px;
  display: inline-block;
  color: #F2FBF6;
  border-radius: 8px;
}
.site-header .content .main-menu li.menu-btn a:hover {
  background-color: #055E4A;
}
.site-header .content .main-menu li.menu-btn.current-menu-item a {
  border-bottom: none;
}
.site-header.light-header .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-header.light-header .content .burger span {
  background-color: #F2FBF6;
}
.site-header.light-header .content .main-menu li.menu-btn {
  display: none;
}
.site-header.light-header .content .main-menu li a {
  color: #ffffff;
}
.site-header.light-header .content .main-menu li a:hover {
  color: #00B061;
}

.site-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  background: #F2FBF6;
}

.site-header--sticky.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.site-header--sticky .content {
  border-bottom: 1px solid rgba(5, 94, 74, 0.2) !important;
}
.site-header--sticky .content li a {
  color: #055E4A !important;
  padding: 10px 0 26px 0;
}
.site-header--sticky .content li a:hover {
  color: #00B061 !important;
}
.site-header--sticky .content li.menu-btn a {
  color: #ffffff !important;
}
.site-header--sticky .content .burger span {
  background-color: #055E4A !important;
}

.mobile-menu-wrap {
  position: fixed;
  z-index: 20;
  top: 0px;
  width: 100%;
}
.mobile-menu-wrap .content {
  background-color: #F2FBF6;
  padding: 100px 15px 20px 15px;
}
.mobile-menu-wrap .content .mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mobile-menu-wrap .content .mobile-menu li {
  font-family: "Amerigo BT";
  font-weight: normal;
  font-style: normal;
  color: #055E4A;
  font-size: 20px;
}
.mobile-menu-wrap .content .mobile-menu li .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0 0 0;
}
.mobile-menu-wrap .content .mobile-menu li .sub-menu li {
  padding-left: 10px;
}
.mobile-menu-wrap .content .mobile-menu li a {
  color: #055E4A;
}

.menu-curtain {
  position: fixed;
  inset: 0;
  z-index: 18;
  background-color: rgba(5, 94, 74, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

body.menu-active {
  overflow: hidden;
}
body.menu-active .site-header .content .burger span {
  top: 16px;
}
body.menu-active .site-header .content .burger span:nth-child(1) {
  transform: rotate(45deg);
}
body.menu-active .site-header .content .burger span:nth-child(2) {
  transform: rotate(-45deg);
}
body.menu-active .site-header .content .logo-light {
  filter: brightness(0) saturate(100%) invert(30%) sepia(10%) saturate(5509%) hue-rotate(127deg) brightness(85%) contrast(96%);
}
body.menu-active .site-header.light-header .content .burger span {
  background-color: #055E4A;
}

body.menu-active .menu-curtain {
  opacity: 1;
  pointer-events: auto;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
footer {
  background-color: #055E4A;
  color: #ffffff;
}
footer .footer-text {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 992px) {
  footer .footer-text {
    padding: 0 8px;
  }
}
footer .footer-text p {
  color: #ffffff;
  opacity: 1;
  font-family: "Amerigo BT";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  footer .footer-text p {
    font-size: 17px;
  }
}
footer .footer-text p strong {
  font-weight: 400;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  footer .footer-text p strong {
    font-size: 22px;
  }
}
footer .footer-contact {
  margin: 40px 0 0 0;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  footer .footer-contact {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-contact {
    flex-direction: column;
  }
}
footer .footer-contact a {
  color: #ffffff;
  font-weight: 500;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0;
  background-size: 18px;
  font-size: 14px;
}
footer .footer-contact a.email {
  background-image: url("./img/mail.svg");
}
footer .footer-contact a.linkedin {
  background-image: url("./img/linkedin.svg");
}
footer .footer-contact a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 992px) {
  footer {
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  footer .container-fluid {
    padding: 0;
    margin: 0;
  }
}
footer .content-wrap {
  position: relative;
  padding: var(--size-xl) 0;
}
@media only screen and (max-width: 992px) {
  footer .content-wrap {
    padding: 0;
  }
}
footer .content-wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  footer .content-wrap .bg {
    display: none;
  }
}
footer .content-wrap .content {
  position: relative;
  z-index: 3;
  padding: 0 0px;
}
footer .content-wrap .content .site-logo {
  width: 145px;
}
@media only screen and (max-width: 992px) {
  footer .content-wrap .content {
    padding: 0;
  }
  footer .content-wrap .content .site-logo {
    margin: 30px 0 0px 10px;
  }
}
footer .content-wrap .content .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  footer .content-wrap .content .footer-menu {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer .content-wrap .content .footer-menu {
    gap: 20px;
  }
}
footer .content-wrap .content .footer-menu li {
  font-family: "Amerigo BT";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  footer .content-wrap .content .footer-menu li {
    font-size: 19px;
  }
}
footer .content-wrap .content .footer-menu li a {
  color: #ffffff;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  footer .content-wrap .content .footer-menu li a {
    gap: 4px;
  }
}
footer .content-wrap .content .footer-menu li a span {
  width: 40px;
  opacity: 0.5;
}
footer .content-wrap .content .footer-menu li a:hover {
  opacity: 0.6;
}
footer .copyright {
  padding: var(--size-sm) 40px;
  border-top: 1px solid rgba(4, 49, 28, 0.4);
}
footer .copyright p {
  font-size: 12px;
  margin: 0;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  footer .copyright {
    padding: var(--size-sm) 10px;
    border-top: none;
  }
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
.home-hero {
  position: relative;
}
.home-hero .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home-hero .video-container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2 !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.home-hero .video-container video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home-hero .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 3;
}
.home-hero .content {
  position: relative;
  padding: 330px 0 230px 0;
  z-index: 5;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .home-hero .content {
    padding: 230px 0 130px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-hero .content {
    padding: 160px 0 100px 0;
  }
}
.home-hero .content h1 {
  color: #ffffff;
  font-weight: 800;
  vertical-align: baseline;
  margin: 0 0 20px 0;
  /* INLINE ROTATOR (sits right after fixed text, no layout shift) */
}
.home-hero .content h1 .rotator {
  display: inline-block;
  position: relative;
  vertical-align: top;
  visibility: hidden; /* revealed by JS after measuring widest span */
}
.home-hero .content h1 .rotator > span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1200ms ease-in-out;
  white-space: nowrap;
  will-change: opacity;
  pointer-events: none;
  color: #00B061;
}
.home-hero .content h1 .rotator > span.is-active {
  opacity: 1;
}
.home-hero .content p {
  font-size: 18px;
  padding: 0 5% 0 0;
  color: #ffffff;
  opacity: 0.7;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home-hero .content p {
    padding: 0;
    line-height: 1.4;
  }
}
.home-hero .content .hero-btns {
  margin: 40px 0 0 0;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .home-hero .content h1 .rotator > span {
    transition: none;
  }
}
.page-hero {
  padding: 180px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .page-hero {
    padding: 120px 0 0 0;
  }
}
.page-hero .cs-tag {
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  background-color: #055E4A;
  padding: 4px 8px;
  border-radius: 2px;
  margin: 0 0 20px 0;
  display: table;
}
.page-hero h1 {
  font-size: 74px;
  line-height: 1;
  margin: 0 0 30px 0;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 992px) {
  .page-hero h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero h1 {
    font-size: 36px;
  }
}
.page-hero .text {
  padding: 0 0 0 6%;
}
@media only screen and (max-width: 992px) {
  .page-hero .text {
    padding: 0;
  }
}
.page-hero .text ol li,
.page-hero .text ul li {
  color: #04311C;
  opacity: 0.7;
}
.page-hero .media-wrap {
  position: relative;
  width: 100%;
  padding-top: 45%;
  margin: var(--size-sm) 0 0 0;
}
@media only screen and (max-width: 992px) {
  .page-hero .media-wrap {
    transform: translateX(-12px);
    width: calc(100% + 24px);
    padding-top: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero .media-wrap {
    padding-top: 100%;
  }
}
.page-hero .media-wrap img,
.page-hero .media-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
.text-block h3 {
  font-size: 50px;
}
@media only screen and (max-width: 992px) {
  .text-block h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .text-block h3 {
    font-size: 32px;
  }
}
.text-block .content {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 992px) {
  .text-block .content {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .text-block .content {
    margin: 10px 0 0 0;
  }
}
.text-block .content .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
}
@media only screen and (max-width: 992px) {
  .text-block .content .two-col {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }
}
.text-block .rule {
  width: 100%;
  height: 1px;
  background-color: #055E4A;
  margin-top: var(--size-md);
}

.fw-img {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .fw-img {
    height: 40vh;
  }
}
.fw-img .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140vh;
  max-height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.fw-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .service-cards {
    overflow-x: hidden;
  }
}
.service-cards .introduction {
  margin: 0 0 var(--size-md) 0;
}
@media only screen and (max-width: 992px) {
  .service-cards .introduction br {
    display: none;
  }
}
.service-cards .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 992px) {
  .service-cards .service-grid {
    display: block;
    width: 120%;
  }
  .service-cards .service-grid .slick-track {
    display: flex;
    align-items: stretch;
  }
  .service-cards .service-grid .slick-slide {
    height: auto;
    display: flex;
  }
  .service-cards .service-grid .slick-slide > a {
    display: flex;
    width: 100%;
  }
  .service-cards .service-grid .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .service-cards .service-grid .slick-slide {
    margin: 0 5px;
  }
  .service-cards .service-grid .slick-list {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 768px) {
  .service-cards .service-grid {
    width: 180%;
  }
}
.service-cards .service-grid .service-card {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .service-cards .service-grid .service-card {
    gap: 20px;
  }
}
.service-cards .service-grid .service-card:hover {
  transform: translateY(-4px);
}
.service-cards .service-grid .service-card .icon {
  width: auto;
  max-height: 180px;
}
@media only screen and (max-width: 768px) {
  .service-cards .service-grid .service-card .icon {
    max-height: 100px;
  }
}
.service-cards .service-grid .service-card .content .title {
  display: flex;
  justify-content: space-between;
}
.service-cards .service-grid .service-card .content .title h4 {
  color: #ffffff;
  width: 80%;
  margin: 0 0 16px 0;
}
.service-cards .service-grid .service-card .content .title .arrow {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 50px;
  background-image: url("./img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.service-cards .service-grid .service-card .content p {
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
}
.service-cards .service-grid .service-card.green-card {
  background-color: #00B061;
}
.service-cards .service-grid .service-card.purple-card {
  background-color: #451E64;
}
.service-cards .service-grid .service-card:hover .content .title .arrow {
  border: 2px solid white;
}

.client-logos {
  overflow: hidden;
}
.client-logos .logo-slider {
  display: flex;
  align-items: center;
}
.client-logos .logo-slider .slick-slide {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logos .logo-slider .slick-slide img {
  max-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  width: 100%;
  max-width: 180px;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .client-logos .logo-slider .slick-slide img {
    max-height: 80px;
    max-width: 300px;
  }
}
.client-logos .logo-slider .slick-slide {
  margin: 0 50px;
}
@media only screen and (max-width: 768px) {
  .client-logos .logo-slider .slick-slide {
    margin: 0 25px;
  }
}
.client-logos .logo-slider .slick-list {
  margin: 0 -50px;
}
@media only screen and (max-width: 768px) {
  .client-logos .logo-slider .slick-list {
    margin: 0 25px;
  }
}

.service-sceanarios .introduction {
  margin: 0 0 var(--size-md) 0;
}
.service-sceanarios .scenario {
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: 40px 20px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .service-sceanarios .scenario {
    padding: 20px 0;
  }
}
.service-sceanarios .scenario h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.service-sceanarios .scenario h4 span {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 16px;
  color: #00B061;
}
@media only screen and (max-width: 992px) {
  .service-sceanarios .scenario h4 {
    margin: 0 0 10px 0;
  }
}
.service-sceanarios .scenario p {
  margin: 0;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.service-sceanarios .scenario:hover {
  border-bottom: 1px solid #055e4a;
  background-color: #055E4A;
  padding: 40px 20px;
}
.service-sceanarios .scenario:hover h4 {
  color: #ffffff;
}
.service-sceanarios .scenario:hover p {
  opacity: 1;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .recent-insights {
    overflow: hidden;
  }
}
.recent-insights .introduction {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 var(--size-sm) 0;
  margin: 0 0 var(--size-md) 0;
}
@media only screen and (max-width: 768px) {
  .recent-insights .introduction br {
    display: none;
  }
}
.recent-insights .recent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 60px;
}
@media only screen and (max-width: 992px) {
  .recent-insights .recent-grid {
    display: block;
    width: 180%;
  }
  .recent-insights .recent-grid .slick-slide {
    margin: 0 5px;
  }
  .recent-insights .recent-grid .slick-list {
    margin: 0 -5px;
  }
}
.recent-insights .recent-grid article .img-wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  margin: 0 0 16px 0;
}
.recent-insights .recent-grid article .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.recent-insights .recent-grid article .img-wrap:hover img {
  transform: scale(1.1);
}
.recent-insights .recent-grid article .meta {
  display: flex;
  gap: 8px;
}
.recent-insights .recent-grid article .meta p {
  font-size: 14px;
}
.recent-insights .recent-grid article .insight-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
.recent-insights .recent-grid article .insight-categories li {
  font-size: 12px;
  color: #055E4A;
  background-color: #ffffff;
  padding: 4px 8px;
  border-radius: 2px;
}
.recent-insights.ps-bg-mid-green .introduction {
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
}
.recent-insights.ps-bg-mid-green .recent-grid article .insight-categories li {
  background-color: #055E4A;
  color: #ffffff;
}

.contact-block h2 {
  font-size: 50px;
  margin: 0 0 var(--size-sm) 0;
}
@media only screen and (max-width: 992px) {
  .contact-block h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-block h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-block .gform_wrapper {
    margin-top: 14px;
  }
}
.contact-block input[type=text],
.contact-block input[type=tel],
.contact-block input[type=email] {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  outline: none;
  padding-left: 16px !important;
  color: #055E4A;
}
.contact-block textarea {
  width: 100%;
  height: 120px !important;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 16px !important;
  color: #055E4A;
}
.contact-block input[type=submit] {
  background-color: #000000;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  color: #F2FBF6;
  border: none;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.contact-block input[type=submit]:hover {
  background-color: #00B061;
}
.contact-block.ps-bg-light-green input[type=text],
.contact-block.ps-bg-light-green input[type=tel],
.contact-block.ps-bg-light-green input[type=email],
.contact-block.ps-bg-light-green textarea {
  border: 1px solid #bbe7cd;
}
.contact-block.ps-bg-mid-green input[type=text],
.contact-block.ps-bg-mid-green input[type=tel],
.contact-block.ps-bg-mid-green input[type=email],
.contact-block.ps-bg-mid-green textarea {
  border: 1px solid rgba(5, 94, 74, 0.4);
}
.contact-block.ps-bg-mid-green p a {
  font-weight: 600;
  color: #04311C;
}
.contact-block.ps-bg-mid-green p a:hover {
  text-decoration: underline;
}

.fw-img-text {
  position: relative;
}
.fw-img-text .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 3;
}
.fw-img-text img,
.fw-img-text video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.fw-img-text .content {
  position: relative;
  z-index: 9;
  padding: 270px 0;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .fw-img-text .content {
    padding: 200px 0;
  }
}
@media only screen and (max-width: 768px) {
  .fw-img-text .content {
    padding: 100px 0;
  }
}
.fw-img-text .content h1,
.fw-img-text .content h2,
.fw-img-text .content h3,
.fw-img-text .content h4,
.fw-img-text .content h5,
.fw-img-text .content h6,
.fw-img-text .content p,
.fw-img-text .content ul li,
.fw-img-text .content ol li {
  color: #ffffff;
}
.fw-img-text .content .btn-primary {
  padding: 12px 18px;
  display: table;
  margin: 30px auto 0 auto;
}
.fw-img-text .col-lg-9 p {
  padding: 0 20%;
}
@media only screen and (max-width: 992px) {
  .fw-img-text .col-lg-9 p {
    padding: 0;
  }
}

.case-study-listing .introduction {
  border-bottom: 1px solid #055E4A;
  padding: 0 0 var(--size-sm) 0;
}
.case-study-listing .case-study {
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: var(--size-md) 0;
}
.case-study-listing .case-study .btn-secondary {
  margin: var(--size-xs) 0 0 0;
}
.case-study-listing .case-study .img-wrap {
  width: 100%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .case-study-listing .case-study .img-wrap {
    margin: 30px 0 0 0;
  }
}
.case-study-listing .case-study .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.case-study-listing .case-study .img-wrap:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
  .info-cards {
    overflow: hidden;
  }
}
.info-cards .introduction {
  margin: 0 0 var(--size-md) 0;
}
.info-cards .introduction h1:first-child,
.info-cards .introduction h2:first-child,
.info-cards .introduction h3:first-child,
.info-cards .introduction h4:first-child,
.info-cards .introduction h5:first-child,
.info-cards .introduction h6:first-child {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .info-cards .introduction h1:first-child,
  .info-cards .introduction h2:first-child,
  .info-cards .introduction h3:first-child,
  .info-cards .introduction h4:first-child,
  .info-cards .introduction h5:first-child,
  .info-cards .introduction h6:first-child {
    margin: 0 0 20px 0;
  }
}
.info-cards .introduction h3 {
  font-size: 50px;
}
@media only screen and (max-width: 992px) {
  .info-cards .introduction h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .info-cards .introduction h3 {
    font-size: 32px;
  }
}
.info-cards .card-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 992px) {
  .info-cards .card-grid {
    display: block;
    width: 180%;
  }
  .info-cards .card-grid .slick-slide {
    margin: 0 5px;
  }
  .info-cards .card-grid .slick-list {
    margin: 0 -5px;
  }
}
.info-cards .card-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.info-cards .card-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}
.info-cards .card-grid.four-col {
  grid-template-columns: repeat(4, 1fr);
}
.info-cards .card-grid .ps-card {
  background-color: rgba(5, 94, 74, 0.1);
  border-radius: 8px;
  text-align: center;
  padding: 48px 24px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.info-cards .card-grid .ps-card .icon-wrap {
  background-color: #ffffff;
  display: flex;
  margin: 0 auto 32px auto;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.info-cards .card-grid .ps-card .icon-wrap img {
  width: 40px;
  height: 40px;
  -o-object-fit: cntain;
     object-fit: cntain;
}
.info-cards .card-grid .ps-card h4 {
  margin: 0;
}
.info-cards .card-grid .ps-card p {
  margin: 20px 0 0 0;
}
.info-cards.ps-bg-blue .card-grid .ps-card {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.info-cards.ps-bg-blue .card-grid .ps-card:hover {
  background-color: #063583;
}
.info-cards.ps-bg-light-green .card-grid .ps-card:hover {
  background-color: rgba(5, 94, 74, 0.2);
}
.info-cards.ps-bg-light-green .card-grid .ps-card .icon-wrap img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(20%) saturate(1950%) hue-rotate(117deg) brightness(97%) contrast(96%);
}

@media only screen and (max-width: 992px) {
  .reveal-content-cards {
    overflow: hidden;
  }
}
.reveal-content-cards .introduction {
  margin: 0 0 var(--size-md) 0;
}
.reveal-content-cards .introduction h1:first-child,
.reveal-content-cards .introduction h2:first-child,
.reveal-content-cards .introduction h3:first-child,
.reveal-content-cards .introduction h4:first-child,
.reveal-content-cards .introduction h5:first-child,
.reveal-content-cards .introduction h6:first-child {
  margin: 0 0 30px 0;
}
.reveal-content-cards .introduction h3 {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  .reveal-content-cards .introduction h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .reveal-content-cards .introduction h3 {
    font-size: 28px;
  }
}
.reveal-content-cards .card-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media only screen and (max-width: 992px) {
  .reveal-content-cards .card-grid {
    display: block;
    width: 180%;
  }
  .reveal-content-cards .card-grid .slick-slide {
    margin: 0 5px;
  }
  .reveal-content-cards .card-grid .slick-list {
    margin: 0 -5px;
  }
}
.reveal-content-cards .card-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.reveal-content-cards .card-grid.three-col {
  grid-template-columns: repeat(3, 1fr);
}
.reveal-content-cards .card-grid.four-col {
  grid-template-columns: repeat(4, 1fr);
}
.reveal-content-cards .card-grid .ps-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .reveal-content-cards .card-grid .ps-card {
    min-height: 680px;
  }
}
.reveal-content-cards .card-grid .ps-card .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.reveal-content-cards .card-grid .ps-card .top h4 {
  margin-bottom: 20px;
}
.reveal-content-cards .card-grid .ps-card .top .label {
  background-color: #88459C;
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
  margin: 20px 0 10px 0;
}
.reveal-content-cards .card-grid .ps-card .bottom {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.reveal-content-cards .card-grid .ps-card:hover, .reveal-content-cards .card-grid .ps-card.is-open {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.reveal-content-cards .card-grid .ps-card:hover .bottom, .reveal-content-cards .card-grid .ps-card.is-open .bottom {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.6s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.contained-img-text .media-wrap {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .contained-img-text .media-wrap {
    transform: translateX(-12px);
    width: calc(100% + 24px);
  }
}
.contained-img-text .media-wrap img,
.contained-img-text .media-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.contained-img-text .media-wrap .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 2;
}
.contained-img-text .media-wrap .content {
  position: relative;
  z-index: 9;
  padding: 240px 0;
  color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .contained-img-text .media-wrap .content {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  .contained-img-text .media-wrap .content {
    padding: 60px 0;
  }
}
.contained-img-text .media-wrap .content h1,
.contained-img-text .media-wrap .content h2,
.contained-img-text .media-wrap .content h3,
.contained-img-text .media-wrap .content h4,
.contained-img-text .media-wrap .content h5,
.contained-img-text .media-wrap .content h6,
.contained-img-text .media-wrap .content p,
.contained-img-text .media-wrap .content ul li,
.contained-img-text .media-wrap .content ol li {
  color: #ffffff;
}
.contained-img-text .media-wrap .content .btn-primary {
  padding: 12px 18px;
  display: table;
  margin: 30px auto 0 auto;
}

.team-members .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .team-members .team-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
}
.team-members .team-grid .team-member {
  cursor: pointer;
}
.team-members .team-grid .team-member .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .team-members .team-grid .team-member .img-wrap {
    aspect-ratio: unset;
    padding-top: 140%;
  }
}
.team-members .team-grid .team-member .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.team-members .team-grid .team-member .img-wrap:hover img {
  transform: scale(1.1);
}
.team-members .team-grid .team-member h4 {
  margin: 0 0 2px 0;
}
.team-members .team-grid .team-member p {
  margin: 0;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .team-members .team-grid .team-member p {
    font-size: 14px;
  }
}

body.modal-open {
  overflow: hidden;
  /* helps iOS */
  touch-action: none;
}

.team-curtain {
  position: fixed;
  inset: 0;
  background-color: rgba(5, 94, 74, 0.9);
  z-index: 100;
  /* hidden by default */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.team-curtain.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.team-member-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  background-color: #F2FBF6;
  z-index: 120;
  padding: 40px;
  overflow-y: scroll;
  /* start off-screen */
  transform: translateX(100%);
  transition: transform 0.4s ease;
  will-change: transform;
}
@media only screen and (max-width: 768px) {
  .team-member-panel {
    padding: 40px 12px;
  }
}
@media only screen and (max-width: 992px) {
  .team-member-panel {
    width: 85vw;
  }
}
@media only screen and (max-width: 768px) {
  .team-member-panel {
    width: 100vw;
  }
}
.team-member-panel.is-open {
  transform: translateX(0);
}
.team-member-panel .team-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: 0 0 40px 0;
}
.team-member-panel .team-panel-header h4 {
  margin: 0;
}
.team-member-panel .team-panel-header .close {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(5, 94, 74, 0.2);
  background-image: url("./img/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.team-member-panel .team-panel-header .close:hover {
  border: 1px solid rgba(5, 94, 74, 0.5);
  transform: rotate(90deg);
}
.team-member-panel .team-panel-body {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .team-member-panel .team-panel-body {
    flex-direction: column-reverse;
  }
}
.team-member-panel .team-panel-body .column {
  flex: 1;
}
.team-member-panel .team-panel-body .column img {
  max-width: 100%;
  height: auto;
}
.team-member-panel .team-panel-body .column h2 {
  font-size: 50px;
  margin: 0;
}
.team-member-panel .team-panel-body .column p.role {
  background-color: #055E4A;
  opacity: 1;
  display: table;
  color: #ffffff;
  font-size: 12px;
  margin: 36px 0;
  padding: 4px 8px;
  border-radius: 2px;
}
.team-member-panel .team-panel-body .column p.loc {
  background-color: #BBE7CD;
  opacity: 1;
  display: table;
  color: #055E4A;
  font-size: 12px;
  margin: -20px 0 36px 0;
  padding: 4px 8px;
  border-radius: 2px;
}
.team-member-panel .team-panel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(5, 94, 74, 0.2);
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: 40px 0;
}
.team-member-panel .team-panel-footer h4, .team-member-panel .team-panel-footer p {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .team-member-panel .team-panel-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.insight-listing a article {
  padding: 40px 0;
  border-top: 1px solid rgba(5, 94, 74, 0.1);
  overflow: hidden;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .insight-listing a article {
    padding: 20px 0;
  }
}
.insight-listing a article h2 {
  font-size: 24px;
  margin: 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.insight-listing a article h2 span {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  opacity: 0.5;
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  .insight-listing a article h2 span {
    display: block;
    margin: 0 0 4px 0;
  }
}
@media only screen and (max-width: 992px) {
  .insight-listing a article h2 {
    margin: 0 0 10px 0;
  }
}
.insight-listing a article .content {
  display: flex;
  gap: 50px;
  align-items: center;
}
.insight-listing a article .content .insight-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 992px) {
  .insight-listing a article .content .insight-categories {
    display: none;
  }
}
.insight-listing a article .content .insight-categories li {
  font-size: 12px;
  color: #055E4A;
  background-color: #e6f6ec;
  padding: 4px 8px;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.insight-listing a article .content p {
  margin: 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.insight-listing a article .content .arrow {
  width: 34px;
  height: 34px;
  aspect-ratio: 1/1;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  background-image: url("./img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(34px);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.insight-listing a article:hover {
  background-color: #055E4A;
  padding: 40px 20px;
}
.insight-listing a article:hover h2 {
  color: #ffffff;
}
.insight-listing a article:hover .content .insight-categories li {
  background-color: #ffffff;
}
.insight-listing a article:hover .content p {
  color: #ffffff;
}
.insight-listing a article:hover .content .arrow {
  transform: translateX(-10px);
}
.insight-listing a:last-child article {
  border-bottom: 1px solid rgba(5, 94, 74, 0.1);
}

.post-content {
  position: relative;
}
.post-content p {
  color: #4C8D7E;
  opacity: 1;
}
.post-content ul li,
.post-content ol li {
  color: #4C8D7E;
  margin-bottom: 20px;
}
.post-content img {
  margin: 20px 0;
}
.post-content blockquote {
  background-color: #055E4A;
  padding: 30px;
  border-radius: 12px;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .post-content blockquote {
    padding: 14px;
  }
}
.post-content blockquote p {
  color: #ffffff;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .post-content blockquote p {
    font-size: 18px;
  }
}
.post-content blockquote p:last-child {
  margin: 0;
}
.post-content .toc {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 992px) {
  .post-content .toc {
    margin: 0 0 30px 0;
  }
}
.post-content .toc .toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content .toc .toc-list .toc-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content .toc .toc-list .toc-sub li {
  border-bottom: 1px solid rgba(5, 94, 74, 0.2);
  padding: 30px 30px 30px 0;
  background-image: url("./img/chev-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .post-content .toc .toc-list .toc-sub li {
    padding: 18px 30px 18px 0;
  }
}
.post-content .toc .toc-list .toc-sub li a {
  font-family: "Amerigo BT";
  font-weight: normal;
  font-style: normal;
  color: #055E4A;
  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  .post-content .toc .toc-list .toc-sub li a {
    font-size: 18px;
  }
}

.related-insights .above-related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -24px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .related-insights .above-related {
    margin: 0px 0 30px 0;
  }
}
.related-insights .above-related h3 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .related-insights .above-related h3 {
    font-size: 22px;
  }
}
.related-insights .above-related .all-post-btn {
  width: 34px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-image: url("./img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5,
.simple-text h6 {
  margin: 0;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
.btn-primary {
  background-color: #00B061;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 15px 18px;
  border-radius: 14px;
  color: #F2FBF6;
}
.btn-primary:hover {
  background-color: #055E4A;
}

.btn-secondary {
  background-color: #000000;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #055E4A;
}

/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*/
/*
Theme Name: Peridot Shore
Theme URI: https://peridotshore.co.uk
Author: Dan Curtis
Author URI: https://www.dancurtis.co.uk
Description: A custom WordPress website for Peridot Shore by Dan Curtis
Text Domain: peridotshore
version: 1.0
*//*# sourceMappingURL=style.css.map */