.revox-brands-widget .revox-brand-logo {
	margin-bottom: 20px;
}

.revox-brands-widget .revox-brand-logo img {
	display: block;
	height: auto;
	width: auto;
	max-height: 64px;
	object-fit: contain;
}

.revox-brands-widget .choose-content h2 {
	margin-bottom: 12px;
}

.revox-brands-widget .choose-content p {
	margin-bottom: 0;
}

.revox-brand-grid-widget a.revox-brand-grid-link {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.revox-brand-grid-widget a.revox-brand-grid-link .content h3 {
	color: inherit;
}

/* Image hover zoom (matches theme portfolio feel) */
.revox-brand-grid-widget .project-box-items-555 .thumb {
	overflow: hidden;
	border-radius: 10px;
}

.revox-brand-grid-widget .project-box-items-555 .thumb img {
	transition: transform 0.45s ease, border-color 0.3s ease;
}

.revox-brand-grid-widget a.revox-brand-grid-link:hover .thumb img {
	transform: scale(1.05);
	border: 2px solid var(--theme, #c8f31d);
}

.revox-brand-grid-widget a.revox-brand-grid-link:hover .content h3 {
	color: var(--theme, #c8f31d);
}

/* Brand Grid spacing */
.revox-brand-grid-widget > .container > h1 {
	margin-bottom: 64px !important;
}

.revox-brand-grid-widget > .container > .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 36px;
	row-gap: 56px;
	margin-right: 0;
	margin-left: 0;
}

.revox-brand-grid-widget > .container > .row > [class*="col-"] {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.revox-brand-grid-widget > .container > h1 {
		margin-bottom: 40px !important;
	}

	.revox-brand-grid-widget > .container > .row {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 36px;
	}

	.revox-brand-grid-widget > .container > .row > [class*="col-"] {
		margin-bottom: 0;
	}
}

/* Impact Section — preserve the original h2 typography on rich text. */
.revox-impact-section.section-padding {
	padding-top: 60px;
	padding-bottom: 12px;
}

.revox-impact-section .build-content .revox-impact-body {
	color: var(--text);
	font-family: "Antonio", "Big Shoulders Display", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}

.revox-impact-section .build-content .revox-impact-body > p,
.revox-impact-section .build-content .revox-impact-body > h1,
.revox-impact-section .build-content .revox-impact-body > h2,
.revox-impact-section .build-content .revox-impact-body > h3,
.revox-impact-section .build-content .revox-impact-body > h4,
.revox-impact-section .build-content .revox-impact-body > h5,
.revox-impact-section .build-content .revox-impact-body > h6,
.revox-impact-section .build-content .revox-impact-body > blockquote {
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-transform: inherit;
	margin-bottom: 1em;
}

.revox-impact-section .build-content .revox-impact-body > :last-child {
	margin-bottom: 0;
}

.revox-impact-section .build-content .revox-impact-body a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Hero Main 02 */
.revox-hero-main-02.hero-2 {
	padding-top: 100px;
	padding-bottom: 0;
	overflow: hidden;
}

.revox-hero-main-02 .hero-content {
	margin-left: -35px;
	margin-top: 110px;
}

.revox-hero-main-02 .hero-image {
	margin-left: -240px;
	width: 560px;
	max-width: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.revox-hero-main-02 .revox-hero-image-box {
	position: relative;
	width: 100%;
	max-width: 560px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.revox-hero-main-02 .revox-hero-image-box img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 720px;
	object-fit: contain;
	object-position: bottom center;
}

.revox-hero-main-02 .video-btn {
	text-decoration: none;
}

@media (max-width: 1600px) and (min-width: 1200px) {
	.revox-hero-main-02 .hero-content {
		margin-left: 0;
	}

	.revox-hero-main-02 .hero-image {
		margin-left: -405px;
	}
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.revox-hero-main-02 .hero-image {
		margin-left: -220px;
	}
}

@media (max-width: 1199px) {
	.revox-hero-main-02 .hero-content {
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}

	.revox-hero-main-02 .hero-content .sub-text {
		margin-left: 0;
	}

	.revox-hero-main-02 .hero-content p {
		margin-left: auto;
		margin-right: auto;
	}

	.revox-hero-main-02 .hero-image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		justify-content: center;
	}

	.revox-hero-main-02 .revox-hero-image-box {
		width: 100%;
		max-width: 500px !important;
		margin: 0 auto;
	}

	.revox-hero-main-02 .revox-hero-image-box img {
		width: 100%;
		height: auto;
		max-height: none;
	}
}

@media (max-width: 767px) {
	.revox-hero-main-02.hero-2 {
		padding-top: 70px;
	}

	.revox-hero-main-02 .revox-hero-image-box {
		max-width: 360px !important;
		margin-top: 0;
	}
}

@media (max-width: 1600px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 40px;
		line-height: 140%;
	}
}

@media (max-width: 1199px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 26px;
	}
}

@media (max-width: 575px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 24px;
	}
}

@media (max-width: 470px) {
	.revox-impact-section .build-content .revox-impact-body {
		font-size: 22px;
	}
}

/* Dynamic Work Experience — charcoal card (matches Home Wrapper look). */
.revox-dynamic-work-experience.work-experience-section-3 {
	background-color: #1a1a1a;
	background-image: none;
	border-radius: 10px;
	overflow: hidden;
}

.revox-dynamic-work-experience .sub-title svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.revox-dynamic-work-experience .revox-no-experience {
	margin-top: 30px;
}
