/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Hardik Patel
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0
*/

/* Add your custom CSS below */

/* parent theme customize css start */

@font-face {
	font-family: 'PP Neue Montreal';
	/* src: url('/wp-content/uploads/fonts/ppneuemontreal-book.woff') format('woff'); */
	src: url('/wp-content/uploads/fonts/ppneuemontreal-medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal';
	/* src: url('/wp-content/uploads/fonts/ppneuemontreal-book.woff') format('woff'); */
	src: url('/wp-content/uploads/fonts/ppneuemontreal-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal';
	src: url('/wp-content/uploads/fonts/ppneuemontreal-medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Neue Montreal';
	src: url('/wp-content/uploads/fonts/ppneuemontreal-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body,
body * {
	font-family: 'PP Neue Montreal', sans-serif !important;
}

a.elementor-button {
	border-radius: 10px !important;
}

body .elementor-image-carousel.swiper-wrapper {
    transition-timing-function: linear;
}

.elementor *,
.elementor-widget-heading *,
.elementor-widget-text-editor *,
.elementor-button,
.elementor-nav-menu a {
	font-family: 'PP Neue Montreal', sans-serif !important;
}


.ample-header {
	width: 100%;
	transition: all 0.4s ease;
	z-index: 9999;
}

/* Default state (before sticky) */
.ample-header {
	position: relative;
	transform: translateY(0);
}

/* Sticky state */
.ample-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

/* Slide down effect */
.ample-header.slide-down {
	animation: slideDownHeader 0.4s ease forwards;
}

@keyframes slideDownHeader {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Prevent content jump */
body.has-sticky-header {
	padding-top: 90px;
}



.contact-us-bg-main {
	background-image: url("https://white-ibis-811058.hostingersite.com/wp-content/uploads/2026/01/Rectangle-182.png");
	background-repeat: no-repeat;
	background-position: 60%;
}

.our-values-card-main {
	height: 100%;
}

.region-item {
	background: linear-gradient(90deg, #3370FF 0%, rgba(51, 112, 255, 0) 100%) !important;
}

.ekit-template-content-header {
	border-bottom: 1px solid #E2E2E2;
}

.info-box {
	background-color: #ffffff;
	padding: 10px 20px;
	color: #051FAA;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 10px;
}

.info-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
	background-color: #ffffff !important;
	color: #051faa !important;
	font-weight: 600 !important;
	text-decoration: none;
	border-color: white;
}

.mega-menu-wrap .dropdown-links {
	flex: unset !important;
	width: 50%;
}

.mega-menu-wrap .dropdown-image {
	width: 50% !important;
}

li#mega-menu-180-0-0 .dropdown-image {
	height: 200px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
	left: 0 !important;
}

body #mega-menu-menu-1>li.mega-menu-megamenu#mega-menu-item-216>ul.mega-sub-menu {
	left: unset !important;
}


.casestudies_load_more_section {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	padding: 40px 40px 30px;
	transform: translateY(100%);
	opacity: 0 !important;
	transition: all 0.5s ease !important;
	width: 100%;
}

.ampel_casestudies {
	overflow: hidden;
	position: relative !important;
}

.ampel_casestudies {
	align-items: center;
	transition: transform 0.5s ease;
}

.casestudies_heading {
	padding-bottom: 30px !important;
}

.ampel_casestudies:hover .casestudies_heading {
	transform: translateY(-30px);
}

.ampel_casestudies:hover .casestudies_load_more_section {
	transform: translateY(0);
	opacity: 1 !important;
}

.opration_card_wrapper:hover .learn_more_btn a {
	background-color: #b9c8ee !important;
	color: #051faa !important;
}

.opration_card_wrapper:hover {
	transform: translateY(-10px);
}

p {
	margin: 0;
}

.gamp_card_main:hover .gamp-card-arrow {
	padding-left: 20px;
}

.gamp_card_main:hover {
	border: 1px solid #051faa;
}

.gamp_card_main,
.gamp-card-arrow {
	cursor: pointer;
	transition: padding 0.4s ease-in-out !important;
}

.elementor-custom-embed-play svg {
	width: 76px;
	height: 76px;
}

.dropdown-panel {
	background: #fff !important;
	border-radius: 0 0 16px 16px;
}

/* header css start */

.dropdown-panel .dropdown-links ul li a {
	color: #151516;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 14px;
}

.mega-menu-inner .mega-col a strong {
	font-size: 16px !important;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	line-height: 100%;
}

.mega-menu-wrap {
	padding: 0 !important;
}

.mega-title {
	font-weight: 700 !important;
	line-height: 28px !important;
}

.mega-menu-inner {
	padding: 23px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	padding: 22px 10px 22px 10px;
	display: block;
	height: auto;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
	background-color: translate !important;
	color: #3370ff !important;
}

/* header css end */

body {
	font-family: "Montserrat", Sans-serif;
}

.bootom-footer-link a {
	color: #ffffff;
}

li.toll-free {
	color: #4679f3 !important;
}

.bootom-footer-link a:hover {
	color: #051faa;
}

.toll-free a {
	color: #4679f3 !important;
}

.footer-menu-wrap ul li a,
.bootom-footer-link a {
	transition: 0.4s ease-in-out;
}

.footer-menu-wrap ul li a:hover {
	color: #051faa;
	padding-left: 5px;
}

.custom-accordion .accordion-content p {
	font-weight: 400;
	color: #474754;
}

.custom-accordion .accordion-item {
	box-shadow: 0px 4px 16px 0px #00000014;
	border: 1px solid #d2d2d2;
}

.learn-more-wrap p {
	margin: 0;
}

.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form textarea {
	border: 1px solid #474754 !important;
	padding: 18px !important;
	background-color: #fff !important;
	color: #474754 !important;
	font-size: 16px !important;
	font-weight: 400;
}

/* .casestudies_load_more_section {
opacity: 0;
display: none;
} */
/* .casestudies_load_more_section {
position: relative;
opacity: 0;
visibility: hidden;
bottom: -20px;
} */

.gamp_card_content-wrapper p {
	margin: 0;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
}

.gamp_card_main {
	box-shadow: 0px 4px 16px 0px #00000014;
	border: 1px solid #ffffff;
	background: radial-gradient(90% 152.78% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.75) 100%) !important;
	transition: 0.4s ease-in-out !important;
}

.casestudies_load_more_section {
	bottom: 0 !important;
}

.promo-percent {
	font-size: 60px;
	font-weight: 600;
}

.promo-content-wrapper {
	padding: 18px 16px;
}

.promo-btn-wrapper a {
	background-color: #051faa;
	padding: 16px;
	border-radius: 0 0 16px 16px;
	display: inline-flex;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.integrated_card_wrapper {
	position: absolute;
	bottom: -56px;
	background-color: #08124333;
	padding: 0;
	border-radius: 16px;
	width: 321px;
	right: 30px;
	backdrop-filter: blur(44px);
}

.ample_aboutus_section .e-n-accordion-item {
	border-bottom: 1px solid darkgray;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color: transparent !important;
}

.ample_aboutus_section .e-n-accordion-item-title {
	justify-content: space-between;
}

.ample_aboutus_section .e-n-accordion-item:last-child {
	border: 0;
}

.learn_more_btn a {
	width: 100% !important;
}

/* Form wrapper */
.cf7-custom-form {
	/*   background: #eaf4ff; */
	padding: 14px 0;
	border-radius: 6px;
	max-width: 800px;
}

/* Rows */
.cf7-row {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

/* Columns */
.cf7-col {
	flex: 1;
}

.cf7-col-full {
	width: 100%;
}

/* Inputs & textarea */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form input[type="tel"],
.cf7-custom-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #9fb3c8;
	border-radius: 8px;
	background: #fff;
	font-size: 14px;
	outline: none;
	box-sizing: border-box;
}

.cf7-custom-form textarea {
	min-height: 140px;
	resize: vertical;
}

/* Focus effect */
.cf7-custom-form input:focus,
.cf7-custom-form textarea:focus {
	border-color: #2b6cb0;
	background: #ffffff;
}

/* Submit button */
.cf7-custom-form input[type="submit"] {
	width: 100%;
	background: #0a2bbf;
	color: #ffffff;
	padding: 14px;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.cf7-custom-form input[type="submit"]:hover {
	background: #fff;
	color: #081f8f;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.cf7-row {
		flex-direction: column;
	}
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	color: #474754;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
	background-color: #ffffff;
	color: #474754;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}

#mega-menu-wrap-menu-1 {
	background-color: #ffffff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
	background-color: #ffffff;
	color: #474754;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-color: white;
}

.learn-more-wrap {
	width: 100%;
}

.learn-more-link {
	/*   display: inline-flex; */
	/*   align-items: center; */
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #051faa;
	/*   text-decoration: none; */
	/*   margin-bottom: 10px; */
}

.learn-more-link span {
	font-size: 16px;
}

/* Horizontal line */
.learn-more-line {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.6);
}

.learn-more-banner {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	padding: 0 24px;
	background: linear-gradient(rgba(0, 14, 20, 0.75), rgba(0, 14, 20, 0.75)),
		url("https://images.unsplash.com/photo-1581091215367-59ab6bba6b6b?auto=format&fit=crop&w=1600&q=80");
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Button */
.learn-more-btn {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.learn-more-btn:hover {
	color: #fff;
}

.learn-more-btn span {
	font-size: 18px;
}

.pharma-prev svg path {
	fill: #fff;
}

.pharma-left img {
	display: none;
}

body .mega-menu-inner {
	max-width: 850px !important;
}

/* Responsive */
@media (max-width: 768px) {
	.learn-more-banner {
		height: 50px;
		padding: 0 20px;
	}

	.learn-more-btn {
		font-size: 15px;
	}
}

.casestudies_load_more {
	display: none;
	transition: opacity 0.3s ease;
}

.stat-box.bg-light {
	background-color: #e6f3ff;
}

.stat-box {
	padding: 30px;
	transition: padding-bottom 0.6s ease;
}

.hp-jump {
	padding-bottom: 500px !important;
	background-color: #ffffff;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-174>ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0px 0 16px 16px;
	background-color: #f1f1f1;
	border: 0;
	padding: 0px;
	position: absolute;
	width: 1000px;
	max-width: none;
	left: -100px;
}

body .mega-menu-inner {
	background: #FFF;
	border-radius: 0 0 16px 16px;
	box-shadow: 0px 4px 16px 0px #00000014;
}

.mega-col a {
	display: block;
	padding: 12px 15px;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	width: 100%;
	max-width: 90%;
	margin-bottom: 0 !important;
}

body .mega-title {
	margin-bottom: 20px !important;
}

.mega-menu-wrap {
	background: transparent !important;
}

.mega-col {
	display: flex;
	flex-direction: column;
	gap: 0px;
	align-items: flex-start;
	justify-content: left;
}

.mega-col a strong {
	color: #151516;
	transition: color 0.3s ease;
}

.mega-col a:hover {
	background-color: #ffffff;
	/* tame change kari shako */
}

.mega-col a:hover strong {
	color: #3370FF;
	padding-bottom: 2px;
	text-decoration: none !important;
}

body #mega-menu-item-179 .dropdown-links li,
body #mega-menu-item-180 .dropdown-links li,
body #mega-menu-item-216 .dropdown-links li {
	padding: 0;
	border-radius: 16px;
}

.mega-col a:hover strong:after,
#mega-menu-item-179 .dropdown-links li:hover a:after,
#mega-menu-item-180 .dropdown-links li:hover a:after,
#mega-menu-item-216 .dropdown-links li:hover a:after{
	visibility: visible;
}

.mega-col a strong:after,
#mega-menu-item-179 .dropdown-links li a:after,
#mega-menu-item-180 .dropdown-links li a:after,
#mega-menu-item-216 .dropdown-links li a:after{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2026/02/IntelligentWorkflows.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	visibility: hidden;
}

.mega-menu-inner .mega-col a strong,
#mega-menu-item-179 .dropdown-links li a,
#mega-menu-item-180 .dropdown-links li a,
#mega-menu-item-216 .dropdown-links li a{
	display: flex;
	gap: 8px;
	align-items: center;
}

body .mega-grid {
	display: grid;
	column-gap: 5px;
	row-gap: 10px;
}

body .mega-col span {
	display: block;
	margin-top: 6px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #474754;
	line-height: 20px;
}

#mega-menu-item-179 ul.mega-sub-menu,
#mega-menu-item-180 ul.mega-sub-menu,
#mega-menu-item-216 ul.mega-sub-menu {
	width: unset;
	max-width: none;
	left: unset !important;
}

#mega-menu-item-179 .dropdown-links li,
#mega-menu-item-180 .dropdown-links li,
#mega-menu-item-216 .dropdown-links li {
	padding: 10px;
	margin: 0;
}

#mega-menu-item-179 .dropdown-links li:hover,
#mega-menu-item-180 .dropdown-links li:hover,
#mega-menu-item-216 .dropdown-links li:hover {
	background-color: #ffffff;
}

#mega-menu-item-179 .dropdown-links li:hover a,
#mega-menu-item-180 .dropdown-links li:hover a,
#mega-menu-item-216 .dropdown-links li:hover a {
	color: #3370ff;
}

#mega-menu-item-179 ul.mega-sub-menu,
#mega-menu-item-180 ul.mega-sub-menu,
#mega-menu-item-216 ul.mega-sub-menu {
	width: 100% !important;
}

#mega-menu-item-179 ul.mega-sub-menu,
#mega-menu-item-180 ul.mega-sub-menu,
#mega-menu-item-216 ul.mega-sub-menu {
	width: unset !important;
}

.stat-box p {
	margin: 0;
	color: #474754 !important;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}

.stat-box h2 {
	font-weight: 700;
	font-family: "Montserrat";
	font-size: 60px;
	color: #051faa;
	line-height: 80px;
	margin: 0 0 8px 0;
}

.stat-box {
	font-family: inter;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}

.ampel_trusted_client.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	/* white background to avoid overlap */
}

.our_compliance_1 {
	position: relative;
	overflow: hidden;
}

/* Background layer */
.our_compliance_1::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	/* Elementor background use kare */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transform: scale(1);
	transition: transform 3s cubic-bezier(0.22, 1, 0.36, 1);
	/* VERY smooth */
	z-index: 0;
}

/* Hover zoom */
.our_compliance_1:hover::before {
	transform: scale(1.18);
}

/* Content upar rahe */
.our_compliance_1>* {
	position: relative;
	z-index: 1;
}

.casestudies_load_more_section {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	padding: 40px 40px 30px;
	transform: translateY(100%);
	opacity: 0 !important;
	transition: all 0.5s ease !important;
	width: 100%;
}

.ampel_casestudies {
	overflow: hidden;
	position: relative !important;
}

.ampel_casestudies {
	align-items: center;
	transition: transform 0.5s ease;
}

.casestudies_heading {
	padding-bottom: 30px !important;
}

.ampel_casestudies:hover .casestudies_heading {
	transform: translateY(-30px);
}

.ampel_casestudies:hover .casestudies_load_more_section {
	transform: translateY(0);
	opacity: 1 !important;
}

/* contact form page low-code-apaas css  start*/

.cf7-demo-form {
	background: #ffffff;
	padding: 30px;
	border-radius: 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #EBEBEB;
}

.cf7-demo-form {
	background: #ffffff;
	padding: 30px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 20px;
}

.cf7-demo-form h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.cf7-field input::placeholder {
	color: #666;
}

.cf7-field input:focus {
	border-color: #1a4fff;
}

.cf7-checkbox {
	font-size: 13px;
	color: #333;
	line-height: 1.5;
	margin: 10px 0 20px;
}

.cf7-checkbox input[type="checkbox"] {
	margin-right: 8px;
}

.cf7-submit input[type="submit"] {
	background: #051FAA;
	color: #fff;
	border: none;
	padding: 12px 48px;
	font-size: 16px;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 600;
}

.cf7-submit input[type="submit"]:hover {
	background: #08259a;
}


span.wpcf7-list-item-label {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Inter';
}

.stats-box h3 {
	font-size: 55px;
	color: #051FAA;
	font-weight: 700;
	line-height: 80px;
}

.stats-box {
	text-align: center;
	padding: 20px;
	min-height: 200px;
	align-content: center;
}

/* contact form page low-code-apaas css  end*/




/* parent theme customize css end */

.case-study-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
}

.case-study-card {
	background: #E6F3FF;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transition: 0.3s ease;
	border-radius: 16px;
}

.case-study-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.case-study-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}

.case-study-content {
	padding: 24px;
}

.case-study-single-wrapper .case-study-content {
	padding: 0px !important;
}

.case-study-content h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
}

.case-study-content h3 a {
	color: #0b1c3d;
	text-decoration: none;
}

.case-study-link {
	font-size: 14px;
	color: #1f4cff;
	font-weight: 500;
	text-decoration: none;
}

.case-study-link:hover {
	text-decoration: underline;
}

.feature-grid {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.feature-card {
	padding: 20px !important;
	transition: .3s ease-in-out;
}

.feature-grid .feature-card .feature-icon {
	margin-top: 0;
	margin-bottom: 15px;
}

/*
.feature-icon img {
width: 100%;
height: auto;
filter: invert(28%) sepia(92%) saturate(1870%) hue-rotate(225deg) brightness(95%) contrast(105%);
} */

.feature-card h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #0f172a;
	margin: 0 0 6px 0;
}

.feature-card p {
	font-size: 16px;
	line-height: 28px;
	color: #474754;
	margin: 0;
	font-family: 'Inter';
}

.apqr_card.casestudies_heading {
	padding-bottom: 0 !important;
}

.apqr_hover.casestudies_load_more_section .learn-more-banner {
	height: 130px;
	text-align: left;
}


/* Case study Schedule Demo Form Start */
.demo-form-wrapper {
	background: linear-gradient(135deg, #eaf2fb 0%, #cfe3f8 100%);
	padding: 30px;
	/* border-radius: 6px; */
	/* max-width: 520px; */
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
}

.demo-form-title {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
	padding: 30px 28px 28px;
	background-color: #051faa;
	border-radius: 20px 20px 0 0;
}

/* Grid Layout */
.demo-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.demo-form-grid .full-width {
	grid-column: 1 / -1;
}

/* Input Fields */
.demo-form-wrapper input,
.demo-form-wrapper select,
.demo-form-wrapper textarea {
	width: 100%;
	padding: 14px 14px;
	border: 1px solid #8c8c8c;
	border-radius: 8px;
	font-size: 14px;
	color: #333;
	background: #fff;
	outline: none;
	transition: 0.3s ease;
}

.demo-form-wrapper textarea {
	min-height: 120px;
	resize: none;
}

.demo-form-wrapper input:focus,
.demo-form-wrapper select:focus,
.demo-form-wrapper textarea:focus {
	border-color: #1e4fff;
	box-shadow: 0 0 0 2px rgba(30, 79, 255, 0.15);
}

/* Submit Button */
.demo-form-btn input[type="submit"] {
	width: 100%;
	margin-top: 20px;
	background: #0b2dbd;
	color: #fff;
	border: none;
	padding: 14px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s ease;
}

.demo-form-btn input[type="submit"]:hover {
	background: #051faa;
}

/* Responsive */
@media (max-width: 600px) {
	.demo-form-grid {
		grid-template-columns: 1fr;
	}
}



/* Case study Schedule Demo Form End */


/* News Room Start */
/* ===== NEWS ROOM DESIGN ===== */

.news-room-container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 24px;
}

/* HERO SECTION */
.news-room-hero {
	background: linear-gradient(90deg, #020b3a 0%, #020b3a 50%, #0b1b5c 100%);
	padding: 80px 0;
}

.news-room-hero-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.news-room-hero-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 10px;
}

.news-badge {
	display: inline-block;
	border: 1px solid #3aa9ff;
	padding: 6px 14px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}

.news-room-hero-image img {
	width: 100%;
	border-radius: 8px;
}

/* GRID SECTION */
.news-room-listing {
	padding: 80px 0;
	background: #f7f9fc;
}

.news-room-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

/* CARD DESIGN */
.news-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transition: 0.3s ease;
}

.news-card:hover {
	transform: translateY(-6px);
}

.news-card-link {
	text-decoration: none;
	color: inherit;
}

.news-card-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.news-card-content {
	padding: 16px 18px 20px;
}

.news-card-content h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
	color: #000;
}

.news-read-more {
	font-size: 14px;
	color: #1e4fff;
	font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
	.apqr-first-inner-section {
		width: 36% !important;
	}
}

@media (max-width: 1024px) {
	.news-room-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.news-room-hero-grid {
		grid-template-columns: 1fr;
	}

	.news-room-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		flex-direction: column;
		flex-wrap: nowrap;
		background-color: #f6f5f2 !important;
	}
}

@media (max-width: 480px) {
	.news-room-grid {
		grid-template-columns: 1fr;
	}
}


/* News Room End */

/* Responsive */

@media(max-width:900px) {
	.feature-grid {
		grid-template-columns: 1fr;
	}
}


/* Responsive */

@media(max-width:1024px) {
	.case-study-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:600px) {
	.case-study-wrapper {
		grid-template-columns: 1fr;
	}
}


/* glossary posts listing shortcode css start */

/* ===== GLOSSARY DESIGN ===== */

/* ===== GLOSSARY LAYOUT ===== */

.glossary-left {
	height: fit-content;
	position: sticky;
	top: 8rem;
}

.glossary-layout {
	padding: 100px 0px;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 50px;
}

/* LEFT PANEL */
.glossary-left input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 15px;
	font-size: 14px;
}

.glossary-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.glossary-letter-btn {
	width: 32px;
	display: flex;
	height: 32px;
	border: 1px solid #ddd;
	background: #f6f5f2;
	border-radius: 6px;
	font-size: 13px;
	cursor: pointer;
	transition: 0.3s;
	color: #000;
	font-weight: 600;
	justify-content: center;
	align-items: center;
}

.glossary-letter-btn:hover,
.glossary-letter-btn.active {
	background: #051faa;
	color: #fff;
	border-color: #051faa;
}

/* RIGHT PANEL */
.glossary-letter-heading {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}

.glossary-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 50px;
}

/* CARD */
.glossary-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	transition: 0.3s;
}

.glossary-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.glossary-card img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.glossary-card-title {
	padding: 14px 16px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

/* Responsive */
@media (max-width: 1024px) {
	.glossary-layout {
		grid-template-columns: 1fr;
	}

	.glossary-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.glossary-grid {
		grid-template-columns: 1fr;
	}
}


/* glossary posts listing shortcode css end */

/* request demo form design start */

/* ===== CONTACT FORM 7 PIXEL PERFECT DESIGN ===== */

.si-demo-form {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
	/* padding: 30px 28px 28px; */
	max-width: 640px;
	border: 1px solid #e6e6e6;
}

/* Form Grid */
.si-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 18px;
}

.si-form-row.full-width {
	grid-template-columns: 1fr;
}

/* Input Fields */
.si-demo-form input,
.si-demo-form textarea {
	width: 100%;
	padding: 14px 14px;
	border: 1px solid #8c8c8c;
	border-radius: 2px;
	font-size: 14px;
	font-family: inherit;
	color: #333;
	background: #fff;
	outline: none;
	transition: 0.2s ease-in-out;
}

.si-demo-form input::placeholder,
.si-demo-form textarea::placeholder {
	color: #777;
}

/* Focus Effect */
.si-demo-form input:focus,
.si-demo-form textarea:focus {
	border-color: #051faa;
	box-shadow: 0 0 0 1px rgba(5, 31, 170, 0.15);
}

/* Textarea */
.si-demo-form textarea {
	min-height: 140px;
	resize: none;
}

/* Submit Button */
.si-form-submit input[type="submit"] {
	background: #051faa;
	color: #fff;
	border: none;
	padding: 12px 34px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

.si-form-submit input[type="submit"]:hover {
	background: #02136f;
}

/* Responsive */
@media (max-width: 768px) {
	.si-form-row {
		grid-template-columns: 1fr;
	}
}

/* request demo form design end */

/* Products Page common section Key Functional Capabilities start */

.capabilities-section {
	font-family: "PP Neue Montreal", Sans-serif;
}

.section-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #000E14;
	margin-bottom: 62px;
}

.capabilities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 62px 80px;
}

.card-header {
	padding-bottom: 14px;
}

.capability-card {
	text-align: left;
}

.capability-card .icon {
	margin-bottom: 0px;
	width: 40px;
	height: 40px;
}

.capability-card h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #121214;
	margin: 0 0 6px 0;
}

.capability-card p {
	font-size: 16px;
	color: #474754;
	line-height: 28px;
	font-weight: 500;
	margin: 0;
}

/* CTA BOX */

.cta-box {
	margin: 100px auto 0;
	background: #fff;
	padding: 40px;
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 1fr 200px;
	gap: 50px;
	border-radius: 16px;
}

.cta-text h4 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 12px 0;
	color: #121214;
}

.cta-text p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #474754;
	max-width: 830px;
}

.cta-btn {
	background: #051FAA;
	color: #fff;
	padding: 12px 18px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.cta-btn:hover {
	background: #121214;
	color: #ffffff;
}

/* RESPONSIVE */

@media(max-width:900px) {
	.capabilities-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.cta-box {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
}

@media(max-width:600px) {
	.capabilities-grid {
		grid-template-columns: 1fr;
	}
}

/* Products Page common section Key Functional Capabilities end */

/* Product page common section  start */

.industry-section {
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

.industry-grid {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 100px;
}

.industry-card {
	background: #ffffff;
	padding: 24px;
	box-shadow: 0px 4px 20px 0px #00000014;
	transition: 0.3s ease-;
	display: grid;
	gap: 14px;
	grid-template-columns: 60px 1fr;
	border-radius: 20px;
}

.industry-icon {
	font-size: 34px;
	color: #1f4cff;
	margin-bottom: 6px;
}

.industry-card h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #121214;
	margin: 0 0 8px 0;
}

.industry-card p {
	font-size: 16px;
	line-height: 28px;
	color: #474754;
	font-weight: 500;
	margin: 0;
}

/* Responsive */

@media(max-width:900px) {
	.industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:600px) {
	.industry-grid {
		grid-template-columns: 1fr;
	}
}

/* Product page common section end */

/* contact-us page form design start */

.si-contact-form {
	max-width: 720px;
	background: #fff;
	padding: 10px 0;
	font-family: inherit;
}

/* Heading */
.si-form-heading {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 24px 0;
	color: #000;
}

.si-form-checkbox-section span.wpcf7-list-item-label {
	font-family: 'Montserrat';
	color: #474754;
}

/* Grid Layout */
.si-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 16px;
}

.si-form-row.full-width {
	grid-template-columns: 1fr;
}

/* Inputs & Textarea */
.si-contact-form input,
.si-contact-form textarea {
	width: 100%;
	padding: 18px;
	border: 1px solid #474754;
	border-radius: 0;
	font-size: 16px;
	color: #474754;
	background: #fff;
	outline: none;
	transition: 0.2s ease-in-out;
	font-family: 'Inter';
	font-weight: 400;
}

.si-contact-form input::placeholder,
.si-contact-form textarea::placeholder {
	color: #474754;
}

/* Focus */
.si-contact-form input:focus,
.si-contact-form textarea:focus {
	border-color: #051faa;
	box-shadow: 0 0 0 1px rgba(5, 31, 170, 0.15);
}

/* Textarea */
.si-contact-form textarea {
	min-height: 140px;
	resize: none;
}

/* Checkbox Section */
.si-form-checkbox-section {
	margin-top: 12px;
	margin-bottom: 20px;
}

.si-form-checkbox-section .si-checkbox-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	font-family: Montserrat, sans-serif;
	line-height: 28px;
}

.si-checkbox-title {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
}

/* CF7 Checkbox Style */
.si-form-checkbox-section .wpcf7-list-item {
	display: block;
	margin: 0 0 12px 0;
	font-size: 14px;
	color: #333;
}

.si-form-submit .wpcf7-submit {
	width: fit-content;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

span.wpcf7-list-item label {
	display: grid;
	grid-template-columns: 26px 1fr;
	align-items: self-start;
	gap: 10px;
}

span.wpcf7-list-item label input[type="checkbox"] {
	width: 22px;
	height: 22px;
}

.cf7-field {
	margin-bottom: 12px;
}

.cf7-field input {
	font-size: 16px !important;
	padding: 16px;
	font-family: Inter;
	border-radius: 0;
}

.si-form-checkbox-section input[type="checkbox"] {
	margin-right: 8px;
	accent-color: #051faa;
}

/* Submit Button */
.si-form-submit input[type="submit"] {
	background: #051faa;
	color: #fff;
	border: none;
	padding: 12px 34px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

.si-form-submit input[type="submit"]:hover {
	background: #02136f;
}

/* Responsive */
@media (max-width: 768px) {
	.si-form-row {
		grid-template-columns: 1fr;
	}
}

/* contact-us page form design end */

/* industry section css start */

.industry-section {
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

.industry-card {
	background: #ffffff;
	padding: 24px;
	box-shadow: 0px 4px 20px 0px #00000014;
	transition: 0.3s ease-;
	flex: 0 0 32%;
}

.industry-grid {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 11px;
}

.industry-icon {
	font-size: 34px;
	color: #1f4cff;
	margin-bottom: 6px;
}

.industry-card h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #121214;
	margin: 0 0 8px 0;
}

.industry-card p {
	font-size: 16px;
	line-height: 28px;
	color: #474754;
	font-weight: 500;
	margin: 0;
}

/* Responsive */

@media(max-width:900px) {
	.industry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:600px) {
	.industry-grid {
		grid-template-columns: 1fr;
	}
}

/* industry section css end */

.demo-form-content {
	padding: 15px 28px 28px;
}

.why-work-section {
	display: flex;
	justify-content: end;
	margin-top: -184px;
}

.why-card {
	width: 380px;
	padding: 22px 22px 0;
	/* border-radius: 10px; */
	background: linear-gradient(135deg, rgb(15 23 42 / 69%), rgb(2 6 23 / 0%));
	backdrop-filter: blur(10px);
	color: #fff;
	overflow: hidden;
}

.why-card h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 14px;
}

.why-card ul {
	padding-left: 16px;
	margin-bottom: 18px;
}

.why-card ul li {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 6px;
	opacity: 0.95;
}

.why-btn {
	display: block;
	width: calc(100% + 44px);
	margin-left: -22px;
	background: #051FAA;
	color: #fff;
	padding: 12px 22px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.why-btn:hover {
	background: #051FAA;
	color: #fff;
}

.info-strip .info-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	justify-content: space-between;
}

.info-strip .info-container .info-box {
	display: flex;
	align-items: center;
	flex: 0 0 32%;
	max-width: 32%;
	line-height: 1.3;
}

.info-strip .info-container .info-icon {
	display: block;
}

.info-strip .info-container .info-icon img {
	display: block;
}

.buildwe .e-con-inner {
	justify-content: center !important;
	align-items: center !important;
}

.elementor-element-4bb40b6 .elementor-element-12670b5 {
	height: unset;
	min-height: unset;
	padding-top: 120%;
}



/*  */

/* Layout Wrapper */
.contact-main-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
	min-height: 600px;
}

/* Left Panel - Dark Theme */
.contact-left-info {
	background-color: #020617;
	/* Dark Navy Blue */
	color: #ffffff;
	padding: 80px 60px;
	flex: 0 0 45%;
	/* 45% Jagya Left Side */
}

.badge-contact {
	border: 1px solid #00d1ff;
	color: #00d1ff;
	padding: 6px 18px;
	border-radius: 30px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 25px;
}

.main-heading {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sub-text {
	color: #94a3b8;
	margin-bottom: 45px;
	font-size: 16px;
}

/* Contact Cards */
.info-row-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 25px;
	border-radius: 12px;
	margin-bottom: 15px;
	max-width: 400px;
}

.info-row-card.white {
	background: #ffffff;
	color: #020617;
}

.info-row-card.light-blue {
	background: #e0f2fe;
	color: #020617;
}

.icon-group {
	display: flex;
	align-items: center;
	gap: 15px;
}

.icon-img {
	font-size: 20px;
	color: #051faa;
}

.arrow-icon {
	color: #051faa;
	font-weight: bold;
}

/* Location Box */
.office-location-box {
	background: rgba(255, 255, 255, 0.1);
	padding: 30px;
	border-radius: 16px;
	margin-top: 40px;
	max-width: 400px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.office-location-box h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.city-name {
	font-weight: 600;
	margin-bottom: 8px;
	color: #fff;
}

.full-address {
	font-size: 14px;
	color: #cbd5e1;
	line-height: 1.6;
}

/* Right Panel - Form Area */
.contact-right-form {
	background: #ffffff;
	padding: 80px 60px;
	flex: 0 0 55%;
	/* 55% Jagya Form mate */
}

.contact-right-form h3 {
	font-size: 26px;
	margin-bottom: 30px;
	color: #020617;
}

.reting-card {
	z-index: 9 !important;
}

.page-id-2105 section.blog-banner {
	display: none !important;
}

.page-id-2105 .blog-card-section-wrapper {
	padding: 37px 0;
}

.page-id-1765 .pharma-body h3 {
	color: #121214 !important;
}

.page-id-1765 .pharma-body p {
	color: #474754;
}

.mega-menu-item-216 a.mega-menu-link {
	display: flex !important;
	align-items: center;
	gap: 4px;
}

.feature-section {
	padding: 0px 0px 60px 0 !important;
}

Body .dropdown-panel {
	width: 550px !important;
}

/* Responsive */
@media (max-width: 1024px) {

	.contact-left-info,
	.contact-right-form {
		flex: 0 0 100%;
		padding: 50px 30px;
	}
}


/*  */

@media screen and (min-width: 1441px) and (max-width: 1600px) {
	.ample-laptop {
		--content-width: 1200px !important;

	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 1599px) {

	.trusted-stat-card:nth-child(1) {
		top: 100px !important;
	}

	.trusted-stat-card:nth-child(2) {
		top: 280px !important;
	}

	.trusted-stat-card:nth-child(3) {
		top: 440px !important;
	}

	.trusted-stat-card:nth-child(4) {
		top: 500px !important;
	}

	.blog-card-section-wrapper {
		padding: 80px 0 !important;
	}

	.si-faq-tabs {
		padding: 80px 30px 40px 30px !important;
	}

	.glossary-layout {
		padding: 80px 0px;
	}

	.trusted-stat-content {
		padding: 20px !important;
	}

	.trusted-stat-number {
		font-size: 45px !important;
		width: 50% !important;
	}

	.counter-about .stats-box h3 {
		font-size: 40px;
		line-height: 40px;
	}

	.counter-about .stats-box {
		padding: 20px;
		min-height: 150px;
	}
}


@media screen and (max-width: 1366px) {
	.trusted-stat-card:nth-child(3) {
		top: 460px !important;
	}

	.blog-card-section-wrapper {
		padding: 60px 0 !important;
	}

	.si-faq-tabs {
		padding: 70px 30px 40px 30px !important;
	}

	.glossary-layout {
		padding: 60px 0px;
	}

	.trusted-stat-number {
		font-size: 35px !important;
		width: 60% !important;
	}

	.trusted-stat-text {
		width: 90% !important;
	}

	.mega-col a {
		width: 100%;
		max-width: 90%;
	}
}

@media screen and (max-width: 1199px) {


	.case-studies-listings .blog-card-grid, .news-posts-listings .blog-card-grid, .research-reports-post-listings .blog-card-grid {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.blog-card-section-wrapper {
		padding: 40px 0 !important;
	}

	.glossary-layout {
		padding: 40px 0px;
	}

	.trusted-left-panel {
		height: calc(92vh - 70px);
	}


}

@media screen and (max-width: 1024px) {
	.trusted-stat-card:nth-child(2) {
		top: 0px !important;
	}

	.trusted-stat-card:nth-child(3) {
		top: 0px !important;
	}

	.trusted-stat-card:nth-child(4) {
		top: 0px !important;
	}

	.trusted-stat-text {
		width: 70%;
	}

	.card-content-wrapper {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 10px;
	}

	.trusted-stat-card {
		height: auto !important;
	}

	.case-studies-listings .blog-card-grid, .news-posts-listings .blog-card-grid, .research-reports-post-listings .blog-card-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.si-faq-tabs {
		padding: 60px 30px 40px 30px !important;
	}

	.jobs-action {
		display: inline-flex !important;
	}
}

@media screen and (max-width: 479px) {
	.case-studies-listings .blog-card-grid, .news-posts-listings .blog-card-grid, .research-reports-post-listings .blog-card-grid {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.si-faq-tabs {
		padding: 40px 30px 40px 30px !important;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.si-tab-btn {
		margin-right: 0px !important;
	}

	.si-logo-mega-grid {
		grid-template-columns: repeat(1, 1fr) !important;
		padding: 0 !important;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
	body .ample-laptop.contact-pagebox {
		padding-left: 100px !important;
		padding-right: 0 !important;
	}

	body .ample-laptop {
		--content-width: 1365px !important;
		padding-right: 100px !important;
		padding-left: 100px !important;
	}

	.elementor.elementor-2142 .ample-laptop {
		padding-right: 0;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

	body .ample-laptop.contact-pagebox {
		padding-right: 0 !important;
	}

	.ample-laptop {
		--content-width: 1365px !important;
		padding-right: 80px !important;
		padding-left: 80px !important;
	}

	.page-id-2036 .ample-laptop {
		/* 		padding-right: 0px;
		padding-left: 0px; */
	}

	.elementor.elementor-2142 .ample-laptop {
		padding-right: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 13px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		line-height: 15px;
	}

	.mega-title {
		font-weight: 700 !important;
		line-height: 0px !important;
	}

	.mega-col a {
		margin-bottom: 10px;
		padding: 12px 10px;
	}

	.mega-menu-inner .mega-col a strong {
		font-size: 14px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 22px 5px 22px 5px;
	}
}



@media screen and (max-width: 1200px) {
	.ekit-template-content-header .ample-laptop+.elementor-hidden-desktop {
		display: none;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-inner {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-inner>.e-con-full {
		align-items: unset;
		flex-direction: unset !important;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full .opration_card_wrapper {
		flex-grow: 1;
		height: unset !important;
		background: #fff;
	}

	.creatingjob+.elementor-hidden-desktop .elementor-widget-heading {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 9px !important;
	}

	.creatingjob+.elementor-hidden-desktop .elementor-widget-image {
		padding-left: 0 !important;
		padding-bottom: 0px !important;
		height: auto !important;
	}

	.creatingjob+.elementor-hidden-desktop .elementor-widget-heading .elementor-heading-title {
		line-height: 1.3 !important;
		font-size: 15px !important;
		font-weight: 700;
	}

	.creatingjob+.elementor-hidden-desktop .elementor-widget-text-editor {
		font-size: 14px;
		line-height: 1.3;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full {
		padding-bottom: 14px;
	}

	.ourbenefits .e-con-inner {
		padding: 20px;
	}

	.ourbenefits .e-con-inner .elementor-heading-title {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	.ourbenefits .e-con-inner .elementor-widget-text-editor {
		font-size: 15px !important;
	}

	.fransform-your .e-con-inner {
		padding: 60px 0;
	}

	.fransform-your .jobs-container {
		padding: 0;
	}

	.fransform-your .jobs-section {
		padding-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.elementor-88 .elementor-element.elementor-element-0e29b15 .elementor-button {
		padding: 7px 10px;
		line-height: 1.3;
		white-space: nowrap;
	}

	body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-174>ul.mega-sub-menu {
		width: 638px;
	}

	.mega-menu-inner h3.mega-title {
		margin-bottom: 20px;
	}

	.mega-col a {
		padding: 5px;
		margin-bottom: 14px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
		display: flex;
		align-items: center;
	}

	.elementor-88 .elementor-element.elementor-element-cbb2c8d.e-con {
		gap: 11px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		font-size: 12px !important;
		padding: 12px 5px 12px 5px;
	}

	.elementor-1982 .elementor-element.elementor-element-9cecd3c,
	.elementor-1982 .elementor-element.elementor-element-a2ec1c9,
	.elementor-1982 .elementor-element.elementor-element-0f284c7 {
		padding-left: 0 !important;
	}

	.elementor-2947 .elementor-element.elementor-element-b7412d8 {
		margin: 0;
	}

	.page-id-1982 .amplelogic .e-con-inner {
		padding-bottom: 30px;
	}

	.elementor-element.elementor-element-e24cb5d.elementor-widget__width-initial.elementor-widget.elementor-widget-heading {
		padding-bottom: 20px;
	}

	body .feature-card {
		padding: 14px;
	}

	.elementor-15 .elementor-element.elementor-element-5d3503e.e-con {
		align-self: unset !important;
	}

	.amplelogic .elementor-heading-title {
		font-size: 28px !important;
		line-height: 1 !important;
		padding-top: 13px;
	}

	.glance-cover .elementor-widget-heading {
		margin-bottom: 0 !important;
	}

	.glance-cover .elementor-element.elementor-element-2c3aefe {
		margin-bottom: 25px !important;
	}

	.glance-cover .elementor-element-b77ba16 {
		margin-bottom: 20px !important;
	}

	.glance-cover .stats-box {
		padding: 7px;
		min-height: 110px;
	}

	.glance-cover .stats-box h3 {
		font-size: 30px;
		line-height: 1;
	}

	.elementor-1982 .elementor-element.elementor-element-185add09 {
		width: 100%;
	}

	.elementor-1982 .elementor-element.elementor-element-c54b29a .elementor-heading-title {
		font-size: 26px;
	}

	.leadership-box .e-con-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.global-presence .elementor-element-a059c13 {
		flex-direction: unset;
		flex-wrap: wrap;
		gap: 0;
		padding: 0;
	}

	.global-presence .elementor-heading-title {
		font-size: 28px !important;
		line-height: 1.2 !important;
		padding-bottom: 10px;
	}

	.global-presence p {
		font-size: 14px;
	}

	.global-presence .region-list {
		margin: 20px 0;
		min-width: 320px;
	}

	.global-presence .region-list .region-item {
		font-size: 15px;
		padding: 10px 20px;
		margin-bottom: 10px;
	}

	.amplelogic p,
	.amplelogic .elementor-widget-text-editor {
		font-size: 13px !important;
		line-height: 1.3 !important;
	}

	.amplelogic .elementor-button.elementor-button-link {
		font-size: 14px;
		line-height: 1;
	}

	.amplelogic .e-con-inner .elementor-element-8851884 {
		margin-bottom: 20px;
	}

	.built-cover {
		padding: 20px 70px !important;
	}

	.built-cover .elementor-icon-list-text {
		font-size: 14px !important;
	}

	.ample-laptop,
	.elementor-88 .elementor-element.elementor-element-8cccc44 {
		--content-width: 760px !important;
	}

	.ekit-template-content-header .ample-laptop+.elementor-hidden-desktop {
		display: block;
	}

	.elementor-88 .elementor-element.elementor-element-cbb2c8d {
		width: 100%;
		display: flex;
		flex-direction: unset;
		align-items: center;
	}

	.ekit-template-content-header .elementor-widget-site-logo,
	.ekit-template-content-header .elementor-widget-maxmegamenu {
		max-width: fit-content;
		width: fit-content;
	}

	.elementor-88 .elementor-element.elementor-element-0200a28 .hfe-site-logo-container .hfe-site-logo-img {
		display: block;
		max-width: 110px;
	}

	.elementor-15 .elementor-element.elementor-element-d9943db {
		--padding-bottom: 0;
	}

	.home-banner .e-con-inner [data-id="b990488"] {
		transform: scale(0.8) translate(-53px, -30px);
	}

	.reting-card .e-con-inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.reting-card .elementor-widget-text-editor p,
	.reting-card .e-con-inner .elementor-widget-text-editor {
		line-height: 1.5 !important;
		font-weight: 400 !important;
		font-size: 11px;
	}

	.trusted-box .e-con-inner {
		padding-top: 30px;
	}

	.trusted-box .regulated-box {
		padding-top: 40px;
	}

	.life-chain-box {
		padding-bottom: 30px;
	}

	.life-chain-box .elementor-heading-title {
		font-size: 22px !important;
		line-height: 1.5 !important;
	}

	.life-chain-box p,
	.life-chain-box .elementor-widget-text-editor {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.quality-card-box {
		flex-wrap: wrap;
		padding-bottom: 50px;
		justify-content: space-between;
	}

	.quality-card-box .opration_card_wrapper {
		max-width: 31%;
	}

	.opration_card_wrapper .elementor-widget-image img {
		max-width: 40px;
	}

	.opration_card_wrapper .elementor-widget-image {
		padding: 0px 20px 0px 20px !important;
	}

	.opration_card_wrapper .elementor-widget-heading {
		padding: 0 !important;
	}

	.opration_card_wrapper .elementor-widget-heading .elementor-heading-title {
		font-size: 14px !important;
		line-height: 1 !important;
	}

	.trusted-stat-card:nth-child(1) {
		top: 20px !important;
	}

	.trusted-stat-content,
	.trusted-stat-card:nth-child(5) .card-content-wrapper {
		min-height: 150px !important;
	}

	.trusted-grid-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 0 !important;
	}

	.opration_card_wrapper>.elementor-element:nth-child(2) {
		padding: 20px;
	}

	.opration_card_wrapper .e-con-full {
		--min-height: 200px !important;
	}

	.platforms-box .e-con-full:first-child {
		padding-top: 60px;
	}

	.platforms-box .elementor-heading-title {
		font-size: 23px !important;
		line-height: 1.5 !important;
	}

	.platforms-box .integrated_card_wrapper {
		transform: scale(0.7) translate(110px, 34px);
	}

	.aboutus-top {
		padding-bottom: 0 !important;
	}

	.aboutus-top .e-con-inner {
		padding-top: 50px;
	}

	.aboutus-tab .e-con-inner {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	/*.ekit-template-content-theme-support .elementor.elementor-88 {*/
	/*    overflow: hidden;*/
	/*}*/
	.aboutus-item .e-n-accordion-item-title {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.aboutus-item .e-n-accordion-item-title-text {
		font-size: 15px;
		line-height: 1.2;
	}

	.aboutus-item p {
		font-size: 13px;
		line-height: 1.2;
	}

	.budget-box .e-con-inner .e-con-full {
		padding: 50px 160px;
	}

	.ampel-trusted .e-con-inner {
		padding-top: 60px;
	}

	.ampel-trusted {
		padding-bottom: 0 !important;
	}

	.ampel-trusted .e-con-full {
		margin-bottom: 0;
	}

	.trusted-grid-wrapper .trusted-stat-content {
		padding: 20px;
	}

	.trusted-grid-wrapper .trusted-stat-number {
		font-size: 35px;
		line-height: 1;
	}

	.trusted-grid-wrapper .trusted-stat-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.gamp-slide .e-con-inner {
		padding-top: 50px;
	}

	.gamp-slide .gamp_card_wrapper {
		padding-bottom: 20px;
	}

	.gamp-slide .pharma-left h2 {
		font-size: 26px;
	}

	.gamp-slide .pharma-arrows {
		transform: scale(0.7) translate(25px, 0);
	}

	.gamp-slide .pharma-top {
		margin-bottom: 10px;
	}

	.gamp-slide .pharma-card {
		width: 200px;
	}

	.gamp-slide .pharma-card img {
		height: 125px;
	}

	.gamp-slide .pharma-body h3 {
		font-size: 13px;
		line-height: 1;
	}

	.gamp-slide .pharma-body p {
		line-height: 1.2;
		font-size: 12px;
	}

	.studies-box {
		padding-bottom: 0 !important;
	}

	.studies-box .e-con-inner {
		padding-top: 40px;
		padding-bottom: 0;
	}

	.success-case .e-con-inner {
		padding-bottom: 30px;
	}

	.success-case .elementor-heading-title {
		font-size: 17px !important;
		line-height: 1.3 !important;
	}

	.public-review .e-con-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.public-review .elementor-heading-title {
		font-size: 21px !important;
	}

	.public-review p {
		font-size: 12px;
		line-height: 1.7;
	}

	.public-review .elementor-widget-text-editor {
		margin-bottom: 20px !important;
	}

	.public-review .elementor-button-link {
		line-height: 1 !important;
		font-size: 13px !important;
	}

	.why-choose .elementor-heading-title {
		font-size: 21px !important;
	}

	.elementor-15 .elementor-element.elementor-element-fbbfbc1 .elementor-heading-title {
		font-size: 24px !important;
	}

	.elementor-15 .elementor-element.elementor-element-173a4f0 {
		padding: 30px;
	}

	.why-choose .elementor-widget-text-editor {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.why-choose .feature-card h3 {
		font-size: 17px;
		line-height: 1.2;
	}

	.why-choose .feature-card p {
		font-size: 14px;
		line-height: 1.4;
	}

	.bsv-sof .elementor-heading-title {
		font-size: 17px !important;
		line-height: 1.2 !important;
	}

	.bsv-sof .elementor-widget-text-editor {
		font-size: 13px !important;
		line-height: 1.5 !important;
	}

	.get-change .e-con-inner {
		padding: 30px 0 70px;
	}

	.get-change .e-con-inner .elementor-element-f8c930e {
		padding-top: 20px;
	}

	.get-change .elementor-element-5604d42 {
		margin-bottom: 20px;
	}

	.get-change form input[type="text"],
	.get-change form input[type="email"],
	.get-change form input[type="tel"],
	.get-change form textarea {
		padding: 10px !important;
		font-size: 14px !important;
		line-height: 1 !important;
	}

	.get-change .info-card-wrap {
		padding: 4px;
	}

	.get-change .info-card-wrap h4 {
		font-size: 12px;
	}

	.get-change .info-card-wrap p {
		font-size: 12px;
		line-height: 1.2;
	}

	.blogcard .e-con-full {
		padding-left: 0;
		padding-right: 0;
	}

	.blogcard .elementor-element-31dcf53 .elementor-widget-heading .elementor-heading-title {
		font-size: 15px !important;
		line-height: 1.5 !important;
	}

	.blogcard .elementor-divider {
		padding: 0 !important;
	}

	.blogcard .elementor-widget-text-editor {
		padding: 10px 18px !important;
	}

	.ample-laptop .footer-menu-wrap {
		gap: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.ample-laptop .footer-menu-wrap .footer-col {
		flex-grow: 1;
	}

	.ample-laptop .footer-col ul li {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.2;
	}

	.blogcard .elementor-heading-title {
		font-size: 28px !important;
		line-height: 1.5 !important;
	}

	.blogcard-card-box .elementor-heading-title {
		font-size: 17px !important;
		line-height: 1.5 !important;
	}

	.contact-page .elementor-widget-text-editor {
		margin-bottom: 20px !important;
	}

	.contact-page .elementor-widget-heading {
		margin-bottom: 10px !important;
	}

	.contact-page .si-contact-box {
		padding: 8px 11px;
	}

	.contact-page .si-contact-text {
		font-size: 14px;
	}

	.contact-page .si-contact-icon img {
		display: block;
		max-width: 29px;
	}

	.contact-page .si-location-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.contact-page .si-location-grid .si-location-card {
		margin-bottom: 15px;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	}

	.contact-page .si-contact-top {
		margin-bottom: 20px;
	}

	.contact-page .si-location-grid h3 {
		font-size: 21px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.contact-page .si-location-grid .si-location-city {
		font-size: 15px !important;
		line-height: 1;
	}

	.contact-page .si-location-grid p {
		font-size: 15px;
		line-height: 1.2;
	}

	.contact-form-section {
		padding: 20px;
	}

	.contact-form-section .elementor-widget-heading {
		margin-bottom: 10px !important;
	}

	.contact-form-section .elementor-heading-title {
		font-size: 22px !important;
		line-height: 1 !important;
	}

	.contact-form-section .si-contact-form {
		padding-top: 0;
	}

	.contact-form-section .si-contact-form .si-form-heading {
		display: none;
	}

	.contact-form-section .si-contact-form input,
	.contact-form-section .si-contact-form textarea {
		line-height: 1;
		padding: 9px 11px;
		font-size: 14px;
	}

	.contact-form-section .si-form-row {
		margin-bottom: 10px;
		gap: 13px;
	}

	.contact-form-section .si-checkbox-title {
		font-size: 17px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.contact-form-section input[type="checkbox"] {
		width: 20px !important;
		height: 20px !important;
		display: block;
		margin-right: 0;
	}

	.contact-form-section .wpcf7-list-item-label {
		font-size: 15px;
	}

	.contact-form-section .wpcf7-list-item {
		margin-bottom: 7px;
	}

	.contact-form-section .si-form-checkbox-section {
		margin-bottom: 10px;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-inner>.e-con-full {
		flex-wrap: wrap;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full .opration_card_wrapper {
		flex: 0 0 49%;
		max-width: 49%;
	}

	.amplelogic.elementor-element-e208025 .elementor-widget-text-editor {
		margin-bottom: 0;
	}

	.amplelogic .industry-grid .industry-card {
		flex: 0 0 49%;
		max-width: 49%;
	}

	.ourbenefits .elementor-widget-heading {
		margin-bottom: 10px !important;
	}

	.ourbenefits .e-con-inner .elementor-widget-text-editor {
		font-size: 14px !important;
		line-height: 1.3;
		margin-bottom: 12px !important;
	}

	.bsv-sof .testimonial-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.bsv-sof p {
		font-size: 13px !important;
		line-height: 1.5;
	}

	.bsv-sof .testimonial-section {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.elementor-element-6eb0003d .e-con-inner .e-con-inner {
		padding: 0;
	}

	.elementor-element-6eb0003d .e-con-inner .cf7-demo-form {
		padding: 10px 25px;
	}

	.elementor-element-6eb0003d input {
		font-size: 15px !important;
		line-height: 1;
		display: block;
		padding: 11px 16px;
	}

	.elementor-element-6eb0003d .wpcf7-list-item-label {
		font-size: 14px;
		line-height: 1.3;
	}

	.elementor-element.elementor-element-381188a.elementor-widget.elementor-widget-text-editor {
		margin-bottom: 0;
	}

	.elementor-element-5c0a4dfd .e-con-inner {
		padding-bottom: 0;
	}

	.elementor-element-3f790de .e-con-inner {
		padding: 40px 0 0;
	}

	.elementor-element-29c2358 .e-con-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.elementor-element-61abff21 .e-con-inner {
		padding: 40px 0;
	}

	.elementor-element-4bb40b6 .e-con-inner {
		padding-bottom: 40px;
	}

	.lifeapp .feature-item {
		font-size: 14px;
	}

	.lifeapp .feature-item h4 {
		line-height: 1;
	}

	.lifeapp .e-con-inner {
		padding-bottom: 40px !important;
	}

	.requestdemo .e-con-inner {
		padding: 40px 0;
	}

	.requestdemo .e-con-inner .elementor-heading-title {
		font-size: 23px !important;
		line-height: 1.4 !important;
	}

	.blogcard .e-con-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.elementor-1765 .elementor-element.elementor-element-36da574f,
	.elementor-1765 .elementor-element.elementor-element-98869b3 {
		--width: unset;
	}

	.elementor-element.elementor-element-5bc6e31 {
		margin: 0;
	}

	.elementor-element-841ab7b {
		padding-bottom: 0 !important;
	}

	.elementor-element-a6d12bb .elementor-heading-title.elementor-size-default {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}

	.elementor-element-a6d12bb {
		padding-bottom: 30px !important;
	}

	.elementor-element-47523ba {
		flex-wrap: wrap;
	}

	.elementor-element-47523ba .elementor-widget-heading {
		padding-left: 0 !important;
	}

	.trusted-box .e-con-inner {
		padding-bottom: 0 !important;
	}

	.trusted-box .opration_card_wrapper {
		flex: 0 0 49%;
		max-width: 49%;
	}

	.apqrauto .e-con-inner {
		padding: 40px 0 !important;
	}

	.apqrauto .e-con-inner .elementor-widget-text-editor {
		margin-bottom: 0;
	}

	.apqrauto .e-con-inner .e-con-inner {
		padding: 20px 0 !important;
	}

	.apqrauto .e-con-inner .ai-card {
		padding: 15px;
		gap: 0;
	}

	.apqrauto .e-con-inner .ai-icon img {
		max-width: 40px;
		display: block;
	}

	.apqrauto .e-con-inner .ai-icon {
		display: block;
		max-width: 50px;
	}

	.apqrauto .e-con-inner .ai-content p {
		font-size: 14px;
		line-height: 1.5;
	}

	.apqrauto .e-con-inner .ai-content h3 {
		font-size: 17px;
		line-height: 1;
	}

	.keycap .e-con-inner {
		padding: 40px 0;
	}

	.keycap .section-title {
		font-size: 23px;
		line-height: 1;
		margin-bottom: 35px;
	}

	.keycap .capabilities-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}

	.keycap .capabilities-grid .capability-card {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		padding: 12px;
	}

	.keycap .capabilities-grid .capability-card h4 {
		font-size: 17px;
		font-weight: 700;
	}

	.keycap .capabilities-grid .capability-card p {
		font-size: 14px;
		line-height: 1.5;
	}

	.cta-box {
		margin-top: 30px;
		padding: 30px;
	}

	.cta-text p {
		font-size: 15px;
		line-height: 1.5;
	}

	.elementor-element-f088539 .industry-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 19px;
		margin-bottom: 50px;
	}

	.elementor-element-f088539 .industry-grid .industry-card {
		flex: 0 0 45%;
		max-width: 45%;
	}

	.success-case .e-con-inner {
		padding: 30px 0;
	}

	.elementor-15 .elementor-element.elementor-element-ec11ff4 img {
		height: unset;
	}

	.success-case .e-con-inner .e-con-full {
		gap: 10px;
		flex-wrap: wrap;
	}

	.success-case .e-con-inner .e-con-full .ampel_casestudies {
		flex: 0 0 49%;
		max-width: 49%;
	}

	.elementor-1472 .elementor-element.elementor-element-75cc3ec {
		--width: unset;
	}

	.elementor-element-47523ba .elementor-heading-title.elementor-size-default {
		padding-left: 19px !important;
		font-size: 18px !important;
	}

	.info-strip .info-container .info-box {
		font-size: 13px;
	}

	.home-banner .e-con-inner {
		overflow: hidden;
	}

	.ample-laptop .vh-text {
		padding: 0 !important;
	}

	.faqbox .elementor-heading-title {
		font-size: 24px !important;
	}

	.ample-laptop .video-headline,
	.ample-laptop .vh-text,
	.ample-laptop .vh-static {
		font-size: 40px;
		line-height: 0.64;
	}

	.home-banner .elementor-widget-heading {
		margin-bottom: 20px !important;
	}

	.home-banner .elementor-widget-html {
		padding-bottom: 20px !important;
	}

	.elementor-15 .elementor-element.elementor-element-5dda02a .elementor-button,
	.elementor-15 .elementor-element.elementor-element-764a768 .elementor-button {
		font-size: 13px;
		line-height: 1.2;
	}

	.elementor-15 .elementor-element.elementor-element-33cb4f8 {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.why-choose .e-con-inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.elementor-15 .elementor-element.elementor-element-61715de {
		padding: 25px 0px 0px 0px;
	}

	.elementor-15 .elementor-element.elementor-element-173a4f0 .elementor-element.elementor-element-5604d42 {
		margin-bottom: 0;
	}

	.apqrdata .elementor-heading-title.elementor-size-default {
		padding-left: 0 !important;
		padding-bottom: 11px;
	}

	.gamp-slide .elementor-element.elementor-element-5cf4e4d {
		margin-bottom: 20px;
	}

	.amplelogic .feature-card h3 {
		font-size: 16px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {

	.ample-laptop,
	.elementor-88 .elementor-element.elementor-element-8cccc44 {
		--content-width: 650px !important;
	}

	.elementor-element-6eb0003d .wpcf7-list-item-label {
		font-size: 11px;
	}

	.industry-card h3 {
		font-size: 16px;
		line-height: 1.2;
	}

	.ampel-trusted .e-con-inner {
		padding-top: 40px;
	}

	.trusted-grid-wrapper {
		padding-top: 30px !important;
	}

	.elementor-15 .elementor-element.elementor-element-ec11ff4 img {
		height: 440px;
	}

	.blogcard .elementor-heading-title {
		font-size: 21px !important;
	}

	.reting-card .elementor-widget-text-editor p,
	.reting-card .e-con-inner .elementor-widget-text-editor {
		line-height: 1.2 !important;
		font-size: 10px;
	}

	.elementor-88 .elementor-element.elementor-element-0200a28 .hfe-site-logo-container .hfe-site-logo-img {
		max-width: 160px;
	}

	.amplelogic .elementor-heading-title {
		font-size: 25px !important;
	}

	.amplelogic p,
	.amplelogic .elementor-widget-text-editor {
		font-size: 12px !important;
	}

	.built-cover {
		padding: 20px 40px !important;
	}

	.built-cover>.elementor-element {
		padding: 0 !important;
	}

	.built-cover .elementor-icon-list-text {
		font-size: 13px !important;
	}

	.blogcard-card-box>.elementor-element {
		flex: 0 0 50%;
		max-width: 48%;
	}

	.built-cover .elementor-icon-list-item {
		margin: 0 11px !important;
	}

	.blogcard-card-box {
		flex-wrap: wrap;
	}

	.ekit-template-content-header .ample-laptop+.elementor-hidden-desktop .e-con-inner {
		padding: 10px 0;
	}

	.ekit-template-content-header .ample-laptop+.elementor-hidden-desktop .e-con-inner .e-con-full {
		justify-content: flex-start;
	}

	.ekit-template-content-header .ample-laptop+.elementor-hidden-desktop .e-con-inner .e-con-full .elementor-widget-site-logo {
		margin-right: auto;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle {
		background-color: #e6f3ff;
		border-radius: 10px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		background-color: #000e14;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
		padding: 60px 10px 10px 10px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle~button.mega-close {
		right: 6px !important;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle~button.mega-close:before {
		color: #000014;
		top: 10px;
		font-size: 22px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
		padding: 7px 10px;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
		font-size: 14px;
	}

	.mega-menu-inner {
		max-width: 100%;
	}

	body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-174>ul.mega-sub-menu {
		width: 100%;
	}

	.mega-menu-inner {
		padding: 15px !important;
	}

	.mega-title {
		line-height: 1 !important;
		font-size: 15px !important;
		margin-bottom: 20px !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
		max-width: 100%;
		width: 100% !important;
		padding: 0;
		box-shadow: none !important;
	}

	.mega-menu-item .dropdown-panel {
		width: 100% !important;
		box-shadow: none !important;
		gap: 0;
		padding: 0;
	}

	.mega-menu-wrap .dropdown-panel .dropdown-image {
		display: none;
	}

	.mega-menu-wrap .dropdown-panel .dropdown-links {
		flex: unset !important;
		width: 100%;
		padding-left: 20px;
	}

	.dropdown-panel .dropdown-links ul li a {
		font-size: 13px;
		padding: 14px;
	}

	#mega-menu-item-179 .dropdown-links li,
	#mega-menu-item-180 .dropdown-links li,
	#mega-menu-item-216 .dropdown-links li {
		padding: 0;
		margin: 0;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
		font-size: 13px;
	}

	.mega-menu-inner .mega-col a {
		padding: 0;
		margin-bottom: 15px;
	}

	.mega-menu-inner .mega-col a strong {
		font-size: 12px !important;
	}

	body .mega-col span {
		font-size: 13px;
		line-height: 16px;
		padding-right: 5px;
	}

	.ample-laptop .video-headline,
	.ample-laptop .vh-text,
	.ample-laptop .vh-static {
		white-space: nowrap;
		font-size: 35px;
		line-height: 0.6;
	}

	.home-banner .e-con-inner [data-id="b990488"] {
		transform: scale(0.75) translate(-45px, -20px);
	}

	.home-banner .e-con-inner {
		padding-top: 40px;
	}

	.quality-card-box .opration_card_wrapper {
		max-width: 48%;
	}

	.elementor-15 .elementor-element.elementor-element-c9fd56f {
		padding: 10px 20px !important;
	}

	.budget-box .e-con-inner .e-con-full {
		padding: 30px 80px;
	}

	.blogcard .elementor-element.elementor-element-31dcf53>.elementor-element {
		flex: 0 0 50%;
		max-width: 48%;
	}

	.blogcard .elementor-element.elementor-element-31dcf53 {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.info-strip .info-container .info-box {
		flex: 0 0 49%;
		max-width: 49%;
		margin-bottom: 10px;
	}

	.glance-cover .stats-box {
		padding: 20px 0;
		min-height: 130px;
	}

	.glance-cover .stats-box p,
	.glance-cover .stats-box {
		font-size: 13px;
	}

	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open+#mega-menu-menu-1 {
		display: block;
	}

	.dropdown-panel-region {
		box-shadow: none !important;
		background: transparent !important;
		width: unset !important;
	}
}

@media screen and (max-width: 767px) {
	.elementor-2947 .elementor-element.elementor-element-b7412d8 {
		padding-bottom: 20px;
	}

	.elementor-88 .elementor-element.elementor-element-0200a28 .hfe-site-logo-container .hfe-site-logo-img {
		max-width: 130px;
	}

	.home-banner .e-con-inner [data-id="b990488"] {
		transform: unset;
	}

	.elementor-15 .elementor-element.elementor-element-5d3503e.e-con {
		padding-top: 82%;
	}

	.aboutus-tab .aboutus-item .e-n-accordion-item-title+div {
		padding-bottom: 20px;
	}

	.home-banner .elementor-widget-heading {
		margin-bottom: 0 !important;
	}

	.reting-card .elementor-widget-text-editor p,
	.reting-card .e-con-inner .elementor-widget-text-editor {
		line-height: 1.2 !important;
	}

	.faqbox .elementor-heading-title {
		font-size: 25px !important;
		line-height: 1.2 !important;
	}

	.glance-cover .stats-box p,
	.glance-cover .stats-box {
		font-size: 15px;
	}

	.ample-laptop .video-headline {
		line-height: 0 !important;
	}

	.elementor-15 .elementor-element.elementor-element-cc52c86 {
		padding: 0 0 28px 0 !important;
	}

	.elementor-element.elementor-element-e24cb5d.elementor-widget__width-initial.elementor-widget.elementor-widget-heading {
		padding-bottom: 13px;
	}

	.ample-laptop,
	.elementor-88 .elementor-element.elementor-element-8cccc44 {
		--content-width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}

	.elementor-element-4bb40b6 .e-con-inner {
		padding-bottom: 40px;
		padding-top: 20px;
	}

	.home-banner>.e-con-inner {
		padding: 50px 0 0 !important;
	}

	.ample-laptop .video-headline,
	.ample-laptop .vh-text,
	.ample-laptop .vh-static {
		font-size: 27px;
		line-height: 1;
	}

	.elementor-15 .elementor-element.elementor-element-33cb4f8 {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.elementor-15 .elementor-element.elementor-element-5dda02a .elementor-button,
	.elementor-15 .elementor-element.elementor-element-764a768 .elementor-button {
		font-size: 12px;
		line-height: 1;
		padding: 10px 13px;
	}

	.reting-card {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.reting-card .elementor-element-a360091 img {
		max-width: 230px;
		display: block;
	}

	.reting-card .elementor-widget-text-editor p,
	.reting-card .e-con-inner .elementor-widget-text-editor {
		font-size: 12px;
		text-align: left;
	}

	.reting-card .e-con-inner>.elementor-element {
		justify-content: flex-start;
	}

	.quality-card-box .opration_card_wrapper {
		max-width: 100%;
	}

	.opration_card_wrapper .elementor-widget-heading .elementor-heading-title {
		font-size: 22px !important;
	}

	.opration_card_wrapper p,
	.opration_card_wrapper .elementor-widget-text-editor {
		font-size: 13px;
		line-height: 1.2;
	}

	.trusted-box .elementor-icon-list-text {
		font-size: 15px !important;
	}

	.platforms-box .integrated_card_wrapper {
		transform: unset;
		left: 0;
	}

	.opration_card_wrapper .e-con-full {
		--min-height: 200px !important;
	}

	.platforms-box .e-con-full:first-child {
		padding-top: 40px;
		padding-bottom: 170px;
	}

	.elementor-15 .elementor-element.elementor-element-b93ea65 .elementor-button {
		font-size: 15px;
	}

	.life-chain-box .elementor-heading-title {
		line-height: 1.3 !important;
		margin-bottom: -12px;
		font-size: 23px !important;
	}

	.opration_card_wrapper .elementor-widget-image {
		padding: 0px 20px 0px 20px !important;
	}

	.aboutus-top .e-con-inner {
		padding-top: 90px;
	}

	.trusted-stat-content,
	.trusted-stat-card:nth-child(5) .card-content-wrapper {
		min-height: unset !important;
		align-items: flex-start !important;
	}

	.trusted-stat-card:nth-child(5) .trusted-stat-content {
		background: #E6F3FF !important;
	}

	.aboutus-item {
		padding: 0;
	}

	.budget-box .e-con-inner .e-con-full {
		padding: 30px;
		transform: unset;
	}

	.elementor-15 .elementor-element.elementor-element-d109d46 {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.budget-box .e-con-inner {
		padding: 0;
	}

	.elementor-15 .elementor-element.elementor-element-d10e9f9 .elementor-button {
		font-size: 12px;
		padding: 12px 10px 12px 10px;
		line-height: 1;
	}

	.elementor-15 .elementor-element.elementor-element-ec11ff4 img {
		height: unset;
	}

	.get-change .elementor-element-173a4f0 {
		padding: 30px 10px;
	}

	.ampel-trusted .e-con-inner {
		padding-top: 30px;
	}

	body .trusted-grid-wrapper {
		gap: 0;
		padding: 20px 0;
	}

	body .trusted-left-panel {
		height: 360px;
	}

	body .trusted-grid-wrapper .trusted-stat-content {
		min-height: 110px;
	}

	body .trusted-grid-wrapper .trusted-stat-card {
		height: unset;
		margin-bottom: 0;
	}

	body .trusted-stat-card:nth-child(1) {
		top: 0;
	}

	.gamp-slide .e-con-inner {
		padding-top: 30px;
	}

	.pharma-slider {
		padding-bottom: 20px;
	}

	.gamp-slide .pharma-left h2 {
		font-size: 21px;
	}

	.studies-box .e-con-inner {
		padding-top: 23px;
		padding-bottom: 25px;
	}

	.public-review .e-con-inner {
		padding-top: 0;
	}

	.public-review p {
		line-height: 1.5;
	}

	.why-choose .e-con-inner {
		padding: 30px 0;
	}

	.elementor-15 .elementor-element.elementor-element-50282e3 {
		padding: 20px;
	}

	.bsv-sof .wp-image-3042 {
		max-width: 150px;
	}

	.bsv-sof .elementor-element-61715de img {
		max-width: 80px;
		display: block;
		position: absolute;
		top: -100px;
		right: 0;
	}

	.elementor-15 .elementor-element.elementor-element-5882703 {
		top: -10px;
	}

	.elementor-15 .elementor-element.elementor-element-979914a .elementor-heading-title {
		font-size: 21px;
		line-height: 1 !important;
	}

	.bsv-sof .elementor-heading-title {
		font-size: 22px !important;
	}

	.elementor-15 .elementor-element.elementor-element-5604d42.e-con {
		margin: 0;
	}

	.elementor-15 .elementor-element.elementor-element-04108cb {
		padding: 0;
	}

	.get-change .e-con-inner .elementor-element-f8c930e {
		padding-top: 0;
	}

	.elementor-15 .elementor-element.elementor-element-fbbfbc1 .elementor-heading-title {
		font-size: 25px;
		line-height: 1.2;
	}

	.elementor-15 .elementor-element.elementor-element-7b3012a {
		--padding-top: 260px;
	}

	.elementor-15 .elementor-element.elementor-element-402b828.e-con span.wpcf7-spinner {
		display: none;
	}

	.elementor-15 .elementor-element.elementor-element-402b828.e-con .cf7-custom-form {
		padding: 0;
	}

	.get-change .e-con-inner {
		padding: 10px 0;
	}

	.elementor-15 .elementor-element.elementor-element-31d44db .elementor-heading-title {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 0;
		padding-bottom: 12px;
	}

	.blogcard .elementor-element.elementor-element-31dcf53>.elementor-element {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.blogcard .e-con-inner {
		padding-bottom: 0;
	}

	.elementor-15 .elementor-element.elementor-element-e4fa6ac .elementor-heading-title {
		font-size: 25px;
		line-height: 1.2;
	}

	.custom-accordion .accordion-header {
		font-size: 15px;
		white-space: normal;
		line-height: 1.2;
	}

	.custom-accordion .accordion-content p {
		font-size: 13px;
		line-height: 1.5;
	}

	.elementor-453 .elementor-element.elementor-element-2d7125d {
		padding: 0;
		text-align: left;
	}

	.elementor-453 .elementor-element.elementor-element-2d7125d img {
		display: block;
		max-width: 190px;
	}

	.elementor-element-5c6ed0c .e-con-inner {
		padding: 20px 0;
	}

	.elementor-453 .elementor-element.elementor-element-fff93f3 {
		justify-content: flex-start;
	}

	.elementor-453 .elementor-element.elementor-element-fff93f3 .elementor-widget-image {
		margin: 0;
		max-width: 30px;
	}

	.ample-laptop .footer-menu-wrap .footer-col {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.elementor-element-6514dcc .e-con-inner {
		padding: 20px 0;
	}

	.elementor-453 .elementor-element.elementor-element-e6081b0 {
		font-size: 12px;
		text-align: left;
	}

	.bootom-footer-link {
		font-size: 12px;
	}

	.elementor-element.elementor-element-5bac838.e-con-full.e-flex.e-con.e-child {
		justify-content: flex-start;
	}

	.ample-laptop .footer-menu-wrap .footer-col.footer-col-wide {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 12px;
	}

	.footer-menu-wrap .footer-col h4 {
		font-size: 18px;
		opacity: 0.5;
		margin-bottom: 15px;
	}

	.ample-laptop .footer-menu-wrap .footer-two-col {
		display: flex;
		gap: 0;
	}

	.ample-laptop .footer-menu-wrap .footer-two-col ul {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.info-strip .info-container .info-box {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.amplelogic .our-values-card-main {
		display: flex;
		flex-direction: column !important;
		align-items: flex-start;
	}

	.amplelogic .our-values-card-main .expectations-card {
		height: unset;
	}

	.amplelogic .our-values-card-main .elementor-widget-heading {
		padding-left: 0 !important;
	}

	.amplelogic .our-values-card-main .elementor-widget-heading .elementor-heading-title {
		padding-top: 0;
	}

	.leadership-box .e-con-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.leadership-box .e-con-inner .elementor-heading-title {
		font-size: 26px !important;
		line-height: 1 !important;
	}

	.blogcard .elementor-heading-title {
		font-size: 24px !important;
		line-height: 1.2 !important;
	}

	.blogcard-card-box>.elementor-element {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.glance-cover .stats-box {
		min-height: 120px;
	}

	.blogcard-card-box .elementor-heading-title {
		font-size: 17px !important;
		line-height: 1.5;
	}

	.amplelogic .elementor-heading-title {
		font-size: 28px !important;
		padding-top: 0;
	}

	.amplelogic .e-con-inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contact-pagebox {
		--row-gap: 0 !important;
	}

	.buildwe .e-con-full {
		gap: 0;
	}

	.buildwe .e-con-full .elementor-widget-image {
		padding-bottom: 19px;
	}

	.buildwe .elementor-widget-text-editor {
		margin-bottom: 0 !important;
	}

	.creatingjob+.elementor-hidden-desktop {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-inner {
		padding-top: 25px !important;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full .opration_card_wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full {
		flex-direction: column;
		align-items: flex-start;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-full .elementor-widget-image {
		height: unset;
	}

	.creatingjob+.elementor-hidden-desktop .e-con-inner>.e-con-full {
		padding-bottom: 0;
	}

	.ourbenefits .e-con-full {
		padding: 0;
	}

	.fransform-your .e-con-inner {
		padding-top: 80px;
	}

	.fransform-your .e-con-inner .elementor-heading-title {
		font-size: 26px !important;
		line-height: 1.2 !important;
	}

	.fransform-your .e-con-inner .elementor-widget-text-editor {
		font-size: 15px !important;
		margin-top: -10px;
	}

	.fransform-your .jobs-section .jobs-row {
		gap: 5px;
		padding: 20px;
	}

	.amplelogic .elementor-element-0a3e7ce {
		margin-bottom: 14px !important;
	}

	.amplelogic .elementor-element-e1a965a {
		font-size: 16px !important;
		line-height: 1.5 !important;
		margin-bottom: 20px !important;
	}

	.banner-right-image-wrapper .e-con-inner {
		padding-top: 0;
		padding-bottom: 0;
	}

	.elementor-element.elementor-element-23c7b90d {
		margin-bottom: 0 !important;
	}

	.elementor-element-7de43c6d .e-con-inner {
		padding-bottom: 0 !important;
	}

	.elementor-element-d4f011e {
		margin-bottom: 0 !important;
	}

	.amplelogic .industry-grid .industry-card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.amplelogic .industry-grid .industry-card h3 {
		font-size: 15px !important;
		line-height: 1.4;
		font-weight: 700;
	}

	.amplelogic .industry-grid .industry-card p {
		font-size: 13px;
		line-height: 1.4;
	}

	.bsv-sof .testimonial-wrapper {
		gap: 0;
		padding: 20px;
		flex-wrap: wrap;
	}

	.bsv-sof .testimonial-wrapper .testimonial-quote {
		line-height: 0.5 !important;
		padding-top: 20px;
	}

	.faqbox .e-con-inner {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.elementor-element-6eb0003d .elementor-button-link {
		line-height: 1 !important;
		font-size: 15px !important;
		display: block !important;
	}

	.elementor-element-5c0a4dfd .e-con-inner {
		gap: 0;
	}

	.elementor-element-5c0a4dfd .e-con-inner .elementor-element-2f871f44 {
		margin-bottom: 20px;
	}

	.glance-cover .elementor-widget-heading {
		margin-bottom: 0 !important;
	}

	.glance-cover .elementor-widget-heading .elementor-heading-title {
		font-size: 20px !important;
		line-height: 1.5 !important;
	}

	.lifeapp .elementor-heading-title {
		font-size: 25px !important;
	}

	.lifeapp .elementor-widget-text-editor {
		font-size: 15px !important;
		line-height: 1.5 !important;
	}

	.elementor-element-98869b3 {
		margin-bottom: 20px;
	}

	.lifeapp .feature-item {
		font-size: 12px;
	}

	.lifeapp .feature-item h4 {
		font-size: 16px;
	}

	.requestdemo .e-con-inner .elementor-heading-title {
		font-size: 21px !important;
		line-height: 1.3 !important;
	}

	.requestdemo .e-con-inner {
		padding: 30px 0;
	}

	.elementor-element-34fe4ca9 {
		padding-top: 20px;
	}

	.elementor-element-7e6d029 {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	.elementor-element-7e6d029 .ample-laptop {
		flex: 0 0 100%;
		max-width: 100%;
	}

	body .new-apqr-banner-section {
		position: unset;
		width: 100%;
	}

	.apqr-first-inner-section {
		width: 100% !important;
	}

	.apqr-first-inner-section .elementor-heading-title {
		padding-top: 12px;
	}

	.trusted-box .opration_card_wrapper {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.trusted-box .opration_card_wrapper>.elementor-element {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}

	.trusted-box .opration_card_wrapper>.elementor-element .elementor-element {
		height: unset;
		padding-left: 0 !important;
	}

	.trusted-box .opration_card_wrapper>.elementor-element .elementor-element.elementor-widget-image {
		padding-bottom: 30px !important;
	}

	.elementor-element-47523ba .elementor-heading-title.elementor-size-default {
		font-size: 21px !important;
		padding-left: 0 !important;
		line-height: 1.2 !important;
	}

	.elementor-element-6634cf4 .e-con-inner {
		gap: 0;
	}

	.elementor-element-e45da09 {
		padding-bottom: 0 !important;
	}

	.elementor-element-e45da09 .elementor-heading-title {
		font-size: 21px !important;
		line-height: 1.3 !important;
	}

	.elementor-element.elementor-element-21452b2.e-flex.e-con-boxed.e-con.e-child {
		padding: 0;
	}

	.keycap .capabilities-grid .capability-card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cta-box {
		display: flex;
		padding: 20px;
	}

	.cta-text p {
		line-height: 1.2;
	}

	.amplelogic .elementor-heading-title {
		font-size: 26px !important;
	}

	.elementor-element-f088539 .industry-grid .industry-card {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.success-case .e-con-inner {
		padding: 20px 0;
	}

	.success-case .e-con-inner .e-con-full .ampel_casestudies {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.elementor-1472 .elementor-element.elementor-element-d1c6454 {
		padding: 20px !important;
	}

	.elementor-element-eb99308 .e-con-inner {
		gap: 0;
	}

	.elementor-1472 .elementor-element.elementor-element-a6d12bb.e-con {
		padding-top: 20px !important;
	}

	body .custom-accordion .accordion-content p {
		font-size: 14px;
		line-height: 1.4;
	}

	.trusted-stat-card:nth-child(1) {
		top: 0 !important;
	}

	.elementor-15 .elementor-element.elementor-element-61715de {
		padding: 0;
	}

	.elementor-15 .elementor-element.elementor-element-173a4f0 {
		padding: 20px;
	}

	.elementor-15 .elementor-element.elementor-element-04108cb {
		display: none;
	}
}