/******* Do not edit this file *******
Code Snippets Manager
Saved: Oct 15 2025 | 05:55:33 */


body {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Overide for fallback font when default browser sets bold for h1*/
h1 {
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}




/* Global reset (optional, but dangerous if you want fine-grain control) */
p:first-child,
h1:first-child,
h2:first-child,
.wp-block-group:first-child {
  margin-top: 0;
}


	
/* font sizes clamp fallback for older browsers */
.has-fluid-mini-font-size {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.223vw + 0.643rem, 1rem);
}

.has-fluid-small-font-size {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.223vw + 0.768rem, 1.125rem);
}

.has-fluid-medium-font-size {
  font-size: 1rem;
  font-size: clamp(1rem, 0.447vw + 0.785rem, 1.5rem);
}

.has-fluid-regular-font-size {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.782vw + 0.749rem, 2rem);
}

.has-fluid-large-font-size {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.893vw + 1.071rem, 2.5rem);
}

.has-fluid-xlarge-font-size {
  font-size: 2rem;
  font-size: clamp(1.5rem, 0.364vw + 1.418rem, 2rem);
}

.has-fluid-huge-font-size {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 0.893vw + 2.071rem, 3.5rem);
}

.has-fluid-gigantic-font-size {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 1.786vw + 2.143rem, 5rem);
}

.has-fluid-mega-font-size {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 0.893vw + 3.071rem, 4.5rem);
}

.has-fluid-boss-font-size {
  font-size: 4rem;
  font-size: clamp(4rem, 0.893vw + 3.571rem, 5rem);
}

.has-fluid-dominant-font-size {
  font-size: 5rem;
  font-size: clamp(5rem, 0.893vw + 4.571rem, 6rem);
}

.has-fluid-hero-font-size {
  font-size: 6rem;
  font-size: clamp(6rem, 0.893vw + 5.571rem, 7rem);
}

.has-fluid-colossus-font-size {
  font-size: 7.5rem;
  font-size: clamp(3.5rem, 3.571vw + 2.786rem, 8.5rem);
}










	




html.scroll-lock {
  overflow: hidden;
  /* Keep the scrollbar track visible */
  scrollbar-gutter: stable both-edges;
}

body.scroll-lock-padding {
  padding-right: var(--scrollbar-width, 0);
}



	
	
/* Blog reading time text syle */
.reading-time {
    color: #656e7c !important;
}
.wp-block-quote {
  border-left: 0.35em solid #C9F777 !important;
  padding-left: 1em;
  margin: 0 0 1.75em;
}

.wp-block-quote p,
.wp-block-quote cite {
  font-size: clamp(1.5rem, 0.893vw + 1.071rem, 2.5rem) !important;
  line-height: 1.4;
}



	.single-case_studies h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}



.case-study-client-logo img {
  height: clamp(140px, 12vh, 260px) !important;
  width: auto !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}



	
	
.gsbp-a9945ec {
  display: flex;
  align-items: stretch;
}

.gsbp-038023e,
.hero-banner-panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 100%;
}

.gsbp-038023e img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Breadcrumbs 70% opacity, underline hover*/
.gsbp-3a53d88-text a,
.gsbp-3a53d88-text span {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}



	
	
.gsbp-3a53d88 {
  text-decoration: none;
  position: relative;
}

.gsbp-3a53d88::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.gsbp-3a53d88:hover::after {
  transform: scaleX(1);
}

	
/* Menu items, underline hover*/
/* Target anchor and button elements inside the menu */
/* Match Nectar button link underline style */
.wp-block-navigation-item__content > .wp-block-navigation-item__label {
  display: inline-block;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1;
  padding-bottom: 8px; /* increased to create space below text */
  cursor: pointer;
  color: inherit;
  background:
    linear-gradient(currentColor 0 0)
    var(--p, 0) 100% / var(--d, 0) 2px
    no-repeat;
  transition: background-size 0.3s ease, background-position 0s 0.3s;
}

.wp-block-navigation-item__content:hover > .wp-block-navigation-item__label {
  --d: 100%;
  --p: 100%;
}





/* image grow hover*/
a:has(img) {
  display: block;
  overflow: hidden;
}

a:has(img) img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

a:has(img):hover img {
  transform: scale(1.02);
}




/* Sync text and image hover*/

a.hover-sync {
  background: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% calc(100% - 4px);
  background-size: 100% 2px;
  transition: background-size 0.3s ease, background-position 0s 0.3s;
}

a.hover-sync img {
  transform: scale(1.025);
  transition: transform 0.3s ease;
}




/* Image grow on hover */
/* Shared image grow effect */
.hover-grow-img,
.gs-hover-scale-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Trigger grow on hover */
.hover-grow-img:hover,
.gsbp-c1ee4c2:hover .gs-hover-scale-img {
  transform: scale(1.02);
}


















/* --- Logo Marquee --- */

.logo-marquee {
  fill: currentColor;
  color: #121822; /* Light mode */
  opacity: 0.85;
}

/* Dark mode override */
body.darkmode .logo-marquee {
  color: #ffffff;
  opacity: 0.85;
}