/**
 * PEAK Technologies — CSS Fixes
 *
 * @package PEAKT
 * @since 1.0.2
 */

/* ==========================================================================
   SECTION SPACING — reduce dead space between CTA band and Careers
   ========================================================================== */

.connect-peak-temp-wrap {
	margin-bottom: 0 !important;
}

.connect-peak-temp-wrap + .wp-block-group,
.connect-peak-temp-wrap + .wp-block-spacer {
	margin-top: 0 !important;
	padding-top: 40px !important;
}


/* ==========================================================================
   CONTACT PAGE — background gradient coverage
   
   The ::after on .contact-section uses a 351x351px gold gradient PNG
   at background-size:auto, so it only covers the top-right corner.
   Scale it to fill the full top area of the page.
   ========================================================================== */

.page-id-2273 .contact-section::after,
.google-hero-sec::after {
	background-size: 60% auto !important;
}

@media (min-width: 1921px) {
	.page-id-2273 .contact-section::after,
	.google-hero-sec::after {
		background-size: 50% auto !important;
		background-position: right -5% top !important;
	}
}

@media (max-width: 991px) {
	.page-id-2273 .contact-section::after,
	.google-hero-sec::after {
		background-size: 80% auto !important;
	}
}

@media (max-width: 575px) {
	.page-id-2273 .contact-section::after,
	.google-hero-sec::after {
		background-size: 100% auto !important;
	}
}
