@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700,800,900&display=swap');

.rubik {
	font-family: 'Rubik', sans-serif;
}
.clrBg {
	background-color: #f2f2f2;
}
.cntHolder {
	max-width: 1300px;
	margin: 0 auto;
	padding: 30px 15px 40px;
	font-family: 'Rubik', sans-serif;
/*	background-color: gold;*/
}

a {
	text-decoration: none;
}

.home-page-link.mob {
	display: none !important;
}

.btnA {
    display: inline-block;
    font-weight: bold;
    background-color: #efbc16;
    color: #282d38;
    padding: 16px 40px 13px 40px;
    border-radius: 10px;
    font-size: 20px;
    margin: 20px 0;
    transition: all .5s;
    text-transform: uppercase;
}
.btnA:hover {
    background-color: #282d38;
    color: #fff;
}
.smallTxt {
	line-height: 1.3;
	font-size: .7rem;
	margin: 0;
}

/* Header */
.hero {
	font-family: 'Rubik', sans-serif;
	background-image: url('/wp-content/themes/FoundationPress/assets/img/about_us/hero_pic2.png'); 
	background-size: cover;
	background-position: center top 8%;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.hero .cntHolder {
	padding: 0 15px;
}
.hero-text {
	max-width: 450px;
	line-height: 1.3;
	margin: 40px 0;
	text-shadow: 2px 1px 6px #000;
}
.hero-text h1 {
	color: #fff;
	line-height: 1.3;
}
.hero-text h1 span {
  font-size: 42px;
  line-height: 1.3;
  font-weight: bolder;
}
.hero-text h1 p {
	margin: 0;
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.hero-text h1 span + p {
	display: inline;
}

.cntHolder h2 {
	padding-bottom: 10px;

}

.block-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	padding-top: 10px;
	text-align: center;
}
.block-item {
	flex: 1 1 280px;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}
.block-item img {
	width: 64px;
	height: 64px;
	margin-bottom: 20px;
}
.block-item h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
/*	color: #000;*/
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-item p {
	font-size: 0.9rem;
	color: #555;
}

/* reviews */
.testimonial {
	margin-bottom: 50px;
}
.testimonial .cntHolder {
	position: relative;
	overflow: hidden;
}
.testimonial-content {
	position: relative;
	z-index: 1;    
	box-shadow: 5px 3px 10px #00000085;
  	background-color: #fef6e4;	
  	max-width: 600px;
  	margin-top: 10%;
  	padding: 50px 15px 70px;
  	text-align: center;
  	margin-bottom: 100px;
}
.testimonial-content h2 {
	color: #EFBC16;
}
.testimonial-content .stars {
	font-size: .8rem;
	/*margin-top: -10px;*/
}
.testimonial-content img {
	width: 100px;
}
.testimonial-content blockquote {
	font-size: .9rem;
	line-height: 1.6;
	margin: 20px 0 0;
	padding: 0 20px;
	border: none;
}
.testimonial-content cite {
	display: block;
	font-size: .9rem;
	font-style: italic;
}
.testimonial-image {
	max-width: 80%;
	position: absolute;
	top: 0;
	right: 0;
}
.testimonial-slider {
  position: relative;
}
.slides {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.slide {
  min-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  display: none;
  text-align: center;
}
.slide.active {
  display: block;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #333;
  padding: 0;
}
.arrow.prev {
  left: 5px;
}
.arrow.next {
  right: 5px;
}

.hassle .cntHolder {
	max-width: 700px;
}
.hassle .cntHolder h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.hassle .block-flex {
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.hassle .block-flex h4 {
	font-size: .8rem;
	padding: 0;
	margin: 0;
	line-height: 1.3;
} 
.hassle .block-flex img {
	margin-bottom: 5px;
} 
.hassle .block-flex .block-item {
	flex: 0 1 120px;
} 


.credentials {
	margin: 50px 0 30px;
}
.credentials .cntHolder {
	max-width: 750px;
}
.credentials .credentials-list {}
.credentials .credentials-list p {
	font-size: .8rem;
	display: block;
	border-bottom: 1px solid rgba(40, 45, 56, 0.25);
	margin: 0;
	padding: 5px 0 5px 10px;
}
.credentials .credentials-list p:last-child {
	border-bottom: none;
}


.customers .support-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 60px 0 30px;
}
.customers .support-box {
	position: relative;
	aspect-ratio: 4 / 2;
	overflow: hidden;
	border-radius: 10px;
	/*	  box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
}
.customers .support-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.customers .support-box:hover img {
	transform: scale(1.2);
}
.customers .support-box .overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(255,255,255,.85);
	color: #fff;
	font-size: 0.9rem;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	flex-direction: column;
	pointer-events: none;
}
.customers .support-box:hover .overlay {
	opacity: 1;
	pointer-events: auto;
}


.customers .support-box .overlay p {
	font-size: .7rem;
	padding: 0;
	margin: 0 0 10px;
	line-height: 1.3;
}

.customers .support-box .overlay a.cLink {
	text-decoration: underline;
	color: #282D38;
	display: block;
	font-size: .9rem;
    padding: 2px 10px;
	transition: all .4s;
}
.customers .support-box .overlay a.cLink:hover {
	color: #EFBC16;
	background-color: #282d3873;
    text-decoration: none;
}
.customers .support-box .overlay a.cBtn {
	background-color: #282D38;
	color: #fff;
	transition: all .4s;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: .9rem;
	margin-top: 10px;
	display: inline-block;
}
.customers .support-box .overlay a.cBtn:hover,
.customers .support-box .overlay a.cBtn:focus {
	background-color: #EFBC16;
	color: #282D38;
}


.support {
	background-color: #282D38;
}
.support .cntHolder h2{
	color: #fff;
}
.support .cntHolder p {
	color: #fff;
}
.support .cntHolder p a {
	color: #fff;
	text-decoration: underline;
	transition: all .4s;
}
.support .cntHolder p a:hover {
	color: #EFBC16;
}

.team {
	background-image: url(/wp-content/themes/FoundationPress/assets/img/about_us/mountain_bg.png);
	background-size: cover;
	margin: 100px 0;
}
.team .team-grid {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	padding: 100px 0;
}
.team .profile-card {
	width: 300px;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}
.team .image-wrapper {
	position: relative;
	height: 340px;
	overflow: hidden;
}
.team .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter 0.3s ease, opacity 0.3s ease;
}
.team .image-wrapper .overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.team .image-wrapper .overlay p {
	font-size: 0.75rem;
	color: #282D38;
}
.team .image-wrapper:hover img {
	filter: blur(3px);
	opacity: 0.5;
}
.image-wrapper:hover .overlay {
	opacity: 1;
}
.team .info {
	text-align: center;
	padding: 20px;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.3;
}
.team .info strong {
	text-transform: uppercase;
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.team .info a {
	font-style: italic;
	font-size: 0.85rem;
	color: #282D38;
	font-weight: 300;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.faq-section {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	flex-wrap: nowrap;
	max-width: 1300px;
	margin: 0 auto;
	min-height: 600px;
}
.faq-text {
	flex: 0 0 40%;
	background-color: #fff;
	padding: 60px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
	.faq-text h2 {
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 20px;
	color: #282D38;
}
.faq-text p {
	font-size: 1rem;
	line-height: 1.6;
	color: #282D38;
}
.faq-text a {
	color: #3E74BF;
	text-decoration: none;
}
.faq-text a:hover {
	text-decoration: underline;
}
.faq-visual {
	flex: 1;
	position: relative;background: url('/wp-content/themes/FoundationPress/assets/img/about_us/FAQ_section_bg_dark_copy.png') center/cover no-repeat;
	color: #fff;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.faq-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 0;
	border-radius: 50%;
}
.faq-visual-content {
	position: relative;
	z-index: 1;
	max-width: 430px;
	margin: 0 auto;
}
.faq-visual .title {
	font-size: 1.2rem;
	font-weight: 900;
	color: #EFBC16;
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: 270px;
	margin: 0px auto 30px;
	text-shadow: 3px 3px 7px black;
}
.faq-visual .title .big-number {
	font-size: 3rem;
	line-height: 1.2;
	color: #EFBC16;
	font-weight: 900;
	text-shadow: none;
}
.faq-visual ol {
	padding-left: 0;
	list-style: none;
	counter-reset: item;
}
.faq-visual li {
	counter-increment: item;
	margin-bottom: 25px;
	position: relative;
	padding-left: 50px;
	padding-top: 2px;
	font-size: .9rem;
	line-height: 1.8;
	text-shadow: 2px 2px black;
}
.faq-visual li::before {
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	background: #EFBC16;
	color: #282d38;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-weight: 300;
	font-size: 0.9rem;
	text-shadow: none;
}



.info-section {
	text-align: center;
	margin-top: 40px;
}
.info-section h2 {
	font-size: 2rem;
	margin-bottom: 40px;
	font-weight: 900;
}
.info-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.info-card {
	flex: 1 1 300px;
	max-width: 320px;
	background: #eee;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.info-card img {
	width: 100%;
	height: auto;
	display: block;
}
.info-content {
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}
.info-content h3 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.info-content p {
	font-size: 0.75rem;
	line-height: 1.3;
	margin-bottom: 20px;
	flex-grow: 1;
}
.info-content a {
	display: inline-block;
	background: #282d38;
	color: #fff;
	padding: 10px 5px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	margin-top: auto;
	font-size: .8rem;
	line-height: 1.3;
	transition: all .4s;
}
.info-content a:hover {
	background: #EFBC16;
	color: #282d38;
}


/*.clrBg.hassle.tBg {
	background-image: url("/wp-content/themes/FoundationPress/assets/img/about_us/london_wave.png");
	background-position: center bottom;
	background-size: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}*/

.imgLondon {
	margin-top: -300px;
	width: 100%;
	overflow: hidden;
}
.imgLondon img {
	width: 100%;
}


@media (max-width: 1600px) {
	.imgLondon {
		margin-top: -200px;
	}
}
@media (max-width: 1300px) {
	.hero {
		padding: 50px 0 50px 50px;
	}
}
@media (max-width: 1000px) {
	.testimonial-image {
		max-width: inherit;
		width: 120%;
		right: -20%;
	}
	.testimonial-content {
		max-width: 400px;
  		margin-bottom: 20px;
	}
	.imgLondon {
		width: 130%;
		margin-top: -150px;
		margin-left: -15%;
	}
}
@media (max-width: 900px) {
	.customers .support-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.faq-section {
		flex-direction: column;
		align-items: center;
	}
	.faq-text {
		flex: none;
		width: 100%;
		padding: 30px 20px;
	}
	.faq-visual {
		border-radius: 50%;
		padding: 40px 20px;
		background-position: center;
	}
}

footer {
	margin-top: -10px;
}

@media (max-width: 767px) {
	.hero {
		padding: 30px 0 30px 20px;
		background-position: right -35px center;
	}
	.hero-text {
		max-width: 380px;
	}
	.hero-text h1 span + p {
		display: block;
	}
}

@media (max-width: 600px) {
	.imgLondon {
		width: 150%;
		margin-top: -120px;
		margin-left: -30%;
	}
}
@media (max-width: 500px) {
	.hero {
		padding: 30px 0 100px;
		background-position: center center, right -230px center;
  		background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),  url('/wp-content/themes/FoundationPress/assets/img/about_us/hero_pic.png'); 
	}
	.hero-text {
		max-width: 80%;
	}
	.testimonial .cntHolder {
		padding: inherit;
	}
	.testimonial-image {
		position: relative;
		width: 100%;
		right: inherit;
		margin-top: -40px;
		z-index: 2;
	}
	.testimonial-content cite {
		margin-top: 20px;
	}
	.testimonial-content {
		max-width: inherit;
  		margin-bottom: inherit;
		box-shadow: inherit;
	}
	.credentials .credentials-list p {
		padding: 5px 0 5px 0;
	}
	.customers .support-grid {
		grid-template-columns: 1fr;
	}

	.faq-visual .title {
	    max-width: 240px;
	}
    .faq-visual-content {
	    max-width: 310px;
	}
	.imgLondon {
		width: 200%;
		margin-top: -120px;
		margin-left: -80%;
	}
}