@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	/* font-family: 'Inter', sans-serif !important; */
	background-color: #ffffff !important;
	color: #000000 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "roboto", sans-serif ;
}



.left{
   margin-left: 34px !important; 
}
.space{
    margin-bottom: 11px !important;
    
}
.wt{
    color: white !important;
}

.font {
    font-size: 16px !important;
    font-weight:400;
    margin:0px;
    padding: 0px;
    color:black !important;

}


 .career-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.career-banner {
      background: linear-gradient(to bottom right, #07204f 0%, #03598a 100%);
  height: 300px; /* jitni height chahiye set karo */
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
}

.career-banner h1 {
  color: white;
  font-weight: bold;
}


.container-fluid {
  --bs-gutter-x: 0 !important; /* gutter 0 kar diya */
}

@media (max-width: 768px) {
  .custom-slider-wrapper {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
    .desktop-sidebar-content {
        display: none !important;
    }
}

.res-head {
    font-size: 65px;
    font-weight: 800;
    line-height: 0.95;
    color: #ffffff;
    margin: 0.2em 0;
  }
  @media (max-width: 767px) {
    .res-head {
      font-size: 40px;
    }
  }


.custom-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
	background-color: #ffffff !important;
	color: #000000 !important;
	border-bottom: 1px solid #6e759e;
	padding: 0.75rem 1rem;
	transition: all 0.3s ease;
	/* font-family:  "Montserrat", sans-serif !important; */
}


.poppins {
	font-family: "Poppins", sans-serif !important;

}

/*.font {*/
/*	font-family: "Montserrat", sans-serif !important;*/
/*}*/

.livvic {
	font-family: "Livvic", sans-serif !important;
}



.navbar-brand img {
	height: 36px;
	width: auto;
	max-height: 40px;
	filter: brightness(1);
	transition: filter 0.3s ease;
}

.navbar-brand img:hover {
	filter: brightness(0.8);
}

.navbar-nav .nav-link {
	background-color: white;
	color: #000000 !important;
	font-weight: 600;
	margin: 0 15px;
	transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
	color: red !important;
}

.contact-btn {
	padding: 6px 20px;
	border-radius: 25px;
	font-weight: 700;
	color: #ffffff;
	background: #000000;
	border: 2px solid transparent;
	background-image: linear-gradient(#000000, #000000),
		linear-gradient(to right, #20d4d4, #6e759e);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	transition: all 0.3s ease;
	text-decoration: none;
}

.contact-btn:hover {
	background: linear-gradient(to right, #20d4d4, #6e759e);
	color: #000000;
	border-color: transparent;
}

.language-selector {
	color: #ffffff !important;
	background: transparent;
	border: none;
	margin-left: 10px;
	transition: color 0.3s ease;
}

/* slider */
.roboto {
	font-family: "Roboto", sans-serif !important;
}

.pntoutr{
    width:100%;
    overflow:hidden;
    margin:35px 0px 10px 0px;
    padding:0px;
}
.pntoutr h5{
    font-family: "roboto", sans-serif !important;
    font-size:18px;
    font-weight:600;
    margin:0px;
    padding: 5px 0px;
}


.pntoutr p{
    font-family: "roboto", sans-serif !important;
    font-size:16px;
    font-weight:400;
    margin:0px;
    padding: 0px;
}
.drvnoutr h2{
    font-family: "Public Sans", sans-serif;
    font-size:34px;
    font-weight:700;
    margin:0px;
    padding: 5px 0px;
}
.strttxt h1{
    font-family: "Public Sans", sans-serif;
    font-size:34px;
    font-weight:400;
    margin:20px 0px;
    padding: 5px 0px;
}
.strttxt h1 span{
    font-family: "Public Sans", sans-serif;
    font-size:34px;
    font-weight:400;
    margin:0px;
    color:#;
}
.description p{
    font-family: "roboto", sans-serif;
    font-size:16px;
    font-weight:400;
    margin:0px;
    padding: 0px;
    color:#000;
}
.spcnt h2{
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 0px 0px 12px 0px;
    padding: 5px 0px;
}
.spcnt p{
    font-family: "roboto", sans-serif;
    font-size:18px;
    font-weight:400;
    margin:40px;
    padding: 0px;
    color:#000;
}
.picoutr img{
    border-radius:30px;
    width: 620px;

}

@media (max-width: 576px) {
    .picoutr img {
        border-radius: 30px;
        width: 100%; 
        max-width: 404px; 
    }
}

.ritcont{
    width:100%;
    overflow:hidden;
    background-color:#f1f1f1;
    padding: 20px 0px;
    border-radius: 20px;
}
.ritcont h2{
    font-family: "Public Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 10px 30px 10px 30px;
    padding: 5px 10px;  
    
}



.ritcont p{
     font-family: "roboto", sans-serif;
    font-size:16px;
    font-weight:400;
    margin:0px;
    padding: 10px 30px;
    color:#000;
    text-align: justify;
}
.picprt img{
    margin:10px 0px;
    border-radius: 10px;
}
.picprt h5{
    font-family: "Public Sans", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px;  
    color:##1d1461;
    
}
.picprt p{
     font-family: "roboto", sans-serif;
    font-size:14px;
    font-weight:400;
    margin:0px;
    padding: 10px 30px;
    color:#000;
}
.globlprn h2{
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 30px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.globlprn p{
     font-family: "roboto", sans-serif;
    font-size:16px;
    font-weight:400;
    margin:0px;
    padding: 10px 0px;
    color:#000;
    text-align: center;
}

.compoutr h2{
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.companthr h2{
     font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.servoutr h2{
     font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.hero-slide {
	display: none;
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.solution-box{
    background-color:#f1f1f1;
}
.servpic img{
    border-radius: 20px;
    margin:10px 0px 0px 0px;
}
.servpic h4{
    font-family: "Public Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.servpic p{
     font-family: "roboto", sans-serif;
    font-size:15px;
    font-weight:400;
    margin:0px;
    padding: 10px 0px 20px 0px;
    color:#000;
    text-align: center;
}
.contctoutr h2{
      font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;  
    text-align: center;
}
.contleft h1{
     font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px;  
    text-align: left;
}
.contleft p{
     font-family: "roboto", sans-serif;
    font-size:15px;
    font-weight:400;
    margin:0px;
    padding: 10px 0px 20px 0px;
    color:#000;
    text-align: left;
}


.hero-slide.active {
	display: block;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.custom-section {
	position: relative;
	z-index: 1;
	padding: 120px 5% 60px;
	color: #ffffff;
	max-width: 1000px;
}

.custom-section h1 {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.3;
	color: #f0f0f0;
	margin-bottom: 20px;
}

.custom-section h2 {
	font-size: 2rem;
	font-weight: 400;
	color: #ffffff;
}

.text-purple {
	color: #6e759e;
}

.text-white {
	color: #ffffff;
}

.read-more {
	display: inline-block;
	margin-top: 40px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.read-more:hover {
	text-decoration: underline;
}

.slider-indicator {
	margin-top: 60px;
	font-size: 1rem;
	color: #ffffff;
}

.slider-nav {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.slider-btn {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.2rem;
	padding: 8px 12px;
	border-radius: 50%;
	cursor: pointer;
}

.slider-btn:hover {
	background: #6e759e;
	color: #ffffff;
}


.hero {
	margin-top: 200px !important;
	margin-left: 100px;
}



.hero-image {
	max-width: 100%;
	max-height: 100vh;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.hero-slide {
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.video-background {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
}


.imgblue {
	max-width: 100%;
	max-height: 100vh;

}

.custom-mb-40 {
	margin-bottom: 60px !important;
}

@media (max-width: 767.98px) {
	.hero {
		margin-left: 10px !important;
	}
}



/* image-slider */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #000;
	color: #fff;
	overflow-x: hidden;
}

.slider-container {
	position: relative;
	height: 100vh;
	overflow: hidden;
	color: #fff !important;

}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.slide.active {
	opacity: 1;
}

.slide-1 {
	background: url('images/04.png') center/cover;
}

.slide-2 {
	background: url('images/05_720.png') center/cover;
}

.slide-3 {
	background: url('images/11.png') center/cover;
}

.slide-4 {
	background: url('images/10_720.png') center/cover;
}

.slide-5 {
	background: url('images/10_722.png') center/cover;
}

.slide-content {
	max-width: 800px;
	padding: 0 2rem;
	animation: slideInLeft 1s ease-out;
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.case-study-badge {
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 2rem;
	font-weight: 300;
}

.slide-title {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 3rem;
	font-family: "Montserrat", sans-serif !important;
}

.slide-title .highlight {
	background: linear-gradient(45deg, #00f5ff, #9d4edd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 400;
	font-family: ;
}

.read-more-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
}

.read-more-btn:hover {
	background: #fff;
	color: #000;
	transform: translateX(5px);
}

.read-more-btn::after {
	content: '→';
	transition: transform 0.3s ease;
}

.read-more-btn:hover::after {
	transform: translateX(5px);
}

.navigation {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5.5rem;
	z-index: 100;
}

.nav-btn {
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	font-size: 1rem;
}

.nav-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: #fff;
	transform: scale(1.1);
}

.nav-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.slide-counter {
	font-size: 0.9rem;
	min-width: 60px;
	text-align: center;
}

.progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #00f5ff, #9d4edd);
	transform-origin: left;
	animation: progressAnimation 5s linear infinite;
}

.custom-hr-line-wrapper {
	position: absolute;
	bottom: 4.8rem;
	left: 0;
	width: 100%;
	padding: 0 1rem;
	z-index: 10;
	display: none;
}

.custom-hr-line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
	.slide-title {
		font-size: 2.2rem;
	}

	.slide-content {
		padding: 0 1rem;
	}

	.custom-hr-line-wrapper {
		display: block;
	}
}


.icon-img {
	width: 67px;
	height: 68px;
	object-fit: contain;
}

.gradient-btn {
	background: linear-gradient(135deg, #07204f, #03598a);
	border: none;
	border-radius: 6px;
	transition: all 0.3s ease;
}

.gradient-btn:hover {
	background: linear-gradient(135deg, #03598a, #07204f);
	transform: scale(1.03);
}

hr {
	border-top: 1px solid #ccc;
	width: 100%;
}


.partner-logo {
	max-height: 100px;
	max-width: 500px;
	object-fit: contain;
}


.logo-ibp {
	height: 80px;
	width: 100px;
}

.logo-b1 {
	height: 140px;
	width: 140px;
}

.logo-cx {
	height: 90px;
	width: 90px;
}

.logo-ariba {
	height: 140px;
	width: 140px;
}

.logo-bydesign {
	height: 120px;
	width: 120px;
}

.logo-s4 {
	height: 200px;
	width: 200px;
}

.logo-success {
	height: 250px;
	width: 250px;
}

.logo-fieldglass {
	height: 200px;
	width: 200px;
}


.custom-mb-logo {
	margin-bottom: 20px;
} 



/* footer */

.footer-section {
	background: linear-gradient(to bottom right, #07204f 0%, #03598a 100%);
	color: #ffffff;
	padding: 60px 0 40px;
}

.footer-heading {
	color: #00bcd4;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer-brand {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-brand:hover {
	color: #00bcd4;
}

.footer-link {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.footer-links {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 12px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-link:hover {
	color: #00bcd4;
}

.footer-description {
	color: #f0f0f0;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.footer-description a {
	color: #ffffff;
	text-decoration: underline;
}

.footer-description a:hover {
	color: #00bcd4;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-bottom: 40px;
}

.social-icon {
	color: #00bcd4;
	font-size: 24px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.social-icon:hover {
	color: #ffffff;
}

.subscribe-section {
	margin-bottom: 20px;
}

.subscribe-text {
	color: #f0f0f0;
	font-size: 14px;
	margin-bottom: 10px;
}

.subscribe-link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

.subscribe-link:hover {
	color: #00bcd4;
}

.copyright {
	color: #f0f0f0;
	font-size: 14px !important;
	line-height: 2.5;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #333;
}
.copyright p{
    margin:0px;
    padding:0px;
}
.copyright p a{
    color:#fff;
    padding:0px;
    margin:0px;
    text-decoration:none;
}
.copyright p a:hover{
    color:#fff;
    text-decoration:underline;
}

.footer-column {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.footer-section {
		padding: 40px 0 30px;
	}

	.footer-heading {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.social-icons {
		margin-bottom: 30px;
	}

}

.location-card {
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.location-card {
		width: 250px;
	}
}

@media (max-width: 767px) {
	.location-card {
		width: 90vw;
	}
}



.desktop-sidebar-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.desktop-sidebar-content ul li {
	margin: 0 15px;
	padding: 0;
}

.desktop-sidebar-content ul li a {
	background-color: white;
	color: #000000 !important;
	font-weight: 600;
	transition: color 0.3s ease;
	text-decoration: none;
}

.desktop-sidebar-content ul li a:hover {
	color: red !important;
}

.desktop-sidebar-content .navbar-nav {
	gap: 1.5rem;
}

.desktop-sidebar-content .navbar-nav li a {
	font-weight: 600;
	color: #000;
}







.wp-block {
	--wp--preset--spacing--50: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

[style*="--wp--preset--spacing--50"] {
	height: auto !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.wp-block-spacer {
	height: 0 !important;
}




/* first company */




.company-hero {
	position: relative;
	color: white;
}

.company-banner {
	position: relative;
}

.company-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 444px;
	margin-top: 50px;
}
h2.company-title {
    margin-top: 50px;
}
h2.hero-section {
    margin-top: 72px;
}
.hedbg{
	background-color:#fff;
}
.company-overlay-text {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	color: white;
	text-align: left;
}


.gradient-text-light {
	background: linear-gradient(135deg, #ffffff, #e0e0e0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4.5rem;
	font-weight: 700;
	/* margin: 58px; */
	margin-top: 20px !important;
	font-family: "Roboto", sans-serif !important;


}
@media (max-width: 768px) {
  .company-overlay-text {
    position: absolute;
    top: 70%;
    left: 5%; 
    transform: translateY(-50%);
    text-align: left;
    width: 90%; 
  }

  .gradient-text-light {
    font-size: 2rem !important;
    margin: 0 !important;
  }

  .hero-section {
    margin-bottom: 0 !important;
  }
}

/* mission vission */


.mission-vision-section {
	background: #f5f5f5;
	padding: 30px 0;
}

.mission-vision-section .box {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	margin: 15px;
	transition: transform 0.3s ease;
}

.mission-vision-section .box:hover {
	transform: translateY(-5px);
}

.mission-vision-section .icon {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
}

.mission-vision-section h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
}

.mission-vision-section p {
	font-size: 16px;
	line-height: 1.6;
	color: black;
}

/* stats */
.stats-section {
	background-color: #fff;
	padding: 50px 0 !important;
}

.stats-section h2 span.text-primary {
	color: #032D42;
	font-size: smaller;
	font-weight: bold;
}

.custom-company-heading {
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.gradient-dark-text {
	background: linear-gradient(135deg, #032D42 0%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media (max-width: 768px) {
	.border-end {
		border-right: none !important;
		border-bottom: 1px solid #ccc;
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
}



/* meet our team */

.team-section {
	padding: 80px 20px;
	text-align: center;
}

.team-title {
	font-size: 34px;
	font-weight: 700;
	 font-family: "Public Sans", sans-serif;
	margin-bottom: 40px;
	text-align: center;
}


.team-scroll {
	display: flex;
	gap: 30px;
	overflow-x: auto;
	padding-bottom: 20px;
}

.team-card {
	min-width: 280px;
	flex: 0 0 auto;
	border: none;
	background: #fff;
	border-radius: 8px;
	border: none !important;
}

.team-card img {
  width: 250px;          
  height: 500px;          
  object-fit: cover;     
  display: block;
  margin: 0 auto;         
}

.team-card h5 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 20px;
	color: #007bff;
}

.team-card p {
	font-weight: 600;
	font-size: 0.95rem;
	color: #000;
}

.gradient-line {
	height: 3px;
	width: 100%;
	background: linear-gradient(to right, #6f42c1, #0dcaf0);
	margin-top: 30px;
	border-radius: 5px;
}

.team-scroll::-webkit-scrollbar {
	display: none;
}











.has-text-align-center {
	text-align: center;
	display: none;
}

@media screen and (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}

	.logo-mobile {
		flex: 1 !important;
	}

	.search-mobile {
		display: flex !important;
		justify-content: flex-end !important;
		flex: 1 !important;
	}
}








/* service block */
.sap-solutions-section {
	background-color: #fff;
	margin-top:10px;
}

/*.solution-box {*/
/*	background-color: #f5f5f5;*/
	/* Light grey */
/*	border-radius: 2px solid #1f304c;*/
/*	padding: 20px;*/
/*	height: 100%;*/
/*}*/


/*.solution-box img {*/
	/* max-height: 150px; */
/*	object-fit: contain;*/
/*}*/

/*.solution-box h4 {*/
/*	font-size: 1.2rem;*/
/*	margin-bottom: 10px;*/
/*}*/

/*.solution-box {*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: space-between;*/
/*	height: 100%;*/
	/* ensures equal height */
/*	padding-bottom: 30px;*/
	/* space before hr */
/*}*/

.solution-divider {
	border: 0;
	border-top: 2px solid #97abce;
	width: 200px;
	margin: 20px auto 0 auto;
}


/* contact us */

        .form-container {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }



        .form-group input {
            padding: 12px 16px;
            border: 2px solid #e1e5e9;
            border-radius: 6px;
            font-size: 14px;
            transition: border-color 0.3s ease;
            background: white;
            width: 100%;
        }

        .form-group input:focus {
            outline: none;
            border-color: #007bff;
        }

        .form-group input::placeholder {
            color: #6c757d;
        }



.contact-content {
	display: flex;
	min-height: 600px;
}

.left-section {
	flex: 1;
	padding: 0px 50px;
	background: white;
	margin-top: 20px;
}


.right-section {
	flex: 0 0 350px;
	padding: 60px 40px;
	background: white;
	border-left: 1px solid #e9ecef;
}

.main-heading {
	font-size: 48px;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.2;
}

.description {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 40px;
	
}


.form-group input:focus {
	outline: none;
	border-color: #526a83;
}

.form-group input::placeholder {
	color: #999;
}

.form-group input[type="submit"] {
	background: #b91c43;
	color: white;
	padding: 15px 30px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s ease;
	margin-top: 10px;
	width: 20% ;

}
@media (max-width: 768px) {
	.form-group input[type="submit"] {
		width: 40%;
	}
}


.submit-btn:hover {
	background: #9a1739;
}

.contact-info h2 {
	font-size: 32px;
	font-weight: 700;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.2;
}



.info-item {
	margin-bottom: 4px;
}

.info-item .bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #333;
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: middle;
}

.company-name {
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
}

.address {
	color: black;
	line-height: 1.5;
	margin-bottom: 15px;
}

.contact-detail {
	color: black;
	font-size: 16px;
	line-height: 1.5;
}

.contact-detail a {
	color: #007bff;
	text-decoration: none;
}

.contact-detail a:hover {
	text-decoration: underline;
}

.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 30px;
}

.social-icon {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.facebook {
	background: #3b5998;
}

.twitter {
	background: #1da1f2;
}

.linkedin {
	background: #0077b5;
}



@media (max-width: 768px) {
	.contact-content {
		flex-direction: column;
	}

	.right-section {
		flex: none;
		border-left: none;
		border-top: 1px solid #e9ecef;
		
	}

	.left-section,
	.right-section {
		padding: 40px 30px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.main-heading {
		font-size: 36px;
	}

	.contact-info h2 {
		font-size: 28px;
	}
	
}

@media only screen and (max-width: 768px) {
	h2.hero-section {
    margin-top: -33px;
	}
	h2.company-title {
    margin-top: -33px;
	}
}



 .value-box {
      background-color: #F2F2F2;
      padding: 70px 20px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .value-item {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      text-align: left;
    }
    .value-icon {
      flex-shrink: 0;
    }
    .value-icon img {
      width: 40px;
      height: auto;
      margin-top: 5px;
    }
    .value-text h5 {
      font-size:18px;
      font-weight: 700;
      font-family: "Public Sans", sans-serif;
    }
    .value-text p {
      color: #333;
      margin: 0;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
    }

    /*card*/
    
    
        .solution-card {
      border-radius: 20px;
      padding: 44px;
      box-shadow: 0 0 10px 0 rgb(0 0 0 / .5);
      background: white;
      height: 100%;
      transition: transform 0.2s ease;
    }

    .solution-card:hover {
      transform: translateY(-5px);
    }

    .card-logo {
      max-width: 120px;
      margin-bottom: 15px;
    }

    h6 {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .card-text {
      font-size: 16px;
      color: black;
      font-family: "Roboto", sans-serif;
    }

    .section-header {
      text-align: center;
      margin-bottom: 10px;
    }

    .section-header .badge {
      font-size: 24px;
      background: #2752B5;
    }

    .description {
      text-align: center;
      margin: 0 auto 50px auto;
    }
    
    @media (max-width: 576px) {
  .section-header .badge {
    font-size: 17.6px;
  }
}

/*sap impl*/


 .sap-section {
      padding: 5px 5px;
      background: #f1f1f1;
    }
    .sap-title {
      font-size: 37px;
      font-weight: 700;
      text-align: center;
      position: relative;
      margin-top: 20px;
      font-family: "Public Sans", sans-serif;
      margin-bottom: 60px !important;

    }
    .sap-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #007bff;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
    }
    .sap-box {
      display: flex;
      align-items: flex-start;
      gap: 15px;
      margin-bottom: 40px;
    }
    .sap-icon-space {
      width: 50px;
      height: 50px;
      flex-shrink: 0;
    }
    .sap-icon-space img {
      max-width: 100%;
      height: auto;
    }
    .sap-box h5 {
      font-size: 19px;
      font-weight: 700;
      color: #1d1461;
       font-family: "Public Sans", sans-serif;
      
    }
    .sap-box p {
      font-size: 15px;
      color: #000;
      margin-bottom: 8px;
       font-family: "Roboto", sans-serif;
    }
    .sap-box a {
      font-weight: 800;
      color: #00164f;
      text-decoration: none;
    }
    .sap-box a:hover {
      text-decoration: underline;
    }
    

    
    .butt a {
        font-weight: 800 !important;
        font-size: 20px;
        color: #00164f !important;
        text-decoration:none;
        margin-left: 30px;
}
    
    /*phonix*/
    
      .webinar-section {
            background-color: #dde1e6;
            padding: 70px 0;
        }
        
        .video-icon {
            width: 80px;
            height: 60px;
            background-color: #ffc107;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .video-icon::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 16px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-left: 4px;
        }
        
        .content-text {
            flex: 1;
            color: #333;
        }
        
        .content-text h3 {
            font-size: 28px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 0;
            color: #1a1a1a;
             font-family: "Public Sans", sans-serif;
        }
        .spcing{
            padding:20px 0px;
        }
        
        .watch-btn {
            background-color: #2752B5 !important;
            border: none;
            color: white !important;
            padding: 12px 30px !important;
            border-radius: 8px;
            font-size: 1.8rem;
            font-weight: 700;
            transition: all 0.3s ease;
            width: 160px;
            position: relative;
            overflow: hidden;
        } 
        
        .watch-btn::after {
            content: ' →';
            opacity: 0;
            transition: opacity 0.3s ease;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
        
        .watch-btn:hover {
            background-color: #EFB51A !important;
            box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
        }
        
        .watch-btn:hover::after {
            opacity: 1;
        }
        
        .content-wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        @media (max-width: 768px) {
            .content-wrapper {
                flex-direction: column;
                text-align: center;
                gap: 25px;
            }
            
            .video-icon {
                margin-right: 0;
            }
            
            .content-text h3 {
                font-size: 1.5rem;
            }
            
            .watch-btn {
                padding: 14px 35px;
            }
        }
        
        @media (max-width: 576px) {
            .content-text h3 {
                font-size: 1.3rem;
            }
            
            .video-icon {
                width: 70px;
                height: 50px;
            }
        }

/*map*/
    body {
      background-color: #fff;
    }
    h2 {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .text-dark-red {
      color: red;
    }
    .map-container {
      position: relative;
      max-width: 100%;
    }
    .map-img {
      width: 45%;
      height:481px;
      display: block;
    }
    
   
    .marker {
      position: absolute;
      transform: translate(-50%, -50%);
      cursor: pointer;
    }
    .marker .pin {
      background-color: red;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      position: relative;
    }
    .marker .pin::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      background-color: white;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
    .stats-section {
      padding: 50px 0;
      background-color: #fff;
      text-align: center;
    }
    .stat-box {
      border-top: 1px solid #ddd;
      padding: 30px 10px 0;
    }
    .stat-box h3 {
      color: #063d6e;
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .stat-box p {
      margin-bottom: 0;
      font-size: 1.1rem;
      color: #000;
    }
        


        
/*slider*/

/*.carousel-item {*/
/*  width: 100%;*/
/*  height: 670px;             */
/*  background-size: cover;    */
/*  background-position: 100%;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.carousel-item {*/
/*  width: 100%;*/
/*  min-height: 454px;           */
/*  background-size: cover;       */
/*  background-position: center;  */
/*  background-repeat: no-repeat;*/
/*}*/

/*@media (min-width: 768px) {*/
/*  .carousel-item {*/
/*    min-height: 454px;  */
/*  }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .carousel-item {*/
/*    min-height: 800px;  */
/*  }*/
/*}*/

.carousel-item {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}


@media (max-width: 576px) {
  .carousel-item {
    width: 100%;
    min-height: 350px;     /* height flexible ho gayi */
    height: auto;          /* auto resize hoga */
    background-size: cover; 
    background-position: top center; /* phone pe cut kam hoga */
  }
}    .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 50%;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 60px;
    }

    .overlay h4,
    .overlay h1,
    .overlay p,
    .overlay .btn-explore {
      opacity: 0;
      transform: translateY(50px);
      animation: slide-up 0.8s ease-out forwards;
    }

    .carousel-item.active .overlay h4 {
      animation-delay: 0.3s;
    }

    .carousel-item.active .overlay h1 {
      animation-delay: 0.6s;
    }

    .carousel-item.active .overlay p {
      animation-delay: 0.9s;
    }

    .carousel-item.active .overlay .btn-explore {
      animation-delay: 1.2s;
    }

    @keyframes slide-up {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .overlay h1 {
      font-size: 4rem;
      font-weight: 900;
      margin-bottom: 10px;
    }
.font{
     font-size:70px;

}
    .overlay h4 {
      font-weight: bold;
      color: #fff;
      margin-bottom: 10px;
      margin-top:97px ;

      
    }

    .overlay p {
      font-size: 1rem;
      margin-bottom: 20px;
    }
    
    @media (max-width: 576px) {
    .overlay p {
       font-size: 0;   
  } 
}

    /*.btn-explore {*/
    /*  background-color: white;*/
    /*  color: black;*/
    /*  font-weight: bold;*/
    /*  padding: 12px 24px;*/
    /*  border-radius: 10px;*/
    /*  transition: all 0.3s ease;*/
    /*  display: inline-block;*/
    /*  text-decoration: none;*/
    /*  border: none;*/
    /*  height: 50px;*/
    /*  width: 150px;*/
    /*}*/

    .btn-explore:hover {
      background-color: white;
      color: black;
    }
 .btn-explore {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    border: none;
    height: 50px;
    width: 150px;
    text-align: center;
    line-height: 26px; 
    cursor: pointer;
    z-index: 9999; 
    position: relative;
  }
  .btn-explore:focus {
    outline: none !important;
    box-shadow: 0 0 8px #000 !important;
  }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      border-radius: 50%;
      padding: 20px;
    }

    @media (max-width: 768px) {
      .overlay {
        height: 100%;
        padding: 30px;
      }

      .overlay h1 {
        font-size: 2rem;
      }
    }

    /*@media (max-width: 768px) {*/
    /*  .carousel-item {*/
    /*    height: 62vh;*/
    /*  }*/
    /*}*/
    

    
    
    
    
    /*creers*/
    
.contctoutr,
.contctoutr h1,
.contctoutr h2,
.contctoutr p {
  color: #000 !important;
}


.career-container {
  padding: 40px 20px;
}

.career-title {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.career-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.career-form {
  flex: 1 1 70%;
  color: #000;
}

.career-heading {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
        	font-weight: bold;

}

.career-form p {
  margin-bottom: 20px;
  color: #000;
}

.career-image {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
}

.career-img {
  max-width: 420px;  
  width: 100%;
  height: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .career-row {
    flex-direction: column;
  }
  .career-form, .career-image {
    flex: 1 1 100%;
    text-align: center;
  }
  .career-form {
    margin-bottom: 20px;
  }
}







.padding-top{
    padding-top: 110px;
}










 .sap-section { 
     font-family: Arial, sans-serif; 
     background-color: white !important;
 }
  .sap-title {
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left; /* heading left aligned */
  }
  .bottom{
      margin-bottom: 100px;

  }
    .cer-title {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left; /* heading left aligned */
  }
  .sap-subtitle { 
    font-weight: 600; 
    margin-bottom: 10px; 
  }
  .sap-img { max-width: 80px; }
  .sap-link { 
    color: #0056b3; 
    font-weight: 600; 
    text-decoration: none; 
  }
  .sap-link:hover { text-decoration: underline; }

  /* Bootstrap headings ke neeche blue line remove */
  .sap-title::after {
    content: none !important;
  }
  
  
  
  
  
  
  
  
  
  /*phone size logo*/
  
  
  .site-logo {
  height: 40px;
  width: auto;
  max-height: 40px;
  margin-left: 80px; 
}

@media (max-width: 768px) {
  .site-logo {
    margin-left: 0; 
  }
}

 .map-container {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }
    iframe {
      flex: 1;
      min-width: 200px;
      height: 200px;
      border: 0;
    }
    
    


   /* Custom Styles */
    .fieldglass-section {
      background-color: #eaf6fc; /* Light blue background */
      padding: 110px 20px;
    }
    .fieldglass-title {
      color: #000; /* Black heading */
      font-size: 28px;
      font-weight: 700;
    }
    .fieldglass-text {
      color: black; /* Dark grey text */
      font-size: 16;
    margin-top: 20px;

    }
    .fieldglass-btn {
      background-color: #0066d9 !important;
      color: #fff !important;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 25px;
      transition: 0.3s;
      margin-top: 20px;
    }
    .fieldglass-btn:hover {
      background-color: #004bb3;
      color: #fff;
    }
 
 
  .custom-text {
      font-size: 16px;
      color: black;
      /*font-family: "72 Brand Variable", Arial, Helvetica, sans-serif;*/
    }
    
 .solution-text {
      font-size: 16px;
      color: black;
      /*font-family: "72 Brand Variable", Arial, Helvetica, sans-serif;*/
    }
    .solution-heading {
      font-weight: 600;
      font-size: 18px;
      margin-top: 15px;
      margin-bottom: 10px;
            	font-weight: bold;

    }
    .solution-anchor {
      color: #0d6efd;
      text-decoration: none;
      font-weight: 500;
    }
    .solution-anchor:hover {
      text-decoration: underline;
    }
    
    
 .custom-img {
  width:186px;   
  height: auto;   
  display: block; 
}


 .sec-heading {
      font-size: 28px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
      font-family: "72 Brand Variable", Arial, Helvetica, sans-serif;
    }
    .sec-img {
      width: 100%;
      max-width: 400px; /* same as screenshot proportion */
      height: auto;
      border-radius: 6px;
    }
    .sec-text {
      font-size: 16px;
      color: #223548;
      font-family: "72 Brand Variable", Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .sec-link {
      color: #0d6efd;
      text-decoration: none;
      font-size: 16px;
      font-weight: 500;
      display: inline-block;
      margin-top: 10px;
    }
    .sec-link:hover {
      text-decoration: underline;
    }
    
    
    .sec-hd {
 font-size: 28px; 
font-weight: 700; 
margin-bottom: 25px;
 }
    .sec-txt { 
font-size: 16px; 
line-height: 1.6; 
color: black;
 }
    .sec-link { 
font-size: 16px; 
font-weight: 500; 
color: #0d6efd;
 text-decoration: none;
 }
    .sec-link:hover {
 text-decoration: underline;
 }
    .sec-img { 
max-width: 100%; 
height: auto; 
border-radius: 6px; 
}


.fs-6 {
    font-size: 1.1rem !important;
}


 .unique-sap-heading {
      font-size: 40px;  
      font-weight: 700; 
      letter-spacing: 2px; 
    }

.bottomm{
    margin-bottom: 71px;
}


.mr{
    margin-top: 100px;
}


 .fiori-section {
      padding: 110px 0px 23px 0px;
    }
    .fiori-title {
      font-weight: bold;
      font-size: 28px;
    }
    .fiori-sub {
      font-size: 1.2rem;
      color: #444;
    }


  .bnf-sec {
      padding: 10px 20px;
    }
    .bnf-title {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .bnf-box h5 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .bnf-box p {
      color: #444;
      line-height: 1.6;
    }
    .bnf-link {
      color: #0d6efd;
      font-weight: 500;
      text-decoration: none;
    }
    .bnf-link:hover {
      text-decoration: underline;
    }
    
     .ft-sec {
      padding: 20px 20px;
    }
    .ft-title {
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .ft-box h5 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .ft-box p {
      color: #444;
      line-height: 1.6;
    }
    
    
        .sap-head {
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 15px;
    }
    .sap-para {
      font-size: 16px;
      color: Black;
      margin-bottom: 10px;
    }
    .sap-link a {
      color: #0056d2;
      text-decoration: none;
      font-weight: 500;
    }
    .sap-link a:hover {
      text-decoration: underline;
    }

.bottomm{
    margin-bottom: 20px;
}





.butto a {
    font-weight: 800 !important;
    font-size: 20px;
    color: #00164f !important;
    text-decoration: none;
    margin-left: 2px;
}




  .industries-heading {
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;
    text-align: center;

  }

  .ourservice {
    font-family: "Public Sans", sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;
    text-align: center;

  }

  .industries-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #007bff;
    margin: 8px auto 0;
    border-radius: 2px;
  }

  .industries-slider-box {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .industries-slider-track {
    display: flex;
    width: max-content;
    animation: industriesScroll 25s linear infinite;
  }

  .industries-item {
    flex: 0 0 220px;
    margin: 10px;
    text-align: center;
  }

  .industries-item img {
    border-radius: 10px;
    height: 150px;
    width: 100%;
    object-fit: cover;
  }

  .industries-item h6 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
  }

  @keyframes industriesScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* Responsive */
  @media (max-width: 1200px) {
    .industries-item { flex: 0 0 180px; }
    .industries-item img { height: 130px; }
  }
  @media (max-width: 768px) {
    .industries-item { flex: 0 0 160px; }
    .industries-item img { height: 120px; }
  }
  @media (max-width: 576px) {
    .industries-item { flex: 0 0 140px; }
    .industries-item img { height: 100px; }
    .industries-slider-track { animation-duration: 20s; }
  }
.sap-heading {
  font-size: 34px;   /* heading ka size */
  font-weight: bold;
}

.sap-para {
  font-size: 16px;   /* paragraph ka size */
  color: black;
}



