.about-title {
	font-size: 7.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	background: linear-gradient(
		to bottom,
		rgb(8 42 123 / 35%) 30%,
		rgb(255 255 255 / 0%) 76%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.carousel-container {
	width: 100%;
	max-width: 100%;
	height: 650px;
	position: relative;
	perspective: 1800px;
	margin-top: 20px;
}

.carousel-track {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
	position: absolute;
	width: 1000px;
	height: 610px;
	background: #ececec;
	overflow: hidden;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-radius: 8px;
}

.card img {
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-align: center;
}

.card.center {
	z-index: 10;
	transform: scale(1.1) translateZ(0);
	background: url('/images/cili-by-design/banners/main-banner/center_banner_bg.png') no-repeat;
	background-position: center;
	background-size: cover;
}

.card.center img {
	filter: none;
}

.card.left-2 {
	z-index: 1;
	transform: translateX(-600px) scale(0.8) translateZ(-150px);
	opacity: 0.3;
	background: transparent;
}

.card.left-2 img {
	filter: grayscale(100%);
}

.card.left-1 {
	z-index: 5;
	transform: translateX(-300px) scale(0.9) translateZ(-80px);
	opacity: 0.8;
	background: transparent;
	filter: grayscale(100%);
}
.card.left-1 img {
	filter: grayscale(100%);
}


.card.left-2 .cili__main-banner__text-wrapper {
	display: none;
}


.cili__main-banner__image {
  width: 400px;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.cili__main-banner__text-wrapper {
  text-align: left;
  padding: 180px 60px 0px 0px;
}  
.cili__main-banner__product-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1pt;
  color: #9f9f9f;
  line-height: 1;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}  
.cili__main-banner__product-separator {
  height: 7px;
  width: 150px;
  background: #1abc9c;
  border-radius: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cili__main-banner__product-subtitle { 
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 200 !important;
  font-size: 22px !important;
  line-height: 1.2;
  padding: 2px 0px 5px;
  letter-spacing: -0.4pt;
}  
.cili__main-banner__product-text { 
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #8f8f8f;
  padding: 3px 0px 10px;
  letter-spacing: -0.2pt;
}  











.card.right-1 {
	z-index: 5;
    transform: translateX(300px) scale(0.9) translateZ(-80px);
    opacity: 1;
    background: url('/images/cili-by-design/banners/main-banner/center_banner_bg.png') no-repeat;
}

.card.right-1 img {
	filter: grayscale(100%);
}

.card.right-2 {
	z-index: 1;
	transform: translateX(600px) scale(0.8) translateZ(-150px);
	opacity: 0.3;
	background: transparent;
}

.card.right-2 img {
	filter: grayscale(100%);
}

.card.hidden {
	opacity: 0;
	pointer-events: none;
}

.member-info {
	text-align: center;
	margin-top: 40px;
	transition: all 0.5s ease-out;
	display: none;
}

.member-name {
	color: rgb(8, 42, 123);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.member-name::before,
.member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: rgb(8, 42, 123);
}

.member-name::before {
	left: -120px;
}

.member-name::after {
	right: -120px;
}

.member-role {
	color: #848696;
	font-size: 1.5rem;
	font-weight: 500;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin-top: -15px;
	position: relative;
}
.dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(3, 71, 117, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: rgb(3, 71, 117);
	transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(11, 111, 91, 0.25);
  color: white;
  width: 60px;
  height: 260px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
}

.nav-arrow:hover {
	background: rgba(11, 111, 91, 0.45);
	transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
	left: 20px;
	padding-right: 3px;
}

.nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

@media (max-width: 768px) {
	.about-title {
		font-size: 4.5rem;
	}

	.card {
		width: 200px;
		height: 280px;
	}

	.card.left-2 {
		transform: translateX(-250px) scale(0.8) translateZ(-300px);
	}

	.card.left-1 {
		transform: translateX(-120px) scale(0.9) translateZ(-100px);
	}

	.card.right-1 {
		transform: translateX(120px) scale(0.9) translateZ(-100px);
	}

	.card.right-2 {
		transform: translateX(250px) scale(0.8) translateZ(-300px);
	}

	.member-name {
		font-size: 2rem;
	}

	.member-role {
		font-size: 1.2rem;
	}

	.member-name::before,
	.member-name::after {
		width: 50px;
	}

	.member-name::before {
		left: -70px;
	}

	.member-name::after {
		right: -70px;
	}
}





/* 1) Default: text visible everywhere */
.cili__main-banner__text-wrapper {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* 2) Hide ONLY on the left side (tweak as needed) */
.card.left-1 .cili__main-banner__text-wrapper,
.card.left-2 .cili__main-banner__text-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* 3) Ensure RIGHT side stays visible (in case of specificity conflicts) */
.card.right-1 .cili__main-banner__text-wrapper,
.card.right-2 .cili__main-banner__text-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 4) Center slide: play the drop-in animation when JS adds .drop-in */
.card.center .cili__main-banner__text-wrapper.drop-in {
  animation: bannerDropIn 1800ms cubic-bezier(.2,.8,.2,1) both;
}

@keyframes bannerDropIn {
  0%   { opacity: 0; transform: translateY(-768px); }
  30%  { opacity: 1; transform: translateY(58px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .card.center .cili__main-banner__text-wrapper.drop-in {
    animation: none;
  }
}