@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.menuOverlay {
	display: none;
}

/* Home Page CSS Start */
.banner-section {
	position: relative;
}

.banner-section .main-slider {
	padding-bottom: 30px;
}

.banner-section .main-slider .slide-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient(to top, rgba(35, 35, 59, 1) 25%, rgba(35, 35, 59, 0));
	z-index: 1;
}

.overlay-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 35, 59, 0.2);
	z-index: 2;
}

.banner-section .item {
	height: 85vh;
	position: relative;
}

.banner-section .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.banner-section .cover {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 5;
	text-align: left;
}

.banner-section .banner-content .banner-text-para {
	margin-top: 20px;
	margin-bottom: 30px;
}

.banner-section .banner-content .headings,
.banner-section .banner-content .banner-text-para {
	color: var(--white-color);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.banner-section .slick-prev,
.banner-section .slick-next {
	display: none !important;
}

.banner-section .slick-dots {
	width: auto;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	bottom: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-section .slick-dots li {
	margin: 3px 0;
}

.banner-section .slick-dots li button {
	width: 5px;
	height: 25px;
	background-color: var(--white-color);
	opacity: 0.5;
}

.banner-section .slick-dots li.slick-active button {
	background-color: var(--white-color);
	opacity: 1;
	height: 15px;
}

.banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.digital-workflow {
	background-color: var(--primary-color);
}

.digital-workflow .slick-slide {
	margin: 0 15px;
}

.digital-workflow .slick-list {
	margin: 0 -15px;
	position: relative;
}

.workflow-steps .slick-dots li button,
.webinars-skider .slick-dots li button {
	background-color: #dcdcec75;
}

.workflow-steps .slick-dots li.slick-active button,
.webinars-skider .slick-dots li.slick-active button {
	background-color: #dcdcec;
}

.workflow-step {
	overflow: hidden;
	border-radius: var(--base-border-radius);
}

.digital-workflow figure {
	position: relative;
	overflow: hidden;
	border-radius: var(--base-border-radius);
}

.digital-workflow figure img {
	width: 100%;
	transition: transform 0.7s ease;
}

.digital-workflow figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, .3) 100%);
	transform: skewX(-25deg);
	transition: left 0.7s ease;
}

.workflow-step:hover figure::before {
	left: 125%;
}

.workflow-step:hover .workflow-image img {
	transform: scale(1.3) rotate(1deg);
}


.digital-workflow .workflow-number {
	display: inline-block;
	min-width: 55px;
	height: 32px;
	line-height: 32px;
	border-radius: 50px;
	background: linear-gradient(90deg, #3a2fce 0%, #e62b4a 100%);
	color: var(--white-color);
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 20px 0;
	position: relative;
	z-index: 2;
}

.digital-workflow .slick-list::before {
	content: "";
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.4);
	z-index: -1;
}

.workflow-footer {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: var(--white-color);
}

.about-section .heading-icon img {
	max-height: 22px;
}

.counter-card {
	background: linear-gradient(135deg, #404061 0%, #4E4E84 100%);
	border-radius: 20px;
	padding: 34px 28px;
	color: #fff;
	box-shadow: 0 14px 30px rgba(43, 32, 76, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.04);
	max-width: 340px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.counter-card .counter-box {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 22px;
}

.counter-card .counter-box img {
	border-radius: 0;
}

.counter-card .counter-box:last-child {
	margin-bottom: 0;
}

.counter-card .counter-icon {
	width: 54px;
	height: 54px;
}

.counter-card .counter-content {
	flex: 1;
}

.counter-card .count-number-wrapper {
	font-size: 40px;
	color: var(--white-color);
	display: flex;
	align-items: center;
	gap: 8px;
}

.counter-card .counter-label {
	color: var(--white-color);
	margin-top: 6px;
}

.about-image img {
	border-radius: 20px;
	overflow: hidden;
}

.page-template-template-industries-details .partners-logos .slick-dots li button {
	background: #dcdcec70;
}

.page-template-template-industries-details .partners-logos .slick-dots li.slick-active button {
	background: #fff;
}

.partners-logos-area .item {
	text-align: center;
}

.partners-logos-area .item-logo {
	border: 1px solid #DBDBED;
	padding: 15px;
	border-radius: 10px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white-color);
}

.partners-logos-area .item p {
	margin-top: 8px;
}

.partners-logos-area .slick-slide {
	margin: 0 15px;
}

.partners-logos-area .slick-list {
	margin: 0 -15px;
	position: relative;
}

.partners-home-section .slick-dots {
	bottom: -45px;
}

.application-section .slick-slide {
	margin: 0 10px;
}

.application-section .slick-list {
	margin: 0 -10px;
	position: relative;
}

.application-card {
	overflow: hidden;
	position: relative;
	border-radius: var(--base-border-radius);
	height: 100%;
}

.application-figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 345px;
	border: 1px solid #d3d3d3;
	border-radius: 20px;
}

.application-figure a {
	display: block;
	position: relative;
	z-index: 0;
}

.application-figure img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.4s ease;
	max-width: 100% !important;
	object-position: top;
}

.form-control[readonly] {
	background-color: #fff;
}

/* Overlay using ::after */
.application-figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: opacity 0.4s ease;
	border-radius: inherit;
	z-index: 1;
	/* sits above image */
	pointer-events: none;
	/* allow clicks on link */
}

.application-card:hover .application-figure img {
	transform: scale(1.1);
}

.application-card:hover .application-figure::after {
	opacity: 1;
}

.application-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, black, transparent);
	color: var(--white-color);
	padding: 30px;
	text-align: left;
	transform: translateX(0);
	transition: transform 0.4s ease;
	z-index: 2;
	/* above overlay */
}

/* Inner Page CSS Start */
.innerBanner {
	height: 500px;
}

.innerBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right top;
}

.innerBanner:after {
	background: linear-gradient(90deg, #23233ba6 0%, #23233ba6 40%, #23233b00 60%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
}

.innerBanner-content {
	max-width: 50%;
}

.productDetails .innerBanner-content,
.blogDetails-banner .innerBanner-content,
.page-template-template-about .innerBanner-content {
	max-width: 100%;
}

.page-template-template-industries-details .innerBanner:after {
	background: transparent;
}

.inner-page-banner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	transform: translateY(-50%);
}

.breadCramps,
.custom-breadcrumb,
.breadCramps a,
.custom-breadcrumb a {
	color: var(--white-color);
}

.breadCramps a:hover,
.custom-breadcrumb a:hover {
	color: #A5A5C5;
}

.custom-breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.custom-breadcrumb li {
	display: inline-flex;
	align-items: center;
}

.custom-breadcrumb li span {
	margin: 0 5px;
	color: #A5A5C5;
}

.custom-breadcrumb li.active {
	color: var(--white-color);
}

.page-template-template-industries-details .innerBanner-title {
	max-width: 680px;
}

.innerBanner-title .productName {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 25px;
}

.innerSideBanner {
	height: 450px;
	background: url("../images/product-banner.webp") no-repeat top 0 center / 100% 100%;
	padding-top: 100px;
	box-sizing: border-box;
	position: relative;
}


.bannerRight-img {
	overflow: hidden;
	border-radius: var(--base-border-radius);
	max-height: 390px;
}

.bannerRight-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* CONTACT US  Start*/
.page-template-template-contact .innerBanner .btn-solid,
.page-template-template-contact .innerBanner .btn-bordered {
	padding-right: 24px;
	gap: 10px;
}

.page-template-template-contact .innerBanner .btn-solid .fa-whatsapp,
.page-template-template-contact .innerBanner .btn-solid .fa-envelope {
	margin: 0;
	font-size: 24px;
}

.page-template-template-contact .innerBanner .btn-holder .btn-bordered,
.page-template-template-contact .innerBanner .btn-holder .btn-solid {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ourCommitmentSec {
	background: #23233C;
	position: relative;
	border-radius: 50px 50px 0px 0px;
	position: relative;
}

.ourCommitmentSec .container {
	position: relative;
	z-index: 9;
}

.ourCommitmentSec::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/our-commitment-img.webp") no-repeat center top / cover;
	background-attachment: fixed;
	opacity: 10%;
	left: 0;
	top: 0;
	z-index: 1;
}

.commitment-card {
	background: #45458B;
	border-radius: var(--base-border-radius);
	padding: 40px;
	position: relative;
	height: 100%;
	overflow: hidden;
	border: none;
	z-index: 9;
	outline-offset: -1px;
	outline: 1px solid #ffffff5e;
}

.commitment-card .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.commitment-card::after {
	content: "";
	position: absolute;
	width: 234px;
	height: 234px;
	background: #fff;
	filter: blur(100px);
	opacity: 30%;
	left: calc(100% - 120px);
	top: -115px;
	z-index: 10;
}

.commitment-card img {
	margin-bottom: 30px;
	width: 50px;
}

.commitment-card h3 {
	font-weight: 500;
	font-size: 24px;
}

.commitment-card .btn-bordered span {
	background: #fff;
	color: var(--text-color);
}

.commitment-card .btn-bordered:hover {
	color: #fff;
}

.getInTouch .row {
	margin-left: -25px;
	margin-right: -25px;
}

.getInTouch .getInTouch-col {
	padding-left: 25px;
	padding-right: 25px;
}


.form-inputs textarea {
	max-height: 150px;
	resize: none;
}

.form-inputs .form-control,
.form-inputs .form-select {
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #C5C2D3;
	color: var(--text-color);
}

.form-inputs p {
	margin: 0;

}

.form-inputs .form-control::placeholder,
.form-inputs .form-select::placeholder {
	color: #817F8F;
}

.form-inputs .form-select option::placeholder {
	color: #817F8F;
}

.form-inputs .btn {
	width: 100%;
	text-align: left;
	height: 100%;
	z-index: 9;
	position: relative;
	color: #fff;
	padding-left: 24px;
	font-weight: 600;
}

.form-inputs .btn:hover {
	color: var(--text-color);
}

.form-inputs .btn:focus {
	box-shadow: none;
}

.form-inputs p:has(.btn) {
	width: 190px;
	text-align: left;
	height: 50px;
	position: relative;
	margin-top: 20px;
}

.form-inputs.submitEventBtn p:has(.btn) {
	width: 250px;
}

.form-inputs.submitEventBtn p:has(.btn) input {

	opacity: 1;
}

.form-inputs p:has(.btn)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: var(--gradient-bg-color);
	transition: var(--primary-transition);
	border: 1px solid transparent;
}

.form-inputs p:has(.btn)::after {
	content: "➜";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: #fff;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--text-color);

}

.form-inputs p:hover:has(.btn)::after {
	background: var(--gradient-bg-color);
	color: #fff;
}

.form-inputs p:hover:has(.btn)::before {
	background: #fff;
	border-color: var(--primary-color);
}

.form-inputs.submitEventBtn p:hover:has(.btn) input {
	color: var(--text-color);
}

.office-location .nav-link {
	padding: 16px 24px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background: #E8E8F7;
	color: var(--text-color);
	font-weight: 600;
}

.office-location .nav-link.active {
	background: linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
	color: #fff;
}

.office-location .tab-content {
	border: none;
	border-radius: 0px 20px 20px 20px;
	background: #F5F5FB;
	overflow: hidden;
}

.office-location .tab-content .tab-pane .office-location-item {
	padding: 30px;
	cursor: pointer;
}

.office-location .tab-content .tab-pane .office-location-item h4 {
	margin-bottom: 15px;
}

.office-location .tab-content .tab-pane .office-location-item h4,
.office-location .tab-content .tab-pane .office-location-item p {
	font-weight: 400;
	color: var(--text-color);
}

.office-location .tab-content .tab-pane .office-location-item.active {
	background: #E8E8F7;
}

.office-location .tab-content .tab-pane .office-location-item.active h4 {
	font-weight: 600;
}

.office-location-map {
	height: 100%;
}

.map-holder {
	background: linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
	border-radius: var(--base-border-radius);
	height: 100%;
}

.map-address {
	padding: 30px;
}

.map-address h4,
.map-address ul li a {
	color: #fff;
	font-weight: 400;
}

.map-address ul li {
	margin-bottom: 15px;
}

.map-address ul li:last-child {
	margin-bottom: 0;
}

.map-address h4 {
	font-weight: 600;
	margin-bottom: 25px;
}

.map-container {
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	height: 600px;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.office-location {
	margin-top: 30px;
}

.office-location-map .tabs {
	display: none;
	height: 100%;
}

/* CONTACT US  End*/

/* ABOUT US  Start*/
.leaderImg {
	border-radius: var(--base-border-radius);
	overflow: hidden;
}

.leaderImg img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center top;
	border-radius: 15px;
}

.leaderImg p {
	color: var(--text-color);
	font-weight: 600;
}

.companyOverview .sectionTitle p {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.companyOverview-slider .slide:first-child .overviewCard {
	border-radius: 20px 0px 0px 20px;
}

.companyOverview-slider .slide:last-child .overviewCard {
	border-radius: 0px 20px 20px 0px;
}

.overviewCard-img {
	height: 290px;
	overflow: hidden;
}

.overviewCard-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.7s ease;
}

.overviewCard:hover img {
	transform: scale(1.3) rotate(1deg);
}

.overviewCard {
	position: relative;
	box-shadow: 2px 4px 4px 0px #00000014;
	overflow: hidden;

}



.overviewCard a {
	text-decoration: none;
}

.overviewCard-content {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 24px 16px;
	bottom: 0;
	left: 0;
	gap: 10px;
	z-index: 9;
}

.overviewCard-content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
	text-align: left;
}

.overviewCard-content span {
	width: 30px;
	height: 30px;
	background: #fff;
	transition: 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--text-color);
	flex-shrink: 0;
}

.companyOverview-slider .slick-slide {
	margin: 0 10px;
}


.companyOverview-slider .slick-list {
	margin: 0 -10px;
}

.overviewCard::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.78%, rgba(0, 0, 0, 0.5) 73.11%);

}

.roadmap .slick-prev {
	left: -70px;
	bottom: auto;
	top: 50%;
}

.roadmap .slick-next {
	right: -70px;
	bottom: auto;
	top: 50%;
}

.roadmapCard {
	text-align: center;
}

.roadmap-year {
	background: linear-gradient(90deg, #333398 0%, #EF3B39 100%);
	padding: 12px 35px;
	position: relative;
	display: inline-block;
	border-radius: 50px;
}

.roadmap-year span {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}

.roadmap-slider .slide .roadmapCard {
	position: relative;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.roadmap-slider .slide .roadmap-year img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.roadmap-slider .odd-slide .roadmap-year img {
	top: 100%;
}

.roadmap-slider .even-slide .roadmap-year img {
	bottom: 100%;
	top: auto;
	transform: translateX(-50%) rotate(180deg);
}

.roadmap-slider .slide .roadmapCard-content {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
}

.roadmap-slider .odd-slide .roadmapCard-content {
	bottom: 0;
	top: auto;
}

.roadmap-slider .even-slide .roadmapCard-content {
	top: 0;
	bottom: auto;
}

.roadmapCard-content h3,
.roadmapCard-content p {
	color: var(--text-color);
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}

.roadmap-slider .slick-list::before {
	content: "";
	position: absolute;
	bottom: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	border-top: 1px dashed rgba(0, 0, 0, 0.4);
	z-index: -1;
}


.vission-mission {
	display: flex;

}

.vission-mission-img {
	width: 397px;
	border-radius: var(--base-border-radius);
	overflow: hidden;
	flex-shrink: 0;
}

.vission-mission-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.vission-mission-content {
	padding: 100px 60px;
	border-radius: var(--base-border-radius);
	overflow: hidden;
	flex-shrink: 0;
}

.vission-mission-content.mission {
	background: #F5F5FB;
	width: 550px;
	margin-left: -60px;
}

.vission-mission-content.vission {
	background: #EEEEF8;
	width: 450px;
	margin-left: -45px;
}

.vission-mission-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 24px;
}

.vission-mission-head h3 {
	margin: 0;
	color: var(--text-color);
}

.our-culture {
	background: url("../images/industries-application.webp") no-repeat center / 100% 100%;
	padding: 60px 0 60px 0;
	border-radius: 50px 50px 0px 0px;
}

.culture-menu {
	background: #313152;
	border-radius: 20px;
	padding: 24px 16px;
	height: 100%;
}

.culture-menu .nav-link {
	color: #fff;
	border: none;
	text-align: left;
	padding: 15px 20px;
	border-radius: 10px;
	font-weight: 500;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 20px;

}

.culture-menu .nav-link.active {
	background: linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
	color: #fff;
}

.culture-dropdown {
	background: url("../images/white-dropdown.svg") no-repeat center right 10px / 17px, linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
	color: #fff;
	border: none;
	padding: 15px 20px;
	border-radius: 10px;
	font-weight: 500;
}

.culture-dropdown:hover,
.culture-dropdown:focus {
	box-shadow: none;
}

.culture-dropdown option {
	color: var(--text-color);
}

.culture-content {
	height: 100%;
}

.culture-content img {
	border-radius: 12px;
	width: 100%;
	margin-bottom: 12px;
	height: 100%;
	object-fit: cover;
}

.culture-pane {
	animation: fadeIn .3s ease-in-out;
	position: relative;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: none;
}

.culture-pane.active {
	display: block;
}

.main-culture-image {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}

.culture-pane-content {
	position: absolute;
	width: 100%;
	padding: 0px 40px;
	left: 0;
	bottom: 40px;
	z-index: 3;
}

.main-culture-image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.07%, rgba(0, 0, 0, 0.5) 79.82%);
	left: 0;
	top: 0;
	z-index: 1;
}

.main-culture-image img {
	height: 100%;
	width: 100% !important;
	max-width: 100% !important;
	object-fit: cover;
}


.culture-content-wrapper .slick-dots {
	bottom: 73px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.testimonial-section {
	position: relative;
}


.testimonial-section .slick-arrow {
	top: -70px;
}

.testimonial-section .slick-next {
	right: 10px;
}

.testimonial-section .slick-prev {
	left: calc(100% - 115px);
	z-index: 1;
}

.testimonial-section p.subheading {
	color: #666;
	margin-bottom: 40px;
}

.testimonial-section .slick-slide {
	margin: 0 15px;
}

.testimonial-section .slick-list {
	margin: 0 -15px;
}

.testimonial-slider .testimonial-box {
	position: relative;
}

.testimonial-slider .testimonial-box .testimonial-box-content {
	background: #f7f7fb;
	border-radius: 20px 20px 0px 20px;
	padding: 30px;
}

.testimonial-box p {
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color);
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 0;
}

.testimonial-author {
	margin: 10px 0;
}

.testimonial-author img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial-author-content {
	height: 100%;
	background: #fff;
	display: flex;
	gap: 12px;
	border-radius: 15px;
	padding: 15px 20px;
}

.testimonial-author .name {
	font-weight: bold;
	color: #222;
	font-size: 14px;
}

.testimonial-author .location {
	display: block;
	font-size: 13px;
	color: #777;
}

.testimonial-box .company {
	font-weight: bold;
	color: #222;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.testimonial-read-more {
	border-radius: 15px;
	padding: 15px 20px;
	background: #f7f7fb;
}

.testimonial-page .testimonial-box {
	margin-bottom: 20px;
	background: #f7f7fb;
	border-radius: 20px;
}

.testimonial-image-slider img {
	border-radius: 15px;
	height: 328px;
	width: 100%;
	object-fit: cover;
	border: 1px solid #d3d3d3;
	border-radius: 20px;
}

.testimonial-image-slider img.eventImage {
	height: auto;
}

.serviceRange-slider-container {
	position: relative;
	z-index: 9;
}

.testimonial-page .testimonial-read-more {
	padding: 0 0 0 0;
}

.testimonial-page .testimonial-box .testimonial-box-content {
	padding: 30px;
}

/* Custom Slick Arrows */
.partnership-section {
	background: #f9f9fd;
	padding: 60px 20px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-bottom: 0;
}

.partnership-section img.hand {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	max-width: 400px;
}

.partnership-section img.hand.left {
	left: 0;
}

.partnership-section img.hand.right {
	right: 0;
}

.partnership-section .btn-bordered {
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

.partnership-section .btn-bordered:hover {
	color: #fff;
}

.partnership-section .container .row {
	background: #F5F5FB;
	border-radius: var(--base-border-radius);
	padding: 20px;
	width: 100%;
	margin: 0;
}

.partners-logos-section {
	display: flex;
	align-items: center;
	background: #F5F5FB;
	border-radius: var(--base-border-radius);
	padding: 20px 20px 40px 20px;
}

.partners-area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partners-logos-section .sectionTitle {
	text-align: left;
	width: 315px;
}

.partners-area {
	width: calc(100% - 315px);
}

.partners-area .item {
	text-align: center;
}

.partners-area .item-logo {
	border: 1px solid #DBDBED;
	padding: 5px;
	border-radius: 10px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white-color);
}

.partners-area .slick-slide {
	margin: 0 7px;
}

.partners-area .slick-list {
	margin: 0 -7px;
}

.join-team {
	position: relative;
	height: 600px;
}

.join-team-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.join-team::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, #44447400 0%, #23233b76 50%, #23233B 100%);
	opacity: 70%;
}

.join-team-content {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	z-index: 9;
	transform: translateY(-50%);
}

.testimonial-cas {
	position: relative;
}

.page-template-template-about .culture-content-wrapper .slick-dots {
	bottom: 15px;
}

.page-template-template-about .footer,
.page-template-template-service-listing .footer,
.page-template-template-service-details .footer {
	margin-top: 0;
}

.webinars-section {
	background: #23233B url("../images/webinars-bg.png") no-repeat 0 0;
	position: relative;
}

.webinars-section .slick-slide {
	margin: 0 10px;
}

.webinars-section .slick-list {
	margin: 0 -10px;
}

.webinars-section .webinars-figure {
	height: 264px;
}

.webinars-figure {
	position: relative;
	margin: 0;
	border-radius: var(--base-border-radius);
	overflow: hidden;
}

.webinars-figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.webinars-card:hover img {
	transform: scale(1.08);
}

.webinars-figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.8) 100%);
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.webinars-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: var(--white-color);
	padding: 20px;
	z-index: 2;
}

.webinars-figure:hover .webinars-caption {
	background: linear-gradient(135deg, #404061 0%, #4E4E84 100%);
}

.webinars-title {
	font-size: 18px;
	margin: 0 0 15px;
	color: var(--white-color);
}

.webinars-section .row {
	width: 100%;
	margin: 0;
}

.webinars-subtitle {
	font-size: 16px;
	margin: 0 0 12px;
	color: var(--white-color);
}

/* Play icon style (Card 2) */
.play-icon {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	color: #fff;
	z-index: 2;
	opacity: 0.9;
}

.webinars-divider {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.webinars-section .slick-prev {
	left: inherit;
	bottom: inherit;
	top: inherit;
	position: inherit;
	border-color: var(--white-color);
	background-color: inherit;
	color: var(--white-color);
	opacity: .5;
	transform: none;
}

.webinars-section .slick-next {
	right: inherit;
	bottom: inherit;
	top: inherit;
	position: inherit;
	border-color: var(--white-color);
	background-color: inherit;
	color: var(--white-color);
	opacity: .5;
	transform: none;
}

.webinars-section .slick-prev:hover,
.webinars-section .slick-next:hover {
	opacity: 1;
}

/* Blog card styles */
.blog-section {
	margin-bottom: 20px;
}

.blog-details-section {
	margin-bottom: 40px;
}

.blog-card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	background: #fff;
	transition: transform 0.3s ease;
}

.blog-card:hover img {
	transform: scale(1.1);
}

.events-page .blog-card:hover img {
	transform: scale(1);
}

.events-page .blog-card:hover .slick-slide.slick-current.slick-active img {
	transform: scale(1.1);
}

.blog-card figure {
	margin: 0;
	height: 200px;
	overflow: hidden;
}

.blog-card img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
	transition: var(--primary-transition);
	max-width: 100% !important;
}

.blog-content {
	position: static;
	background: rgb(255 255 255 / 50%);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 25px;
	text-align: left;
	min-height: 110px;
}

.blog-content p {
	margin: 0;
	font-size: 14px;
	color: #333;
	font-weight: 600;
}

.blog-content h4 {
	margin: 5px 0 0;
	font-size: 16px;
	color: var(--text-color);
	min-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.bloginner-slider .slick-slide,
.blog-slider .slick-slide {
	margin: 0 10px;
}

.bloginner-slider .slick-track,
.blog-slider .slick-track {
	padding-bottom: 20px;
}

.blogArticle {
	border-right: 1px solid #E6E5F0;
	padding-right: 20px;
}

.blogArticle ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.blogArticle ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--gradient-bg-color);
	position: absolute;
	top: 8px;
	left: 0;
}

.dateTag {
	background: #F5F5FB;
	color: #73717E;
	border-radius: 50px;
	padding: 10px 16px;
	margin-bottom: 20px;
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	font-weight: 500;
}

.dateTag.category {
	background: var(--gradient-bg-color);
	color: #fff;
}

.blogCategory {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 600;
	color: var(--text-color);
	border-radius: 5px;
	z-index: 9;
	box-shadow: 0px 0px 35px 2px #9b9b9b;
	max-width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.event-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
	background: #fff;
}

.event-card .testimonial-box {
	padding: 25px 10px;
}

.event-card .testimonial-slider-wrap {
	position: relative;
}

.event-card .slick-dots {
	bottom: 20px;
}

.event-card .eventTimings {
	position: inherit;
	right: inherit;
	top: inherit;
	margin-bottom: 15px;
}

.event-card .testimonial-box .dateCategory {
	margin-bottom: 10px;
}

.event-card .testimonial-box .blog-content {
	padding: 0;
}

.widget ul {
	border-radius: 10px;
	background: linear-gradient(300deg, #F2F2FA 0%, #FFFFFF 100%);
	padding: 20px 40px;
	outline: 1px solid #00000014;
	outline-offset: -1px;
}

.widget ul li a {
	padding: 20px 0px;
	font-weight: 600;
	display: inline-block;

}

.widget ul li {
	border-bottom: 1px solid #E6E5F0;
}

.widget ul li:last-child {
	border: none;
}

.blog-slider .slick-list {
	margin: 0 -10px;
}

.blog-section .slick-prev {
	left: 46%;
	bottom: -90px;
	top: auto;
}

.blog-section .slick-next {
	right: 46%;
	bottom: -90px;
	top: auto;
}

.right-resentPost .resource-card img {
	width: 100px;
	height: 100px;
}

.right-resentPost .resource-card span {
	color: #73717E;
	font-style: italic;
	font-size: 14px;
}

.right-resentPost .resource-card .resource-content {
	width: calc(100% - 80px);
}

.right-resentPost .resource-card .resource-content p {
	margin: 5px 0px;
	font-size: 14px;
}

.right-resentPost .resource-card {
	padding: 5px 10px;
}

.right-resentPost .resource-card img {
	border-radius: 10px;
}

.app-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.app-card img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
}

/* Caption */
.app-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, black, transparent);
	color: #fff;
	font-size: 14px;
	padding: 20px;
	text-align: left;
}

.app-slider .slick-slide {
	margin: 0 10px;
	height: 300px;
	max-width: 400px;
}


.app-slider .slick-list {
	margin: 0 -10px;
}

.application-section .btn-bordered {
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

.application-section .btn-bordered:hover {
	color: #fff;
}

/* PRODUCT DETAILS */
.innerSideBanner.productDetails {
	height: auto;
	padding-top: 70px;
	padding-bottom: 85px;
}

.product-description p {
	color: var(--white-color);
}

.product-description ul,
.cic-capabilities-text ul,
.after-sales-section ul,
.custom-list {
	margin-top: 20px;
	margin-bottom: 30px;
}

.product-description ul li,
.cic-capabilities-text ul li,
.custom-list li,
.after-sales-section ul li,
.careerContentArea ul li {
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.after-sales-section ul li,
.careerContentArea ul li {
	color: var(--text-color);
}

.after-sales-section ul li::before,
.product-description ul li::before,
.cic-capabilities-text ul li::before,
.custom-list li::before,
.careerContentArea ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #333398, #EF3B39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}

.careerContentArea h2 {
	margin-bottom: 30px;
}

.careerContentArea p {
	margin-bottom: 20px;
}

.careerContentArea p:last-child {
	margin-bottom: 0px;
}

.product-images {
	height: 100%;
	margin: 0px 0px 0px auto;
	position: relative;
	max-width: 700px;
}

.product-slider .slick-slide {
	height: 450px;
}

@media screen and (max-width: 1500px) {
	.product-slider .slick-slide {
		height: 400px;
	}
}

@media screen and (max-width: 1278px) {
	.product-slider .slick-slide {
		height: 350px;
	}
}

.product-slider img {
	width: 100%;
	border-radius: 20px;
	height: 100%;
	border: 1px solid #dedede;
	object-fit: cover;
}

.slider-thumbnails {
	height: 100%;
	border-radius: 20px;
	cursor: pointer;
}

.slider-thumbnails img {
	width: 100% !important;
	transition: 0.3s;
	height: 120px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid transparent;
}

.slider-thumbnails img:hover,
.slider-thumbnails .slick-current img {
	border: 1px solid #fff;
}

.slider-thumbnails .slick-slide {
	margin: 0 5px;
}

.slider-thumbnails .slick-list {
	margin: 0 -5px;
}

.product-feature-nav-container {
	background-color: #313152;
	padding: 30px 0px;
}

.product-feature-nav {
	display: flex;
	justify-content: center;

}

.product-feature-nav .product-feature-link {
	color: #ACACD4;
	background: transparent;
	border-radius: 10px;
	padding: 15px 24px;
	transition: 0.3s;
	font-size: 16px;
	font-weight: 500;
	border: none;
	outline: none;
}

.product-feature-nav .product-feature-link.active {
	color: #fff;
	background: linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
}

.product-feature-nav .product-feature-link:hover {
	color: #fff;
}

.product-feature-content {
	z-index: 9;
	position: relative;
}

.page-template-template-industrial-equipment-details .product-feature-content {
	background: transparent;
}

.product-feature-content.fade:not(.show) {
	opacity: 0;
	display: none;
}

.product-feature-content .feature-card {
	border-radius: 10px;
	padding: 25px;
	background: linear-gradient(300deg, #F2F2FA 0%, #FFFFFF 100%);
	display: flex;
	transition: 0.3s;
	flex-basis: calc(50% - 20px);
	outline: 1px solid #00000014;
	outline-offset: -1px;
	flex-direction: row;
	margin-bottom: 20px;
}

.feature-card:hover {
	background: linear-gradient(120deg, #F2F2FA 0%, #FFFFFF 100%);
	transform: translateY(-3px);
}

.feature-number {
	font-size: 45px;
	font-weight: 500;
	background: linear-gradient(180deg, #404061 0%, #4E4E84 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 20px;
	line-height: 50px;
}

.feature-heading {
	color: var(--text-color);
}

.feature-text {
	margin-top: 15px;
	color: var(--text-color);
}

.feature-content {
	margin-bottom: 20px;
}

.feature-content button {
	border-radius: 10px;
	padding: 15px 40px;
	margin-right: 10px;
	background: var(--white-color);
	color: var(--text-color);
	cursor: pointer;
	font-size: 20px;
	border: 1px solid #C5C2D3;
}

.feature-content button.active {

	background: #313152;
	color: var(--white-color);
	border-color: transparent;
	cursor: default;
}

.feature-content button:last-child {
	margin-right: 0;
}

.benefits-header {
	display: flex;
	justify-content: space-between;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.benefits-header .sectionTitle {
	width: calc(100% - 400px);
}

.benefits-advantages.technology-page {
	background: #23233C;
	position: relative;
	border-radius: 50px 50px 0px 0px;
	overflow: hidden;
}

.benefits-advantages.technology-page::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/printer-spec-bg.webp") no-repeat center top / cover;
	opacity: 10%;
	background-attachment: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

.benefits-advantages.technology-page .product-feature-content {
	background: transparent;
}

.benefits-advantages.technology-page .product-feature-content .sectionTitle h2,
.benefits-advantages.technology-page .product-feature-content .sectionTitle p {
	color: var(--white-color);
	max-width: 900px;
}

.benefits-advantages.technology-page .product-feature-content .feature-card {
	background: linear-gradient(300deg, #404061 0%, #4E4E84 100%);
	outline: 1px solid #00000014;
}

.benefits-advantages.technology-page .feature-card:hover {
	background: linear-gradient(120deg, #4E4E84 0%, #404061 100%);
}

.benefits-advantages.technology-page .feature-number {
	background: linear-gradient(180deg, #8B8BBC, #8B8BBC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.benefits-advantages.technology-page .feature-heading,
.benefits-advantages.technology-page .feature-text {
	color: var(--white-color);
}

.feature-heading {
	font-size: 22px;
	font-weight: 500;
	text-transform: capitalize;
}

.feature-text {
	font-size: 16px;
	line-height: 1.6;
}



.application-section .slick-prev {
	left: auto;
	right: 60px;
	top: 50px;
}

.application-section .slick-next {
	left: auto;
	right: 0;
	top: 50px;
}

.application-section .sectionTitle,
.serviceRange-section .sectionTitle,
.testimonial-section .sectionTitle {
	padding-right: 130px;
}

.home .application-section .sectionTitle {
	padding-right: 0;
}

.printSoftware-img {
	overflow: hidden;
}

.printSoftware-img img {
	border-radius: 20px;
	border: 1px solid #dedede;
}

.ourParterners.technology-page .item-logo img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.talkToUsContent {
	position: relative;
	z-index: 9;
}

.talkToUs-section {
	position: relative;
}

.talkToUs-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/printer-spec-bg.png) no-repeat center top / cover;
	opacity: 10%;
	background-attachment: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

.speakWithUs-img {
	border-radius: 20px;
	overflow: hidden;
	padding-right: 30px;
}

.speakWithUs-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature-card {
	flex: 1 1 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.materials-section {
	background: #F5F5FB;
}

.materials-section .sectionTitle {
	width: calc(100% - 250px);
}

.materials-section .btn-holder .btn-bordered {
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

.materials-section .btn-holder .btn-bordered:hover {
	color: #fff;
}

.materials-slider-container .slick-arrow,
.workflow-steps .slick-arrow {
	display: none !important;
}

.materials-prev {
	left: 46%;
	top: auto;
	bottom: 0;
}

.materials-next {
	right: 47%;
	top: auto;
	bottom: 0;
}

.slider-container {
	padding: 20px;
	background-color: #f8f8f8;
}

.serviceRange-section.technology-page .service-info h4 {
	font-size: 24px;
}

.serviceRange-section.technology-page .serviceRange-card:after {
	display: none;
}

.technology-page .partners-logos-area .item-logo {
	height: auto;
	flex-direction: column;
	min-height: 150px;
}



/* Image styling */
.material-card-image-wrapper {
	border: 1px solid #E6E5F0;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.material-card-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

/* Content styling */
.material-card-content {
	text-align: left;
	width: 100%;
}

.material-card-content h3 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	color: var(--text-color);
}

.material-card-content p {
	font-size: 14px;
	color: var(--text-color);
	margin-bottom: 20px;
}

.read-more {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--gradient-bg-color);
	color: var(--white-color);
	transition: var(--primary-transition);
	border-radius: 50%;
}

.read-more:hover {
	background: #fff;
	border: 1px solid #ccc;

}

.materials-section .slick-slide {
	margin: 0 15px;
}

.materials-section .slick-list {
	margin: 0 -15px;
	position: relative;
}

.printers-spec-section {
	background: #23233C;
	position: relative;
	border-radius: 50px 50px 0px 0px;
	position: relative;
}

.printers-spec-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/printer-spec-bg.png") no-repeat center top / cover;
	opacity: 10%;
	background-attachment: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

.printers-spec-section .sectionTitle {
	position: relative;
	z-index: 9;
}

.printers-spec-section .btn-holder {
	justify-content: center;
	position: relative;
	z-index: 9;
	margin-top: 30px;
}

.printers-spec {
	position: relative;
	z-index: 9;
}

.printers-spec-left-img {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	height: 100%;
}

.printers-spec-left-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.printers-spec-content {
	padding: 10px 0px;
	background: linear-gradient(0deg, #404061 0%, #4E4E84 100%);
	padding-bottom: 0;
	border-radius: 20px;
	height: 100%;
}

.printers-spec-content-details {
	padding: 20px 30px;
	color: #fff;
}

.printers-spec-content-details h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
}

.printers-spec-content-details p {
	margin: 0;
}

.printers-spec-content-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.printers-spec-content-details ul li {
	margin-bottom: 10px;
	display: flex;
}

.printers-spec-content-details ul li strong {
	width: 220px;
	min-width: 220px;
}

.printers-spec-content-details ul ul {
	flex: 1;
}

.service-listing {
	height: 485px;
	overflow: hidden;
}

.service-listing .item {
	height: 100%;
}

.banner-section.service-listing::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #23233b;
	opacity: 40%;
	z-index: 2;
}

.banner-section.service-listing::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #23233b00 0%, #23233B 100%);
	z-index: 1;
	opacity: 60%;
}

.ourParterners {
	background: #F5F5FB;
}

.service-description .row {
	align-items: center;
}

.service-description .sectionTitle p span {
	font-weight: 500;
}

.whyServiceImg {
	border-radius: 20px;
	overflow: hidden;
	height: 450px;
	border: 1px solid #cdcccc;
}

.whyServiceImg img,
.whyServiceImg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.whyServiceImg video:focus {
	outline: none;
}

.whyServiceImg,
.whyServiceContent .custom-list li {
	color: var(--text-color);
	font-weight: 400;
}

.whyServiceContent .custom-list li::before {
	top: 8px;
	transform: none;
}

.whyServiceContent .download-links ul {
	display: flex;
}

.whyServiceContent .download-links ul li:not(:last-child) {
	border-right: 1px solid #C5C2D3;
	margin-right: 15px;
	padding-right: 15px;
}

.service-features-section .service-features {
	background: #23233C;
	border-radius: 20px;
	position: relative;
	padding: 40px 20px;
}

.service-features-section .service-features::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/printer-spec-bg.png") no-repeat center top / cover;
	opacity: 10%;
	background-attachment: fixed;
	left: 0;
	top: 0;
	z-index: 1;

}

.service-features .feature-box {
	text-align: center;
	padding: 20px;
	position: relative;
	z-index: 9;
}

.service-features .feature-box img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 25px;
}

.service-features .feature-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #fff;
}

.service-features .feature-subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.service-process-img {
	max-height: 500px;
}

.service-process-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.service-process-steps ul {
	list-style: none;
	counter-reset: step-counter;
	padding: 0;
	margin: 0;
	position: relative;
}

.service-process-steps ul li {
	position: relative;
	padding-left: 60px;
	padding-bottom: 30px;
}

.service-process-steps ul li ul li {
	padding: 0;
}

.service-process-steps ul li::before {
	counter-increment: step-counter;
	content: counter(step-counter, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 30px;
	background: var(--gradient-bg-color);
	color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}

.service-process-steps ul li::after {
	content: "";
	position: absolute;
	left: 19px;
	top: 35px;
	width: 2px;
	height: calc(100% - 35px);
	border-left: 2px dashed #c5c2d3;
}

.service-process-steps ul li ul li::before,
.service-process-steps ul li ul li::after {
	content: none;
}

.service-process-steps ul li:last-child::after {
	content: none;
}

.service-process-steps ul li h5 {
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--text-color);
	font-size: 18px;
}

.service-process-steps ul li p {
	font-size: 16px;
	color: var(--text-color);
	margin: 0;
}

.serviceRange-section {
	background: #23233C;
	position: relative;
	border-radius: 50px 50px 0px 0px;
	overflow: hidden;

}

.serviceRange-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/printer-spec-bg.png") no-repeat center top / cover;
	opacity: 10%;
	background-attachment: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}

.productRange-section {
	border-radius: 0;
	background: #fff;
}

.productRange-section.serviceRange-section::before {
	display: none;
}


.serviceRange-section .slick-prev {
	left: auto;
	right: 60px;
	top: 50px;
}

.serviceRange-section .slick-next {
	left: auto;
	right: 0;
	top: 50px;
}

.serviceRange-section .sectionTitle {
	position: relative;
	z-index: 9;
}

.serviceRange-slider {
	position: relative;
	z-index: 9;
}

.serviceRange-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 520px;
}

.serviceRange-card:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 16%, rgba(35, 35, 59, 0) 100%);
	z-index: 1;
	transition: background 0.3s ease;
}

.serviceRange-card:hover:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 16%, rgba(35, 35, 59, 0) 100%);
}

.serviceRange-card img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.serviceRange-card:hover img {
	transform: scale(1.05);
}

.service-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	color: var(--white-color);
	z-index: 2;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.serviceRange-card:hover .service-info {
	transform: translateY(0);
	opacity: 1;
}

.service-info h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: var(--white-color);
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-info p {
	font-size: 16px;
	margin-bottom: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service-info p.three-line,
.three-line {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.service-info span.short_description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.serviceRange-section .custom-prev,
.serviceRange-section .custom-next {
	background: transparent;
}

.serviceRange-section .custom-prev:hover,
.serviceRange-section .custom-next:hover {
	border-color: #fff !important;
	color: #fff !important;
}

.other-services .custom-prev,
.other-services .custom-next {
	border-color: #918F99;
	color: #918F99;
}

.other-services .custom-prev:hover,
.other-services .custom-next:hover {
	border-color: var(--text-color) !important;
	color: var(--text-color) !important;
}

.service-padding {
	padding-bottom: 200px;
}

.other-services {
	background: #F5F5FB;
	border-radius: 0;
}

.other-services::before {
	content: none;
}

.serviceRange-section .slick-slide {
	margin: 0 15px;
}

.serviceRange-section .slick-list {
	margin: 0 -15px;
	position: relative;
}

.service-overview-section .btn-bordered {
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

.service-overview-section .btn-bordered:hover {
	color: #fff;
}

.service-materials-section {
	background: #F5F5FB;
}

.service-materials-menu {
	background: #313152;
	border-radius: 20px;
	padding: 24px 16px;
	height: 100%;
}

.service-materials-menu .nav-link {
	color: #fff;
	border: none;
	text-align: left;
	padding: 25px 20px;
	border-radius: 10px;
	font-weight: 500;
	background: transparent;
	display: flex;
	align-items: center;
	gap: 20px;

}

.service-materials-menu .nav-link.active {
	background: linear-gradient(270deg, #404061 3.38%, #4E4E84 90.34%);
	color: #fff;
}

.service-materials-content {
	height: 100%;
}

.service-materials-pane {
	position: relative;
	height: 100%;
	display: none;
}

.service-materials-pane.active {
	display: block;
}

.service-materials-pane .whyServiceContent a {
	color: var(--text-color);
	font-weight: 600;
}

.service-materials-pane .whyServiceContent a:hover {
	color: var(--primary-color);
}

.whyServiceContent a.download-pdf:hover {
	color: #fff;
}

.service-materials-pane .whyServiceContent .btn-solid {
	color: #fff;
	border: 0px solid transparent;
}

.service-materials-pane .whyServiceContent .btn-solid:hover {
	color: var(--text-color);
	border: 1px solid var(--text-color);
}

.materials-img {
	height: 270px;
	border-radius: 20px;
	overflow: hidden;
}

.materials-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-features {
	color: var(--white-color);
}

.service-features p:last-child {
	margin-bottom: 0;
}

.getQuoteParts .sectionTitle {
	text-align: center;
	position: relative;
	z-index: 9;
}

.software-overview-section {
	background: #F5F5FB;
}

.resources .slick-slide {
	width: 50% !important;
}

.resources .slick-track {
	width: 100% !important;
}

.resources {
	margin: 0 auto;
}

.resource-card {
	background: #F5F5FB;
	border-radius: 20px;
	overflow: hidden;
	margin: 10px;
	transition: transform 0.3s ease-in-out;
}

.resource-card:hover {
	transform: translateY(-5px);
}

.resource-card img {
	width: 214px;
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}

.resource-content {
	padding-right: 20px;
	padding-left: 20px;
	width: calc(100% - 214px);
}

.resource-content h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--text-color);
}

.resource-content p {
	font-size: 16px;
	color: var(--text-color);
	margin-bottom: 20px;
}

.blog-share-panel {
	margin-top: 20px;
}

.blog-share-panel .a2a_dd.addtoany_share_save.addtoany_share {
	display: none !important;
}

.blog-share-panel .a2a_kit {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.blog-share-panel .a2a_kit a {
	margin: 0 !important;
}

.how-service-works-section {
	background: #F5F5FB;
}

div:has(.resource-card) {
	padding: 5px;
}

.technology-page .service-info {
	position: inherit;
	background: transparent;
	color: var(--text-color);
	padding: 0;
}

.technology-page .serviceRange-card {
	padding: 20px;
	/* background: linear-gradient(360deg, #F2F2FA 32.24%, #FFFFFF 52.75%); */
	background-color: #ffff;
	border: 1px solid #E6E5F0;
	border-radius: 20px;
}

.technology-page .serviceRange-card .btn-bordered {
	border-color: var(--primary-color);
	color: var(--text-color);
	margin-top: 20px;
}

.technology-page .serviceRange-card .btn-bordered:hover {
	color: #fff;
}

.technology-page .serviceRange-card .service-info h4 {
	color: var(--text-color);
}

.technology-page .serviceRange-card .service-info span {
	font-size: 14px;
}

.technology-page .serviceRange-card .serviceRangeImg {
	height: 240px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}

.industry-feature-section {
	background-color: var(--light-color);
}

.industry-feature-section .product-feature-content {
	background-color: inherit;
}

.trusted-section {
	background-attachment: fixed;
	background: #23233B url("../images/footer-bg.webp") no-repeat center top / cover;
}

.trusted-section .trusted-card {
	background: var(--white-color);
	border-radius: 10px;
	padding: 25px;
	height: 100%;
}

.trusted-section .slick-slide {
	margin: 0 15px;
}

.trusted-section .slick-list {
	margin: 0 -15px;
	position: relative;
}

.trusted-section .trusted-divider {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	justify-content: center;
}

.trusted-section .trusted-divider .custom-prev {
	left: inherit;
	bottom: inherit;
	top: inherit;
	position: inherit;
	border-color: var(--white-color);
	background-color: inherit;
	color: var(--white-color);
	opacity: .5;
}

.trusted-section .trusted-divider .custom-next {
	right: inherit;
	bottom: inherit;
	top: inherit;
	position: inherit;
	border-color: var(--white-color);
	background-color: inherit;
	color: var(--white-color);
	opacity: .5;
}

.trusted-section .trusted-divider .custom-prev:hover,
.trusted-section .trusted-divider .custom-next:hover {
	opacity: 1;
}

.faq-container {
	margin-top: 25px;
}

.faq-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 1.2rem;
	font-weight: 600;
	cursor: pointer;
	color: var(--primary-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	text-align: left;
}

.faq-question .icon {
	transition: transform 0.3s ease;
	font-weight: normal;
	font-size: 34px;
}

.faq-answer {
	display: none;
	padding: 0;
}

.faq-answer p {
	margin: 10px 0;
}

.faq-answer a {
	color: var(--primary-color);
	font-weight: 600;
}

.faq-answer a:hover {
	text-decoration: underline;
}

.faq-answer ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.faq-answer ul li {
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.faq-answer ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #333398, #EF3B39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.faq-item.active .faq-question .icon {
	transform: rotate(180deg);
	content: "–";
}

.software-spec-section {
	background: #23233C;
	position: relative;
	border-radius: 50px 50px 0px 0px;
	position: relative;
}

.software-spec-left-img {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	height: 100%;
}

.software-spec-left-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.software-spec-content {
	padding: 25px;
	background: linear-gradient(0deg, #404061 0%, #4E4E84 100%);
	padding-bottom: 0;
	border-radius: 20px;
	color: var(--white-color);
	height: 100%;
}

.software-spec-content h3 {
	color: var(--white-color);
}

.software-spec-content ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.software-spec-content ul li {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.software-spec-content ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #333398, #EF3B39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

/* Sticky styling */
.product-feature-nav-container {
	position: relative;
	z-index: 10;
}

.product-feature-nav-container.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.download-modal-content,
.brochure-modal-content {
	max-width: 1000px;
}

.downloads-page .blog-card {
	padding: 15px;
}

.downloads-page .blog-card img {
	height: 70% !important;
	border-radius: 10px;
	max-width: inherit !important;
	border: 1px solid #e0e0e0;
}

.webinarCategory {
	position: absolute;
	right: 10px;
	top: 10px;
	background: var(--gradient-bg-color);
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	z-index: 5;
	border-radius: 5px;
}

.downloads-page .blog-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	position: inherit;
	left: auto;
	bottom: auto;
	right: auto;
	height: 30%;
	padding-bottom: 0;
}

.downloads-page .blog-content a {
	padding-top: 0;
	padding-bottom: 0;
	height: 39px;
	width: 100%;
	justify-content: space-between;
}

.webinar-page .blog-content .dateCategory,
.webinar-page .blog-content span {
	font-size: 13px;
}

.webinar-page .blog-content {
	left: auto;
	bottom: auto;
	right: auto;
	height: 30%;
	background: #fff;
	border-radius: 0;
	width: 100%;
}

.case-studies-page .blog-content {
	border-radius: 0px;
	left: 0;
	right: 0;
	bottom: 20px;
}

.events-page .blog-content a {
	margin-top: 10px;
	font-size: 13px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.downloads-page .blog-card:hover img {
	transform: scale(1);
}

.webinar-single-page .blogArticle,
.case-studies-single-page .blogArticle,
.events-single-page .blogArticle {
	border: none;
}

.webinar-img {
	width: 100%;
	height: 350px;
	border-radius: 20px;
	object-fit: cover;
}

.page-template-template-home .footer {
	margin-top: 200px;
}

.page-template-template-home .testimonial-repeater-section .slick-slide img {
	width: 100%;
}

.page-template-template-service-details .service-features-section .service-features.getQuoteParts {
	padding-top: 40px;
	padding-bottom: 40px;
}

.technology-page .talkToUs-img img {
	max-width: 75%;
}

.print-prod-img {
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 20px;
	/* height: 240px; */
	border: 1px solid #dedede;
	background: #f5f8f7
}

.print-prod-img img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.print-prod-details {
	z-index: 9;
}

/* default-page-sec */
i.fa-solid.fa-clock {
	color: #813371;
}

i.fa-solid.fa-calendar-days {
	color: #d93345;
}

.default-page-sec a {
	color: var(--primary-color);
	font-weight: 600;
}

.default-page-sec a:hover {
	text-decoration: underline;
}

.default-page-sec ul {
	margin-top: 20px;
	margin-bottom: 30px;
}

.default-page-sec ul li {
	color: var(--text-color);
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.default-page-sec ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #333398, #EF3B39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.default-page-sec ol {
	margin-top: 20px;
	margin-bottom: 30px;
	list-style-type: none;
	/* Remove default numbering */
}

.default-page-sec ol li {
	color: var(--text-color);
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
}

.default-page-sec ol li::before {
	content: counter(list-item);
	/* Add numbering */
	counter-increment: list-item;
	/* Increment the counter for each li */
	color: var(--text-color);
	/* Set text color for numbers */
	font-weight: bold;
	/* Optional: Make numbers bold */
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.default-page-sec ol {
	counter-reset: list-item;
	/* Reset counter for each list */
}

.blog-main-content .serviceRange-card {
	height: 332px;
}

.blog-content div.event-contents p {
	font-weight: 400 !important;
}

.your-div-class {
	border-radius: 20px;
	overflow: hidden;
}

.post-date {
	font-size: 14px;
	font-weight: 500;
}

.eventTimings {
	position: absolute;
	right: 25px;
	top: 16px;
	z-index: 9;
	display: flex;
	gap: 5px;
}

.eventTimings span {
	background: #fff;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 500;
	color: var(--text-color);
	border-radius: 5px;
	z-index: 9;
	box-shadow: 0px 0px 10px 1px #9b9b9b7d;
	max-width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.eventTimings span:nth-child(1) {
	background: var(--gradient-bg-color);
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	z-index: 5;
	font-weight: 400;
	border-radius: 5px;
}

.event-contents p {
	text-overflow: inherit;
	overflow: visible;
	display: block;
}

.fancybox__container {
	z-index: 9999999;
}


.printer-thumb-slider .product-slider .slick-slide {
	height: 256px;
}

.printer-thumb-slider .slick-slide {
	margin: 0 5px;
}

.printer-thumb-slider .slider-thumbnails img {
	height: 74px;
}

.cic-capabilities-text ul li {
	color: var(--text-color);
}


.join-team {
	position: relative;
	height: 600px;
}

.join-team-bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.join-team::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #23233B;
	/* background: linear-gradient(270deg, #44447400 0%, #23233b76 50%, #23233B 100%); */
	opacity: 70%;
}

.join-team-content {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	z-index: 9;
	transform: translateY(-50%);
}

.join-team,
.join-team h2,
.join-team p {
	color: var(--white-color)
}

.error404 .search-form label,
.search .search-form label,
.search-no-results .search-form label {
	display: none;
}

.error404 .search-field,
.search .search-field,
.search-no-results .search-field {
	padding: 14px 20px;
	margin-right: 10px;
	border: 1px solid #a0a3bb;
	border-radius: 0;
	background-color: transparent;
	font-size: 0.875rem;
	transition: 0.3s;
	outline: 0;
	width: 50%;
	border-radius: 6px;
}

.error404 .search-submit,
.search .search-submit,
.search-no-results .search-submit {
	padding: 15px 20px;
	background-color: var(--primary-color);
	border: none;
	border-radius: 0;
	font-size: 0.875rem;
	color: var(--white-color);
	cursor: pointer;
	border-radius: 6px;
}

/* Search Results End */

.search-results-l {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #adadad;
}

.search-results-l h3 {
	margin-bottom: 15px;
}


.search-results-l p {
	line-height: 1.6;
	color: var(--text-color);
}

.search-results-l:last-child {
	border-bottom: 0px;
}


.cic-gallary-section .slick-slide {
	margin: 0 10px;
}


.cic-gallary-section .slick-list {
	margin: 0 -10px;
}

.cic-gallary-section .cic-gallary-item {
	background-color: var(--light-color);
	border-radius: 20px;
	border: 1px solid #c4c4dd;
}

.accordion-body .o-list .c-checkbox {
	position: relative;
	padding-left: 30px;
}

.accordion-body .o-list .c-checkbox .input-checkbox {
	position: absolute;
	left: 0;
	top: 4px;
}

.contactUs-img img {
	border-radius: var(--base-border-radius);
	overflow: hidden;
}

.join-section .contact-form {
	background: #EEEEF8;
	padding: 40px;
	border-radius: var(--base-border-radius);
	margin-right: 35px;
}

.careertop-img-container {
	margin-left: 35px;
}

.careertop-img-container .culture-slider img {
	border-radius: var(--base-border-radius);
	overflow: hidden;
}

.careertop-text-container p:last-child {
	margin-bottom: 0;
}

.page-template-template-industries-details .inner-page-banner .btn-holder {
	display: none;
}

.printer-thumb-slider.col-lg-5 {
	overflow: hidden;
}

.products_range {
	background-attachment: fixed;
	background: #23233B url("../images/footer-bg.webp") no-repeat center top / cover;
}

/* After Sale Service Page */
.after-sales-service-banner .innerBanner-content {
	max-width: 100%;
}

.ass-gallary-section .ass-gallary-item {
	height: 380px;
	overflow: hidden;
	border-radius: 10px;
}

.ass-gallary-section .ass-gallary-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.after-salesaesc {
	background-color: var(--light-color);
}

.after-salesaesc ul {
	margin: 0;
}

.after-salesaesc ul li {
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	color: var(--text-color);
}

.after-salesaesc ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background: linear-gradient(90deg, #333398, #EF3B39);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
}

/* .banner-mobile {
	display: none;
}

@media (max-width: 767px) {
	.banner-desktop {
		display: none;
	}

	.banner-mobile {
		display: block;
	}
} */

.banner-mobile {
	display: none;

}

.banner-desktop {
	height: 100%;
}

@media (max-width: 767px) {
	.banner-desktop {
		display: none;
	}

	.banner-mobile {
		display: block;
		height: 100%;
	}
}

/* Webinar Upcoming Event Styles */
.upcoming-event-badge {
	display: block;
	padding: 6px 14px;
	background-color: #EF3B39;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	border-radius: 4px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}

.blink-text {
	animation: blinker 1.0s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.ploader {
	position: absolute;
	width: 100%;
	max-height: 850px;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	background-color: rgba(255, 255, 255, .6);
	height: 100%;
}

.load-gif {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-image: url(../images/loader-jif.gif);
	background-repeat: no-repeat;
}

/* Case Studies Single Page - Highlighted Date */
.case-studies-single-page .post-date {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(90deg, #3a2fce 0%, #e62b4a 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 18px;
	border-radius: 50px;
	letter-spacing: 0.4px;
	box-shadow: 0 4px 15px rgba(58, 47, 206, 0.30);
	margin-bottom: 24px;
}

@media (max-width: 767px) {



	.dateAndTime::placeholder {
		color: #999 !important;
		opacity: 1 !important;
	}

	.dateAndTime:-ms-input-placeholder {
		color: #999 !important;
	}

	.dateAndTime::-ms-input-placeholder {
		color: #999 !important;
	}

	/* Safari / iOS */
	input.dateAndTime::placeholder {
		color: #999 !important;
		opacity: 1 !important;
	}

	.dateAndTime[type="date"] {
		position: relative;
		appearance: none;
		-webkit-appearance: none;
	}

	/* Show calendar icon */
	.dateAndTime[type="date"]::-webkit-calendar-picker-indicator {
		opacity: 1;
		display: block;
		cursor: pointer;
	}

	.dateAndTime {
		position: relative;
	}

	.dateAndTime input {
		padding-right: 40px;
	}

	.dateAndTime::after {
		content: "📅";
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}
}