.ui-ux-our-work {
	overflow: hidden;
}

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

/* .proto-text .main-container {
	padding: 40px 20px !important;
} */

.our-work-section {
	position: relative;
}

.our-work-section .hovering-square-dottes-one {
	position: absolute;
	bottom: -10%;
}

.our-work-section p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-align: center;
	color: #2b2c2d;
}

.nav-pills.leaf-pills {
	gap: 12px;
}

/*  */
.top-row {
	align-items: center;
}

.bottom-row {
	align-items: center;
}

/*  */



/* our work */

.ourWorkSwiper {
	padding: 10px 0 !important;
}

.our-work-section {
	padding: 60px 0px;
	box-shadow: 0px 1px 3.7px 0px #d0d0d040 inset, 0px -1px 3.7px 0px #d0d0d040 inset;
}

#ourwork-pills-tabContent {
	width: 100%;
	height: 350px;
	/* height: 230px; */
}

.word-card {
	border: 1px solid #e9e8e8;
	width: 100%;
	height: 350px;
	/* height: 230px; */
	border-radius: 16px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: all 0.6s ease;
}

.speech-ballon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 124%;
	transition: all 0.6s ease;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.50) 24%);
	transform: translateY(100%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.word-speech-ballon {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	padding: 14px 24px;
	border-radius: 30px;
	border: 1px solid #06d1c0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
	font-size: 16px;
	font-weight: 500;
	color: #2B2C2D;
	z-index: 5;
}





.word-card:hover .speech-ballon {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

.word-card:hover .word-speech-ballon {
	top: 50%;
}

.our-work-button {
	margin-top: 30px !important;
}

.ourWorkSwiper .swiper-slide {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ourWorkSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ourWorkSwiper .swiper-button-next,
.ourWorkSwiper .swiper-button-prev {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(1, 143, 131, 0.8);
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 4px 4px 15px #d1d1d140;
}

.ourWorkSwiper .swiper-button-next {
	right: 146px;
}

.ourWorkSwiper .swiper-button-prev {
	left: 146px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px !important;
}

/* Insights section */

.swiper-slide a {
	text-decoration: none !important;
	width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 18px !important;
}

.texts {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03rem;
	color: #2B2C2D;
	margin-bottom: 0;
}

.texts a {
	color: #018F83;
	text-decoration: none;
	font-weight: 500;
}

.service-intro-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.service-intro-content h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.03rem;
	text-align: center;
}

/* common from graphic page*/
.our-graphic-design-section {
	overflow: hidden;
}

.our-graphic-design-section .texts {
	font-size: 16px;
}

.our-graphic {
	display: flex;
	flex-direction: column;
	padding: 22px 0;
	gap: 16px;
}

.our-graphic .texts {
	font-weight: 600;
	font-size: 18px;
}

.sub-texts {
	color: #5C5C5C;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}

.our-graphic .content-list {
	margin-top: 0;
	margin-bottom: 0;
}

/* .our-graphic .content-list li {
	font-weight: 500;
} */

.our-row-content {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 48px;
}

.our-graphic-swiper {
	position: relative;
	margin-top: 30px;
}

.our-graphic-swiper.swiper {
	overflow: visible !important;
}

.our-graphic-prev,
.our-graphic-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0px 2.56px 2.56px 9.6px rgba(209, 209, 209, 0.25);

}

.our-graphic-prev {
	left: 0;
}

.our-graphic-next {
	right: 0;
}

.our-graphic-swiper .swiper-slide .row {
	height: 100%;
}

.our-graphic-swiper .swiper-slide .col-lg-6 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.website-form-header .form-banner-text {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.03rem;
	text-align: center;
	margin-bottom: 0 !important;
	z-index: 2;
}

.spiral-cursor::before {
	top: -130%;
}

.website-form-header span {
	color: #0F0F0F;
	font-weight: 600;
}

.website-form-header h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	text-align: center;
	max-width: 1054px;
	margin: 0 auto;
}

/* faq common from graphics*/
.faq-section .main-container {
	padding: 60px 0 !important;
}

.faq-section .questions-group {
	max-width: 880px;
	margin: 0 auto;
}

.graphic-form .spiral-cursor::before {
	display: none;
}

/*  */
/* media queries */






.ui-ux-banner-top .double-circle-heading::before {
	top: -45px;
	left: 10%;
}




/* website-common*/
.back-section {
	height: 56px;
}

.back-section .nav-container {
	padding: 15px 0;
	max-width: 1280px;
}

.subtitle {
	color: #018F83;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	margin: 0 !important;
}

/* blue strip */
.ui-ux-blue-wrapper h1 {
	margin-bottom: 8px !important;
}

.ui-ux-blue-wrapper .head {
	gap: 0 !important;
}

.blue-header-text {
	color: #2B2C2D;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.03rem;
	margin-bottom: 16px;
}



/* Our Website Design */



.user-experience-section {
	position: relative;
	overflow: hidden;
}

.hovering-square-dottes-one {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 50%;
}


.user-experience-content {
	margin-top: 48px;
}

.user-experience-content img {
	margin-bottom: 16px;
}

.user-experience-content p {
	margin-bottom: 16px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	color: #5C5C5C;
}

.user-experience-content h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 0;
}

.user-experience-content h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.03rem;
}

.user-experience-content li {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
}

.user-experience-content span {
	color: #018F83;
}

.user-experince-text {
	margin-top: 32px;
}

/* common industries */
.comm-industry-types {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.comm-industry-card {
	padding: 16px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	gap: 16px;
	background-color: #FCFFFF;
	border-radius: 16px;
	height: 100%;
	border: 1.5px solid #F2F9FF
}

.comm-industry-card img {
	max-width: 44px;
	max-height: 44px;
}

/* common teckstack-toolktsection */
.tech-content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.single-tech {
	display: flex;
	align-items: center;
	gap: 24px;
	border: 1px solid;
	border-radius: 16px;
	padding: 24px;
	background: #FCFFFF;
	border: 1.5px solid #F2F9FF;
}

.single-tech .texts {
	font-weight: 700;
	font-size: 18px;
}

.single-tech img {
	max-width: 80px;
	aspect-ratio: 1/1;
}

.tech-section {
	background: #FCFCFC;
	position: relative;
	overflow: hidden;
}

.tech-section .hovering-square-dottes-one {
	z-index: unset;
	right: unset;
	left: -136px;
	top: 18%;
	width: 20%;
}


.why-frontend-section {
	background: #FCFCFC;
}

.why-frontend-section .double-circle-heading {
	z-index: 1;
}


/*  */
/* common copied code /* new repeadted css after tag updated */
.vision-text-sections {
	max-width: 802px;
	margin: 0 auto;
	gap: 16px;
}

.vision-text {
	color: #5C5C5C;
}

.gray-text {
	color: #2B2C2D !important;
}

@media (min-width: 1600px) {
	.our-work-container {
		max-width: 1280px !important;
	}
}

@media (max-width: 1300px) {
	.back-section .nav-container {
		padding: 15px 20px;
	}
}

@media (max-width: 1199px) {

	.ourWorkSwiper .swiper-button-next,
	.ourWorkSwiper .swiper-button-prev {
		display: none !important;
	}

	.ourWorkSwiper .swiper-slide {
		width: 525px;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.word-card {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.our-graphic-design-section .sub-texts {
		text-align: start;
	}

	.sub-texts {
		text-align: center;
	}

}

@media (max-width: 991px) {
	.our-work-section {
		padding: 48px 20px;
	}

	.our-work-section p {
		font-size: 14px;
		margin-bottom: 30px !important;
	}

	.subtitle {
		font-size: 14px;
		display: flex;
		align-items: center;
	}

	/* nine nine two*/

	.user-experience-section .main-container {
		padding: 48px 0 !important;
	}

	.user-experience-content {
		margin-top: 30px;
		padding: 0 20px;
	}

	.user-experience-content h4 {
		font-size: 16px !important;
		margin-bottom: 0;
	}

	.user-experience-content p {
		font-size: 14px;
		margin-bottom: 12px !important;
	}


	.user-experience-content .content-list {
		margin-top: 0;
	}

	.user-experience-content h5 {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.user-experince-text {
		margin-top: 16px;
	}

	.hovering-square-dottes-one {
		width: 50%;
		right: -30%;
	}

	.service-intro-content h2 {
		font-size: 22px;
	}


	.graphic-back .subtitle {
		font-size: 14px;
	}


	.graphic-blue .texts {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 14px !important;
	}

	.faq-section .main-container {
		padding: 48px 20px !important;
	}

	.texts {
		font-size: 14px;
	}

	.our-row-content {
		margin-top: 0;
	}

	.comm-industry-card .subtitle {
		font-size: 16px;
		text-align: center;
		color: #2B2C2D;
	}

	.single-tech {
		gap: 6px;
		padding: 16px;
		align-items: center;
	}

	.single-tech img {
		max-width: 48px;
	}

	.our-graphic {
		gap: 8px;
		padding: 30px 0 16px 0;
	}

	.bottom-space {
		margin-bottom: 4px !important;
	}

	.top-row {
		flex-direction: column-reverse;
	}

	.bottom-row {
		flex-direction: column-reverse;
	}

	.website-form-header h4 {
		font-size: 14px;
	}

	.user-experience-content img {
		margin-bottom: 14px !important;
	}

	.proto-text p {
		font-size: 14px;
	}

	.word-speech-ballon {
		top: 120% !important;
	}

	.website-form-header .form-banner-text {
		font-size: 20px !important;
	}

	.our-graphic-design-section .texts {
		font-size: 14px;
		z-index: 1;
		position: relative;
	}

	.our-graphic .texts {
		font-size: 16px;
	}

	.tech-content {
		gap: 30px;
	}
}


@media (max-width: 575px) {
	.ui-ux-our-work .our-work-section {
		padding: 48px 20px !important;
	}

	#ourwork-pills-tabContent {
		width: 100%;
		height: 264px;
	}


	.ourWorkSwiper .swiper-slide {
		width: 400px;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.sub-texts {
		font-size: 14px;
	}

	.our-graphic .sub-texts {
		text-align: start;
	}

	.single-tech .texts {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 0;
	}
}

@media (max-width: 570px) {
	.vision-text-sections {
		gap: 0;
	}
}


@media (max-width:450px) {
	#ourwork-pills-tabContent {
		width: 100%;
		height: 200px;
	}


	.ourWorkSwiper .swiper-slide {
		width: 300px;
		height: auto;
		aspect-ratio: 3 / 2;
	}
}