/*//////// HOME PAGE ////////*/
#home-page {}


/*////// HERO SECTION //////*/
section.hero-section {
	/*background-color: #000000;*/
}
section.hero-section div.hero-container {
	padding: 0 0;
	height: 81.7rem;
	background-color: #787878;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {
	padding: 19.2rem 20.5rem;
}
div.hero-flex-container div.hero-flex-item {}

/*// FLEX SPECIFICS //*/
#hero-flex-item-1 {
	text-align: center;
}
#hero-flex-item-2 {}
#hero-flex-item-3 {}

/*// ELEMENTS //*/
#hero-flex-item-1 h1 {
	margin-top: 6rem;
	color: #ffffff;
	font-family: "Gotham";
	font-size: 6rem;
	font-size: 5.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.16; /* 116.667% */
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-align: center;
}
#hero-flex-item-1 img {
	width: 37.9rem;
	margin: 0 auto;
	text-align: center;
}
#hero-flex-item-2 p {}
#hero-flex-item-2 strong {}
#hero-flex-item-3 a.cta-button {}



/*////// STRATEGY SECTION //////*/
section.strategy-section {}
section.strategy-section div.strategy-container {
	transform: translateY(-3rem);
	padding: 0 12.5rem;
	background-color: #ffffff;
}

/*//// FLEX ////*/
div.strategy-container div.strategy-flex-container {
	background-color: transparent;
	box-shadow: rgba(17, 12, 46, 0.08) 0px 48px 100px 0px;
	box-shadow: 
		inset rgba(17, 12, 46, 0.08) 0px 48px 100px 0px, 
  		rgba(17, 12, 46, 0.08) 0px 48px 100px 0px; 
}
div.strategy-flex-container div.strategy-flex-item {
	max-width: 39.6667rem;
	height: 17rem;
	padding: 6.9rem 3.7rem;
	background: var(--Text-Color-07, #FFF);
	transition: all .4s ease;
	overflow: hidden;
}
div.strategy-flex-container div.strategy-flex-item:hover {
	transform: translateY(-.5rem);
}
div.strategy-flex-item h4 {
	margin: 0 0;
	padding: 0 0;
	color: var(--Text-Color-01, #131313);

	/* H4 */
	font-family: "avenir-lt-pro";
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 150% */
}
img.arrow {
	position: absolute;
	top: 2.7rem;
	right: 2.7rem;
	z-index: 100;
	width: 2.8rem;
}
div.strategy-flex-item div.strategy-accent {
	position: absolute;	
    top: 1.5rem;
    right: -10rem;
    transform: translate(-50%, -50%);
	z-index: 99;
	width: 12.6rem;
	height: 12.6rem;
	background-color: var(--Gray, #C0CDD4);
	border-radius: 50%;
	opacity: 0.4;
	transition: all .3s ease;
}
div.strategy-flex-item:hover div.strategy-accent {
	transform: translate(-50%, -50%) scale(15);
	opacity: 0.05;
}

/*// FLEX SPECIFICS //*/
#strategy-flex-item-1 {
	border-radius: 1rem 0rem 0rem 1rem;
}
#strategy-flex-item-2 {
	background: var(--Blue, #0A1E2C);
}
#strategy-flex-item-2 h4 {
	color: var(--Text-Color-07, #FFF);
}
#strategy-flex-item-2 div.strategy-accent {
	opacity: .1;
}
#strategy-flex-item-2:hover div.strategy-accent {
	opacity: .05;
}
#strategy-flex-item-3 {
	border-radius: 0rem 1rem 1rem 0rem;	
}



/*////// ABOUT SECTION //////*/
section.about-section {
	margin-top: -3rem;
}
section.about-section div.about-container {
	padding: 14rem 16rem;
	background-color: #ffffff;
}

/*//// FLEX ////*/
div.about-container div.about-flex-container {
	justify-content: space-between;
}
div.about-flex-container div.about-flex-item {}

/*// FLEX SPECIFICS //*/
#about-flex-item-1 {}
#about-flex-item-2 {
	text-align: right;
}

/*// ELEMENTS //*/
#about-flex-item-1 h3 {
	color: var(--Blue, #0A1E2C);
	font-family: "Gotham";
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4; /* 140% */
}
#about-flex-item-1 p {
	color: var(--Blue, #0A1E2C);
	font-family: "avenir-lt-pro";
	font-size: 2rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.6; /* 160% */
}
#about-flex-item-1 p.do {
	margin-top: 4rem;
	color: var(--Gold, #C3A86B);
	font-family: "avenir-lt-pro";
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.5; /* 150% */
	text-transform: uppercase;
}

#about-flex-item-2 img {
	position: relative;
	margin-left: auto;
	margin-right: 0;
	border-radius: 1rem;
}
#about-flex-item-2 img.back-image {
	z-index: 99;
	width: 40.3013rem;
}
#about-flex-item-2 img.front-image {
	z-index: 100;
	width: 33.8531rem;
	transform: translate(-15rem, -3rem);
}





/*////// TESTIMONIAL SECTION //////*/
section.testimonial-section {}
section.testimonial-section div.testimonial-container {
	padding: 0 0 24rem 0;
	background-color: #ffffff;
}

/*//// FLEX ////*/
div.testimonial-container div.testimonial-flex-container {
	position: relative;
    z-index: 100;
    padding-top: 7.3rem;
}
div.testimonial-flex-container div.testimonial-flex-item {}

/*// FLEX SPECIFICS //*/
#testimonial-flex-item-1 {}
#testimonial-flex-item-2 {
	padding: 4rem 10rem;
}

/*// ELEMENTS //*/
div.testimonial-accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	width: 100%;
	height: 57.6rem;
	background-color: var(--Gold, #C3A86B);
	background-color: rgba(195, 168, 107, .75);	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('https://dev-scheffey-co.pantheonsite.io/wp-content/uploads/2025/07/sheffey-co-home-testimonial-background.png');
}
#testimonial-flex-item-1 img {
	width: 58.5rem;
	max-height: 72.7rem;
	margin-left: auto;
	margin-right: 0;
	border-radius: 1.5rem;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.11);
}
#testimonial-flex-item-2 h4 {
	color: var(--Blue, #0A1E2C);

	/* H4 */
	font-family: "avenir-lt-pro";
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5; /* 150% */
}
#testimonial-flex-item-2 p {
	margin-top: 8.1rem;
	color: var(--Gray, #C0CDD4);

	/* Body Large */
	font-family: "avenir-lt-pro";
	font-size: 2rem;
	font-style: normal;
	font-weight: bold;
	line-height: 1.6; /* 160% */
}
#testimonial-flex-item-2 div.dark-accent {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 11.8rem;
	background: var(--Blue, #0A1E2C);
}





/*///////// FOOTER CTA SECTION ////////*/
section.cta-section {
    margin-top: 0 !important;
    z-index: 100;
}





/*//// GRANULAR RESPONSIVE CSS HERE ////*/
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1024px) { }
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) {

		/*////// HERO SECTION //////*/
		section.hero-section div.hero-container { height: 66dvh; }
		div.hero-container div.hero-flex-container { padding: 0 0; }
		#hero-flex-item-1 { padding-top: 30%; }
		#hero-flex-item-1 img { width: 60% }
		#hero-flex-item-1 h1 { font-size: 3.4rem; padding: 0 8rem; }

		/*////// STRATEGY SECTION //////*/
		section.strategy-section div.strategy-container { transform: none; padding: 6rem 3rem 0 3rem; }
		div.strategy-container div.strategy-flex-container { transform: translateY(-20%); box-shadow: none; }
		div.strategy-flex-container div.strategy-flex-item { max-width: 100%; }
		div.strategy-flex-item h4 { font-size: 2.6rem }
		#strategy-flex-item-1,
		#strategy-flex-item-3 { border: 1px solid silver; border-radius: 1rem 1rem 1rem 1rem; }
		#strategy-flex-item-2 { border-radius: 1rem 1rem 1rem 1rem; }

		/*////// ABOUT SECTION //////*/
		section.about-section div.about-container { padding: 6rem 3rem }
		#about-flex-item-1 { padding-bottom: 6rem; }
		#about-flex-item-1 h3 { font-size: 3.4rem; }
		#about-flex-item-1 p.do { font-size: 2rem; }
		/*/// CTA BUTTONS ///*/
		a.cta-button { display: block; max-width: 75%; text-align: center; margin-bottom: 2rem; }

		/*////// TESTIMONIAL SECTION //////*/
		section.testimonial-section div.testimonial-container { padding: 9rem 3rem 16rem 3rem; }
		#testimonial-flex-item-2 { padding: 2rem 2rem; }
		#testimonial-flex-item-2 div.dark-accent { display: none; }
		#testimonial-flex-item-2 p { margin-top: 0; padding: 2rem; background: var(--Blue, #0A1E2C); }

} 
@media only screen and (max-width: 480px) { 

		/*////// HERO SECTION //////*/
		section.hero-section div.hero-container { height: 66dvh; }
		div.hero-container div.hero-flex-container { padding: 0 0; }
		#hero-flex-item-1 { padding-top: 30%; }
		#hero-flex-item-1 img { width: 60% }
		#hero-flex-item-1 h1 { font-size: 3.4rem; padding: 0 8rem; }

		/*////// STRATEGY SECTION //////*/
		section.strategy-section div.strategy-container { transform: none; padding: 6rem 3rem 0 3rem; }
		div.strategy-container div.strategy-flex-container { transform: translateY(-20%); box-shadow: none; }
		div.strategy-flex-container div.strategy-flex-item { max-width: 100%; }
		div.strategy-flex-item h4 { font-size: 2.6rem }
		#strategy-flex-item-1,
		#strategy-flex-item-3 { border: 1px solid silver; border-radius: 1rem 1rem 1rem 1rem; }
		#strategy-flex-item-2 { border-radius: 1rem 1rem 1rem 1rem; }

		/*////// ABOUT SECTION //////*/
		section.about-section div.about-container { padding: 6rem 3rem }
		#about-flex-item-1 { padding-bottom: 6rem; }
		#about-flex-item-1 h3 { font-size: 3.4rem; }
		#about-flex-item-1 p.do { font-size: 2rem; }
		/*/// CTA BUTTONS ///*/
		a.cta-button { display: block; max-width: 75%; text-align: center; margin-bottom: 2rem; }

		/*////// TESTIMONIAL SECTION //////*/
		section.testimonial-section div.testimonial-container { padding: 9rem 3rem 16rem 3rem; }
		#testimonial-flex-item-2 { padding: 2rem 2rem; }
		#testimonial-flex-item-2 div.dark-accent { display: none; }
		#testimonial-flex-item-2 p { margin-top: 0; padding: 2rem; background: var(--Blue, #0A1E2C); }

}
/*// LANDSCAPE ORIENTATION - TABLET & SMALLER //*/
@media screen and (max-width: 1024px) and (orientation: landscape) { }
@media screen and (max-width: 813px) and (orientation: landscape) { }