@charset "UTF-8";
/* CSS Document */

footer {
	padding: 3vw 0 1em;
}

footer .copyright {
	text-align: center;
	/*padding: 2vw 0;*/
}

footer img {
	max-width: 150px !important;
	height: auto;
	border-radius: 0;
}

footer ul {
	width: fit-content;
	padding-left: 0;
}

footer li {
	list-style-type: none;
	border-top: solid 1px var(--orange);	
	padding-top: 15px;
	margin-bottom: 15px;
}

footer li:last-child {
	padding-bottom: 15px;
	border-bottom: solid 1px var(--orange);
}

footer li a {
	color: #FFF;
}

.col_shads > div {
	margin-bottom: 5px;
}

.col_shads > div .wp-block-group {
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	height: 100%;	
}

.col_spaces > div .wp-block-group {
	/*padding: 15px;*/
	height: 100%;
}

.icons_left_1 .wp-block-group {
	margin-bottom: 30px;
	/*background-color: goldenrod;*/
}

.icons_left_1 .wp-block-group figure {
	width: 75px;
	height: auto;
	position: absolute;
}

.icons_left_1 .wp-block-group img {
	border-radius: 100px;
}

.icons_left_1 .wp-block-group :is(h3,p) {
	position: relative;
	left: 85px;
	/*top: -85px;*/
	width: calc(100% - 85px);
}

.icons_left_1 .wp-block-group h3 {
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 1.4em;
}

.icons_left_1.spaced1 .wp-block-group {
	margin-bottom: 45px;
}

/* === Process Wheel === */

/*.interactive_wheel {
	position: relative;
	border: solid 1px yellow;
}

.interactive_wheel:after {
	content: '';
	display: block;
	background-color: var(--blue);
	width: 85px;
	aspect-ratio: 1 / 1 ;
	border-radius: 100px;
	border: 2px solid #FFF;
}*/

.spot-clicks {
	position: relative;
	width: fit-content;
	transition: transform 0.5s ease;
	margin: 0 auto;
}

.spot-clicks.moveLeft {
	transform: translateX(0);
}

.spot-chart {
	position: relative;
}

.spot-click {
	position: absolute;	
	width: 18%;
	border: 3px solid #FFF;
	border-radius: 100px;	
	transform: translate(-50%,-50%);
	transition: width 0.2s;
	cursor: pointer;
}

.spot-click:hover {
	width: 20%;
}

.spot-click.s1 {
	top: 10.2%;
	left: 50%;	
}

.spot-click.s2 {
	top: 41%;
	left: 90%;
}

.spot-click.s3 {
	left: 78.5%;
	top: 89.5%;
}

.spot-click.s4 {
	left: 21%;
	top: 89.5%;
}

.spot-click.s5 {
	top: 41%;
	left: 10%;
}

.spot-info {
	display: none;
}

.fancybox-content.info figure {
	text-align: center;	
}

.fancybox-content.info img {
	max-width: 50px;
}

/* === Row Styles === */

.col_fill .wp-block-group {
	background-color: var(--orange);
	padding: 15px;
	border-radius: 20px;
}

.col_fill :is(h1,h2,h3,p) {
	color: #FFF;
}

.col_fill.tri_color .wp-block-group

/* === Fancybox === */

.fancybox-content {
	border-radius: 15px;
	width: 90%;
}

.fancybox-button > div {
	background: var(--orange) !important;
}

.fancybox-button:disabled > div {
	background: rgba(102, 102, 102, 0.44) !important
}

.fancybox-button > div svg {
	color: #FFF !important;
}

.fancybox-button:disabled > div svg {
	color: rgba(255, 255, 255, 0.44) !important;
}

.fancybox-button--arrow_left > div {
	border-radius: 4px 0 0 4px;
}

.fancybox-button--arrow_right > div {
	border-radius: 0 4px 4px 0;
}

/* === Forms === */

#contact {
	scroll-margin: 10vw;
}

.form_block input {
	height: 60px;
}

.form_block :is(input,textarea) {
	border: none !important;
}

form :is(input,textarea) {
	background-color: var(--blue-trans) !important; 
}

/* === Selectric === */

div:has(> label ~ .selectric-wrapper) {
	/*background-color: white;*/
}

.selectric-wrapper {
	max-width: 600px;
	margin: 15px auto 45px;
	/*background-color: white;*/
}

.selectric {
	border-radius: 50px !important;
	border: none !important;
	transition: border-radius 0s;
}

.selectric-wrapper.selectric-open .selectric {
	border-radius: 23px 23px 0 0 !important;	
}

.selectric .label {
	font-size: 0.8em !important;
	height: 46px !important;
	font-family: var(--display);
	padding: 2px 0 0 15px;
}

.selectric .button:after {
	background-image: url(https://diverge25.designcoup.dev/wp-content/uploads/2026/02/arrow_down.webp);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	background-color: rgb(245, 133, 0) !important;
	width: 30px !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 60px;
	top: 5px !important;
	left: -7px !important;
	border: none !important;
}

.selectric-items li {
	font-size: 1.4em !important;
	padding-left: 25px !important;
}

.selectric-items li:first-child {
	display: none !important;
}

.selectric-items li:hover {
	background-color: var(--light) !important;
	font-weight: bold;
}

/* === Jobs === */

#jobs {
	scroll-margin: 10vw;
}

#jobs h3 {
	font-weight: bold;
}

@media(min-width: 992px) {

	.selectric-wrapper {
		margin-left: 0 ;
	}

	.spot-clicks {
		margin: 0 auto;
	}

	.spot-clicks.moveLeft {
		transform: translateX(-20vw);
	}

	.spot-clicks.moveLeft .spot-chart {
		/*width: 50%;*/
	}

	.spot-info {
		display: block;
		position: absolute;
		opacity: 0;
		width: 36vw;
		left: 110vw;
		transition: left 0.5s ease, opacity 0.5s ease;
		top: 50%;
		transform: translate(0,-50%);
		background-color: var(--light_trans);
		border-top: 1px solid var(--gray);
		border-bottom: 1px solid var(--gray);
		padding: 20px 20px 0 20px;
	}

	.spot-info h3 {
		font-family: var(--display);
		margin-bottom: 16px !important;
		font-weight: 600 !important;
	}

	.spot-info figure {
		padding-right: 10px;
	}

	.spot-info.visible {
		left: 105%;
		opacity: 1;
	}

	.spot-info.resetting {
		left: 110vw;
		opacity: 0;
	}

}
