	.back-top {
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: #0e0e12;
  backdrop-filter: blur(6px);
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.back-top.back-top-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top:hover {
  background: rgba(0,0,0,0.9);
}

.back-top svg {
  position: absolute;
  top: 0;
  left: 0;
}

.back-top .up-arrow {
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-circle {
  transform: rotate(-90deg);
  transform-origin: center;
}

.myemail::placeholder {
        font-size: 14px !important;
        
    }
.custom-btn {
  width: auto;
  font-size: 18px;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #4350ff;
  border: 1px solid #4350ff;
  color: var(--white) !important;
  cursor: pointer;
  font-weight: 600;
  border-radius: 0;
  text-shadow: none;
  padding: 8px 16px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0);
  margin: 10px 0;
  vertical-align: middle;
}
.custom-btn:hover{
	background:var(--white) !important;
    border-color:var(--white) !important;
    color: #4350ff!important;
}

		.custom-pad{
			padding-block:clamp(1.1875rem, calc(0.1983597291vw + 1.125rem), 1.3125rem) !important;
		}

/* --------------------------------------------------------------------------
   Service hero (full-bleed image + overlay + left-aligned content)
   Markup: section.service-hero-bg > .service-hero-bg__media > img
          + .service-hero-bg__overlay + .brxe-container or .service-hero-bg__inner
   -------------------------------------------------------------------------- */

.service-hero-bg {
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	min-height: min(100vh, 720px);
	padding-top: var(--section-space-l);
	padding-bottom: var(--section-space-l);
	overflow: hidden;
	background-image: none;
}

.service-hero-bg .service-hero-bg__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.service-hero-bg .service-hero-bg__media .brxe-image,
.service-hero-bg .service-hero-bg__media img,
.service-hero-bg .service-hero-bg__media video,
.service-hero-bg .service-hero-bg__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: auto;
	display: block;
}

.service-hero-bg .service-hero-bg__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		105deg,
		rgba(15, 23, 42, 0.82) 0%,
		rgba(15, 23, 42, 0.45) 48%,
		rgba(15, 23, 42, 0.35) 100%
	);
	pointer-events: none;
}

.service-hero-bg > .brxe-container,
.service-hero-bg > .service-hero-bg__inner {
	position: relative;
	z-index: 2;
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 80%;
	margin-inline: 0;
	text-align: left;
}

.service-hero-bg > .brxe-container > .brxe-block,
.service-hero-bg > .brxe-container > .brxe-block > .brxe-block,
.service-hero-bg > .service-hero-bg__inner > .brxe-block,
.service-hero-bg > .service-hero-bg__inner > .brxe-block > .brxe-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
}

.service-hero-bg .brxe-heading,
.service-hero-bg .brxe-text-basic,
.service-hero-bg .custom-btn {
	text-align: left;
}

.service-hero-bg .custom-btn {
	align-self: flex-start;
	width: fit-content;
}

.service-hero-bg .service-hero-bg__crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 14px;
}

.service-hero-bg .service-hero-bg__crumb a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: none;
	text-transform: capitalize;
}

.service-hero-bg .service-hero-bg__crumb span[aria-hidden="true"] {
	opacity: 0.7;
}

.service-hero-bg .service-hero-bg__crumb [aria-current="page"] {
	color: rgba(255, 255, 255, 0.82);
	text-transform: capitalize;
}

.service-hero-bg .service-hero-bg__crumb a:hover {
	color: #fff;
	text-decoration: underline;
}

.service-hero-bg .callout-text {
	color: var(--accent-hex) !important;
}

.service-hero-bg .brxe-heading {
	color: #fff;
}

.service-hero-bg .brxe-text-basic.text--l {
	color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
	.service-hero-bg {
		min-height: 80vh;
		padding-top: var(--section-space-xl);
		padding-bottom: var(--section-space-m);
	}


}
@media (max-width: 991px) {
	.service-hero-bg {
		min-height: 80vh;
		padding-top: var(--section-space-xl);
		padding-bottom: var(--section-space-m);
	}

	.service-hero-bg > .brxe-container,
	.service-hero-bg > .service-hero-bg__inner {
		max-width: 100% !important;
	}
}

@media (max-width: 478px) {
	.service-hero-bg {
		min-height: 85vh;
	}
}

/* --------------------------------------------------------------------------
   Solar service: four-column cards (gapped grid, centered copy, type scale)
   Markup: .solar-four-cards-section > #brxe-solarfc-intro + .solar-four-cards__grid
   -------------------------------------------------------------------------- */

.solar-four-cards-section {
	padding-top: var(--section-space-m, 3rem);
	padding-bottom: var(--section-space-m, 3rem);
	/* padding-bottom: 0px; */
}

/* Intro row: spacing + type rhythm */
.solar-four-cards-section #brxe-solarfc-intro {
	/* margin-bottom: clamp(1.5rem, 3vw, 2.75rem); */
	row-gap: var(--space-m, 1.25rem);
	column-gap: var(--space-l, 2rem);
	align-items: start;
}

.solar-four-cards-section #brxe-solarfc-head {
	row-gap: var(--space-xs, 0.5rem);
  margin: 0 auto;
  max-width: 70%;
}

@media screen and (max-width: 991px) {
  .solar-four-cards-section #brxe-solarfc-head {
    max-width: 100%;
  }
}

.solar-four-cards-section #brxe-solarfc-head .callout-text {
	margin-bottom: var(--space-2xs, 0.25rem);
}

.solar-four-cards-section #brxe-solarfc-h2 {
	margin: 0;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.solar-four-cards-section #brxe-solarfc-lead {
	margin-top: var(--space-s, 0.75rem);
	font-size: var(--text-l, 1.125rem);
	line-height: 1.55;
	/* max-width: 36rem; */
  text-align: center;
  text-wrap: wrap !important;
}

.solar-four-cards-section #brxe-solarfc-aside {
	row-gap: var(--space-m, 1.25rem);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.solar-four-cards-section #brxe-solarfc-aside-txt {
	font-size: var(--text-m, 1rem);
	line-height: 1.6;
	max-width: 28rem;
}

.solar-four-cards-section #brxe-solarfc-cta {
	margin-top: var(--space-2xs, 0.25rem);
}

/* Card grid */
.solar-four-cards__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	align-items: stretch;
	column-gap: var(--space-m, 1.25rem);
	row-gap: var(--space-m, 1.25rem);
}

.solar-four-cards__grid > .hover-card-wrapper {
	position: relative;
	border: 1.5px solid var(--primary);
	/* background-color: rgba(255, 255, 255, 0.35); */
	box-sizing: border-box;
	min-height: 100%;
}

.solar-four-cards__grid .hover-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	row-gap: var(--space-s, 0.75rem);
	padding: clamp(1rem, 2.2vw, 1.5rem) clamp(0.875rem, 1.8vw, 1.25rem);
	min-height: 100%;
	box-sizing: border-box;
}

.solar-four-cards__grid .hover-card > .brxe-block:last-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
	row-gap: var(--space-2xs, 0.375rem);
}

.solar-four-cards__grid .hover-card .svg-industry {
	display: block;
	margin-inline: auto;
	margin-bottom: var(--space-2xs, 0.25rem);
	width: clamp(3rem, 5vw, 3.75rem);
	height: clamp(3rem, 5vw, 3.75rem);
	flex-shrink: 0;
}

.solar-four-cards__grid .hover-card .image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	margin-bottom: var(--space-2xs, 0.25rem);
	width: clamp(3rem, 5vw, 3.75rem);
	height: clamp(3rem, 5vw, 3.75rem);
	flex-shrink: 0;
}

.solar-four-cards__grid .hover-card .image-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: filter 0.2s ease;
}

.solar-four-cards__grid .hover-card:hover .image-wrapper img {
	filter: brightness(0) invert(1);
}

/* Card title */
.solar-four-cards__grid .hover-card .brxe-heading.hover-card-heading {
	margin: 0;
	font-size: clamp(1.125rem, calc(1.05rem + 0.45vw), 1.375rem);
	line-height: 1.25;
	font-weight: 700;
}

/* Subtitle (.text--l) */
.solar-four-cards__grid .hover-card .brxe-text-basic.text--l {
	margin: 0;
	font-size: var(--text-m, 1rem);
	line-height: 1.35;
	font-weight: 600;
	opacity: 0.92;
}

/* Body copy */
.solar-four-cards__grid .hover-card .brxe-text-basic.balance,
.solar-four-cards__grid .hover-card .hover-card-text.balance {
	margin: 0;
	margin-top: var(--space-2xs, 0.25rem);
	font-size: var(--text-s, 0.9375rem);
	line-height: 1.55;
	max-width: 22rem;
}

.solar-four-cards__grid .hover-card .hover-card-heading,
.solar-four-cards__grid .hover-card .hover-card-text {
	text-align: center;
	width: 100%;
}

@media (max-width: 991px) {
	.solar-four-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: var(--space-s, 0.75rem);
		row-gap: var(--space-s, 0.75rem);
	}

	.solar-four-cards-section #brxe-solarfc-intro {
		/* margin-bottom: var(--space-m, 1.25rem); */
	}
}

@media (max-width: 767px) {
	.solar-four-cards-section #brxe-solarfc-intro {
		row-gap: var(--space-l, 2rem);
	}

	.solar-four-cards-section #brxe-solarfc-aside {
		align-items: stretch;
	}

	.solar-four-cards-section #brxe-solarfc-aside-txt {
		max-width: none;
	}
}

@media (max-width: 478px) {
	.solar-four-cards-section {
		padding-top: var(--section-space-s, 2rem);
		padding-bottom: var(--section-space-m, 3rem);
	}

	.solar-four-cards__grid {
		grid-template-columns: 1fr !important;
		row-gap: var(--space-m, 1.25rem);
	}

	.solar-four-cards__grid .hover-card {
		padding: var(--space-m, 1.25rem) var(--space-s, 0.75rem);
	}

	.solar-four-cards__grid .hover-card .brxe-text-basic.balance,
	.solar-four-cards__grid .hover-card .hover-card-text.balance {
		max-width: 32rem;
	}
}

.mmm{
	margin: 0 auto;
	text-align: center;
}

/* Service overview: text col 6 + image col 6 (12-col grid), single column on small screens */
.vi-service-overview-grid {
	display: grid;
	width: 100%;
	align-items: center;
	column-gap: clamp(1.25rem, 4vw, 3rem);
	row-gap: clamp(1.5rem, 4vw, 2.5rem);
	grid-template-columns: minmax(0, 1fr);
}

.vi-service-overview-grid .vi-service-overview__content,
.vi-service-overview-grid .vi-service-overview__media {
	min-width: 0;
}

.vi-service-overview__img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

.vi-service-overview__media--circle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: min(100%, clamp(14rem, 44vw, 26rem));
	height: min(100%, clamp(14rem, 44vw, 26rem));
	margin-inline: auto;
}

.vi-service-overview__img--circle {
	width: 100%;
	height: 100%;
	max-width: none;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}

@media (min-width: 768px) {
	.vi-service-overview-grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.vi-service-overview-grid > .vi-service-overview__content {
		grid-column: span 6;
	}

	.vi-service-overview-grid > .vi-service-overview__media {
		grid-column: span 6;
	}
}
.service-hero-bg .service-hero-bg__crumb {
	color: #fff !important;
}

/* Injected directfwd/jsinit spam loader (hosting compromise) */
#sk-loader,
.loader#sk-loader {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}
.active-logo {
			background-color: Transparent !important;
			transform: none !important;
			box-shadow: none !important;
			border:1.5px solid var(--accent-hex)!important;
		}
		
		#brxe-npzwlz:not(.tag){
    object-position: center !important;
    object-fit: cover;
}
/* 
#c.tech-stack {
			background-color: #4350ff !important;
			padding-top: var(--space-s);
			padding-bottom: var(--space-s)
		}
		#c .tech-stack__grid:before {
	left: 0;
	background: linear-gradient(
		to right,
		#4350ff,
		rgba(67, 80, 255, 0)
	) !important;
}

#c .tech-stack__grid:after {
	right: 0;
	background: linear-gradient(
		to left,
		#4350ff,
		rgba(67, 80, 255, 0)
	)!important;
}

#brxe-ibzmgz.tech-stack {
			background-color: #4350ff !important;
			padding-top: var(--space-s);
			padding-bottom: var(--space-s)
		}
		#brxe-ibzmgz .tech-stack__grid:before {
	left: 0;
	background: linear-gradient(
		to right,
		#4350ff,
		rgba(67, 80, 255, 0)
	) !important;
}
.tech-stack .text--black{
	color: var(--white) !important;
}
#brxe-ibzmgz .tech-stack__grid:after {
	right: 0;
	background: linear-gradient(
		to left,
		#4350ff,
		rgba(67, 80, 255, 0)
	)!important;
}

.tech-stack__logo-wrapper img {
	filter: brightness(0) invert(1) !important;
	mix-blend-mode: normal !important;
    opacity: 0.7;
}
.tech-stack__logo-wrapper img:hover{
    opacity: 1;
} */
 #c.tech-stack,
#brxe-ibzmgz.tech-stack {
    background-color: #ffffff !important;
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
}

#c .tech-stack__grid:before,
#brxe-ibzmgz .tech-stack__grid:before {
    left: 0;
    background: linear-gradient(
        to right,
        #ffffff,
        rgba(255, 255, 255, 0)
    ) !important;
}

#c .tech-stack__grid:after,
#brxe-ibzmgz .tech-stack__grid:after {
    right: 0;
    background: linear-gradient(
        to left,
        #ffffff,
        rgba(255, 255, 255, 0)
    ) !important;
}

.tech-stack .text--black {
    color: #000 !important;
}

.tech-stack__logo-wrapper img {
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

.tech-stack__logo-wrapper img:hover {
    filter: none !important;
    opacity: 1 !important;
}
.has--texture{
	background: var(--white);
	background-image: none !important;
	color: var(--primary) !important;
}
/* .grecaptcha-badge {
    right: 14px !important;
    left: auto !important;
    max-width: 256px !important;
    overflow: hidden !important;
} */
 #c.tech-stack,
#brxe-ibzmgz.tech-stack {
    background-color: #f5f7ff !important;
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

#c .tech-stack__grid:before,
#brxe-ibzmgz .tech-stack__grid:before {
    left: 0;
    background: linear-gradient(
        to right,
        #f5f7ff,
        rgba(245, 247, 255, 0)
    ) !important;
}

#c .tech-stack__grid:after,
#brxe-ibzmgz .tech-stack__grid:after {
    right: 0;
    background: linear-gradient(
        to left,
        #f5f7ff,
        rgba(245, 247, 255, 0)
    ) !important;
}

.tech-stack .text--black {
    color: #000 !important;
}

.tech-stack__logo-wrapper img {
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

.tech-stack__logo-wrapper img:hover {
    opacity: 1 !important;
}