/**** About Us Page Style ****/

.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.white-layer {
	position: relative;
}

.white-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
}

.white-layer > * {
  position: relative;
  z-index: 2;
}

.banner-content {
	padding: 75px 0;
}
.banner-content h1{
	font-size: 60px;
	font-weight: 800;
}

.banner-content .banner-para {
  font-size: 24px;
}
.banner-content .banner-para span {
	color: #7f94fe;
}

.service-side-img img {
	max-height: 500px;
}

.lh-17 {
	line-height: 1.7;
}

/* Service Detail 1 Section */

.service-detail-1-content h2,
.service-detail-1-content h4 {
	font-weight: 900;
}

/* Explore Certfication Services Section */

.ecs-section {
	background-color: #d9d9d915;
}

.ecs-card {
	background-color: #32267F;
	display: flex;
    flex-direction: column;
	height: 100%;
}

.ecs-img {
	max-width: 60px;
}
.ecs-card-body {
	padding: 30px 0px;
}

.ecs-title {
	font-size: 30px;
	font-weight: 700;
}
.ecs-text {
	font-weight: 300;
	font-size: 20px;
}
.ecs-more .ecs-text a {
	font-weight: 400;
}

.ecs-more {
	margin-top: auto;
}


/* ICV Insights Section */
.filtr-txt {
	font-size: 20px;
	font-weight: 400;
}
.icv-insight-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-shadow: 0 4px 3px #00000040;
}

.icv-insight-card img {
	aspect-ratio: 3/2.5;
	object-fit: cover;
	object-position: top;
	box-shadow: 0 4px 3px #00000040;
}
.icv-insight-card-title {
	font-size: 22px;
	font-weight: 900;
}
.icv-insight-card-text a {
	font-weight: 300;
	font-size: 18px;
}
.icv-insight-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	background-color: transparent;
	border: 1px solid #7f94fe;
	color: #585959;
	padding: 10px 30px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.icv-insight-links a:hover {
	background-color: #32267F;
	border-color: #32267F;
	color: #ffffff;
}

/* ICV Experts Section */

.icv-expert-main-card {
	background-color: #32267F;
}

.icv-expert-main-card h3 {
	font-size: 40px;
	font-weight: 800;
}
.icv-expert-main-card p {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 300;
	display: inline-block;
}

.icv-expert-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.icv-expert-card img {
	aspect-ratio: 1;
	object-fit: cover;
	object-position: top;
}
.icv-expert-card-title {
	font-size: 30px;
	font-weight: 600;
}
.icv-expert-card-text {
	font-size: 24px;
	font-weight: 400;
}

/* Careers in ICV at Adepts Section */

.ciiaa-section {
	background-color: #32267F;
}

.ciiaa-content h2 {
	font-size: 40px;
	font-weight: 900;
}
.ciiaa-content p {
	font-size: 24px;
}

.ciiaa-side-img {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ciiaa-side-img img {
	aspect-ratio: 3/2.5;
	object-fit: cover;
	object-position: top;
}

/* How Adepts Can Help You Section */

.hachy-section {
	background-color: #7E93CD25;
}

.hachy-content {
	border-right: 3px solid #32267F;
}

.hachy-content h2 {
	font-weight: 900;
}

.compliance-title {
	font-weight: 700;
	font-size: 18px;
}
.compliance-text {
	font-size: 18px;
}

/* FAQ's Section */
.faqs-section {
	border-bottom: 1px solid #f5f7fc;
	background-color: #fefefe;
}
.faqs button,
.faqs button:hover,
.faqs button:focus,
.faqs button:not(.collapsed){
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	margin: 0.5rem 0;
	padding: 1rem 1rem 1rem 0.4rem;
	background-color: transparent;
	box-shadow: none;
}
.faqs button::after {
	font-family: "Font Awesome 7 Free";
	color: #32267F;
	font-weight: 900;
	font-size: 30px;
	content: "\f055";
	margin-left: auto;
	bottom: 8px;
	position: relative;
	background-image: none;
	transition: none;
  	transform: none !important;
}

.faqs button:not(.collapsed)::after {
	content: "\f056";
	background-image: none;
}

.faqs .accordion-body {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0rem 1rem 1rem 0.4rem;
}

.faqs .accordion-body a {
	font-weight: 500;
	color: #32267F;
	text-decoration: none;
}
.faqs .accordion-body b,
.faqs .accordion-body strong {
	font-weight: 500;
}
.faqs .accordion-body ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.faqs .accordion-body ul li {
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}

/* Call to Action Section */

.cta-bg {
	background-repeat: no-repeat;
	background-size: 100% 100%;;
}
.cta-bg h2 {
	font-size: 55px;
	font-weight: 900;
}
.cta-bg p {
	font-weight: 500;
	font-size: 22px;
}

.cta-btn {
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	background-color: #ffffff;
	color: #32267F;
	padding: 16px 35px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.cta-btn:hover {
	background-color: #32267F;
	color: #ffffff;
}

@media (min-width: 1400px) {
	.icv-expert-main-card {
		aspect-ratio: 3 / 3;
		display: flex;
		flex-direction: column;
		height: auto;
	}
}
@media (max-width: 1399px) {
	.banner-content h1{
		font-size: 50px;
	}
	.banner-content .banner-para {
	  font-size: 23px;
	}
}
@media (max-width: 1260px) {
	.ecs-img {
		max-width: 50px;
	}
	.ecs-title {
		font-size: 28px;
	}
	.ecs-text {
		font-size: 18px;
	}
	
	.ciiaa-content h2 {
		font-size: 38px;
	}
	.ciiaa-content p {
		font-size: 22px;
	}
	
	.cta-bg h2 {
		font-size: 50px;
	}
	.cta-bg p {
		font-size: 20px;
	}
	.cta-btn {
		padding: 14px 24px;
	}
}
@media (max-width: 1120px) {
	.banner-content h1{
		font-size: 44px;
	}
	.banner-content .banner-para {
	  font-size: 22px;
	}
	
	.icv-expert-card-title {
		font-size: 26px;
	}
	.icv-expert-card-text {
		font-size: 20px;
	}
	
	.ciiaa-content h2 {
		font-size: 34px;
	}
	.ciiaa-content p {
		font-size: 20px;
	}
	
	.cta-bg {
		border-radius: 1rem !important;
	}
	.cta-bg h2 {
		font-size: 46px;
	}
	.cta-bg p {
		font-size: 18px;
	}
	.cta-btn {
		font-size: 18px;
		padding: 12px 20px;
	}
	
}
@media (max-width: 991px) {
	.service-side-img img {
		max-height: 100%;
		border-radius: 1rem !important;
		margin-top: 20px;
	}
	
	.icv-expert-card-title {
		font-size: 24px;
	}
	.icv-expert-card-text {
		font-size: 18px;
	}
	
	.faqs button,
	.faqs button:hover,
	.faqs button:focus,
	.faqs button:not(.collapsed){
		font-size: 18px;
		margin: 0.3rem 0;
		padding: 0.8rem 0.8rem 0.8rem 0.3rem;
	}
	.faqs button::after {
		font-size: 26px;
		bottom: 6px;
	}

	.faqs .accordion-body {
		font-size: 18px;
		margin-bottom: 8px;
		padding: 0rem 0.8rem 0.8rem 0.3rem;
	}
	.faqs .accordion-body ul {
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
	}
	.faqs .accordion-body ul li {
		font-size: 18px;
		margin-bottom: 3px;
	}
}
@media (max-width: 767px) {
	.banner-content {
		padding: 50px 0;
	}
	.banner-content h1{
		font-size: 42px;
	}
	.banner-content .banner-para {
	  font-size: 20px;
	}
	
	.filtr-txt {
		font-size: 18px;
	}
	.icv-insight-card img {
		aspect-ratio: 2;
	}
	
	
	.icv-expert-card-title {
		font-size: 26px;
	}
	.icv-expert-card-text {
		font-size: 20px;
	}
	
	.hachy-content {
		border-right: none;
	}
	
	.cta-bg h2 {
		font-size: 38px;
	}
	.cta-bg p {
		font-size: 17px;
	}
}
@media (max-width: 575px) {
	.banner-content h1{
		font-size: 34px;
	}
	.banner-content .banner-para {
	  font-size: 18px;
	}
	.filtr-txt {
		font-size: 17px;
	}
	.icv-insight-card img {
		aspect-ratio: 1.5;
	}
	.icv-insight-card-text a {
		font-size: 17px;
	}
	.icv-insight-links a {
		padding: 6px 15px;
	}
	
	.icv-expert-main-card h3 {
		font-size: 36px;
	}
	.icv-expert-main-card p {
		font-size: 18px;
	}
	
	.icv-expert-card-title {
		font-size: 24px;
	}
	.icv-expert-card-text {
		font-size: 18px;
	}
	
	.ciiaa-content h2 {
		font-size: 30px;
	}
	.ciiaa-content p {
		font-size: 18px;
	}
	
	.faqs button,
	.faqs button:hover,
	.faqs button:focus,
	.faqs button:not(.collapsed){
		font-size: 16px;
		margin: 0.3rem 0;
		padding: 0.6rem 0.6rem 0.6rem 0.2rem;
	}
	.faqs button::after {
		font-size: 24px;
		bottom: 5px;
	}

	.faqs .accordion-body {
		font-size: 16px;
		margin-bottom: 6px;
		padding: 0rem 0.6rem 0.6rem 0.2rem;
	}
	.faqs .accordion-body ul {
		margin-top: 0.6rem;
		margin-bottom: 0.6rem;
	}
	.faqs .accordion-body ul li {
		font-size: 16px;
		margin-bottom: 2px;
	}
	
	.cta-bg h2 {
		font-size: 34px;
	}
	.cta-bg p {
		font-size: 16px;
	}
	.cta-btn {
		font-size: 16px;
		padding: 8px 16px;
	}
}