/*
 * Temporary stylesheet for Imran's branch work.
 */

/* -----------------------------------------------
   Highlight Feature card Start
----------------------------------------------- */
.highlight-feature-section {
	background: #FAFAFA;
}
.highlight-feature-boxes {
  display: grid;
}
/* .highlight-feature-card {
  padding-top: 2rem;
  padding-right: 1.75rem;
  padding-bottom: 2.625rem;
  padding-left: 3rem;
} */
.highlight-feature-card {
  background-color: var(--card-bg);
  color: #fff;
}
.highlight-feature-card:nth-child(2) .highlight-card-title {
	max-width: 14.938rem;
}
.highlight-feature-card .highlight-card-title {
	color: #fff;
	font-weight: 700;
}
.highlight-feature-card .highlight-card-body {
  font-size: 1rem;
  margin-top: -.5rem;
}

.highlight-feature-card {
  position: relative;
  overflow: hidden;
}

.highlight-feature-content::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('https://bright-autonomy.mosdev.site/wp-content/uploads/2026/08/Mask-Group.png');
	background-size: cover;
	background-position: center;
	mix-blend-mode: screen;
	z-index: 10;
	opacity: .20;
}
.highlight-feature-content {
	position: relative;
	padding-top: 2rem;
	padding-right: 1.75rem;
	padding-bottom: 2.625rem;
	padding-left: 3rem;
	z-index: 2;
	height: 100%;
}


@media only screen and (max-width: 767px) {
  .highlight-card-title {
    font-size: 1.25rem;
  }
}


/* -----------------------------------------------
   Highlight Feature card End
----------------------------------------------- */



/* -----------------------------------------------
   How its Work Section Start
----------------------------------------------- */

.how-it-works-section-body {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
	color: var(--bright-color-dark);
	font-size: 1.25rem;
}

.how-it-works-box {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
	align-items: center;
	padding-top: 2rem;
}
.how-it-works-box.row-start::before {
  content: '';
  position: absolute;
  top: var(--step-position);
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: #666;
  z-index: -1;
}
.how-it-works-boxes {
  position: relative;
}
.how-it-works-boxes::after {
  position: absolute;
  content: "";
  top: var(--step-position);
  left: 0;
  width: 100%;
  height: .0625rem;
  background: #666666;
  transform: translateY(-50%);
  z-index: -1;
}

.how-it-works-media-wrapper {
    position: relative;
}
.how-it-works-media {
	height: 14.25rem;
}
.how-it-works-content {
	text-align: center;
	padding: 0px 4rem;
}
.how-it-works-title {
	font-weight: 500;
}

.process-step-number-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: var(--step-position);
  left: 50%;
  transform: translateX(-50%);
}

.process-step-number::after {
	position: absolute;
	content: "";
	left: 50%;
	width: 1.75rem;
	height: 1.75rem;
	background: #FFF;
	transform: translateY(-50%);
	z-index: -1;
	border-radius: 100%;
	border: .125rem solid #666666;
	transform: translateX(-50%);
}

.process-step-number {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 1rem;
}

@media only screen and (max-width: 1399px) {
  .how-it-works-content {
    padding: 0px 2.5rem;
  }
}

@media only screen and (max-width: 1199px) {
  .how-it-works-content {
    padding: 0px 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .how-it-works-content {
    padding: 0px 1rem;
  }
}

@media only screen and (max-width: 767px) {

  .how-it-works-box {
    margin-top: 2rem;
  }
  .how-it-works-boxes::after {
    display: none;
  }
  .how-it-works-box.row-start::before {
    display: none;
  }
  .process-step-number-wrapper::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: .0625rem; 
    background: #666666;
    transform: translateY(-50%);
    z-index: 1;
  }
}

/* -----------------------------------------------
   How its Work Section End
----------------------------------------------- */



/* -----------------------------------------------
   Reach To Text Section Start
----------------------------------------------- */
.reach-to-text-media-wrapper {
  grid-row: 1;
  grid-column: 1;
  position: relative;

}
.reach-to-text-media {
  height: 26.25rem;
}
.content-intro-inner {
	grid-row: 1;
	grid-column: 1;
	z-index: 2;
	/* padding-top: 2rem;
	padding-bottom: 2rem; */
}
.reach-to-text-media-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.57;
}
.content-intro-section.has-image .content-intro-title, 
.content-intro-section.has-image .content-intro-description {
  color: var(--bright-color-light);
}


/* @media only screen and (max-width: 767px) {
  .reach-to-text-media {
    height: 18.25rem;
  }
  
} */

/* -----------------------------------------------
   Reach To Text Section End
----------------------------------------------- */


/* -----------------------------------------------
   Testimonial Section Start
----------------------------------------------- */

.testimonial-section {
	background-color: #F8F8F8;
}

.testimonial-section-title {
  margin: 0;
  color: var(--bright-color-dark);
  font-size: 3.25rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.testimonial-boxe {
	border-radius: .25rem;
	border: .125rem solid #E2E2E2;
	background: #FFF;
	box-shadow: 0 .1875rem .375rem 0 rgba(0, 0, 0, 0.16);
	padding: 2.0625rem 3.125rem .9375rem 1.875rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  min-height: 22.5rem;
  box-sizing: border-box;
}

.layout-grid {
  display: grid;
  column-gap: 1.875rem;
  row-gap: 1.875rem;
}
.testimonial-boxes {
  margin-top: 3.5625rem;
}
.testimonial-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.testimonial-body {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  opacity: 0.8;
}
.testimonial-client {
  margin-top: 2.1875rem;
  border-top: 1px solid #E2E2E2;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  column-gap: 1.125rem;
}
.testimonial-logo-wrap {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-name {
  color: var(--bright-color-dark);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 118.75%;
}
.testimonial-client-info p {
  color: var(--bright-color-dark);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 156.25%;
  opacity: 0.8;
  max-width: 10.875rem;
}
.layout-carousel .testimonial-boxe {
	margin-right: .625rem;
	margin-left: .625rem;
	margin-bottom: .625rem;
	margin-top: .75rem;
}

.layout-carousel .slick-track {
    display: flex;
}

.layout-carousel .slick-slide {
    height: inherit !important;
}


.testimonial-boxes-wrapper {
  position: relative;
  max-width: 71.25rem;
  margin-right: auto;
  margin-left: auto;
}
.testimonial-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 9.625rem);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.testimonial-prev,
.testimonial-next {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  pointer-events: auto;
}
.testimonial-next.slick-arrow:hover svg path, 
.testimonial-prev.slick-arrow:hover svg path {
	fill: var(--bright-color-accent);
}

@media (max-width: 1199px) {
  .testimonial-navigation {
    width: calc(100% + 3rem);
  }
}

@media (max-width: 991px) {
  .testimonial-section-title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.075rem;
  }

  .testimonial-boxes {
    margin-top: 2.25rem;
  }
}

@media (max-width: 767px) {
  .testimonial-boxe {
    padding: 1.75rem 1.5rem 1.25rem;
    min-height: auto;
  }

  .testimonial-client {
    align-items: flex-start;
  }

  .testimonial-navigation {
    position: static;
    width: auto;
    justify-content: center;
    column-gap: 2rem;
    margin-top: 1.5rem;
    transform: none;
  }
}



/* -----------------------------------------------
   Testimonial Section End
----------------------------------------------- */


/* -----------------------------------------------
   Full Width Media Section Start
----------------------------------------------- */
.full-width-media-section {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.full-width-media-media {
	grid-column: 1;
	grid-row: 1;
	position: relative;
	max-height: 50.625rem;
	height: 100%;
}
.full-width-media-media-wrapper {
	height: 100%;
}
.full-width-media-media.background_overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  z-index: 1;
}

.full-width-media-title {
  color: var(--bright-color-light);
}

.full-width-media-content {
	grid-column: 1;
	grid-row: 1;
	color: var(--bright-color-light);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	z-index: 3;
}

.full-width-media-description {
  font-size: 1.25rem;
	line-height: 150%;
	max-width: 50rem;
	margin-top: 10px;
}
.full-width-media-buttons {
	margin-top: 2rem;
}

@media (max-width: 767px) {
  .full-width-media-content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}


/* -----------------------------------------------
   Full Width Media Section End
----------------------------------------------- */
