body {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a,
a:visited {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.desktop-only {
  display: block;
}

.mob-only {
  display: none;
}

footer .menu-item a::after,
.standard-link.blue::after,
footer .footer-column h4 a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #030D61;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.hamburger-menu-content a::after,
.footer-form a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background-color: #fff;
}
.hamburger-menu-content .social-icons a::after {
  display: none;
}

.hamburger-menu-content a:hover::after,
footer .menu-item a:hover::after,
.footer-form a:not(.button):hover::after,
.standard-link.blue:hover::after,
footer .footer-column h4 a:hover::after {
  width: 100%;
}

/* HOME HERO */
.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
}
.home .hero-section {
  height: 100vh;
}

.video-container {
  background: rgba(3,13,97,0.25);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  border-radius: var(--border-radius);
  z-index: -1;
}
.video-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background-container {
  background: rgba(3,13,97,0.25);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  overflow: hidden;
  border-radius: var(--border-radius);
  z-index: -1;
}
.background-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.hero-content {
  z-index: 2;
  text-align: center;
  color: #fff;
  margin: 0 60px 0px;
}
.hero-section h1 {
  font-size: clamp(2.9rem, 6vw, 6rem);
  width: 100%;
  max-width: 1140px;
  line-height: 1em;
}
#showreelVideo,
.showreel-container {
  border-radius: var(--border-radius);
}
.showreel-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.showreel-container {
  position: relative;
  width: 90%; /* Makes the container take up 90% of the screen width */
  margin: auto; /* Centers the container horizontally */
  background: #fff;
  border: var(--border-radius) solid white;
}

.showreel-container video {
  width: 100%; /* Makes the video fill the container */
  height: auto; /* Maintains the aspect ratio of the video */
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 24px;
}

.aspect-ratio-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.aspect-ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .showreel-container {
      width: 95%; /* Increase width on smaller screens */
  }
}




/* HEADING QUOTE */
.word-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.8rem, 6vw, 6rem);
  text-align: center;
  color: #030D61;
  height: 1.5em;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6vh 0;
}
.word-carousel .we {
  margin-right: 0.3em;
}
.word-carousel .grid span {
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  width: auto !important;
  float: unset;
}
.word-carousel .slick-track,
.word-carousel .slick-slider,
.word-carousel .slick-list {
  width: auto !important;
}
.word-carousel .grid span a,
.word-carousel .grid span a:hover,
.word-carousel .grid span a:active,
.word-carousel .grid span a:focus {
  color: #00DBB0;
}




/* GALLERY TEXT */
.gallery-text-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-grid {
  width: 60%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 20px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 20px auto;
      grid-template-areas:
      "A B"
      "A C";
  gap: 20px;
  aspect-ratio: 1 / 1;
}

.gallery-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100px;
  border-radius: var(--border-radius);
}

.item1 { -ms-grid-row: 1; -ms-grid-row-span: 3; -ms-grid-column: 1; grid-area: A; }

.gallery-text-button-module .gallery-grid > .item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3; }
.item2 { -ms-grid-row: 1; -ms-grid-column: 3; grid-area: B; }
.gallery-text-button-module .gallery-grid > .item2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
.item3 { -ms-grid-row: 3; -ms-grid-column: 3; grid-area: C; }
.gallery-text-button-module .gallery-grid > .item3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3; }

.text-content {
  width: 40%;
  padding: 60px 0% 60px 10%;
}
.gallery-text-title {
  font-weight: 400;
  margin-top: 0;
}

.gallery-text-copy {
  margin-bottom: 60px;
}
.text-content a {
  display: inline-block;
}

/* STATS GRID */

.stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 5rem 0;
}

.stat-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9C8576;
  color: #fff;
  padding: 5vh 20px;
  margin: 10px;
  border-radius: var(--border-radius);
}

.stat-item .stat {
  font-size: 5vw;
  font-weight: bold;
}
.stat-item .stat-type {
  text-align: center;
}
.stat-item .stat .stat-fix {
  font-size: clamp(0.9rem, 1vw, 1.5rem);
}

/* LARGE IMAGE */
.large-image-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin: 5rem auto;
}

.large-image-module .gradient-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#030D61), to(transparent));
  background: -o-linear-gradient(left, #030D61, transparent);
  background: linear-gradient(to right, #030D61, transparent);
}

.large-image-module .content {
  color: #ffffff;
  position: absolute;
  width: 30%;
  left: 10%;
}

.large-image-module .content a {
  margin-top: 20px;
  display: inline-block;
}

/* ICON CARDS */
.icon-cards-container {
  padding: 5rem 0;
}
.icon-cards-container h2 {
  font-weight: 500;
}

.icon-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-card {
  width: calc(33.333% - 20px);
  background-color: transparent;
  padding: 3em;
  text-align: left;
  border-radius: 15px;
  color: #030D61;
  border: 3px solid #030D61;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 340px;
}

.icon-card::before {
  content: '';
  position: absolute;
  bottom: -500px;
  left: -500px;
  width: 1000px;
  height: 1000px;
  background-color: #9C84C1; /* Your desired hover background color */
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); /* Start scaled down to 0 */
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; /* Smooth scale transition */
  opacity: 0;
  z-index: 0; /* Ensure it's below the content */
}

.icon-card:hover::before {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  -webkit-transition: -webkit-transform 2s ease-out;
  transition: -webkit-transform 2s ease-out;
  -o-transition: transform 2s ease-out;
  transition: transform 2s ease-out;
  transition: transform 2s ease-out, -webkit-transform 2s ease-out;
  opacity: 1;
}

.icon-card:visited {
  color: #030D61;
}

.icon-card:hover {
  color: #fff;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}


/* Ensure content is above the pseudo-element */
.svg-container, .icon-card-title, .icon-card-copy {
  position: relative;
  z-index: 1;
}

.svg-container {
  width: 100%;
  margin-bottom: 10px;
  height: 4em;
}
.svg-container svg {
  height: 100%;
  stroke: #030D61;
}

.svg-container svg path {
  width: 100%;
  stroke: #030D61;
}

.icon-card:hover .svg-container svg path,
.icon-card:hover .svg-container svg circle,
.icon-card:hover .svg-container svg line,
.icon-card:hover .svg-container svg rect,
.icon-card:hover .svg-container svg ellipse, 
.icon-card:hover .svg-container svg .st1,
.icon-card:hover .svg-container svg .st2  {
  stroke: #fff;
  -webkit-transition: stroke 0.5s ease-out;
  -o-transition: stroke 0.5s ease-out;
  transition: stroke 0.5s ease-out;
}

.icon-card:hover .svg-container svg .cls-4  {
  -webkit-transition: fill 0.5s ease-out;
  -o-transition: fill 0.5s ease-out;
  transition: fill 0.5s ease-out;
  fill: #fff;
}

.icon-card-title {
  font-size: clamp(1.5rem, 2vw, 3rem);
  margin: 10px 0;
  font-weight: 500;
}

.icon-card-copy {
  margin: 0;
  font-size: 1rem;
}

.icon-card .button-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  -webkit-transform: translate(0px, 3px);
      -ms-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.icon-card:hover .button-arrow {
	-webkit-transform: translate(10px, -7px);
	    -ms-transform: translate(10px, -7px);
	        transform: translate(10px, -7px);
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-o-transition: transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
}
.icon-card:hover .button-arrow path {
	stroke: #fff;
  -webkit-transition: stroke 0.5s ease-out;
  -o-transition: stroke 0.5s ease-out;
  transition: stroke 0.5s ease-out;
}

/* Testimonial Block */
.testimonial-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5rem 0;
}
.media {
  width: 60%;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.image-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.overlay-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.videoTestimonial-container {
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 56.5%;
}

.videoTestimonial-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoTestimonial-container video {
  width: 100%;
}

.playPause {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}
.playPause svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}
.playPause:hover svg {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.testimonial-content {
  width: 40%;
  padding: 60px 0% 60px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial-content svg {
  width: 7em;
}

.position, .name {
  font-weight: 700;
}
.testimonial-slider-container {
  padding: 0 6vw;
}
.testimonial-slider-container svg {
  max-width: 100px;
}
.testimonial-slider-container .quote2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.testimonial-slider-container .quote2 svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonial-slider-container .slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.testimonial-slider {
  max-width: 60%;
  margin: 0 auto;
}
.testimonial-slider .slick-dots {
  text-align: center;
}

.testimonial-slide p,
.testimonial-slide .position,
.testimonial-slide .name {
  text-align: center;
}
.slick-dots {
  position: relative !important;
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0px 30px 0px !important;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  text-indent: -999999999px;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  border-radius: 4px;
  border: 2px solid #030D61 !important;
}
.slick-dots li:nth-child(1) button {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: #030D61;
}
/* Work */
.portfolio-grid-container {
  padding: 6vw 0;
}
.portfolio-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 
        calc(35% - (3 * 20px) * 0.35) 20px 
        calc(20% - (3 * 20px) * 0.20) 20px 
        calc(20% - (3 * 20px) * 0.20) 20px 
        calc(25% - (3 * 20px) * 0.25);
  grid-template-columns: 
        calc(35% - (3 * 20px) * 0.35) 
        calc(20% - (3 * 20px) * 0.20) 
        calc(20% - (3 * 20px) * 0.20) 
        calc(25% - (3 * 20px) * 0.25);
  grid-auto-rows: minmax(100px, auto);
  min-height: 500px;
  height: 70vh;
  gap: 20px;
}
.portfolio-grid-container .mob-only {
  display: none;
}
.portfolio-header {
  grid-column: 1 / -1; /* Span the full width */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-grid .work-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 1);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.portfolio-grid .work-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: black;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
    z-index: 0;
}
.portfolio-grid .work-item:hover .work-item-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* Apply a darkening effect to all items */
.portfolio-grid .work-item-bg {
opacity: 1; 
}

/* Except the one being hovered, it remains the same */
.portfolio-grid .work-item:hover .work-item-bg {
opacity: 1;
}
.portfolio-grid .work-item-bg .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), color-stop(60%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%);
}
.portfolio-grid .work-item h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.work-item-content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 30px 40px;
}
.work-item-content span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.work-item-content span svg {
  width: 1em;
  margin-right: 10px;
}
.portfolio-grid .work-item .button-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  -webkit-transform: translate(0px, 3px);
      -ms-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.portfolio-grid .work-item .button-arrow path {
  stroke: #fff;
}
.portfolio-grid .work-item:hover .button-arrow {
	-webkit-transform: translate(10px, -7px);
	    -ms-transform: translate(10px, -7px);
	        transform: translate(10px, -7px);
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-o-transition: transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
}

/* Grid item specific sizing */
.portfolio-grid .work-item:nth-child(1) { -ms-grid-row-span: 2; grid-row: span 2; } /* Double height, first item */
.portfolio-grid .work-item:nth-child(2) { -ms-grid-column-span: 3; grid-column: span 3; } /* Top half height, second item */
.portfolio-grid .work-item:nth-child(3) { -ms-grid-column-span: 2; grid-column: span 2; } /* Bottom half height, third item */


/* GALLERY TEXT BUTTONS */
.gallery-text-button-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery-text-button-text-content {
  width: 40%;
  padding: 60px 10% 60px 0%;
}
.gallery-text-button-module .gallery-grid {
  width: 60%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
      grid-template-areas:
      "A A"
      "B C";
  gap: 20px;
}
.gallery-text-button-module .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-text-button-module .button-wrapper a {
  margin-left: 10px;
}
.gallery-text-button-module .button-wrapper a:nth-child(1) {
  margin-left: 0;
}
.gallery-text-button-title {
  font-weight: 400;
  margin-top: 0;
}

.gallery-text-button-copy {
  margin-bottom: 60px;
}

/* POST GRID */
.blog-grid-container {
  padding: 6vw 0;
}
.blog-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr); /* 3 columns layout */
  gap: 20px; /* Space between items */
}

.blog-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  aspect-ratio: 1 / 1; /* Makes the item a square */
  background-color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.blog-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-color: black;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  z-index: 0;
}
.blog-item-bg .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5032606792717087)), color-stop(20%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0)), to(rgba(0,0,0,0.4976584383753502)));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.5032606792717087) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.4976584383753502) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,0.5032606792717087) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.4976584383753502) 100%);
}
.blog-item:hover .blog-item-bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
/* Apply a darkening effect to all items */
.blog-grid .blog-item-bg {
opacity: 1; 
}

/* Except the one being hovered, it remains the same */
.blog-grid .blog-item:hover .blog-item-bg {
opacity: 1;
}
.blog-item h3 {
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 600;
}
.blog-item-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 20px;
}
.blog-item .button-arrow {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  -webkit-transform: translate(0px, 3px);
      -ms-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.blog-item .button-arrow path {
  stroke: #fff;
}
.blog-item:hover .button-arrow {
	-webkit-transform: translate(10px, -7px);
	    -ms-transform: translate(10px, -7px);
	        transform: translate(10px, -7px);
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	-o-transition: transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
}
.blog-header {
  grid-column: 1 / -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

/* TEAM */
.team-grid-container {
  padding: 6vw 0;
}
.team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.team-member {
  position: relative;
  cursor: pointer;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #000;
  aspect-ratio: 1 / 1;
}

.member-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.team-grid .member-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-color: black;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  z-index: 0;
}
.team-grid .team-member:hover .member-bg {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);
}
/* Apply a darkening effect to all items */
.team-grid .member-bg {
opacity: 1; 
}

/* Except the one being hovered, it remains the same */
.team-grid .team-member:hover .member-bg {
opacity: 1;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#030D61));
  background: -o-linear-gradient(transparent, #030D61);
  background: linear-gradient(transparent, #030D61);
}

.member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10%;
  color: white;
  background: none;
}
.member-info h3 {
  font-weight: normal;
  font-size: clamp(1rem, 2vw, 2rem);
  margin: 0;
}
.member-info p {
  font-weight: normal;
  margin: 0;
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70%;
}
.modal-content svg circle {
  stroke: #FC7F04;
}
.modal-content svg path {
  fill: #FC7F04;
}
#modalBio {
  font-size: clamp(1rem, 1vw, 1rem);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 30px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modalImage {
  width: 45%;
  margin-right: 10%;
  border-radius: var(--border-radius);
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#modalName {
  margin: 0;
}
#modalPosition {
  margin: 0 0 60px 0;
  font-size: clamp(1rem, 2vw, 1rem);
  font-weight: normal;
}
.modal-text {
  width: 50%;
  margin-right: 5%;
  padding: 5% 0;
  height: 100%;
  overflow: auto;
}

/* LARGE TEXT */
.large-text-block .copy-content {
  font-size: clamp(1rem, 2vw, 3rem); /* Adjust the font size as needed */
  line-height: 1.6; /* Adjust the line height for better readability */
  text-align: center;
  padding: 0 10%;
}

/* BENEFITS */
.benefits-heading, .benefits-intro {
  text-align: center;
}

.benefits-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.benefits-card svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.benefits-card {
  width: calc(33% - 20px);
  border-radius: var(--border-radius);
  overflow: hidden;
  background: #00DBB0;
  position: relative;
}
.benefits-card.active svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.benefits-card.active:hover svg {
  -webkit-transform: translate(10px, 10px) rotate(270deg); /* Chrome, Safari, Opera */ /* Firefox */
   -ms-transform: translate(10px, 10px) rotate(270deg); /* Internet Explorer */
       transform: translate(10px, 10px) rotate(270deg); /* Standard syntax */

  -webkit-transition: -webkit-transform 500ms;

  transition: -webkit-transform 500ms;

  -o-transition: transform 500ms;

  transition: transform 500ms;

  transition: transform 500ms, -webkit-transform 500ms;
}
.benefits-card:hover svg {
  -webkit-transform: translate(10px, 10px) rotate(90deg); /* Chrome, Safari, Opera */ /* Firefox */
   -ms-transform: translate(10px, 10px) rotate(90deg); /* Internet Explorer */
       transform: translate(10px, 10px) rotate(90deg); /* Standard syntax */

  -webkit-transition: -webkit-transform 500ms;

  transition: -webkit-transform 500ms;

  -o-transition: transform 500ms;

  transition: transform 500ms;

  transition: transform 500ms, -webkit-transform 500ms;
}

.card-header {
  padding: 10%;
  cursor: pointer;
  text-align: center;
}

.card-header h3 {
  margin: 0;
  font-weight: normal;
  font-size: clamp(1rem, 2vw, 1.6rem);
}
.card-header h3 strong {
  font-weight: bold;
}
.card-content {
  padding: 0 20% 10% 20%;
  display: none;
  text-align: left;
}

/* BENEFIT BULLETS */
.benefit-bullets {
  background: #030D61;
  border-radius: var(--border-radius);
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefit-left {
  width: 30%;
}
.benefit-left h2 {
  margin-top: 0;
}
.benefit-right {
  width: 50%;
}
.benefit-right ul {
  list-style: none;
}
.benefit-right ul li {
  list-style: none;
  padding: 10px 0px 10px 40px;
  position: relative;
}
.benefit-right ul li svg {
  -webkit-transform: rotate(45deg) translate(4px, 0px);
      -ms-transform: rotate(45deg) translate(4px, 0px);
          transform: rotate(45deg) translate(4px, 0px);
  width: 15px;
  position: absolute;
  left: 0px;
}
.benefit-right ul li svg path {
  stroke: #00DBB0;
}

/* ACCORDION */
.accordion-block {
  padding: 6vw 0;
}

.accordion-title {
  width: 100%;
  text-align: left;
  padding: 25px 70px 25px 25px;
  border-radius: var(--border-radius);
  border: 3px solid #9C84C1;
  background-color: transparent;
  color: #030D61;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  margin-bottom: 20px;
}

.accordion-title.active,
.accordion-title:hover {
  background-color: #9C84C1;
  color: white;
}

.accordion-title svg {
  position: absolute;
  right: 0;
  width: 50px;
  top: 30px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion-title.active svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion-title.active svg path {
  stroke: #fff;
}
.accordion-content {
  display: none;
  padding: 25px;
  border-top: none;
}

/* PARTNER ACCORDION */
.partners-accordion {
  position: relative;
}
.partners-accordion::before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #030D61;
  z-index: -1;
  -webkit-transform: translate(-1px, 0px);
      -ms-transform: translate(-1px, 0px);
          transform: translate(-1px, 0px);
}
.partners-accordion .accordion-section .partners-accordion-content {
  display: none;
  padding: 30px 0px 0px 0px;
}
.accordion-section {
  position: relative;
  border-radius: var(--border-radius);
  color: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}
.partner-accordion-title {
  font-size: clamp(1.5rem, 2vw, 3rem);
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.accordion-section .button-arrow {
  position: absolute;
  right: 10px;
  width: 50px;
  -webkit-transform: rotate(90deg) translate(25%, 25%);
      -ms-transform: rotate(90deg) translate(25%, 25%);
          transform: rotate(90deg) translate(25%, 25%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 50%;
}

.accordion-section.active .button-arrow {
  -webkit-transform: rotate(-90deg) translate(25%, 25%);
      -ms-transform: rotate(-90deg) translate(25%, 25%);
          transform: rotate(-90deg) translate(25%, 25%);
  bottom: 10px;
}
.accordion-section:hover .button-arrow {
  bottom: 30px;
  right: 0px;
}
.accordion-section.active:hover .button-arrow {
  bottom: 5px;
  right: 5px;
}
.accordion-section svg path {
  stroke: #fff;
}
.section-1 {
  background-color: #030D61;
}
.section-2 {
  background-color: #00DBB0;
}
.section-3 {
  background-color: #FC7F04;
}
.section-4 {
  background-color: #9C8576;
}
.three-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.three-columns li {
  padding: 15px;
  text-align: center;
  font-weight: 600;
}



/* THE PROCESS */
.process-block {
  padding: 6vw 0;
}

.process-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-button {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.step-cards-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-card {
  width: calc(25% - 20px);
  background-color: #efa466;
  padding: 3em;
  text-align: left;
  border-radius: 15px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.step-card-title {
  font-size: clamp(1.5rem, 2vw, 3rem);
  margin: 10px 0;
  font-weight: 500;
}

.step-card-copy {
  margin: 0;
  font-size: 1rem;
}

/* .step {
  flex-grow: 1;
  text-align: center;
}

.step-title {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-weight: 500;
}

.step .button-arrow {
  position: absolute;
  bottom: -8.4px;
  display: inline-block;
  margin-left: 0;
  transition: transform 0.3s ease;
  transform: rotate(45deg) translate(0%, 0%);
}

.step.active .button-arrow {
  transition: transform 0.3s ease;
  transform: rotate(135deg) translate(15px, 0px);
}

.step-content {
  display: none;
  padding: 15px;
} */

/* .steps-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
} */
/* .step .step-title span {
  position: relative;
}
.step.active .step-title span:after,
.step:hover .step-title span:after {
  content: "";
  width: 110%;
  height: 10px;
  background-color: #9C84C1;
  position: absolute;
  left: -5%;
  bottom: 6px;
  z-index: -1;
} */
.process-block {
  /* Your existing styles */
}

.process-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.process-button {
  /* Style your button here */
}

.process-intro {
  /* Style your intro text here */
}

.process-steps {
  position: relative;
}

.steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 25%;
}

.arrow-down {
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.step.active .arrow-down {
  -webkit-transform: rotate(135deg) translate(9px, -9px);
      -ms-transform: rotate(135deg) translate(9px, -9px);
          transform: rotate(135deg) translate(9px, -9px);
}

.step-content {
  display: none;
  /* Your content styles go here */
}

.steps-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #030D61;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.step:first-child .steps-line {
  width: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.step:last-child .steps-line {
  width: 50%;
  left: 0;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.step .step-header {   
  position: relative;
  padding: 5vh 0;
  margin-bottom: 30px;                                                                                                                                                                                                                                                                         
}

.step.active .step-content {
  display: block;
}


/* FOOTER */
.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #9C8576;
  color: #ffffff;
  border-radius: var(--border-radius);
  padding: 5%;
}
.form-copy {
  font-size: 1.4rem;
}
.form-copy a {
  color: #fff;
}
.the-form {
  width: 100%;
  margin-left: 5%;
}
.form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.form-copy h2 {
  margin-top: 0;
}
.opening-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.phone-number,
.email-address {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone-number svg,
.email-address svg {
  margin-right: 30px;
  width: 20px;
}
.gfield_label {
  display: none !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield textarea {
  border-radius: 10px;
  height: auto;
  border: none;
  padding: 1em 2em;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
}
.gform-theme--foundation .gfield textarea, .gform-theme--foundation .ginput_complex input, .gform-theme--foundation .ginput_complex select {
  border: none;
  border-radius: 10px;
}
.gform-theme--foundation .gform_fields {
  grid-row-gap: 15px !important;
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
  display: none !important;
}
.gform-theme--foundation .gfield textarea::-webkit-input-placeholder, .gform-theme--foundation .gfield .ginput_password::-webkit-input-placeholder, .gform-theme--foundation .gfield input::-webkit-input-placeholder {
  color: #BEC2D7;
}
.gform-theme--foundation .gfield textarea::-moz-placeholder, .gform-theme--foundation .gfield .ginput_password::-moz-placeholder, .gform-theme--foundation .gfield input::-moz-placeholder {
  color: #BEC2D7;
}
.gform-theme--foundation .gfield textarea:-ms-input-placeholder, .gform-theme--foundation .gfield .ginput_password:-ms-input-placeholder, .gform-theme--foundation .gfield input:-ms-input-placeholder {
  color: #BEC2D7;
}
.gform-theme--foundation .gfield textarea::-ms-input-placeholder, .gform-theme--foundation .gfield .ginput_password::-ms-input-placeholder, .gform-theme--foundation .gfield input::-ms-input-placeholder {
  color: #BEC2D7;
}
.gform-theme--foundation .gfield textarea::placeholder, .gform-theme--foundation .gfield .ginput_password::placeholder, .gform-theme--foundation .gfield input::placeholder, .gform-theme--foundation .gfield select {
  color: #BEC2D7;
}
#colophon .the-form textarea {
  max-height: 200px;
}
.the-form a {
  float: right;
}
.the-form .btn3:visited {
  color: #fff;
}
.the-form .btn3:hover {
  color: #030D61;
}
.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5% 0;
}
.footer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr); /* Four columns layout */
  gap: 20px; /* Space between columns */
}

.footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-column a {
  color: #030D61;
}
.footer-column .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.logos-row1,
.logos-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.logos-row2 img {
  width: 50%;
  max-width: 200px;
  margin-right: 20px;
}
.footer-column .logos a {
  display: block;
  width: 40%;
}
.footer-column .logos a img {
  width: 100%;
  max-width: 120px;
  margin-right: 40px;
}
.footer-column .logos img.iso {
  width: 30%;
  max-width: 120px;
  margin-right: 20px;
}
.footer-column h4,
.menu-column h4 {
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 500;
  margin: 0 0 10px;
}

.footer-column p,
.footer-column a,
.footer-column address,
.menu-column p,
.menu-column a,
.menu-column address {
  margin: 5px 0;
  font-style: normal;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}
.social-icons a svg {
  max-width: 20px;
  max-height: 20px;
}

.hamburger-menu-container {
  background-color: #030D61;
  color: white;
  padding: 20px 5% 5%;
  position: fixed;
  width: 100%;
  max-height: 100vh;
  top: -150vh;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
  border-radius: 0 0 20px 20px;
}
.custom-menu-class ul {
  list-style: none;
  margin: 0;
}
.larger-text li {
  margin-bottom: 30px;
}
.larger-text a {
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 500;
  margin: 0 0 10px;
}

.custom-menu-class > ul > li.menu-item-has-children > a {
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 500;
  display: inline-block;
  margin: 0 0 30px;
}
.custom-menu-class > ul > li.menu-item-has-children:nth-child(1) {
  margin-bottom: 60px;
}
.sub-menu li {
  margin-bottom: 15px;
}
.hamburger-menu-container.is-visible {
  top: 0;
}
.menu-col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.close-button {
  background: none;
  border: none;
  color: white;
  font-size: 1.5em;
  cursor: pointer;
  padding: 1em;
}
.hamburger-menu-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-column a {
  color: #fff;
}
.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a svg path {
  fill: white;
  width: 20px;
  height: 20px;
}

footer .social-icons a svg path {
  fill: #FC7F04;
}
@media (max-width: 1040px) {
  button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 20px 70px 20px 20px;
  }
  .gallery-text-module {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-image {
    min-height: 200px;
  }
  .gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .gallery-text-button-text-content {
    width: 60%;
  }
  .gallery-text-button-module .gallery-grid {
    width: 40%;
  }
  .step-card {
    width: calc(50% - 20px);
    margin: 2% 0;
  }
  .portfolio-grid {
    min-height: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .footer-column {
    width: 25%;
  }
  .footer-column .logos,
  .footer-column .logos .logos-row1,
  .footer-column .logos .logos-row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-column .logos a {
    width: 100%;
  }
  .footer-column .logos img.iso {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  .mob-only {
    display: block;
  }
  #masthead {
    width: 90%;
  }
  #masthead .site-branding {
    width: 90px;
  }
  #masthead .get-in-touch {
    width: 90px;
    padding: 50px 10px 20px 10px;
  }
  #masthead .hamburger-menu {
    width: 90px;
    padding: 50px 20px 20px 20px;
  }
  .close-button {
    padding: 0;
    scale: 0.75;
  }
  .close-popup {
    top: -90px;
    right: 0;
    padding: 0;
    scale: 0.75;
  }
  .video-container {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .hamburger-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow: auto;
  }
  .word-carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .word-carousel .slick-list {
    height: 1.5em !important;
  }
  .word-carousel .grid span {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
  .large-image-module {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  } 
  .large-image-module .gradient-overlay {
    background: -webkit-gradient(linear, left bottom, left top, from(#030D61), to(transparent));
    background: -o-linear-gradient(bottom, #030D61, transparent);
    background: linear-gradient(to top, #030D61, transparent);
  }
  .large-image-module .content {
    width: 80%;
  }
  .icon-card {
    width: 100%;
  }
  .portfolio-grid,
  .blog-grid {
    /* Disable grid layout for mobile, as Slick Slider will take over */
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .portfolio-grid-container .mob-only,
  .blog-grid-container .mob-only {
    display: inline-block;
  }
  .slick-initialized .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .slick-list {
    height: calc(100% - 60px) !important;
  }
  .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .slick-dots {
    text-align: left !important;
  }
  .work-item,
  .blog-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
  .work-item:nth-child(1),
  .blog-item:nth-child(1) {
    margin-left: 0;
  }
  .testimonial-slider {
    max-width: 100%;
  }
  .portfolio-header a,
  .blog-header a {
    display: none;
  }
  .gallery-text-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .gallery-grid {
    width: 100%;
    max-height: 440px;
  }
  .text-content {
    width: 100%;
    padding: 60px 0;
  }
  #modalImage {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 50%;
    height: 0;
  }
  .modal-text {
    width: 100%;
  }
  .modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .close {
    top: 30px;
  }
  /* .modal-content svg circle {
    stroke: #fff;
  }
  .modal-content svg path {
    fill: #fff;
  } */
  .benefits-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefits-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery-text-button-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5rem 0px;
  }
  .gallery-text-button-text-content,
  .gallery-text-button-module .gallery-grid {
    width: 100%;
  }
  .gallery-text-button-text-content {
    padding: 60px 0;
  }
  .gallery-image {
    min-height: 200px;
  }
  .team-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-bullets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10%;
  }
  .benefit-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .benefit-right {
    width: 100%;
  }
  .step-card {
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .steps-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /*
  .step-content {
    display: block !important;
  }
  .step .button-arrow {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
  }
  .steps-line {
    display: none !important;
  }
  .steps-container::before {
    content: "";
    width: 3px;
    height: 75%;
    background-color: #030D61;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .step .step-title span:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #9C84C1;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
  } */
  .testimonial-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial-content {
    width: 100%;
    padding: 60px 0% 60px 0;
  }
  .media {
    width: 100%;
  }
  .footer-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; /* Stack columns on smaller screens */
  }
  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .the-form {
    margin-left: 0;
  }
  .footer-column .logos,
  .footer-column address,
  .footer-column .social-icons {
    margin-bottom: 30px;
  }
  /* .footer-column .logos .iso {
    display: none;
  } */
  .footer-column .sub-menu {
    display: none;
    margin-bottom: 30px;
  }

  .footer-column .menu-item-has-children.active > .sub-menu {
      display: block; /* Show sub-menu when parent is active */
  }
  .footer-column {
    width: 100%;
  }
  .footer-column .custom-menu-class {
    width: 100%;
  }
  .custom-menu-class > ul > li.menu-item-has-children,
  .custom-menu-class > ul > li.menu-item-has-children:nth-child(1) {
    margin-bottom: 0;
  }
  .three-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .footer-column .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-column .logos a {
    width: 100%;
    margin-right: 20px;
  }
  .footer-column .logos img.iso {
    width: 30%;
  }
  .footer-column .logos .logos-row1,
  .footer-column .logos .logos-row2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 480px) {
  .stat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .team-grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .three-columns {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}