/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --mwp-blue: rgba(10, 110, 148, 1); /*blue*/
  --mwp-green: #257666; /*green*/
  --mwp-red: #7d2531; /*red*/
  --mwp-gold: rgba(255, 186, 45, 1); /*gold*/
  --mwp-white: rgba(255, 255, 255, 1); /*white*/
  --mwp-purple: rgba(150, 100, 175, 1); /*purple*/
  --mwp-white50: rgba(255, 255, 255, 0.5); /*white*/
  /*gold*/
  --mwp-gold-50: rgba(255, 186, 45, 0.5); /*gold*/
  --mwp-gold-25: rgba(255, 186, 45, 0.25); /*gold*/
  /*purple*/
  --mwp-purple-75: rgba(150, 100, 175, 0.75); /*purple*/
  --mwp-purple-25: rgba(150, 100, 175, 0.25); /*purple*/
  /*green 
    --mwp-theme: rgb(37, 118, 102); 
    --mwp-themeBG: rgba(37, 118, 102, 1); 
    --mwp-themeBG-25: rgba(37, 118, 102, 0.25); 
    --mwp-themeBG-50: rgba(37, 118, 102, 0.5); 
    --mwp-themeBG-75: rgba(37, 118, 102, 0.75); 
    */
  --mwp-theme: rgb(10, 110, 148); /*blue*/
  --mwp-themeBG: rgba(10, 110, 148, 1); /*100*/
  --mwp-themeBG-25: rgba(10, 110, 148, 0.25); /*25*/
  --mwp-themeBG-50: rgba(10, 110, 148, 0.5); /*50*/
  --mwp-themeBG-75: rgba(10, 110, 148, 0.75); /*75%*/
  --mwp-theme-hover: rgba(255, 186, 45, 1); /*gold*/
  --mwp-theme-grey: rgb(205, 205, 205);
  --mwp-theme-darkgrey: rgb(40, 60, 80);
  --light-greyBG: rgba(0, 0, 0, 0.3);
  --selection: #b3d4fc; /*highlight colour*/
  --background-100: rgba(10, 110, 148, 1); /*solid colour*/
  --body-font-family: "gill-sans-nova", sans-serif;
  --text-color: rgba(78, 88, 98, 1);
  --jumbotron-font-size: 4rem;
  --h2-font-size: 46px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 20px;
  --btn-font-size: 14px;
  --copyright-font-size: 12px;
  --small-font-size: 18px;
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;
  --font-weight-light: 200;
  --font-weight-normal: 400;
  --font-weight-bold: 600;
}
/* ==========================================================================
   Basics
   ========================================================================== */
body {
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--p-font-size);
}
::-moz-selection {
  background: var(--mwp-themeBG-25);
  text-shadow: none;
}
::selection {
  background: var(--mwp-themeBG-25);
  text-shadow: none;
}
.jumbotron h1 {
  color: var(--white-color);
  font-size: var(--jumbotron-font-size);
}
a {
  color: var(--mwp-theme);
}
a:hover {
  color: var(--mwp-theme-hover);
}
h1,
h2,
h3,
h4 {
  color: var(--mwp-theme);
  font-weight: 200;
}
.pageIDevents h1,
.pageIDevents h2,
.pageIDevents h3,
.pageIDevents h4 {
  color: var(--mwp-purple);
}
h2 {
  font-weight: var(--font-weight-normal);
}
h3 {
  color: var(--mwp-theme);
}
strong {
  font-weight: var(--font-weight-bold);
}
hr {
  border-top: 1px solid var(--mwp-white50);
}
hr.dark {
  border-top: 1px solid var(--mwp-themeBG-50);
}
/* ===== Initializr Styles ==================================================
Author: Lee Curry - www.treaclesponge.com
========================================================================== */
section.top-section {
  margin: 0;
  margin-left: 0.8vw;
}
section.top-section h1 {
  font-size: 5rem;
  color: var(--mwp-white);
  font-weight: 100;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  text-align: center;
}
section.top-section p {
  font-weight: 400;
  font-size: 1.4rem;
}
section.top-section {
  margin: 0;
  background-color: var(--mwp-white);
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 120px;
}
section.blueBG {
  background: var(--mwp-themeBG-25);
  padding: 3rem 0;
}
section.eventsBG {
  padding: 3rem 0;
  margin-top: 3rem;
  background: var(--mwp-purple-25);
}
/*header*/
header {
  background: rgba(0, 0, 0, 1);
  margin-bottom: 1em;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}
/*logo*/
header #logoBlock {
  float: left;
  width: 30%;
}
header .logo {
  padding: 2%;
  z-index: 1000;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
a.logo img:hover,
a.logo img:focus {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* On the homepage - no link and no hover/focus effects */
span.logo img:hover,
span.logo img:focus {
  transform: none; /* Prevent hover effect on homepage */
}
nav .logo {
  width: 260px;
  display: block;
}
/*===========================================================*/
/*Navigation styles*/
/*===========================================================*/
nav.main-nav {
  display: flex;
  align-items: center;
  height: 120px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 0.35s ease-out;
  background: linear-gradient(59deg, #16222a, var(--mwp-themeBG));
  font-size: 20px;
}
body.pageIDevents nav.main-nav,
body.pageIDclients nav.main-nav {
  background: linear-gradient(59deg, #16222a, var(--mwp-purple));
}
.section-scrolled nav.main-nav {
  height: 60px;
}
nav .mobile.icon {
  width: 60px;
  height: 60px;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"/><line x1="3" y1="6" x2="21" y2="6"/><line x1="3" y1="18" x2="21" y2="18"/></svg>');
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 99;
}
nav .menu-catcher {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 80;
  display: none;
}
nav .mobile.icon:active {
  top: 2px;
}
nav .logo {
  display: block;
  padding: 0;
  margin: 15px;
  width: 260px;
}
nav .logo img {
  transition: all 0.35s ease-out;
}
/*section-scrolled*/
/* Initial state for the logo image */
.section-scrolled nav a.logo img {
  height: 50px; /* This controls the height of the image */
  transform: scale(0.65); /* Scales the image */
  transition: transform 0.9s ease, opacity 0.3s ease; /* Added opacity transition */
  display: block;
}
.section-scrolled span.logo img {
  transform: scale(0.65); /* Prevent hover effect on homepage */
}
/* Hover effect for the logo image */
.section-scrolled nav a.logo img:hover {
  transform: scale(0.75); /* Scales the image */
}
nav .menu {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* -webkit-transform: translateY(-50%); */
  /*  -ms-transform: translateY(-50%);*/
  /* transform: translateY(-50%); */
  list-style: none;
}
nav .menu.mobile {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
nav .menu.mobile.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  /* transform: translate3d(0, 0, 0); */
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  padding: 15px;
}
nav a.galleries,
nav a.clients,
nav a span {
  color: rgb(205, 205, 205);
}
nav a,
nav a:hover {
  text-decoration: none;
}
nav .entry {
  color: var(--mwp-theme-grey);
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  padding: 15px;
}
nav .menu > .entry:hover,
nav a.entry:hover {
  color: var(--mwp-theme-hover);
}

/*on state gallery */
body[class^="pageID-"] nav a.active,
body[class^="pageID-"] .mobile-menu a.active {
  color: var(--mwp-theme-hover);
}
body[class^="pageID-"] nav span.active,
body[class^="pageID-"] .mobile-menu span.active {
  color: var(--mwp-theme-hover);
}
.entry.active,
.active span {
  color: var(--mwp-theme-hover);
}
nav .entry .icon {
  width: 12px;
  height: 20px;
  background: url(../images/dropdown_icon.svg) center center no-repeat;
  display: inline-block;
  position: relative;
  left: 8px;
  top: 5px;
}
nav .sub {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  max-height: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: absolute;
  margin-top: 15px;
  margin-left: -15px;
  background: var(--mwp-blue);
  padding: 0.5rem 0.25rem;
}
nav .entry:hover .sub,
nav .menu.mobile .sub {
  max-height: 1000px;
  opacity: 1;
  color: var(--mwp-themeBG-75);
}
body.pageIDclients nav .entry:hover .sub,
body.pageIDclients nav .menu.mobile .sub,
body.pageIDevents nav .entry:hover .sub,
body.pageIDevents nav .menu.mobile .sub {
  background: var(--mwp-purple);
}

/* View Cart button styling */
body.pageIDclients nav .view-cart {
  border: 1px solid;
  border-color: var(--mwp-white50);
  color: #fff;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  padding: 12px;
  font-size: 80%;
}

body.pageIDclients nav .view-cart:hover {
  background-color: #074c66; /* slightly darker on hover */
}
body.pageIDclients nav .view-cart .cart-count {
  color: var(--mwp-gold);
}

nav .sub .entry {
  font-size: 0.9em;
  width: 100%;
  padding: 5px 15px;
  /*  background: var(--mwp-themeBG);*/
}
nav .menu.mobile .sub .entry {
  background: transparent;
}
nav .sub .entry:hover {
  text-decoration: none;
}
nav .sub li {
  color: var(--mwp-theme-grey);
}
nav .sub li.navSection {
}
.mobile-navigation {
  display: none;
}

/*===========================================================*/
/*Home page*/
/*===========================================================*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#homepage-slider-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Fill the entire viewport */
  overflow: hidden;
}
#slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#slideshow .video-slide {
  position: absolute; /* Make it absolutely positioned to fill the container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video fills the viewport proportionally */
  opacity: 0; /* Start hidden */
  transition: opacity 1s ease-in-out; /* Smooth fade-in/out */
}
#slideshow .video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video scales proportionally */
}
#slideshow .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Smooth fade transition for images */
  z-index: 3;
}
#slideshow .slide.active,
#slideshow .video-slide.active {
  opacity: 1;
}
#slideshow .slide:first-child {
  animation: fadeIn 1s ease-in-out;
}
#slideshow .caption {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  opacity: 0; /* Initially hidden */
  animation: fadeOut 2s forwards; /* Fade out when not active */
  background: rgba(0, 0, 0, 0.2);
}
#slideshow .slide.active .caption,
#slideshow .video-slide.active .caption {
  opacity: 1;
  animation: fadeIn 2s ease-in-out; /* Fade in when the slide/video is active */
}
.caption h2 {
  color: var(--mwp-white);
  padding: 40px;
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 0;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
/* down arrow for home page*/
.down-arrow-container {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.down-arrow {
  display: inline-block;
  color: var(--mwp-white);
  animation: bounce 1s infinite; /* Bounce animation */
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .down-arrow-container {
    bottom: 120px;
  }
}
/* The bouncing effect */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Move back down */
  }
}
.down-arrow:hover {
  color: var(--mwp-white50);
}

/*home page case study area*/
.cs-logos img {
  transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */
  opacity: 1; /* Default opacity */
}
.cs-logos img:hover {
  opacity: 0.6; /* Opacity when hovered */
}

/* home page client logos */
.right-col article {
  padding: 1em;
  padding-bottom: 0;
}
.right-col article.blueBG {
  background: var(--mwp-themeBG-25);
}
.right-col article.events {
  background: var(--mwp-gold-50);
  padding: 3rem;
}
.right-col article.events a.btn {
  background: var(--mwp-purple);
}
.right-col article.events a.btn:hover {
  background: var(--mwp-gold);
}
.right-col #logoBox .logo {
  width: 100%;
  padding: 3%;
  max-width: 50% !important;
}
.right-col article.blockquote-container {
}
.right-col article.blockquote-container .block-quote:before {
  font-size: 50px;
  top: -5px;
}
.right-col article.blockquote-container .block-quote {
  padding-left: 2rem;
}
.pageIDevents article.blockquote-container {
  background: linear-gradient(59deg, #16222a, var(--mwp-purple));
  padding: 2rem;
}
.pageIDevents article.blockquote-container h3,
.pageIDevents article.blockquote-container .block-quote,
.pageIDevents article.blockquote-container .block-quote:before,
.pageIDevents article.blockquote-container blockquote cite {
  color: #fff !important;
}
#who-we-have-helped {
  text-align: center;
  margin-top: 50px;
}
#logoBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#logoBox img {
  object-fit: contain;
  transition: transform 0.3s ease; /* Optional: add hover effect */
}
#logoBox .logo {
  width: 100%;
  padding: 2%;
  max-width: 33%;
}
/*quotes*/
article.blockquote-container {
  /*border-top:1px solid var(--mwp-themeBG-50);
    border-bottom:1px solid var(--mwp-themeBG-50) */
  margin-top: 20px;
  padding: 1em;
  position: relative;
}
article.blockquote-container .block-quote {
  position: relative;
  margin: 0;
  padding-left: 4rem;
  color: var(--mwp-theme);
}
blockquote.block-quote .close-speech {
  font-family: "Georgia", serif;
  line-height: 1;
  font-size: 30px;
  position: absolute;
  padding-left: 10px;
}
article.blockquote-container .block-quote:before {
  font-family: "Georgia", serif;
  content: "\201C";
  font-weight: 900;
  color: var(--mwp-themeBG-50);
  font-size: 120px;
  opacity: 0.4;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 1;
  font-style: normal;
}
article.blockquote-container blockquote cite {
  display: block;
  margin: 0;
  color: var(--mwp-theme-darkgrey);
  text-align: right;
}
.right-col p {
  font-size: smaller;
}
/*===========================================================*/
/*Gallery styles*/
/*===========================================================*/
/*gallery title*/
.gallery-title {
  margin: 0;
  background-color: var(--mwp-white);
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  display: block; /* Ensure the title is visible by default */
  transition: opacity 1s ease; /* Add a transition for opacity changes */
  opacity: 1; /* Default visible */
}
/*higher up for events page*/
.pageIDevents .gallery-title {
  top: 25%;
}
/* Ensure the title text is centered and styled */
.gallery-title h1 {
  position: relative;
  text-align: center;
  pointer-events: none; /* Allow pointer events to pass through the text */
  font-size: 7rem;
  color: var(--mwp-white);
  font-weight: 100;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.gallery-container {
  margin-top: 104px;
}
.pageIDvirtual-tours .gallery-container {
  width: 60%;
  margin-left: 20%;
}
.gallery-container .inner {
  padding-top: 16px;
}
.gallery-container li {
  overflow: hidden;
}
body.pageIDclients .gallery-container li {
  width: 12.5%;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.is-nav-selected {
  outline: 3px solid #fff;
}
.gallery-container li a {
  cursor: pointer;
}
.gallery-container li .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mwp-themeBG-75);
  opacity: 0;
  transition: all 0.45s linear;
  text-align: center;
}
/*events variant*/
body.pageIDclients .gallery-container li .overlay,
body.pageIDevents .gallery-container li .overlay {
  background: linear-gradient(59deg, var(--mwp-purple), #16222a);
}
.gallery-container li .overlay:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid var(--mwp-white);
}
.gallery-container li .overlay .title {
  color: var(--mwp-white);
  font-style: normal;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 80%;
}
/*.gallery-container #thumbs {
    background: #383737;
    padding-bottom: 100px;
}
*/
.gallery-container li:hover .overlay {
  opacity: 1;
}
.gallery-container .tiles {
  list-style-type: none;
}
.gallery-container ul {
  margin: 0;
  padding-left: 0;
}
.gallery-container li {
  display: block;
  width: 16.66%;
  margin: 0;
}
.pageIDvideos .gallery-container li,
.pageIDanimation .gallery-container li {
  border: 3px solid var(--mwp-white);
}
/*override for virtual tour gallery as not enought to fill the page:*/
.pageIDvirtual-tours .gallery-container {
  border: 7px solid var(--mwp-white);
}
.pageIDvirtual-tours .gallery-container li {
  border: 7px solid var(--mwp-white);
  width: 33.33%;
}
.gallery-container li img {
  transition: all 0.4s linear;
}
.gallery-container li:hover img {
  opacity: 0.35;
}
.gallery-container li img {
  width: 100%;
}
.gallery-slider-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  display: none;
}
.gallery-slider-container.show {
  opacity: 1;
}
.gallery-slider-container .ui.close {
  width: 50px;
  height: 50px;
  z-index: 50;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNzIuNCA3Mi40IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9Ii0xMy4yIiB5PSIzNC40IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMC43MDcxIC0xNS4wMDE5IDM2LjIxNzcpIiBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iOTguOCIgaGVpZ2h0PSIzLjciLz4NCjxyZWN0IHg9Ii0xMy4yIiB5PSIzNC40IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxIC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgMzYuMjE3NyA4Ny40MzcyKSIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9Ijk4LjgiIGhlaWdodD0iMy43Ii8+DQo8L3N2Zz4NCg==);
  right: 15px;
  top: 15px;
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
  display: block;
}
.gallery-slider-container .close:hover {
  opacity: 1;
}
/* Fancybox */
.fancybox__backdrop {
  backdrop-filter: blur(10px); /* Apply the blur effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  background-color: var(--mwp-themeBG-75);
  background-image: url("../images/icons/mwp-logo-vertical-white.svg");
  background-repeat: no-repeat;
  background-blend-mode: darken;
  background-position: 2% 15%;
  background-size: 300px;
}
body.pageIDclients .fancybox__backdrop,
body.pageIDevents .fancybox__backdrop {
  background-color: var(--mwp-purple-75);
  background-image: url("../images/mark-weeks-events-logo.svg");
}
/* For mobile screens */
@media (max-width: 768px) {
  .fancybox__backdrop {
    background-position: 50% 12%; /* Adjust position for mobile */
    background-size: 200px; /* Optionally adjust size for mobile */
  }
}
.fancybox__slide {
  transition: opacity 5.5s ease-in-out; /* Adjust the timing for the fade effect */
}
.fancybox__caption {
  font-family: "gill-sans-nova";
  color: var(--mwp-theme);
  background: var(--mwp-white);
  opacity: 0.9;
  display: flex;
  width: 100%;
  text-align: center;
  flex-flow: column;
  padding: 0.9em 0;
  transition: opacity 0.5s ease-in-out;
  font-size: 2rem;
  /*added to fix caption bar to botton of viewport*/
  position: fixed;
  bottom: 0;
  z-index: 99;
}
body.pageIDclients .fancybox__caption,
body.pageIDevents .fancybox__caption {
  color: var(--mwp-purple);
}
.fancybox__caption span {
  display: contents;
}
.fancybox__caption span.title {
  font-weight: var(--font-weight-bold);
  color: var(--mwp-theme);
}
body.pageIDclients .fancybox__caption span.title,
body.pageIDevents .fancybox__caption span.title {
  color: var(--mwp-purple);
}
.fancybox__caption span.pipe {
  color: var(--mwp-theme-hover);
}
/*hide caption on zoom*/
.can-zoom_in .fancybox__caption {
}
.fancybox__slide.is-draggable .fancybox__caption {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .fancybox__caption {
    font-size: 1rem;
  }
}
/*===========================================================*/
/*Colour styles*/
/*===========================================================*/
section p a.link {
  color: var(--mwp-theme);
  position: relative;
  text-decoration: none;
  line-height: 24px;
  padding-top: 10px;
}
section p a.link:hover {
  color: var(--mwp-theme-hover);
  text-decoration: none;
  border-bottom: none;
}
section p a.link:before,
a:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
section p a.link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--mwp-themeBG);
  transform: scaleX(0);
  display: block;
}
section p a.link:hover:before {
  transform: scaleX(1);
}
/*buttons*/
.btn {
  background: var(--mwp-themeBG);
  border: var(--mwp-theme);
  color: var(--mwp-white);
  transition: 0.25s background ease-in-out;
  transition: 0.35s color ease-in-out;
  text-decoration: none;
}
.btn:hover {
  background: var(--mwp-gold);
  border: var(--mwp-theme);
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
  border: none !important;
}
/*===========================================================*/
/*Gallery with FancyBox*/
/*===========================================================*/
.fancybox__content {
  max-height: 95%;
}
.slider-video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
video {
  margin-bottom: -8px;
  width: 100%;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
/*vimeo*/
.vimeo {
  width: 90%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.has-vimeo .fancybox__content {
  width: 70vw !important; /* Default size for larger screens - video only */
  height: auto !important;
  max-width: 1324px !important;
  max-height: 75vh !important;
  top: -5%;
}
@media (max-width: 768px) {
  .has-vimeo .fancybox__content {
    width: 90vw !important; /* Larger size for smaller screens - video only */
    max-width: 100%; /* Allow full width on small devices */
  }
}
@media only screen and (max-width: 768px) {
  #homepage-slider-container {
  }
  #slideshow {
  }
}
/*===========================================================*/
/*Text pages*/
/*===========================================================*/
.jumbotron {
  color: var(--white);
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 120px 0 0;
  padding: 4rem 2rem;
  min-height: 400px;
}
.jumbotron::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-greyBG);
}
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.wrapper {
  background: var(--mwp-white);
  padding: 2rem 0 100px;
  position: relative;
  z-index: 2;
}
.lead {
  max-width: 1000px;
  font-size: 1.8rem;
  font-weight: var(--font-weight-normal);
  color: var(--mwp-theme);
}
ul.bullets {
  list-style-type: square;
}
ul.bullets li {
  list-style-type: square;
}
ul.bullets li::marker {
  color: var(--mwp-theme);
}
/*===========================================================*/
/*testiomional page*/
/*===========================================================*/
.pageIDtestimonials .jumbotron::before {
  background-color: var(--light-greyBG);
}
pageIDtestimonials h1.lead {
  line-height: 1.8rem;
}
.logo-box {
  visibility: hidden;
}
a.fancybox {
  cursor: pointer;
}
.pageIDtestimonials .logo-box img {
  transition: opacity 0.3s ease-in-out; /* Smooth transition for opacity */
  opacity: 1; /* Default opacity */
}
.pageIDtestimonials .logo-box img:hover {
  opacity: 0.6; /* Opacity when hovered */
}
.pageIDtestimonials .fancybox__content {
  width: 90%;
  max-width: 1000px;
}
.pageIDtestimonials .fancybox__content blockquote {
  position: relative;
  font-size: 1.3rem;
  padding-left: 70px;
  margin: 2rem 0;
}
.pageIDtestimonials .fancybox__content .close-speech {
  font-family: "Georgia", serif;
  line-height: 1;
  font-size: 32px;
  position: absolute;
}
.pageIDtestimonials .fancybox__content blockquote:after {
  font-family: "Georgia", serif;
  content: "\201C";
  font-weight: 900;
  color: var(--mwp-themeBG-50);
  font-size: 120px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.pageIDtestimonials .fancybox__content blockquote cite {
  margin: 0;
  color: var(--mwp-blue);
}
.pageIDtestimonials .fancybox__content p {
  margin: 1em 0;
}
.pageIDtestimonials .fancybox__content cite {
  display: block;
  color: var(--mwp-theme);
  font-size: 1rem;
}
.pageIDtestimonials .fancybox__content hr {
  margin: 2px 0 0;
}
.pageIDtestimonials .fancybox__content img {
  width: 50%;
  max-width: 250px;
  margin: 0 auto 1em;
}
.pageIDtestimonials .fancybox__caption {
  visibility: hidden;
}
.f-button:focus-visible {
  box-shadow: none;
}
@media (max-width: 480px) {
  .pageIDtestimonials .fancybox__content p {
    font-size: 0.8em;
  }
}
/*===========================================================*/
/*Case Study*/
/*===========================================================*/
/* Subtle Hover Effect for Images */
#case-study img.case-study-fancybox {
  transition: transform 0.8s ease, opacity 0.8s ease;
}
#case-study img.case-study-fancybox:hover {
  transform: scale(1.01); /* Slight zoom */
  opacity: 0.8; /* Slight fade */
  cursor: pointer; /* Change cursor to pointer to indicate clickability */
}
#case-study .video-thumbnail-wrapper {
  position: relative;
}
/* The video thumbnail wrapper and overlay */
#case-study .video-thumbnail-wrapper {
  position: relative;
  display: inline-block;
}
#case-study .video-thumbnail-wrapper .play-btn-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%; /* Adjust the size of the button */
  height: 30%; /* Adjust the size of the button */
  opacity: 0.85;
  transition: opacity 0.8s ease;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><polygon points="9.33 6.69 9.33 19.39 19.3 13.04 9.33 6.69"  fill="white"/><path d="M26,13A13,13,0,1,1,13,0,13,13,0,0,1,26,13ZM13,2.18A10.89,10.89,0,1,0,23.84,13.06,10.89,10.89,0,0,0,13,2.18Z"  fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* On hover, the play button appears with a fade */
#case-study .video-thumbnail-wrapper:hover .play-btn-svg {
  opacity: 0.4;
}
#case-study .row {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid var(--mwp-themeBG-50);
}
/* image groups without spacing/line */
#case-study .image-group .row {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#case-study .row:first-child {
  margin-top: 1em;
  padding-top: 1em;
  border-top: none;
}
.clientuse {
  background: var(--mwp-gold-25);
  border: 1px solid var(--mwp-theme);
  padding: 1rem;
  font-size: 0.7em;
  margin: 2rem 6rem 0 0;
}
.clientuse span {
  color: var(--mwp-theme);
}
.clientuse li {
  list-style-type: square;
}
.clientuse li::marker {
  color: var(--mwp-theme);
}
/* Parallax Section */
.parallax-section {
  position: relative;
  padding: 50px 0;
  height: 100vh;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.pageIDhome .parallax-section {
  background-image: url("/images/home/parallax.jpg");
  height: 40vh;
}
.pageIDlynton .parallax-section {
  background-image: url("../case_studies/lynton/images/Lynton_002.jpg");
}
.pageIDjazwares .parallax-section {
  background-image: url("../case_studies/jazwares/images/jazwares_02.jpg");
}
.pageIDjazwares .parallax-section.quote {
  background-image: url("../case_studies/jazwares/images/jazwares_01.jpg");
  height: 50vh;
}
.pageIDseddons .parallax-section {
  background-image: url("../case_studies/seddons/images/seddons_3portraits.jpg");
  height: 70vh;
}
.pageIDpimlico .parallax-section {
  background-image: url("../case_studies/pimlico_plumbers/images/Pimlico_Plumbers_landmark2.jpg");
}
.pageIDservices .parallax-section {
  background-image: url("../services/images/Services-Business.jpg");
}
/* Center the content */
.parallax-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1; /* Ensure content is above the background */
  color: #fff;
  width: 150%;
  max-width: 1200px;
  padding: 20px;
}
/* Styling for the quote */
/* Quote text */
.parallax-section blockquote,
.parallax-section h2 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
}
.parallax-section blockquote cite {
  color: var(--mwp-white);
  font-size: 0.8rem;
}
/* Responsive Styling */
@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll;
  }
  .parallax-container {
    width: 100%;
    padding: 20px;
  }
  .parallax-section blockquote {
    font-size: 28px;
  }
  .parallax-section blockquote p {
    font-size: 22px;
  }
  .parallax-section blockquote cite {
    font-size: 18px;
  }
  .parallax-section blockquote:before {
    font-size: 80px;
  }
}
/*===========================================================*/
/*About*/
/*===========================================================*/
.pageIDabout .jumbotron::before {
  background-color: var(--light-greyBG);
}
body.pageIDabout .team-title h2.border-bottom {
  margin: 0;
  border-bottom: 1px solid var(--mwp-themeBG-50) !important;
  padding-bottom: 2px;
  margin-top: 12px;
  margin-bottom: 2px;
}
.teamBio.fancybox__content {
  width: 90%;
  max-width: 1000px;
}
/* General Layout for list items */
.teamBios ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: flex; /* Ensures proper layout */
  flex-wrap: wrap;
  gap: 1rem; /* Space between items */
}
.teamBios li {
  position: relative;
  width: calc(25% - 1rem); /* Adjust width to compensate for the margin */
  overflow: hidden;
  margin-right: 1rem; /* Add margin to the right */
  margin-bottom: 1rem; /* Add margin to the bottom */
}
/* Image Hover Effects */
.bio {
  position: relative;
  width: 25%;
  height: 320px;
}
.bio img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}
/* Default and Hover image opacity */
.bio img.default {
  opacity: 1;
}
.bio img.hover {
  opacity: 0;
}
.bio:hover img.default {
  opacity: 0;
}
.bio:hover img.hover {
  opacity: 1;
}
/* Fancybox and Overlay Styles */
.teamBios li .overlay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.45s linear;
  text-align: center;
}
.teamBios li:hover .overlay {
  opacity: 1;
}
.overlay .title {
  color: var(--mwp-theme);
  font-weight: 200;
  text-transform: uppercase;
  font-size: 1.5rem;
  width: 80%;
  text-align: center; /* Center title */
}
/* Hidden Bio Section */
.teamBio.content {
  display: none;
}
/*Responsive Adjustments */
@media (max-width: 768px) {
  .teamBios li {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .teamBios li {
    width: 100%;
  }
  .teamBio p {
    font-size: 0.8em;
  }
}
/*===========================================================*/
/*contact*/
/*===========================================================*/
.pageIDcontact .jumbotron::before {
  background-color: var(--light-greyBG);
}
.pageIDcontact .wrapper {
  padding-top: 0;
}
/*===========================================================*/
/*client list*/
/*===========================================================*/
.pageIDclient-list .jumbotron::before {
  background-color: var(--light-greyBG);
}
/*
section#mainContent ul.list {
    list-style: none;
    padding: 0;
    width: 45%;
    float: left;
    margin: 0 10px 0 0;
    min-width: 154px;
}

section#mainContent ul.list::nth-last-child(1) {
}

section#mainContent ul.list li {
    padding-left: 1em;
    margin-bottom: 0.4em;
    text-indent: -1.1em;
}

section#mainContent ul.list li:before {
    content: "\25aa";
    color: var(--mwp-themeBG);
    margin-right: 0.6em;
}
*/
/*===========================================================*/
/*IMAGES*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
  }
}
.snap-shot {
  animation-fill-mode: forwards;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  animation-play-state: running;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  border: 28px solid #fdfff3;
  outline: 12px solid #7d2531;
  box-shadow: 25px 25px 40px 8px rgb(0, 0, 0, 0.5);
  margin-left: 20px;
}
.snap-shot:hover {
}
/*===========================================================*/
/*About*/
/*===========================================================*/
.animate {
  visibility: hidden;
}
.team-title {
  line-height: 14px;
}
.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 6px 0 12px 0;
}
/*===========================================================*/
/*Services*/
/*===========================================================*/
.services-nav {
  border-top: 1px solid var(--mwp-theme);
  border-bottom: 1px solid var(--mwp-theme);
  /* background: var(--mwp-themeBG-25); */
  margin: 2rem 0;
  padding: 0.6rem 0;
  border-radius: 0;
}
.services-nav .nav-item {
  background: none;
  border: none;
  padding: 0 2rem 0 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  margin: 0;
}
.services-nav a.nav-link {
  position: relative;
  transition: color 0.3s ease-in-out;
}
.services-nav a.nav-link::before {
}
@keyframes glow {
  0% {
    opacity: 0.5;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 12px rgba(255, 255, 255, 1);
  }
}
/* Hover effect to enhance glow */
.services-nav .nav-link:hover {
  color: #f8d210; /* Change to a glowing gold color */
}
.services-nav .menu {
}
.services-nav .menu > .entry:hover,
.services-nav a.entry:hover {
  color: var(--mwp-theme-hover);
}
/* Apply similar specific adjustments for other styles */
.pageIDservices .jumbotron::before {
  /*background-color: var(--light-greyBG);*/
}
.pageIDservices .wrapper {
  padding-top: 100px;
}
.pageIDservices #headshots {
  background-color: #e6f0f4;
}
.pageIDservices #drone {
  background-color: rgba(10, 110, 148, 0.1);
}
.pageIDservices #videography {
  background-color: rgba(10, 110, 148, 0.1);
}
.pageIDservices #virtual_tours {
}
@media only screen and (min-width: 480px) {
  .list-group .list-group-item {
    padding-bottom: 0;
  }
  .list-group .list-group-item::before {
    content: "\25AA";
    color: #247565;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}
.list-group .list-group-item:first-child::before {
  content: "";
}
/* Privacy Policy */
.pageIDprivacy_policy .wrapper h2 {
  font-size: 20px;
}
.pageIDprivacy_policy .wrapper p,
.pageIDprivacy_policy .wrapper .bullets {
  font-size: 16px;
}
/*===========================================================*/
/*footer*/
/*===========================================================*/
footer {
  position: relative; /* Ensures pseudo-elements work */
  background: linear-gradient(59deg, var(--mwp-themeBG), #16222a);
  color: var(--mwp-theme-grey);
  font-weight: 100;
  padding: 50px 0; /* Prevents needing a fixed height */
  overflow: hidden;
}
body.pageIDclients footer,
body.pageIDevents footer {
  background: linear-gradient(59deg, var(--mwp-purple), #16222a);
}
/* Add the graphic as a pseudo-element */
footer::after {
  content: "";
  position: absolute;
  left: -10%; /* Moves part of the graphic off-screen */
  bottom: -40%; /* Ensures part of the graphic is cut off */
  width: 100%; /* Adjust size as needed */
  height: 100%;
  background: url("../images/icons/mwp-graphic.svg") no-repeat left / contain;
  opacity: 0.2; /* Fades the graphic */
  pointer-events: none; /* Ensures no interaction issues */
}
.gallery-container + footer,
.no-bottom-margin + footer {
  margin-top: 0;
}
body.pageIDhome footer,
body.pageIDclient-list footer {
  margin-top: 0;
}
footer h4 {
  color: var(--mwp-theme-grey);
}
footer .footer-text {
  color: var(--mwp-theme-grey);
  font-size: 14px;
}
footer a {
  color: var(--mwp-theme-grey);
  font-size: 14px;
  transition-duration: 0.2s;
}
footer span {
  color: var(--mwp-theme-grey);
  font-size: 0.9em;
}
footer hr {
  margin: 6px 0 0 0;
}
footer a:hover {
  color: var(--mwp-theme-hover);
  text-decoration: none;
}
.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid var(--mwp-white);
}
.footer-middle {
  padding-top: 2em;
  color: #fff;
}
/*very bottom section*/
footer.bottom-footer {
  margin: 0;
  padding: 0;
  background: linear-gradient(59deg, var(--mwp-themeBG), #16222a);
  border-top: 1px solid var(--mwp-theme-grey);
}
footer.bottom-footer:after {
  background: none;
}
footer.bottom-footer .row {
}
footer.bottom-footer .row li {
  color: var(--mwp-theme-grey);
  padding: 20px 4rem;
}
footer.bottom-footer .row li a {
  color: var(--mwp-theme-hover);
}
footer.bottom-footer .row li a:hover {
  color: var(--mwp-theme);
}
@media (max-width: 767px) {
  footer.bottom-footer {
  }
  footer.bottom-footer .row ul {
    padding: 1em 0;
  }
  footer.bottom-footer .row ul li {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: smaller;
  }
}
/*===========================================================*/
/*SOCIAL ICONS*/
/*===========================================================*/
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 10px 0 0;
}
/* footer social icons */
.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #60aed8;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 22px;
}
.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
  color: var(--white-color);
  /*    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
*/
}
.social-circle i {
  color: var(--mwp-theme-hover);
  /*   -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;*/
}
.social-network a {
}
/*===========================================================*/
/*contact us page map*/
/*===========================================================*/
#map-container-section {
  overflow: hidden;
  /* padding-bottom:56.25%; */
  position: relative;
  height: 0;
  border: 2px solid var(--mwp-theme);
}
#map-container-section iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 800px) {
  nav .logo img,
  nav img.logo {
    width: 190px;
    display: block;
  }
  nav .logo img {
    padding: 0;
  }
  nav .logo {
    padding: 1%;
  }
  div.top-section p {
    font-size: 1rem;
  }
  h1,
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  .caption h2 {
    font-size: 3rem;
  }
  .lead {
    font-size: 1.2rem;
  }
  .jumbotron {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .pageIDhome nav img.logo {
    max-height: 48px;
    padding: 0;
  }
  .pageIDhome nav a {
    padding: 0;
  }
}
/* == iPad/iPhone [portrait + landscape] == */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
  /*keep sub menu open for ipad
	nav .sub {   
		opacity: 1;
		max-height: 200px;
		overflow: auto;
	}*/
  .pageIDhome nav img {
    padding: 0;
    max-height: 70px;
  }
}
@media only screen and (max-width: 1279px) {
  .gallery-container li {
    width: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery-container li {
    width: 25%;
  }
  .gallery-container li .overlay .title {
    font-size: 1.2rem;
  }
  .jumbotron {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  /*stops context menu on mobile*/
  .fancybox__container img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }
  nav {
    height: 60px;
  }
  .mobile-navigation {
    display: block;
    background: var(--mwp-themeBG);
    position: fixed;
    right: 0;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    overflow: hidden;
    transform: translateX(110%);
    transition: 0.3s ease-out;
    z-index: 999999;
    max-width: 320px;
  }
  .section-scrolled .mobile-navigation {
  }
  .menu-open {
    overflow-y: hidden;
  }
  .menu-open .mobile-navigation {
    transform: translateX(0);
  }
  .mobile-navigation .mobile-menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mobile-navigation .mobile-menu-wrapper {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    letter-spacing: 0.05em;
    scrollbar-width: none;
  }
  .mobile-navigation .mobile-menu-wrapper .inner {
    margin: 0 auto;
    width: 80%;
  }
  .mobile-navigation li {
    position: relative;
    margin: 24px 0;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
    max-width: 420px;
    list-style-type: none;
  }
  .mobile-navigation .sub li.navSection {
    padding: 0;
    margin: 0;
    margin-left: -18px;
  }
  .mobile-navigation .mobile-menu {
    padding-left: 0;
  }
  .mobile-navigation a {
    color: rgb(205, 205, 205);
    text-decoration: none;
  }
  .mobile-navigation .sub > li {
    background: none;
    display: block;
    margin: 0 0 0 18px;
    padding: 18px 0 0;
  }
  .mobile-navigation .toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -3px;
    height: 40px;
    width: 40px;
    transition: 0.4s;
  }
  .mobile-navigation .toggle::after {
    display: block;
    content: " ";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../images/dropdown_icon.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
  }
  .mobile-navigation .open .toggle::after {
    transform: translateY(-50%) translateX(-50%) rotate(180deg);
  }
  .mobile-navigation .sub a,
  .mobile-navigation .sub span {
    font-size: 17px;
    font-weight: 500;
  }
  header nav .menu,
  .mobile-navigation .sub {
    display: none;
  }
  .gallery-container li {
    width: 33.33%;
  }
  .gallery-container li .overlay {
    display: none;
  }
  section.top-section {
    padding-top: 60px;
  }
  .gallery-title h1 {
    font-size: 3rem;
  }
  .gallery-container {
    margin-top: 40px; /* Adjust as needed */
  }
  /* turns sidebar into a header for mobile navigation */
  section.top-section h1 {
    font-size: 2em;
    text-align: center;
  }
  nav .mobile.icon {
    display: block;
  }
  /*change position of close button for ipad*/
  .gallery-slider-container .ui.close {
    top: 65px;
  }
  .testimonial {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-container li {
    width: 50%;
  }
  .p-5 {
    padding: 1.5rem !important;
  }
}
@media only screen and (max-device-width: 1023px) {
  .hideMe {
    /*display: none !important;*/
  }
}
/* client-logos */
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .client-logo.p-5 {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .client-logo.p-5 {
    padding: 2rem !important;
  }
}
