*{
	font-family: "Outfit", sans-serif;
	color: #E9E3F7;
}
html {
	scroll-behavior: smooth;
}
.left-side .logo img{
	width: 100%;
}
.preloader .inner figure img{
	width: 30%;
	height: auto;
}
ul.words.chars.splitting li a {
	font-size: 48px;
	font-weight: 700;
	line-height: 130%;
}
.d-flex.flex-column.flex-md-row{
	gap: 30px;
	justify-content: space-around;
}
.site-navigation .inner ul li a:hover,.contact address p a:hover{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hamburger__line-in::after, .hamburger__line-in::before{
	display: block;
	height: 10px;
	border-radius: 4px;
	background: linear-gradient(to right, #6741D9, #F5B841 );
}
.equalizer span{
	display: block;
	height: 10px;
	border-radius: 4px;
	background: linear-gradient(to top, #6741D9, #F5B841 );
}
.gradient-button,button#submit {
	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,button#submit:hover {
	transform: scale(1.05);
	background: linear-gradient(to right,#6741D9, #F5B841); /* reverse */
}
h4 span.elysis-color {
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
}
h2.main-head {
	font-size: 36px;
	line-height: 130%;
	text-align: center;
	margin-bottom: 30px;
}
.elysis-color{
	color: #fff;
	background: linear-gradient(to right, #6741D9, #F5B841 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.video-hero .inner a{
	border-bottom: 0;
}
.video-hero .inner h1 {
	font-size: 64px;
	text-align: left;
	padding-left: 200px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
}
.video-hero .inner span {
	font-size: 64px;
	text-align: left;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	float: none;
}
.video-hero .inner p {
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	text-align: left;
	padding-left: 200px;
}
.video-hero .elysis-btn {
	text-align: left;
	padding-left: 200px;
}
.elysis-bg {
	width: 100%;
	background: url('../images/main-bg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
}
section#why-elysis{
	padding: 70px 10px;
}
#why-elysis h3.section-title{
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
}
#why-elysis {
	width: 80%;
	margin: auto;
}
#why-content {
	width: 50%;
}
.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;
}
section.icon-content-block {
	background: transparent;
	padding: 70px 10px;
}
h3.section-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
}
.icon-content-block .content-block.selected{
	background: #2C2C2C;
	border-radius: 12px;
}
.content-block.icon-content-block.\.content-block{
	background: none;
}
.content-block.icon-content-block.\.content-block h6,.icon-content-block .content-block.selected h6{
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}
.content-block.icon-content-block.\.content-block p,.icon-content-block .content-block.selected p{
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
p.contents{
	font-size: 28px;
	font-weight: 400;
	line-height: 130%;
	margin-top: 80px;
}

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

.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;
}
p.gem {
	font-size: 28px;
	margin-top: 30px;
	text-align: center;
	line-height: 130%;
	font-weight: 400;
}

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

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

section#our-experts{
	padding: 70px 10px;
}
.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 10px;
}
.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;
}

/*------- Footer -------*/
.site-footer{
	background: #2C2C2C;
}
.site-footer__top {
	position: relative;
	display: block;
	padding: 80px 0 50px;
}
.site-footer__bottom-inner{
	display: block;
}
h3.footer-widget__title {
	font-size: 20px;
}
.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: 30px;
}
.icon-content-block .content-block h6{
	font-size: 28px;
}

.footer-widget__links-list li a:hover,.elysis-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: 255px;
	position: relative;
	bottom: 17px;
}

/*------- End Footer -------*/

.elysis-contact p,.elysis-contact p a {
	display: flex;
	gap: 14px;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
}
.site-footer__bottom .container {
	border-top: 1px solid #707070;
	padding-top: 19px;
}
.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: 6px;   
	border-radius: 50%;
	background: linear-gradient(135deg, #6741D9, #F5B841);
}

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

/*.swiper.elysis-clients {
    background: #1A1A1A;
    border-radius: 18px;
    padding: 30px;
}*/
section#client-feedback .main-feedback{
	background: #1A1A1A;
	border-radius: 18px;
	padding: 30px 30px 50px;
}

.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 .swiper-pagination-bullet-active {
	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;
	border: none;
}

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

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

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

.video-hero .inner span.gem{
	font-size: 20px!important;
	font-weight: 400!important;
	line-height: 120%!important;
}

section#our-work-action {
	padding: 100px 10px 20px 10px;
}
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-content {
	background: #2C2C2C;
	color: #fff;
	padding: 50px;
	border-radius: 18px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
}

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------*/

.page-header{
	background: url('../images/contact-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page-header .inner h1 {
	color: #fff;
	font-weight: 700;
	font-size: 64px;
	line-height: 120%;
	letter-spacing: 1;
}

.page-header .inner p{
	font-size: 20px;
	line-height: 130%;
	font-weight: 400;
}
.contact address p a {
	color: #E9E3F7;
	font-size: 18px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
}

.contact{
	background: transparent;
	padding: 70px 10px;
}

.contact h6{
	font-size: 20px;
	line-height: 130%;
	font-weight: 700;
	margin-top: 0;
}

.contact .contact-form #contact .form-group{
	background: #F5F5F5;
	border-radius: 12px;
}

.contact .contact-form #contact .form-group input[type=text] {
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 12px;
	color: #1A1A1A;
}

.contact .contact-form #contact .form-group textarea {
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 12px;
	height: 107px;
	color: #1A1A1A;
}

.contact .contact-form #contact .form-group span{
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
	padding-top: 15px;
}
.contact .contact-form #contact .form-group input:focus + span,
.contact .contact-form #contact .form-group textarea:focus + span {
	font-size: 13px;
	line-height: 16px;
	top: -35px;
	font-weight: 600;
	color: #fff!important;
}

.form-group span{
	color: #1A1A1A!important;
}


/*-----End Contact Us------*/

/*------ Team Page-------*/

header.page-header.inside{
	background: url('../images/inside-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section#who-we-are {
	padding: 40px 10px;
}
section#who-we-are .your-contents {
	align-content: center;
	align-items: center;
	background: #3C3C3C;
	border-radius: 12px;
	margin-top: 30px;
	padding: 30px;
}
section#who-we-are .your-box{
	padding: 30px;
}
section#meet {
	padding: 70px 0;
}
.elysis-person img {
	width: 100%;
}
.elysis-details h2.main-head{
	margin-bottom: 0px;
}
.elysis-details {
	background: #2C2C2C;
	padding: 20px 30px;
}
section#meet .d-flex.flex-column.flex-md-row{
	gap: 0;
}
section#meet h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
}
.elysis-person {
	position: relative;
}
img.polygon1 {
	position: absolute;
	width: 6%;
	right: -3px;
	top: 12px;
}
.daphne.order-1 img.polygon1 {
	position: absolute; 
	width: 6%;
	left: -3px;
	bottom: -5px;
	right: inherit;
	rotate: 180deg;
	top: 15px;
}
.elysis-details ul {
	margin-left: -15px;
}
section#meet .elysis-details ul {
	margin-left: -12px;
}
.elysis-details{
	text-align: left;
}
section#meet .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	bottom: 100px;
	cursor: pointer;
}

/*------ End Team Page-------*/


@media only screen and (min-width: 1200px){
	.gem{
		display: block;
	}
	.why-content,.why-elysis {
		width: 50%;
	}
	.why-elysis {
		padding: 20px 0;
	}
	section#who-we-are .your-box,section#who-we-are .your-contents{
		width: 50%;
	}
	.why-elysis span.elysis-color,.why-elysis h4{
		font-size: 40px;
	}
	.elysis-person {
		width: 60%;
	}
	.elysis-details {
		width: 93%;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-1.animated {
		display: flex;
		gap: 40px;
	} 
}
@media only screen and (max-width: 1024px){
	.your-box{
		width: auto;
	}
	.why-content,.why-elysis{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.site-navigation .inner ul li a {
		font-size: 20px;
	}
	.elysis-bg{
		background: url(../images/main-mb.png);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.why-elysis span.elysis-color{
		font-size: 28px;
	}
	.video-hero .inner {
		width: 100%;
		display: block;
		text-align: center;
		position: relative;
		z-index: 2;
		top: 150px;
	}
	.video-hero .inner h1{
		font-size: 36px;
		padding-left: 90px;
	}
	.video-hero .inner span{
		font-size: 36px!important;
	}
	.video-hero .inner p,.video-hero .elysis-btn{
		font-size: 16px;
		padding-left: 90px;
	}
	#why-elysis h3.section-title{
		font-size: 36px;
		text-align: center;
	}
	#why-elysis h4{
		font-size: 28px;
		text-align: center;
		font-weight: 600;
	}
	.icon-content-block .content-block.selected,.content-block.icon-content-block.\.content-block{
		background: #2C2C2C;
		width: auto;
	}
	.icon-content-block .content-block {
		padding: 20px;
		border-radius: 12px;
		background: #2C2C2C;
		width: auto;
		margin-top: 50px;
	}
	.icon-content-block .content-block:before{
		content: "";
		width: 50%;
		height: 50%;
		position: absolute;
		right: -15px;
		bottom: -30px;
		z-index: -1;
		background: url(../images/dot-pattern.png) right;
		background-size: 10px;
	}
	.icon-content-block .content-block.selected::before{
		content: "";
		width: 50%;
		height: 50%;
		position: absolute;
		right: -15px;
		bottom: -30px;
		z-index: -1;
		background: url(../images/dot-pattern.png) right;
		background-size: 10px;
	}
	.icon-content-block .content-block figure{
		margin-bottom: 10px;
	}
	h4 span.elysis-color{
		font-size: 24px;
	}
	.elysis-details h4 span.elysis-color{
		font-size: 16px;
	}
	.gradient-button {
		width: auto;
		height: 48px;
	}
	section#unlock,section#client-feedback,section#gem-framework,section#why-elysis,section#our-experts{
		padding: 50px 0;
	}
	section#why-elysis .container {
		padding: 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: 24px;
	}
	.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 10px 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;
	}
	.col-xl-4.col-lg-6.col-md-6.wow.fadeInUp.order-0.animated {
		margin: 10px 0;
	}
	.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;
	}
	::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;
	}
	.page-header .inner h1{
		font-size: 36px;
	}
	.page-header .inner {
		padding-left: 100px;
		top: 135px;
	}
	header.page-header.inside{
		background: url('../images/inside-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section#gem-framework h4,section#gem-framework h2,section#gem-framework p {
		text-align: center;
	}
	.page-header{
		background: url('../images/contact-mb.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	section#who-we-are .your-contents{
		margin-top: 30px;
	}
	section#who-we-are .elysis-details{
		padding: 20px;
	}
	img.polygon1 {
		position: absolute;
		width: 6%;
		right: inherit;
		bottom: -5px;
		left: 30px;
		rotate: 90deg;
		top: inherit;
	}
	.elysis-person.daphne.order-1 {
		order: 0;
	}
	.elysis-details.order-0 {
		order: 1;
	}
	.daphne.order-1 img.polygon1 {
		position: absolute;
		width: 6%;
		left: inherit;
		bottom: -5px; 
		right: 30px;
		rotate: 90deg;
		top: inherit;
	}
	.elysis-details {
		background: #2C2C2C;
		padding: 20px 30px 70px;
	}
	section#meet .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		position: absolute;
		bottom: 152px;
		cursor: pointer;
	}

}
/*@media only screen and (max-width: 567px){
	.left-side{
		text-align: left;
		width: 100%;
	}
	.hamburger {
		position: absolute;
		top: 36px;
		right: 20px;
	}
	.left-side .logo img {
		width: 30%;
		position: relative;
		left: 10px;
	}
	.equalizer{
		position: absolute;
		left: 20px;
		bottom: 40px;
	}
}*/