
:root {
	--primary-color: #00154d;
	--main-color: #013de7;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--primary-color);
}


.btn-theme {
	background: var(--main-color)!important;
	color: #fff!important;
	border: 1px solid var(--main-color)!important;
	box-shadow: rgba(0, 62, 232, 0.01) 0px 0.711334px 1.56494px 0px, rgba(0, 62, 232, 0.027) 0px 1.93715px 4.26174px 0px, rgba(0, 62, 232, 0.06) 0px 4.25329px 9.35723px 0px, rgba(0, 62, 232, 0.13) 0px 9.44132px 20.7709px 0px, rgba(0, 62, 232, 0.33) 0px 24px 52.8px 0px;
	position: relative;
	width: max-content;
	padding: 7px 25px !important;
	border-radius: 30px !important;
	min-height: 50px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.btn-theme:hover {
	background-color: transparent !important;
	color: var(--primary-color) !important;
	border: 1px solid #0000!important;
}


.salesforce-banner {
	background: url(../../img/salesforce/sales-banner.jpg);
	padding: 120px 0px 80px;
	overflow: hidden;
	height: 100vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 9;
}

.salesforce-banner::before {
	height: 100%;
	background: linear-gradient(45deg, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.05) 100%);
	overflow: visible;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	content: "";
	left: 0;
	opacity: 0.8;
}

.hero-content-wrap {
	position: relative;
	z-index: 9;
}

.sales-img img {
	width: 100%;
}
.sales-inr-img img {
	position: absolute;
	width: 290px;
	bottom: 140px;
	right: 30%;
	transform: perspective(1200px) translateY(-22.8px) rotate(18deg) rotateX(10deg) rotateY(-19deg);
	border-radius: 20px;
	box-shadow: 0px 0px 10px #ccc;
}

.hero-content-wrap h1 {
	font-size: 56px;
	color: var(--primary-color);
	font-weight: 600;
	line-height: 78px;
}

.hero-content-wrap h1 span {
	color: var(--main-color);
}

.hero-content-wrap p {
	color: #5e6986;
	margin: 30px 0px;
	line-height: 30px;
}

.btn-wrp {
	align-content: center;
	align-items: center;
	background-color: #d9e1ff;
	border-radius: 262px;
	display: flex;
	flex: none;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	height: min-content;
	justify-content: center;
	overflow: visible;
	padding: 8px;
	position: relative;
	width: min-content;
}

.clod-bg img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 700px;
	opacity: 0.4;
	height: 410px;
	object-fit: cover;
	object-position: top;
}

.products {
	padding: 100px 0px 100px;
}

.product-wrp {
	padding: 100px;
	background: url(../../img/salesforce/sales-banner.jpg);
	border-radius: 30px;
	background-size: 100%;
	background-position: center;
	position: relative;
}

.product-wrp::before {
	height: 100%;
	background: linear-gradient(100deg, rgb(255, 255, 255) 29%, rgba(255, 255, 255, 0.05) 100%);
	overflow: visible;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	content: "";
	left: 0;
	opacity: 0.8;
}

.product-wrp h2 {
	position: relative;
	line-height: 52px;
	z-index: 9;
	text-align: center;
}

.main-color {
	color: var(--main-color);
}

.product-wrp::after {
	height: 210px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	overflow: visible;
	position: absolute;
	width: 100%;
	z-index: 0;
	content: "";
	left: 0;
	opacity: 1;
	bottom: 0;
}

.prdt-box {
	padding: 30px;
	height: 100%;
	border-radius: 20px;
}
.prdt-box p {
	margin-bottom: 0px;
	margin-top: 15px;
}
.product-cards {
	position: relative;
	margin-top: -160px;
}

.product-cards [class*="col-"]:nth-child(1) .prdt-box {
	background: linear-gradient(180deg, #ffedf8 0%, rgb(255, 229, 245) 100%);
	border: 2px solid #ffedf8;
	box-shadow: .39181507550529204px .7836301510105841px .35045005737561824px -.17857142857142855px #61003d0a, .9598237918515223px 1.9196475837030447px .858492498000645px -.3571428571428571px #61003d0a, 1.8187273795891088px 3.6374547591782176px 1.626719221320524px -.5357142857142857px #61003d0b, 3.1750224074290596px 6.350044814858119px 2.8398263732385636px -.7142857142857142px #61003d0d, 5.525935285020386px 11.051870570040771px 4.942546774628102px -.8928571428571429px #61003d0f, 10.121405975398375px 20.24281195079675px 9.05286071554533px -1.0714285714285714px #61003d13, 20px 40px 17.888543819998315px -1.25px #61003d1d;
}

.product-cards [class*="col-"]:nth-child(2) .prdt-box {
	background: linear-gradient(180deg, #fdfcee 0%, rgb(251, 247, 211) 100%);
	border: 2px solid #ffffff;
	box-shadow: .39181507550529204px .7836301510105841px .35045005737561824px -.17857142857142855px #6128000a, .9598237918515223px 1.9196475837030447px .858492498000645px -.3571428571428571px #6128000a, 1.8187273795891088px 3.6374547591782176px 1.626719221320524px -.5357142857142857px #6128000b, 3.1750224074290596px 6.350044814858119px 2.8398263732385636px -.7142857142857142px #6128000d, 5.525935285020386px 11.051870570040771px 4.942546774628102px -.8928571428571429px #6128000f, 10.121405975398375px 20.24281195079675px 9.05286071554533px -1.0714285714285714px #61280013, 20px 40px 17.888543819998315px -1.25px #6128001d;
}

.product-cards [class*="col-"]:nth-child(3) .prdt-box {
	background: linear-gradient(180deg, #e6fbe9 0%, rgb(224, 247, 227) 100%);
	border: 2px solid #f2fff4;
	box-shadow: .39181507550529204px .7836301510105841px .35045005737561824px -.17857142857142855px #2761000a, .9598237918515223px 1.9196475837030447px .858492498000645px -.3571428571428571px #2761000a, 1.8187273795891088px 3.6374547591782176px 1.626719221320524px -.5357142857142857px #2761000b, 3.1750224074290596px 6.350044814858119px 2.8398263732385636px -.7142857142857142px #2761000d, 5.525935285020386px 11.051870570040771px 4.942546774628102px -.8928571428571429px #2761000f, 10.121405975398375px 20.24281195079675px 9.05286071554533px -1.0714285714285714px #27610013, 20px 40px 17.888543819998315px -1.25px #2761001d;
}

.product-cards [class*="col-"]:nth-child(4) .prdt-box {
	background: linear-gradient(180deg, #e6f0fb 0%, rgb(224, 234, 247) 100%);
	border: 2px solid #ffffff;
	box-shadow: .39181507550529204px .7836301510105841px .35045005737561824px -.17857142857142855px #0041610a, .9598237918515223px 1.9196475837030447px .858492498000645px -.3571428571428571px #2761000a, 1.8187273795891088px 3.6374547591782176px 1.626719221320524px -.5357142857142857px #002a610a, 3.1750224074290596px 6.350044814858119px 2.8398263732385636px -.7142857142857142px #073e860d, 5.525935285020386px 11.051870570040771px 4.942546774628102px -.8928571428571429px #2761000f, 10.121405975398375px 20.24281195079675px 9.05286071554533px -1.0714285714285714px #112dca14, 20px 40px 17.888543819998315px -1.25px #0340821c;
}


.product-cards [class*="col-"]:nth-child(1) .prdt-box h3,
.product-cards [class*="col-"]:nth-child(1) .prdt-box .prdt-icon i {
	color: rgb(112, 4, 66);
}

.product-cards [class*="col-"]:nth-child(2) .prdt-box h3,
.product-cards [class*="col-"]:nth-child(2) .prdt-box .prdt-icon i {
	color: rgb(145, 87, 0);
}

.product-cards [class*="col-"]:nth-child(3) .prdt-box h3,
.product-cards [class*="col-"]:nth-child(3) .prdt-box .prdt-icon i {
	color: rgb(0, 105, 26);
}

.product-cards [class*="col-"]:nth-child(4) .prdt-box h3,
.product-cards [class*="col-"]:nth-child(4) .prdt-box .prdt-icon i {
	color: rgb(5, 72, 159);
}

.prdt-icon {
	mask: url(../../img/salesforce/icon-bg.svg) alpha no-repeat center / cover add;
	width: 100px;
	height: 100px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prdt-icon i {
	font-size: 32px;
}

.product-cards [class*="col-"]:nth-child(1) .prdt-box .prdt-icon {
	background: #ffd1ee;
}

.product-cards [class*="col-"]:nth-child(2) .prdt-box .prdt-icon {
	background: #ffefd0;
}

.product-cards [class*="col-"]:nth-child(3) .prdt-box .prdt-icon {
	background: #c9f0cd;
}

.product-cards [class*="col-"]:nth-child(4) .prdt-box .prdt-icon {
	background: #c6daf2;
}

.feature {
	padding: 100px 0px;
}
.ftr_imgs {
	text-align: center;
	margin-top: 25px;
}

.feature-common {
	background: #dfe8ff;
	border-radius: 15px;
	text-align: center;
	padding: 40px;
	margin-top: 30px;
}



.ftr_two-imgs {
	position: relative;
}



.feature-common h5 {
	margin-bottom: 0px;
	font-size: 22px;
}

.feature-one {
	background: linear-gradient(180deg, rgb(1 61 233) 0%, rgb(232, 239, 255) 100%);
	text-align: center;
	color: #fff;
	padding: 40px 40px 30px 40px;
}
.ftr_two-imgs {
	margin-bottom: 54px;
}
.feature-one h3 {
	color: #fff;
}


.cta {
	background-image: url(../../img/salesforce/sales-banner.jpg);
	background-size: contain;
	display: flex;
	padding: 80px 0px;
	position: relative;
	background-position: center;
	margin: 50px 0px;
}
.cta::before {
	height: 100%;
	background: linear-gradient(180deg, rgb(1 61 233) 0%, rgb(232, 239, 255) 100%);
	overflow: visible;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	content: "";
	left: 0;
	opacity: 0.9;
}

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

.cta-img img {
	width: 560px;
	position: absolute;
	right: 0vw;
	top: -130px;
}

.cta-disc h3 {
	font-size: 50px;
	font-weight: 600;
	line-height: 57.5px;
	color: #fff;
	padding-bottom: 12px;
}

.cta-disc p {
	font-size: 24px;
	font-weight: 400;
	line-height: 38.4px;
	padding-bottom: 30px;
	color: #fff;
	margin-bottom: 0px;
}


.cta-disc {
	position: relative;
}


.faqs_sec {
	padding: 100px 0px;
}

.faq-wrp {
	background: #e6ecff;
	padding: 15px;
	border-radius: 15px;
}

.faq-wrp .accordion-button {
	background-color: #fff !important;
	padding: 20px;
	box-shadow: none;
	color: var(--primary-color);
	font-weight: 500;
}

.faq-wrp .accordion {
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 .9405785497813486px .9405785497813486px -.25px #5e89ff17, 0 2.2293372458661906px 2.2293372458661906px -.5px #5e89ff18, 0 4.066541572415735px 4.066541572415735px -.75px #5e89ff18, 0 6.76061720069265px 6.76061720069265px -1px #5e89ff19, 0 10.9178455242957px 10.9178455242957px -1.25px #5e89ff1a, 0 17.871429860156493px 17.871429860156493px -1.5px #5e89ff1b, 0 30.77339538748609px 30.77339538748609px -1.75px #5e89ff1e, 0 56px 56px -2px #5e89ff23;
}

.faq-wrp .accordion-button:not(.collapsed) {
	color: var(--main-color);
}

.faq-wrp .accordion-body {
	padding: 5px 20px 20px;
}

.approach {
	position: relative;
	padding: 220px 0px;
}

.approach svg {
	height: 920px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}



.approach_imgs {
	position: relative;
	margin-right: 50px;
	text-align: center;
}
.approach_imgs img {
	width: 100%;
}

.approach-content h5 {
	color: var(--main-color);
}

.approach-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.approach-content ul li {
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 15px;
}

.approach-content p {
	margin: 20px 0px;
}


.solutions {
	background: linear-gradient(180deg, rgb(223, 233, 255) 0%, rgb(250, 252, 255) 100%);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	padding: 100px 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 9;
}

.sol-tabs{
	position: relative;
}

.sol-tabs .nav {
	padding: 70px 0;
	background: #fff;
	box-shadow: 0px -2px 6px -3px rgba(0, 0, 0, .2), 0px 4px 6px rgba(33, 37, 41, .2);
	width: 420px;
	border-radius: 15px 15px 0;
}
.sol-tabs .tab-content {
	background: #fff;
	box-shadow: 0px -2px 6px -3px rgba(0, 0, 0, .2), 0px 4px 6px rgba(33, 37, 41, .2);
	height: 100%;
	border-radius: 0 15px 15px 0;
	padding: 40px;
	margin-top: 0px;
}
.sol-tab-content{
	padding-top: 40px;
	width: 100%;
}
.sol-tabs .nav-pills .nav-link.active, .sol-tabs .nav-pills .show > .nav-link {
	background-color: var(--main-color);
	color: #fff;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, .1);
	border-radius: 0px;
	padding-left: 36px;
}
.sol-tabs .nav-pills .nav-link {
	padding: 15px 25px;
	text-align: left;
	color: var(--primary-color);
	font-weight: 500;
	transition: all .3s ease-in-out;
	border-radius: 0px;
	font-size: 15px;
}
.sol-tabs .nav-pills .nav-link:hover {
    padding-left: 36px;
}
.tabs-img  {
text-align: center;
}
.tab__content p {
	margin: 20px 0px;
}

/* Salesforce Responsive css start here */
@media screen and (max-width:1400px){
	.salesforce-banner {
		height: 100%;
	}
	.prdt-box h3 {
		font-size: 20px;
	}
	.cta-disc h3 {
		font-size: 40px;
		font-weight: 600;
		line-height: 47.5px;
	}
	.cta {
		padding: 60px 0px;
	}
}

@media screen and (max-width:1199px){
	.hero-content-wrap h1 {
		font-size: 46px;
		line-height: 68px;
	}
	.cta-img img {
		width: 100%;
		position: unset;
	}
}
@media screen and (max-width:991px){
	.product-wrp {
		padding: 50px 50px 120px 50px;
	}
	.products {
		padding: 60px 0px;
	}
	.prdt-box {
		height: inherit;
		margin-bottom: 30px;
	}
	.approach {
		position: relative;
		padding: 60px 0px;
	}
	.solutions{
		padding: 60px 0px;
	}
	.feature {
		padding: 60px 0px;
	}
	.approach_imgs img {
		margin-bottom: 40px;
	}
	.cta {
		margin: 0px;
	}
	.faqs_sec {
		padding: 60px 0px;
	}
}

@media screen and (max-width:767px){
	.sol-tabs {
		flex-direction: column;
	}
	.sol-tabs .nav {
		padding: 10px 0;
		background: #fff;
		border-radius: 10px;
		width: 100%;
		display: flex;
		flex-wrap: nowrap !important;
		flex-direction: row !important;
		white-space: pre;
		overflow: auto;
	}
	.sol-tabs .nav-pills .nav-link {
		padding: 12px 15px;
		font-size: 15px;
		white-space: nowrap;
		flex-shrink: 0;
		transition: none;
	}
	.sol-tabs .nav-pills .nav-link:hover {
		padding-left: 15px;
	}
	.sol-tabs .nav-pills .nav-link.active, .sol-tabs .nav-pills .show > .nav-link {
		padding-left: 15px;
	}
}
@media screen and (max-width:480px){
.hero-content-wrap h1 {
	font-size: 34px;
	line-height: 52px;
}
.sales-img {
	margin-top: 30px;
}
.salesforce-banner {
	padding-bottom: 50px;
}
.product-wrp {
	background-position: top;
}
.product-wrp h2 {
	line-height: 40px;
}
.approach-content ul li {
	font-size: 16px;
}
.tabs-img {
	margin-top: 30px;
}
.ftr_two-imgs {
	margin-bottom: 20px;
}
.cta-disc h3 {	
	line-height: 37.5px;
	font-size: 24px;
}
.cta-disc p {
	font-size: 18px;
	line-height: 38.4px;
}
.cta-img img {
	margin-top: 30px;
}
.prdt-icon {
	margin-bottom: 20px;
}
.products {
	padding: 30px 0px 60px;
}
.feature-common h5 {
	font-size: 18px;
}
}