/*
///////////////////////////////RESET\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
html {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*
//////////////////////TYPOGRAPHY\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
body {
  color: hsla(0, 0%, 0%, 0.7);
}

p {
  padding-bottom: 1rem;
}

p.justify {
  text-align: justify;
}

p.caption {
  font-size: 0.875rem;
}

.two-col-grid-sidebar .col-1 p:first-of-type {
  font-size: 1.25rem;
}

a {
  color: #E24C10;
  text-decoration: none;
  transition: 300ms;
}

a:visited {
  color: #E24C10;
}

a:hover {
  color: #E24C10;
}

.aircraft {
  font-weight: bold;
  padding: 1.5rem 0;
  font-size: 1.25rem;
  display: inline-block;
}

footer a {
  color: hsl(0, 0%, 100%);
  transition: 300ms;
}
footer a:visited {
  color: hsl(0, 0%, 100%);
}
footer a:hover {
  color: hsl(0, 0%, 100%);
}

.answers a:hover {
  border-bottom: 1px dashed #E24C10;
}

#logos a:hover::before {
  content: none;
}

.no-decoration,
.no-decoration:hover {
  border: none;
}

.no-decoration:hover::before {
  content: none;
}

.footer-container p > a {
  color: hsl(0, 0%, 100%);
}

.footer-container p > a:visted {
  color: hsl(0, 0%, 100%);
}

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

main ul {
  list-style-type: disc;
  padding: 0 0 1rem 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-family: "Trebuchet MS", sans-serif;
  font-optical-sizing: auto;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2.25rem;
  margin: 1rem 0;
  text-wrap: balance;
}
@media (max-width: 850px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  letter-spacing: 1px;
}
@media (max-width: 850px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h2.page-title {
  padding: 1rem 0;
}

section > h2 {
  margin-bottom: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
  /* Add any other styling you want for the Altea text */
}

/*
//////////////////////ANIMATION\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.img-zoom {
  overflow: hidden;
}

.img-zoom img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.rotate {
  transition: 0.5s all ease-in-out;
  transform: rotate(180deg);
}

.cool-split .vision-text {
  color: #e4e1e1;
}

.cool-split .lets-talk-text {
  color: rgba(255, 255, 255, 0.2470588235);
}

/*
//////////////////////UTILITY CLASSES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.hide {
  display: none !important;
}

.hidden {
  display: none;
}

.show {
  display: block !important;
}

.alignleft {
  float: left;
  padding-right: 1rem;
}

.alignright {
  float: right;
  padding-left: 1rem;
}

.clearboth {
  clear: both;
  padding-top: 1rem;
}

.position-relative {
  position: relative;
}

/*padding & margin*/
.indent {
  padding-left: 4rem;
}
@media (max-width: 850px) {
  .indent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pr4 {
  padding-right: 4rem;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pt1 {
  padding-top: 1rem;
}

.mp0 {
  padding: 0;
  margin: 0;
}

.mb1 {
  margin-bottom: 1rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem !important;
}

.mt3 {
  margin-top: 3rem;
}

.mt5 {
  margin-top: 5rem;
}

.ml1 {
  margin-left: 1rem;
}

.dotted-border {
  border-bottom: 1px dotted hsl(0, 0%, 91%);
  margin: 2rem 0;
}

.img-shape {
  object-fit: cover;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.img-shadow {
  -webkit-box-shadow: 7px 7px 0px 2px #cc0000;
  box-shadow: 7px 7px 0px 2px #cc0000;
}

.full-bleed {
  box-shadow: 0 0 0 100vmax #E24C10;
  clip-path: inset(0 -100vmax);
}

@media (max-width: 850px) {
  .lg-only {
    display: none;
  }
}

@media (min-width: 850px) {
  .sm-only {
    display: none;
  }
}

.clr-brand {
  color: #E24C10;
}

.clr-brand-secondary {
  color: #8a3c1d;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-16 {
  font-size: 1rem;
}

.caps-bold {
  text-transform: uppercase;
  font-weight: bold;
}

.brand-color {
  color: #E24C10;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

.brand-color-black {
  color: hsl(0, 0%, 0%);
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

.our-results-text .brand-color {
  font-size: 1.875rem;
}

@media only screen and (min-width: 1050px) {
  .lg-only {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  /* Your CSS rules for extra small devices here */
}
@media only screen and (min-width: 576px) {
  /* Your CSS rules for small devices here */
}
@media only screen and (min-width: 768px) {
  /* Your CSS rules for medium devices here */
}
@media only screen and (min-width: 992px) {
  /* Your CSS rules for large devices here */
}
@media only screen and (min-width: 1050px) {
  /* Your CSS rules for extra large devices here */
}
@media only screen and (orientation: landscape) {
  /* Your CSS rules for landscape orientation here */
}
/*
//////////////////////////////BODY\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  color: hsla(0, 0%, 0%, 0.8);
}

.no-scroll {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*
///////////////////////////CONTAINERS (just global - other containers are page specific)\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
#page-container {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 850px) {
  .container {
    width: 95%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .container {
    max-width: 1100px;
  }
}
main {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}

@media (max-width: 450px) {
  main {
    width: 100%;
  }
}
section {
  padding: 2rem 0;
  overflow: hidden;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 850px) {
  .two-col-grid {
    grid-template-columns: 1fr;
  }
}

.two-col-grid-desktop-only {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 900px) {
  .two-col-grid-desktop-only {
    grid-template-columns: 1fr;
  }
}

.two-col-grid-sidebar {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 2rem;
}
@media (max-width: 850px) {
  .two-col-grid-sidebar {
    grid-template-columns: 1fr;
  }
}
.two-col-grid-sidebar .sidebar {
  font-size: 1rem;
}

.two-col-grid-above-medium {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media (max-width: 450px) {
  .two-col-grid-above-medium {
    grid-template-columns: 1fr;
  }
}

.two-col-grid-above-medium-2 {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 3rem;
}
@media (max-width: 450px) {
  .two-col-grid-above-medium-2 {
    grid-template-columns: 1fr;
  }
}

.two-col-grid-above-medium-even {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 450px) {
  .two-col-grid-above-medium-even {
    grid-template-columns: 1fr;
  }
}

.two-col-grid-all-screens {
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media (max-width: 850px) {
  .two-col-grid-all-screens {
    gap: 1rem;
    grid-template-columns: 30% 1fr;
  }
}

.two-col-grid-40-60 {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 1rem;
}
@media (max-width: 850px) {
  .two-col-grid-40-60 {
    grid-template-columns: 1fr;
  }
}

.section-hnwi-container .img-grid {
  min-height: 600px;
}

/*
///////////////////////////HEADER\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 450px) {
  .container.if-mobile {
    padding: 0.5rem 10px 0.5rem 0.5rem;
  }
}
.logo {
  padding-top: 1rem;
  max-width: 300px;
}
@media (max-width: 450px) {
  .logo {
    padding-left: 0;
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .logo img {
    padding-top: 10px;
  }
}

header {
  padding: 0 1rem;
  z-index: 100;
}
@media (max-width: 450px) {
  header {
    padding: 0;
  }
}

/*
///////////////////////////NAVIGATION\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
@media (max-width: 1050px) {
  .desktop-navigation-container {
    display: none;
  }
}
.desktop-navigation-container .desktop-navigation-container-inner {
  display: inline-block;
  background-color: #E24C10;
  min-width: 300px;
  clip-path: polygon(0 0, 100% 0%, 100% 99%, 4% 100%);
  border-radius: 5px 0 0 5px;
  position: relative;
}
.desktop-navigation-container span {
  display: inline-block;
  background-image: url("/wp-content/uploads/logo-component-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transform: translate(20px, 20px);
  z-index: 10;
}

.menu {
  list-style-type: none;
}

.menu {
  display: flex;
  justify-content: flex-end;
}

.menu li a {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: hsl(0, 0%, 100%);
  padding: 0.5rem 2rem;
}
.menu li a:hover {
  background-color: #1B616B;
}

.menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu .current-menu-item a {
  color: hsl(0, 0%, 100%);
  background-color: #1B616B;
}

.menu .current-menu-item .sub-menu a {
  color: hsl(0, 0%, 100%);
}
.menu .current-menu-item .sub-menu a:hover {
  color: #8a3c1d;
}

.menu li.current_page_item a:hover::after,
.menu li .sub-menu li a:hover::after {
  transform: scaleX(0);
}

.toggle-btn-container {
  display: none;
}

.desktop-navigation-container .sub-menu {
  display: none;
  position: absolute;
  top: 25px;
  font-size: 0.875rem;
  transform: translateX(-15px);
  min-width: max-content;
  background-color: #E24C10;
  padding: 1rem;
}
.desktop-navigation-container .sub-menu li {
  padding-left: 0;
}

.sub-menu li a {
  font-size: 0.875rem;
  padding-bottom: 10px;
  color: hsl(0, 0%, 100%);
}
.sub-menu li a:hover {
  color: #8a3c1d;
  padding-left: 5px;
}

.sub-menu-container {
  overflow: hidden;
  transition: all 0.5s ease;
}

.mobile-menu-container {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  background-color: #E24C10;
  margin-top: 1rem;
}

.mobile-sub-menu {
  margin-left: 0;
  font-size: 1rem;
}

@media (max-width: 1050px) {
  .current-menu-item li a {
    color: hsl(0, 0%, 100%);
  }
  .mobile-menu {
    padding: 2rem 0;
    text-align: center;
  }
  .mobile-menu li {
    padding: 0.25rem 0 0.25rem 1rem;
  }
  .mobile-menu li a {
    color: hsl(0, 0%, 100%);
    width: 100%;
    display: inline-block;
    font-size: 1.375rem;
  }
  .mobile-menu li a:active {
    color: hsl(0, 0%, 100%);
  }
  .mobile-menu li.current-menu-item > a,
  .mobile-menu .current-page-parent > a {
    color: hsl(0, 0%, 0%);
  }
  .toggle-btn-container {
    display: block;
  }
  .nav-toggle {
    position: absolute;
    top: 1.75rem;
    right: 1rem;
    transition: all 0.3s linear;
    background-color: #E24C10;
  }
  .menu {
    display: none;
  }
  .menu {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .nav-toggle {
    top: 5px;
    right: 0;
    width: 60px;
  }
}
/*
///////////////////////////FOOTER\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
footer {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
  font-size: 0.875rem;
  padding: 2rem 0;
  border-bottom: 5px solid #E24C10;
}
footer .footer-col-1 a {
  color: hsl(0, 0%, 100%);
}
footer .footer-col-1 a:hover {
  color: #E24C10;
}
footer .footer-col-2 h2 {
  color: #E24C10;
  text-transform: none;
  max-width: 100%;
}
footer .footer-col-2 h2:hover {
  color: hsl(0, 0%, 100%);
}
footer .footer-col-2 p {
  font-weight: bold;
  font-size: 1.25rem;
  max-width: 80%;
}
footer .footer-col-2 .arrow-btn {
  color: hsl(0, 0%, 100%);
}
footer .footer-col-2 .arrow-btn:hover {
  cursor: pointer;
  background-image: url("/wp-content/uploads/logo-component-small-white.svg");
}
@media (max-width: 450px) {
  footer .footer-col-2 .two-col-grid-above-medium div:first-of-type {
    order: 2;
    padding-bottom: 1rem;
    padding-top: 2rem;
  }
  footer .footer-col-2 .two-col-grid-above-medium div:last-of-type {
    order: 1;
  }
}
footer .footer-col-2 .two-col-grid-above-medium {
  align-items: center;
}
footer .linkedin {
  transition: 300ms;
}
footer .linkedin:hover {
  cursor: pointer;
  scale: 1.1;
}
footer .cities {
  display: block;
  font-size: 1.5rem;
  padding-top: 1rem;
}
footer .copyright {
  color: hsl(0, 0%, 100%);
  padding-top: 3rem;
}
footer .copyright a {
  color: hsl(0, 0%, 100%);
}
footer .copyright a:hover {
  color: #E24C10;
}
footer .footer-logo {
  max-width: 150px;
  padding-bottom: 1rem;
}

/*////////////////HOME PAGE \\\\\\\\\\\\\\\*/
.our-work-container {
  padding: 2rem 0;
}
.our-work-container h2 {
  padding-left: 4rem;
}
@media (max-width: 850px) {
  .our-work-container h2 {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .our-work-container h2 {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .our-work-container .two-col-grid-above-medium div:first-of-type {
    order: 2;
    padding-bottom: 1rem;
  }
  .our-work-container .two-col-grid-above-medium div:last-of-type {
    order: 1;
  }
}

.our-work-text {
  margin-top: 1.7rem;
  max-width: 90%;
  font-size: 1.25rem;
}
@media (max-width: 450px) {
  .our-work-text {
    max-width: 100%;
    margin-top: 0.5rem;
  }
}

.section-img-icons-container {
  padding: 0;
}

.img-container {
  padding: 1rem;
  padding-bottom: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-container_content {
  margin-left: 3rem;
  padding: 2rem;
  overflow: hidden;
  color: hsl(0, 0%, 100%);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
}
@media (max-width: 450px) {
  .img-container_content {
    margin-left: 0;
  }
}

.icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
  justify-items: center;
  color: hsl(0, 0%, 0%);
}
.icons-grid .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-grid .icon-item img {
  height: 100px;
}
@media (max-width: 850px) {
  .icons-grid .icon-item img {
    height: 70px;
  }
}
.icons-grid .number {
  color: #E24C10;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 850px) {
  .icons-grid .number {
    font-size: 2rem;
  }
}
.icons-grid .description {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 850px) {
  .icons-grid .description {
    font-size: 1.375rem;
  }
}
@media (max-width: 450px) {
  .icons-grid {
    grid-template-columns: 1fr;
  }
}

.solutions-container {
  background-color: #201A28;
  color: hsl(0, 0%, 100%);
  overflow: hidden;
}
@media (max-width: 450px) {
  .solutions-container {
    padding: 1rem;
  }
}

.solutions-bullets {
  list-style-type: none;
  margin: 0;
  margin-top: 3rem;
}
@media (max-width: 450px) {
  .solutions-bullets {
    padding-left: 25px;
    margin-top: 1rem;
  }
}
.solutions-bullets li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.solutions-bullets li:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/logo-component-small-white-outline-4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .desktop-only-break {
    margin-top: -15px;
    padding-top: 0;
    border-top: none;
  }
}

.solutions-text {
  padding-bottom: 1rem;
}

.our-work-container-2 {
  overflow: hidden;
  padding: 5rem 0;
}
.our-work-container-2 .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.our-work-container-2 .col-1-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.our-work-container-2 .col-1-inner img {
  max-width: 50px;
}

.col-2 h2 {
  line-height: 3rem;
}
@media (max-width: 850px) {
  .col-2 h2 {
    padding-top: 2rem;
    line-height: 2rem;
  }
}
.col-2 p {
  font-size: 1.25rem;
  max-width: 80%;
}

.touch-container .two-col-grid-above-medium {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  place-content: center;
}
.touch-container .touch-text {
  padding-left: 10px;
  font-size: 1.5rem;
  color: hsl(0, 0%, 0%);
}
@media (max-width: 450px) {
  .touch-container .touch-text {
    font-size: 1.25rem;
  }
}
.touch-container .touch-text h2 {
  position: relative;
  padding-left: 0;
  color: #E24C10;
}
@media (max-width: 450px) {
  .touch-container .touch-text h2 {
    padding-left: 45px;
    font-size: 1.375rem;
  }
}
.touch-container .touch-text h2:before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/logo-component.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 450px) {
  .touch-container .touch-text h2:before {
    left: 0;
  }
}

.text-effect-container {
  padding: 5rem 2rem;
  background-color: hsl(0, 0%, 0%);
  color: hsla(0, 100%, 100%, 0.25);
}
.text-effect-container p {
  font-size: 1.875rem;
  max-width: 70%;
  margin: 0 auto;
}

/*////////////////WHAT WE DO PAGE \\\\\\\\\\\\\\\*/
.approach-container, .track-record-container {
  background-color: #201A28;
  color: hsl(0, 0%, 100%);
}
.approach-container h2, .track-record-container h2 {
  color: hsl(0, 0%, 100%);
  margin: 0;
}
@media (max-width: 850px) {
  .approach-container, .track-record-container {
    text-align: center;
  }
}

.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: center;
  justify-items: center;
  padding: 2rem;
  margin: 0 auto;
}
.approach-grid img {
  max-height: 100px;
  margin: 0 auto;
}
.approach-grid p {
  text-align: center;
  font-size: 1.25rem;
  padding-top: 1rem;
}
@media (max-width: 450px) {
  .approach-grid {
    grid-template-columns: 1fr;
  }
}

.approach-label {
  color: #E24C10;
  max-width: 200px;
}

.track-record-label {
  color: hsl(0, 0%, 100%);
  max-width: 200px;
}

.our-results-text {
  font-size: 1.875rem;
  padding-left: 4rem;
  padding-top: 2rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .our-results-text {
    padding-left: 0;
    font-size: 1.5rem;
    text-align: left;
  }
}

.our-vision-container {
  padding-left: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 450px) {
  .our-vision-container {
    padding-left: 0;
  }
}
.our-vision-container img {
  max-width: 160px;
}
.our-vision-container .two-col-grid-above-medium {
  align-items: center;
}

.our-vision-text {
  font-size: 1.5rem;
}
@media (max-width: 450px) {
  .our-vision-text {
    font-size: 1.25rem;
  }
}

.case-studies-container {
  padding: 0;
  position: relative;
  background-color: #201A28;
}

.case-study {
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
  justify-content: space-between;
  min-height: 700px;
  will-change: transform;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  overflow: hidden;
}

.case-study-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.case-study-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.case-study h2 {
  background-color: #E24C10;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  max-width: 40%;
  color: hsl(0, 0%, 100%);
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 2rem;
  height: 40px;
}

.case-study h2 {
  transform: translate(-64px, -16px);
}

@media (max-width: 850px) {
  .case-study h2 {
    max-width: 90%;
    transform: translate(-20px, -7px);
  }
}
.case-study .case-study-content {
  max-width: 30%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  padding: 2rem;
}

@media (max-width: 850px) {
  .case-study .case-study-content {
    max-width: 100%;
  }
}
.case-study h3 {
  text-transform: uppercase;
  color: hsl(0, 0%, 100%);
}

.case-study:first-child {
  margin-bottom: 0;
}

.lets-talk-container {
  background-color: #1B616B;
  color: hsl(0, 0%, 100%);
}
.lets-talk-container h2 {
  color: hsl(0, 0%, 100%);
}
.lets-talk-container .lets-talk-text {
  max-width: 70%;
  font-size: 1.5rem;
}
@media (max-width: 450px) {
  .lets-talk-container .lets-talk-text {
    max-width: 100%;
    font-size: 1.25rem;
  }
}

/*////////////////404\\\\\\\\\\\\\\\*/
.page-404 {
  background-image: url(/wp-content/uploads/404.webp);
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  place-content: center;
  margin-top: 1rem;
}

.content-404 {
  max-width: 800px;
  background-color: hsla(0, 0%, 100%, 0.75);
  padding: 2rem;
}
.content-404 h2 {
  font-size: 4rem;
  text-align: center;
  color: #E24C10;
}
@media (max-width: 1000px) {
  .content-404 h2 {
    font-size: 2rem;
  }
}
.content-404 p {
  text-align: center;
  font-size: clamp(1rem, 0.3333rem + 3.5556vw, 3rem);
  font-weight: bold;
}

/*////////////////BLOG INDEX PAGE\\\\\\\\\\\\\\\*/
.posts-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 850px) {
  .posts-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .posts-container {
    grid-template-columns: 1fr;
  }
}

.posts-container__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: hsl(0, 0%, 91%);
  border-radius: 5px;
  padding: 2rem;
  visibility: hidden;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px;
}
.posts-container__item .posts-container__item-date {
  font-size: 0.875rem;
  text-align: left;
}
.posts-container__item p {
  text-align: right;
  padding: 10px 0 0 0;
}
.posts-container__item img {
  width: 350px;
  height: 100%;
  object-fit: contain;
}

.featured-img {
  padding: 10px;
}

/*////////////////NEWS ARCHIVE PAGE\\\\\\\\\\\\\\\*/
.news-container-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 850px) {
  .news-container-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .news-container-item {
    grid-template-columns: 1fr;
  }
}

.news-container__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  padding: 2rem;
  visibility: hidden;
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px;
}
.news-container__items .news-container__item-date {
  font-size: 0.875rem;
  text-align: left;
}
.news-container__items h4 {
  margin: 1rem 0;
}
.news-container__items h5 {
  margin: 0.5rem 0;
}
.news-container__items p {
  text-align: right;
  padding: 10px 0 0 0;
}
.news-container__items img {
  width: 350px;
  height: 100%;
  min-height: 200px;
  object-fit: contain;
}

/*////////////////HOME NEWS ARCHIVE PAGE\\\\\\\\\\\\\\\*/
.home-news-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 850px) {
  .home-news-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .home-news-container {
    grid-template-columns: 1fr;
  }
}

/*////////////////NEWS SINGLE PAGE\\\\\\\\\\\\\\\*/
.news-single {
  border-top: 1px solid #E24C10;
  padding-top: 2rem;
}
.news-single section {
  padding-top: 0;
}
.news-single h2 {
  margin-top: 0;
  line-height: 2.5rem;
}
@media (max-width: 450px) {
  .news-single h2 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
.news-single img {
  max-height: 500px;
  object-fit: contain;
}
.news-single .post-content {
  margin: 2rem 0;
}

/*////////////////ABOUT PAGE \\\\\\\\\\\\\\\*/
.team-container {
  background-color: #E24C10;
}

.our-experience-container .brand-highlight {
  text-transform: uppercase;
  color: #E24C10;
}
@media (min-width: 450px) {
  .our-experience-container h2 {
    max-width: 50%;
  }
}

.animation-container .animation-image {
  background-size: cover;
  background-position: right;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .animation-container .animation-image {
    background-position: center;
  }
}
.animation-container .animation-content-text {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 1rem;
}
@media (min-width: 850px) {
  .animation-container .animation-content-text {
    max-width: 50%;
  }
}
.animation-container .animation-content-text h2 {
  font-size: 1.25rem;
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-popup-overlay.active {
  display: flex;
  opacity: 1;
}

.video-popup-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 70vh;
  max-height: 600px;
}
@media (max-width: 850px) {
  .video-popup-container {
    width: 95%;
    height: 50vh;
  }
}

.video-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news-container {
  background-color: #1B616B;
  color: hsl(0, 0%, 100%);
}
.news-container p {
  padding-bottom: 0;
}

.news-text {
  font-size: 1.5rem;
}
@media (min-width: 850px) {
  .news-text {
    max-width: 50%;
  }
}

.news-posts-grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  margin: 2rem 0;
}
@media (max-width: 450px) {
  .news-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-card {
  padding: 10px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid ghostwhite;
  margin-bottom: 1rem;
}
.news-card img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.news-card-title {
  color: #E24C10;
  font-size: 1.25rem;
}

/*////////////////TEAM PAGE \\\\\\\\\\\\\\\*/
.team-container {
  color: hsl(0, 0%, 100%);
  position: relative;
}
.team-container .brand-highlight {
  text-transform: uppercase;
  color: hsl(0, 0%, 0%);
}
.team-container h2 {
  margin: 0;
}
.team-container .team-text {
  font-size: 1.25rem;
  max-width: 90%;
  padding-top: 5rem;
}
@media (max-width: 450px) {
  .team-container .team-text {
    padding-top: 0;
  }
}

.team-cards-thumbnail-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding: 1rem;
}
@media (max-width: 450px) {
  .team-cards-thumbnail-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-cards-thumbnail {
  position: relative;
  overflow: hidden;
}
.team-cards-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.team-cards-thumbnail .plus-sign {
  position: absolute;
  bottom: -8px;
  left: 4px;
  font-size: 2rem;
  color: hsl(0, 0%, 100%);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.team-cards-thumbnail .team-cards-thumbnail-text {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 10px;
  opacity: 0; /* Start hidden */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.team-cards-thumbnail .team-cards-thumbnail-text:hover {
  cursor: pointer;
}
.team-cards-thumbnail .team-cards-thumbnail-text h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 450px) {
  .team-cards-thumbnail .team-cards-thumbnail-text h3 {
    font-size: 0.75rem;
  }
}
.team-cards-thumbnail .team-cards-thumbnail-text p {
  margin: 0;
  padding: 0;
}
.team-cards-thumbnail .team-cards-thumbnail-text .job-title {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}
@media (max-width: 450px) {
  .team-cards-thumbnail .team-cards-thumbnail-text .job-title {
    display: none;
  }
}
.team-cards-thumbnail .team-cards-thumbnail-text .excerpt {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.8;
  line-height: 1.4;
}
.team-cards-thumbnail .team-cards-thumbnail-text .team-bio-btn {
  background: none;
  border: 1px solid white;
  color: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 450px) {
  .team-cards-thumbnail .team-cards-thumbnail-text .team-bio-btn {
    padding: 5px;
    font-size: 12px;
  }
}
.team-cards-thumbnail .team-cards-thumbnail-text .team-bio-btn:hover {
  background: white;
  color: black;
}

.team-cards-full {
  background-color: #1B616B;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--team-container-width, 1200px);
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
}
@media (max-width: 450px) {
  .team-cards-full {
    padding: 1rem;
    width: 95%;
  }
}
.team-cards-full h2 {
  padding-left: 2rem;
}
.team-cards-full .nationality, .team-cards-full .residence, .team-cards-full .qualifications, .team-cards-full .membership, .team-cards-full .team-email {
  padding-bottom: 0rem;
}
.team-cards-full .name {
  text-transform: uppercase;
}
.team-cards-full .job-title {
  padding-bottom: 1rem;
}
.team-cards-full .expertise {
  color: #E24C10;
}
.team-cards-full .team-text-full {
  padding-top: 2rem;
}
.team-cards-full .team-details {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
}
.team-cards-full .team-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1001;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.team-cards-full .team-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.team-cards-full .job-title {
  color: hsl(0, 0%, 0%);
  font-weight: bold;
}
.team-cards-full .two-col-grid-above-medium {
  gap: 2rem;
}

/*////////////////CONTACT PAGE \\\\\\\\\\\\\\\*/
.contact-section .two-col-grid-above-medium {
  gap: 2rem;
}

.hero-contact {
  background-image: url(/wp-content/uploads/hero-contact.jpg);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  .hero-contact {
    min-height: 300px;
  }
}

.contact-form {
  padding: 2rem;
  border: 1px solid ghostwhite;
}

/*///////////////////Buttons\\\\\\\\\\\\\\\\\\\\\*/
button {
  border: none;
  padding: 0.5rem 1.15rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s linear;
  background-color: #8a3c1d;
  border-radius: 5px;
}

button.square {
  padding: 0.5rem;
}

button.header-btn {
  border-radius: 0 0 20px 20px;
  padding: 12px;
  height: 60px;
  transition: all 0.1s linear;
  width: 45px;
}
@media (max-width: 450px) {
  button.header-btn {
    height: 50px;
  }
}

.button {
  border: none;
  padding: 0.75rem 1.25rem;
  color: white;
  cursor: pointer;
  transition: all 0.1s linear;
  background-color: #8a3c1d;
  border-radius: 5px;
  text-transform: lowercase;
  font-size: 1.5rem;
  width: fit-content;
}
@media (max-width: 450px) {
  .button {
    font-size: 1rem;
    padding: 0.2rem 0.7rem;
  }
}
.button:hover {
  color: hsl(0, 0%, 100%);
  background-color: #201A28;
  scale: 1.05;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
}
.button:hover i {
  opacity: 1;
  padding-left: 10px;
}
.button:hover::before {
  content: none;
}
.button:visited {
  color: hsl(0, 0%, 100%);
}
.button i {
  opacity: 0;
  transition: all 0.3s linear;
}

.button-brand a {
  background-color: #E24C10;
  color: hsl(0, 0%, 100%);
  padding: 0.5rem 5rem;
  font-size: 0.875rem;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
  border-radius: 0 5px 5px 0;
}
.button-brand a:visited {
  color: hsl(0, 0%, 100%);
}
.button-brand a:hover {
  background-color: #8a3c1d;
  content: none;
}
.button-brand span {
  display: inline-block;
  background-image: url("/wp-content/uploads/logo-component-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  transform: translate(-12px, 20px);
  z-index: 10;
}

.logo-btn {
  position: relative;
  padding-left: 40px;
  margin-top: 1rem;
  display: block;
  color: hsl(0, 0%, 100%);
}
.logo-btn:visited {
  color: hsl(0, 0%, 100%);
}
.logo-btn:hover {
  color: #E24C10;
}
.logo-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/logo-component.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-btn {
  background-image: url("/wp-content/uploads/logo-component-brand-right.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.8rem 0 1rem 3.25rem;
  color: hsl(0, 0%, 0%);
  font-size: 1.25rem;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}
.arrow-btn:visited {
  color: hsl(0, 0%, 0%);
}
.arrow-btn:hover {
  cursor: pointer;
  background-image: url("/wp-content/uploads/logo-component-black-right.svg");
  color: #E24C10;
}

.arrow-btn-2 {
  background-image: url("/wp-content/uploads/logo-component-black-right.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 0 1rem 3.25rem;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.arrow-btn-2:visited {
  color: hsl(0, 0%, 0%);
}
.arrow-btn-2:hover {
  cursor: pointer;
  background-image: url("/wp-content/uploads/logo-component-brand-right.svg");
  color: #E24C10;
}

.arrow-btn-3 {
  background-image: url("/wp-content/uploads/logo-component-brand-right.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left 13px;
  padding: 1rem 0 1rem 3.25rem;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}
.arrow-btn-3:visited {
  color: hsl(0, 0%, 0%);
}
.arrow-btn-3:hover {
  cursor: pointer;
  background-image: url("/wp-content/uploads/logo-component-black-right.svg");
  color: #E24C10;
}

.arrow-btn-4 {
  background-image: url("/wp-content/uploads/logo-component-brand-right.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 0 1rem 3.25rem;
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}
.arrow-btn-4:visited {
  color: hsl(0, 0%, 100%);
}
.arrow-btn-4:hover {
  cursor: pointer;
  background-image: url("/wp-content/uploads/logo-component-black-right.svg");
  color: #E24C10;
}

.top-link {
  font-size: 1.25rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #E24C10;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border: 2px solid hsl(0, 0%, 100%);
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  opacity: 0.5;
  animation: bounce 2s ease-in-out infinite;
  visibility: hidden;
  z-index: -100;
}
.top-link:hover {
  scale: 1.5;
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
.top-link:visited {
  color: hsl(0, 0%, 100%);
}
@media (max-width: 450px) {
  .top-link {
    display: none;
  }
}

.show-link {
  visibility: visible;
  z-index: 100;
}
@media (max-width: 450px) {
  .show-link {
    display: none;
  }
}

@keyframes bounce {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsing {
  0% {
    scale: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.5;
  }
  100% {
    scale: 1;
  }
}
/*
///////////////////////////HERO\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.hero {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  position: relative;
  padding: 2rem 0.5rem;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 700px;
}
@media (max-width: 450px) {
  .hero {
    background-position: -190px 0;
  }
}
.hero .opening-statement {
  max-width: 65%;
  opacity: 0; /* This needs to be animated by GSAP */
  margin-left: 19.5rem;
  color: hsl(0, 0%, 0%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2rem;
  border-radius: 1rem;
  font-weight: bold;
}
.hero .opening-statement h2, .hero .opening-statement h3 {
  color: #E24C10;
  margin: 0;
}
.hero .opening-statement h3 {
  font-size: 1.875rem;
}
.hero .opening-statement p:nth-of-type(1), .hero .opening-statement p:nth-of-type(2) {
  font-size: 1.5rem;
}
.hero .opening-statement p:nth-of-type(3) {
  font-weight: bold;
}
@media (max-width: 850px) {
  .hero .opening-statement {
    grid-row: 2;
    display: grid;
    padding-left: 1rem;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  .hero .opening-statement h3 {
    font-size: 1.875rem;
  }
  .hero .opening-statement p:nth-of-type(1) {
    padding-top: 1rem;
  }
  .hero .opening-statement p:nth-of-type(1), .hero .opening-statement p:nth-of-type(2) {
    font-size: 1.25rem;
  }
}
@media (max-width: 450px) {
  .hero .opening-statement {
    text-align: center;
  }
  .hero .opening-statement .brand-color {
    display: none;
  }
  .hero .opening-statement h3 {
    font-size: 1.25rem;
  }
}
.hero img {
  grid-row: 1/-1;
  grid-column: 1/-1;
  opacity: 0; /* This needs to be animated by GSAP */
}

.hero-strapline {
  background-color: #E24C10;
  padding: 3rem 0;
}
.hero-strapline h2 {
  margin: 0;
  text-align: center;
  font-size: 2.25rem;
}

/*
///////////////////////////TESTIMONIALS\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.testimonial {
  display: grid;
  place-content: center;
}
.testimonial .testimonial__content {
  border-left: 1px dotted hsl(0, 0%, 0%);
  background-color: hsla(0, 0%, 0%, 0.05);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.2;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .testimonial .testimonial__content {
    font-size: 1.375rem;
    padding: 0 0 0 10px;
  }
}
.testimonial .testimonial__content .testimonial__name {
  display: block;
  font-weight: bold;
  font-style: normal;
  padding-top: 1rem;
}

@media (max-width: 500px) {
  .home .two-col-grid #pricing-btn {
    grid-row: 2;
  }
}
.testimonial.small {
  max-width: 70%;
  margin: 2rem 0;
  height: auto;
}
@media (max-width: 500px) {
  .testimonial.small {
    max-width: 100%;
  }
}

/*
///////////////////////////FORMS\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
#mc_embed_signup {
  background-color: hsl(14, 86%, 69%);
}

#mc_embed_signup .button {
  background-color: #E24C10;
}

#mc_embed_signup .asterisk {
  color: hsl(0, 0%, 100%);
}

.ccth-contact-form {
  margin: 0 !important;
}
.wpforms-container input.wpforms-field-medium,
.wpforms-container-full textarea {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s;
}

.wpforms-container input.wpforms-field-medium::placeholder {
  color: #666;
}

.wpforms-container input.wpforms-field-medium:focus {
  border-bottom-color: #ddd;
}

.ccth-contact-form__submit-btn {
  background-color: #E24C10 !important;
}
.ccth-contact-form__submit-btn:hover {
  background-color: #8a3c1d !important;
}

/*///////////////////Pagination\\\\\\\\\\\\\\\\\\\\\*/
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
}

.pagination a {
  padding: 10px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  color: #E24C10;
}
.pagination a::before {
  content: none;
}

.pagination a:hover {
  background-color: #8a3c1d;
  color: hsl(0, 0%, 100%);
}

.pagination .current {
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #E24C10;
  border: 1px solid #E24C10;
  border-radius: 5px;
  color: #fff;
}

/*////////////////SIDEBAR ITEMS \\\\\\\\\\\\\\\*/
.fa-circle-arrow-down {
  transition: all 0.3s linear;
}
.fa-circle-arrow-down:hover {
  color: #8a3c1d;
}

.opening-times {
  position: relative;
  background-color: #E24C10;
  color: hsl(0, 0%, 100%);
  padding: 2rem;
  opacity: 0;
  background-image: url(/wp-content/uploads/2024/05/open-icon.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 10px;
  background-size: 100px;
  transition: all ease-in-out 0.25s;
}
.opening-times h3 {
  color: #8a3c1d;
}
.opening-times:hover {
  background-size: 105px;
}
.opening-times a {
  color: hsl(49, 73%, 77%);
}

.opening-times::before,
.opening-times::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #E24C10;
  bottom: -8px;
  z-index: 10;
}

.opening-times::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.opening-times::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.opening-times__announcement {
  color: hsl(49, 73%, 77%);
  border: 1px solid hsl(49, 73%, 77%);
  border-radius: 5px;
  padding: 1rem;
}

.opening-times__address_map {
  display: grid;
  grid-template-columns: 1fr 10%;
  justify-content: space-between;
}
.opening-times__address_map .opening-times__map-icon {
  align-self: flex-start;
}

.emergencies {
  position: relative;
  background-color: #8a3c1d;
  color: hsl(0, 0%, 100%);
  opacity: 0;
  padding: 2rem;
  background-image: url(/wp-content/uploads/2024/05/phone-icon-3.svg);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 70px;
  transition: all ease-in-out 0.25s;
}
.emergencies:hover {
  background-size: 75px;
}
.emergencies .intro {
  width: 90%;
}
.emergencies .accordion__content {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.emergencies .accordion__content .accordion__content-inner {
  padding-top: 1rem;
}
.emergencies .btn {
  padding-top: 1rem;
}

.emergencies::before,
.emergencies::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #8a3c1d;
  bottom: -8px;
  z-index: 10;
}

.emergencies::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.emergencies::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.fa-circle-arrow-down {
  transition: all 0.3s linear;
}
.fa-circle-arrow-down:hover {
  color: #E24C10;
}

.newsletter {
  position: relative;
  background-color: hsl(14, 86%, 69%);
  color: hsl(0, 0%, 100%);
  padding: 2rem;
  opacity: 0;
  background-image: url(/wp-content/uploads/2024/05/envelope-icon-02.png);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 70px;
  transition: all ease-in-out 0.25s;
}
.newsletter:hover {
  background-size: 75px;
}
.newsletter .intro {
  width: 90%;
}
.newsletter .accordion__content {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.newsletter .accordion__content .accordion__content-inner {
  padding-top: 1rem;
}
.newsletter .btn {
  padding-top: 1rem;
}
.newsletter .accordion__toggle {
  background-color: hsl(14, 86%, 69%);
}

.newsletter::before,
.newsletter::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: hsl(14, 86%, 69%);
  bottom: -8px;
  z-index: 10;
}

.newsletter::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.newsletter::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.brochure {
  position: relative;
  background-image: url(/wp-content/uploads/2024/05/logo-river.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 30px;
  background-color: #E24C10;
  padding: 2rem;
  color: hsl(0, 0%, 100%);
  opacity: 0;
}
.brochure img {
  width: 70%;
  margin: 0 auto;
  transition: all ease-in-out 0.25s;
}
.brochure p > a {
  color: hsl(0, 0%, 100%);
}
.brochure:visited {
  color: hsl(0, 0%, 100%);
}
.brochure:hover img {
  width: 75%;
}

.brochure::before,
.brochure::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #E24C10;
  bottom: -8px;
  z-index: 10;
}

.brochure::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.brochure::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.volunteer {
  background-color: hsl(49, 73%, 77%);
  padding: 2rem;
  position: relative;
  opacity: 0;
}

.volunteer::before,
.volunteer::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: hsl(49, 73%, 77%);
  bottom: -8px;
  z-index: 10;
}

.volunteer::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.volunteer::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.recent-posts-container {
  position: relative;
  background-color: hsl(0, 0%, 91%);
  background-image: url(/wp-content/uploads/2024/05/blog-icon-03.webp);
  background-repeat: no-repeat;
  background-position: top 10px left 2rem;
  background-size: 70px;
  margin-bottom: 1rem;
}
.recent-posts-container h2 {
  padding: 1rem 0 0 2rem;
  transform: translate(4.7rem, 0.6rem);
  color: #201A28;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.recent-posts-container p {
  text-align: right;
  padding: 10px 0 0 0;
}
.recent-posts-container .recent-posts-item-date {
  font-size: 0.875rem;
  text-align: left;
  padding-bottom: 0.5rem;
}

.recent-posts-item {
  border-bottom: 3px dotted hsl(0, 0%, 100%);
  padding: 2rem;
}
.recent-posts-item img {
  width: 350px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.recent-posts-container::before,
.recent-posts-container::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: hsl(0, 0%, 91%);
  bottom: -8px;
  z-index: 10;
}

.recent-posts-container::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.recent-posts-container::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.recent-news-container {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.recent-news-container h2 {
  padding: 1rem 0;
  color: #201A28;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: normal;
}
.recent-news-container p {
  text-align: right;
  padding: 10px 0 0 0;
}
.recent-news-container .recent-news-item-date {
  font-size: 0.875rem;
  text-align: left;
  padding-bottom: 0.5rem;
}

.recent-news-item {
  box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.recent-news-item img {
  width: 350px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.first-steps {
  position: relative;
  background-color: #E24C10;
  color: hsl(0, 0%, 100%);
  opacity: 0;
  padding: 2rem;
  background-image: url(/wp-content/uploads/2024/06/steps-icon.webp);
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 70px;
  transition: all ease-in-out 0.25s;
}
.first-steps:hover {
  background-size: 75px;
}
.first-steps .intro {
  width: 90%;
}
.first-steps a {
  color: hsl(49, 73%, 77%);
}
.first-steps .accordion__content {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.first-steps .accordion__content .accordion__content-inner {
  padding-top: 1rem;
}
.first-steps .btn {
  padding-top: 1rem;
}
.first-steps .accordion__toggle {
  background-color: #E24C10;
}
.first-steps .fa-circle-arrow-down {
  transition: all 0.3s linear;
}
.first-steps .fa-circle-arrow-down:hover {
  color: #8a3c1d;
}

.first-steps::before,
.first-steps::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #E24C10;
  bottom: -8px;
  z-index: 10;
}

.first-steps::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.first-steps::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.sidebar-submenu-container {
  position: relative;
  background-color: #E24C10;
  padding: 2rem;
  opacity: 0;
}
.sidebar-submenu-container h3 {
  color: hsl(0, 0%, 100%);
}

.sidebar-submenu-container__submenu {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  padding-top: 1rem;
}

.sidebar-submenu-container__submenu-item {
  background-color: hsl(14, 86%, 69%);
  padding: 1rem;
  border-radius: 5px;
  border-bottom: 4px solid hsl(49, 73%, 77%);
  border-right: 4px solid hsl(49, 73%, 77%);
  text-align: center;
}
.sidebar-submenu-container__submenu-item:hover {
  border-bottom: 4px solid hsl(14, 86%, 69%);
  border-right: 4px solid hsl(14, 86%, 69%);
  background-color: hsl(49, 73%, 77%);
}

.sidebar-submenu-container::before,
.sidebar-submenu-container::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #E24C10;
  bottom: -8px;
  z-index: 10;
}

.sidebar-submenu-container::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.sidebar-submenu-container::after {
  left: 50%;
  transform: skew(0, -20deg);
}

.events {
  position: relative;
  background-color: #8a3c1d;
  padding: 2rem;
  color: hsl(0, 0%, 100%);
  opacity: 0;
}
.events img {
  width: 70%;
  margin: 0 auto;
  transition: all ease-in-out 0.25s;
}
.events p > a {
  color: hsl(0, 0%, 100%);
}
.events:visited {
  color: hsl(0, 0%, 100%);
}
.events:hover img {
  width: 75%;
}

.events::before,
.events::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #8a3c1d;
  bottom: -8px;
  z-index: 10;
}

.events::before {
  right: 50%;
  transform: skew(0, 20deg);
}

.events::after {
  left: 50%;
  transform: skew(0, -20deg);
}

/*
///////////////////////////Image Grid\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
.img-grid {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
}
.img-grid .img-grid_content-inner {
  background-color: rgba(255, 255, 255, 0.7);
  max-width: fit-content;
  padding: 1rem;
  border-radius: 1rem;
}

/*# sourceMappingURL=style.css.map */
