body{
	background: #1A1A1A;
}
.main-header,.stricky-header.main-menu{
	background-color: #1A1A1A;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{
	color: #fff;
}
.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mobile-nav__content{
	background-color: #2C2C2C;
}
.mobile-nav__content .main-menu__list li a{
	font-size: 16px;
	font-weight: 600;
}
.main-menu-wrapper__right {
	position: relative;
	display: flex;
	float: right;
	align-items: center;
	cursor: pointer;
	z-index: 9999;
}
.gradient-button-menu {
	width: 132px;
	height: 32px;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background: linear-gradient(to right, #6741D9, #F5B841); /* orange to pink */
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.gradient-button {
	padding: 0 20px;
	height: 48px;
	font-size: 16px;
	font-weight: 700;
	color: white;
	background: linear-gradient(to right, #6741D9, #F5B841); /* orange to pink */
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	text-transform: capitalize;
}
.gradient-button:hover,.gradient-button-menu:hover {
	transform: scale(1.05);
	background: linear-gradient(to right,#6741D9, #F5B841); /* reverse */
}
section#hero .container {
	display: flex;
	justify-content: space-around;
}
section#hero {
	background:url('../images/hero-bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 10px;
	display: flex;
}
section#hero div.hero-right img{
	width: 100%;
}
.hero-left {
	align-content: center;
}
.hero-left h1{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
}
.elysis-color{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
p{
	font-size: 20px;
	font-weight: 400;
	color: #E9E3F7;
	line-height: 150%;
}
section#why-elysis {
	padding: 70px 0px;
}
.content-box-left {
	width: 75%;
}
h2.main-head{
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	color: #fff;
}
.your-box {
	margin-top: 30px !important;
	width: 579px;
	justify-content: center;
	margin: auto;
	padding: 12px 30px;
	border-radius: 12px;
	background: 
	linear-gradient(#1A1A1A, #1A1A1A) padding-box,  /* Inner background */
	linear-gradient(to right, #6741D9, #F5B841 ) border-box; /* Border */
	border: 2px solid transparent;
}
.your-box p{
	gap: 10px;
	display: flex;
}
.your-box h2,.content-box-left h2{
	text-align: left;
	margin-bottom: 20px;
}
.parallel {
	display: flex;
	margin-top: 50px;
	gap: 30px;
}
.content-box-left {
	background: #2C2C2C;
	border-radius: 12px;
	padding: 30px;
}
.right-one,.right-two {
	background: #2C2C2C;
	border-radius: 12px;
	padding: 15px;
}
.right-one{
	margin-bottom: 30px;
}
.content-box-left h3,.content-box-right h3{
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 150%;
	padding-top: 5px;
}
.content-box-left p,.content-box-right p{
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	line-height: 140%;
	padding-top: 10px;
}
p.gem{
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
}

section#gem-framework{
	padding: 70px 0;
}

.timeline-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin: auto;
	padding: 40px;
	background: #2C2C2C;
	border-radius: 12px;
}

.timeline-container::before {
	content: "";
	position: absolute;
	top: 120px;
	left: 50px;
	right: 50px;
	height: 4px;
	background: #fff;
	z-index: 0;
}

.timeline-item {
	text-align: center;
	width: 30%;
	position: relative;
	z-index: 1;
}

.timeline-item h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-bottom: 14px;
}

.timeline-item p {
	font-size: 16px;
	line-height: 130%;
	margin-top: 20px;
	color: #E9E3F7;
}

.dot-wrapper .dot {
	margin: 0 auto;
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, #6741D9, #F5B841);
	border-radius: 50%;
	border: 7px solid #F5F5F5;
	position: relative;
	z-index: 2;
}

section#gem-framework h2{
	text-align: left;
}

section#client-feedback{
	padding: 70px 0;
}

section#our-experts{
	padding: 70px 0;
}
.experts-person {
	display: flex;
	justify-content: space-around;
}
.experts-person img{
	width: 254px;
	height: 289px;
}
.person-one h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
	color: #fff;
	margin-top: 20px;
}
section#unlock{
	padding: 70px 0;
}
.your-gem {
	display: flex;
	justify-content: space-around;
	background: url('../images/unlock-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 30px;
	align-items: center;
	border-radius: 12px;
}
.your-gem h1{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
}
.site-footer{
	background: #2C2C2C;
}
.site-footer__top {
	position: relative;
	display: block;
	padding: 80px 0 92px;
}
.site-footer__bottom-inner{
	display: block;
}
.site-footer__bottom-inner p{
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 140%;
	color: #fff;
}
.footer-widget__links-list li a {
	font-size: 16px;
	color: #E9E3F7;
	font-weight: 400;
	line-height: 120%;
}

.footer-widget__links-list li a:hover,.contact p a:hover{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-widget__logo img {
	width: 90%;
	position: relative;
	bottom: 17px;
}
.contact p,.contact p a {
	display: flex;
	gap: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
}

.clients-contents {
	gap: 30px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}
.gradient-border {
	display: inline-block;
	padding: 4px;   
	border-radius: 50%;
	background: linear-gradient(135deg, #6741D9, #F5B841);
}

.gradient-border img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid;
	object-fit: cover;
}
.contents-details {
	width: 100%;
}
.swiper-slide {
	padding: 50px 0;
}

.contents-details p {
	color: #E9E3F7;
	font-size: 36px;
	line-height: 120%;
	font-weight: 400;
	text-align: left;
	margin-top: 18px;
}
.contents-details h5 {
	color: #E9E3F7;
	font-size: 16px;
	line-height: 120%;
	font-weight: 400;
	text-align: left;
	margin-top: 14px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6741D9, #F5B841); /* gradient border */
	box-sizing: border-box;
	margin: 0 6px;
	padding: 2px;
	position: relative;
}

/* Inner circle */
.swiper-pagination-bullet::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #707070; /* Match slider background */
	border-radius: 50%;
}

/* Active bullet style (filled) */
.swiper-pagination-bullet-active::before {
	background: #1A1A1A;
}

/*-----Case Studies------*/

section#our-work-action {
	padding: 100px 0 20px 0;
}
section#our-work-action .your-box{
 border: 1px solid transparent;
}

section#our-work-action .timeline {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
}

section#our-work-action .timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: #bfb3b3;
	transform: translateX(-50%);
}

section#our-work-action .timeline-item {
	position: relative;
	margin: 40px 0;
	padding: 0;
	width: 100%;
}

section#our-work-action .timeline-dot {
	top: 150px;
	left: 0;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: linear-gradient(135deg, #6741D9, #F5B841);
	border-radius: 50%;
	border: 7px solid #FFFFFF;
	position: relative;
	z-index: 2;
}

section#our-work-action .timeline-dot::before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #1c1c1c;
	position: relative;
	left: 20px;
}

section#our-work-action .timeline-content {
	background: #2C2C2C;
	color: #fff;
	padding: 50px;
	border-radius: 18px;
	margin-left: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: -40px;
}

section#our-work-action .timeline-content h4 {
	font-size: 20px;
	line-height: 130%;
	color: #E9E3F7;
	text-align: left;
}
section#our-work-action .timeline-content h1 {
	font-size: 48px;
	color: #E9E3F7;
	text-align: left;
	margin-top: 24px;
	font-weight: 700;
	line-height: 120%;
}
section#our-work-action .timeline-content p {
	font-size: 20px;
	color: #E9E3F7;
	text-align: left;
	font-weight: 400;
	line-height: 120%;
}
section#our-work-action .timeline-content h2{
	font-size: 20px;
	color: #E9E3F7;
	text-align: left;
	font-weight: 600;
	line-height: 120%;
}
section#our-work-action .timeline-content ul li {
	text-align: left;
	color: #E9E3F7;
	font-size: 16px;
	line-height: 150%;
	font-weight: 400;
}

section#our-work-action .timeline-content ul {
	margin-left: -12px;
}
::marker{
	color: #F5B841;
	font-size: 30px;
}
section#our-work-action .timeline-content .your-box{
	width: 50%;
	padding: 30px;
}
section#our-work-action .timeline-content .your-contents {
	background: #3C3C3C;
	border-radius: 12px;
	margin-top: 30px;
	padding: 30px;
	width: 50%;
}


/*-----End Case Studies------*/


@media only screen and (min-width: 1200px){
	.main-menu-wrapper{
		display: flex;
	}
	.main-menu-wrapper__right{
		float: none;
		padding-left: 30px;
	}
	.main-menu-wrapper__search-call{
		float: none;
		padding-left: 110px;
	}
	span.gem{
		display: block;
	}
	section#gem-framework .timeline-item p {
		padding: 0 46px;
	}
	.timeline-content .d-flex.flex-column.flex-md-row {
		gap: 30px;
	}
}

@media only screen and (max-width: 1200px){
	.hero-left h1{
		font-size: 36px;
		font-weight: 700;
		line-height: 130%;
		color: #fff;
	}
	p{
		font-size: 16px;
		font-weight: 400;
		color: #E9E3F7;
		line-height: 150%;
	}
	.main-menu-wrapper__search-call {
		position: relative;
		display: flex;
		align-items: center;
		margin-right: 20px;
		padding: 30px 0;
		float: right;
	}
	.content-box-left {
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.main-menu-wrapper__search-call{
		display: block;
	}
}

@media only screen and (max-width: 767px){
	section#hero .container{
		display: block;
	}
	.main-menu-wrapper__logo img{
		width: 80%;
		position: relative;
		top: 30px;
	}
	section#hero {
		background:url('../images/hero-mb.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 70px 10px;
	}
	.gradient-button {
		width: auto;
		height: 48px;
	}
	section#unlock,section#client-feedback,section#gem-framework,section#why-elysis,section#our-experts{
		padding: 40px 0;
	}
	h2.main-head{
		font-size: 28px;
		font-weight: 600;
	}
	.your-box{
		width: auto;
		padding: 20px;
	}
	.your-box p{
		font-size: 14px;
	}
	.parallel{
		display: block;
	}
	.right-one{
		margin-top: 30px;
	}
	p.gem{
		font-size: 20px;
	}
	.timeline-container{
		display: block;
		padding: 18px;
	}
	.timeline-item{
		width: 100%;
		margin-top: 20px;
	}
	.dot-wrapper .dot{
		width: 30px;
		height: 30px;
		border: 5px solid #F5F5F5;
	}
	.timeline-container::before{
		background: transparent;
	}
	.timeline-item h3{
		font-size: 28px;
	}
	.experts-person {
		display: block;
	}
	.experts-person img{
		width: 100%;
		height: 100%;
	}
	.person-one {
		margin-bottom: 30px;
	}
	.contents-details p {
		font-size: 20px;
	}
	.swiper-slide {
		padding: 0 0 50px;
	}
	.your-gem{
		display: block;
		justify-content: space-around;
		background: url('../images/unlock-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.site-footer__top{
		padding: 50px 0 40px;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-2.animated {
		order: 0 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-0.animated {
		order: 1 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-1.animated {
		order: 2 !important;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.animated:last-child {
		margin-bottom: 70px;
	}
	.timeline-dot{
		width: 30px;
		height: 30px;
		border:4px solid #fff;
	}
	section#our-work-action {
		padding: 80px 10px 40px 10px;
	}
	section#our-work-action .timeline-content .your-box,section#our-work-action .timeline-content .your-contents {
		width: 100%;
		padding: 20px 12px;
	}
	section#our-work-action .timeline-content{
		margin-left: 30px;
	}
	::marker {
		color: #F5B841;
		font-size: 20px;
	}
	section#our-work-action .timeline-content h1 {
		font-size: 32px;
	}
	section#our-work-action .timeline-content{
		padding: 20px;
	}
	section#our-work-action .timeline-content h4,section#our-work-action .timeline-content p{
		font-size: 16px;
	}

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

	.main-menu-wrapper__left{
		padding: 0;
	}
	.main-menu-wrapper__search-call{
		padding: 0;
	}	

}




