/* Shared styles for all background classes */
[class^="customized-research"] {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}

/* Individual background images */
.customized-research {
	background-image: url(../services/customized-research_banner.webp);
}

.customized-research2 {
	background-image: url(../services/marketing-mix_banner.webp);
}

.customized-research3 {
	background-image: url(../services/Evaluate3.1.webp);
}

.customized-research4 {
	background-image: url(../services/opportunity_4.1.webp);
}

.customized-research5 {
	background-image: url(../services/website_webp_img_5.1.webp);
}

.customized-research6 {
	background-image: url(../services/website_webp_img_6.1.webp);
}

.customized-research7 {
	background-image: url(../services/website_webp_img_7.1.webp);
}

.customized-research8 {
	background-image: url(../services/website_webp_img_8.1.webp);
}

.customized-research9 {
	background-image: url(../services/website_webp_img_9.1.webp);
}

.cus-res-cont {
	padding: 80px;
	margin-left: 25px;
}

.bgcolor {
	background-color: #0F297A;
	padding: 2rem 2rem;
	border-radius: 5px;
}

.bg-blu-light {
	background: #E5F0FF;
}

.Strugglingtext {
	color: #0F297A;
	font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 36px;

}

.strategy-card {
	background-color: #F3F8FF;
	border: 1px solid #CFE4FF;
	border-left: 5px solid #0F297A;
	border-radius: 8px;
	padding: 25px;
	height: 100%;
	transition: all 0.3s ease;
	color: #000;
}

.strategy-card h4 {
	font-weight: 600;
}

.strategy-card:hover {
	background: linear-gradient(45deg, #000250 0%, #005cff 100%);
	color: #fff;
	border-color: transparent;
}

.strategy-card:hover h4 {
	color: #fff;
}

.box-shadow-services {
	box-shadow: 0px 0px 12px 0px #00000040;
	padding: 20px;

}

.bespoke-section {
	background-color: #F3F8FF;
}

.bespoke-section ul li {
	font-size: 16px;
	margin-bottom: 6px;
}

.price-box {
	background-color: #fff;
	font-weight: bold;
	border: 1px solid #2A66B3;
}

.price-amount {
	font-size: 24px;
	font-weight: bold;
}

.price-label {
	font-size: 12px;
}

.check-icon {
	color: #17C20B;
	margin-right: 5px;
}

.btn-Services-price {
	background-color: #0F297A;
	color: white;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
}

.order-summ {                         
	background-color: #0F297A;
	color: white;
	padding: 20px;
	border-radius: 5px;
}

.trusted-partner-img {           
	box-shadow: 0px 0px 12px 0px #00000014;
	margin-top: 36px;
	padding: 17px;
	border-radius: 5px;

}


.bg-blue {
	background: #F5FAFF;

}

.Why-Choose-Us h5 {
	color: #0F297A;
	font-weight: 700;
	font-size: 20px;
}


