/**
 * Vyom Exim - theme styles.
 * Theme developed by The Optimum Webs.
 */

:root {
	--vyom-primary: #1D3A22;
	--vyom-primary-dark: #142A18;
	--vyom-secondary: #F2B544;
	--vyom-text: #3F4A40;
	--vyom-accent: #FAF6EA;
	--vyom-white: #FFFFFF;
	--vyom-line: #E7E3D6;
	--vyom-radius: 16px;
	--vyom-radius-lg: 24px;
	--vyom-shadow: 0 18px 50px rgba(20, 42, 24, .08);
	--vyom-shadow-sm: 0 8px 24px rgba(20, 42, 24, .06);
	--vyom-font-head: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
	--vyom-font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--vyom-container: 1240px;
	--vyom-gutter: 24px;
}

/* -------------------------------------------------------------------------
 * Base
 * ---------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--vyom-font-body);
	font-size: 16px;
	line-height: 1.75;
	color: var(--vyom-text);
	background: var(--vyom-white);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--vyom-font-head);
	color: var(--vyom-primary);
	line-height: 1.22;
	margin: 0 0 .6em;
	font-weight: 600;
	letter-spacing: -.01em;
}

h1 { font-size: clamp(2rem, 4.2vw, 3.25rem); }
h2 { font-size: clamp(1.65rem, 3.1vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.6rem); }
h4 { font-size: 1.15rem; }

p { margin: 0 0 1.1em; }

a {
	color: var(--vyom-primary);
	text-decoration: none;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

a:hover { color: var(--vyom-secondary); }

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul, ol { padding-left: 1.2em; }

blockquote {
	margin: 1.6em 0;
	padding: 1.4em 1.6em;
	background: var(--vyom-accent);
	border-left: 4px solid var(--vyom-secondary);
	border-radius: 0 var(--vyom-radius) var(--vyom-radius) 0;
	font-style: italic;
	color: var(--vyom-primary);
}

table { border-collapse: collapse; width: 100%; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	clip: auto;
	clip-path: none;
	width: auto;
	height: auto;
	padding: 12px 20px;
	background: var(--vyom-primary);
	color: #fff;
	border-radius: 10px;
}

.vyom-container {
	width: 100%;
	max-width: var(--vyom-container);
	margin-inline: auto;
	padding-inline: var(--vyom-gutter);
}

/* -------------------------------------------------------------------------
 * Buttons
 * ---------------------------------------------------------------------- */

.vyom-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 14px 26px;
	border-radius: 999px;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .93rem;
	line-height: 1;
	letter-spacing: .01em;
	border: 1.5px solid transparent;
	cursor: pointer;
	transition: all .28s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
	white-space: nowrap;
}

.vyom-btn .vyom-icon { transition: transform .28s ease; }
.vyom-btn:hover .vyom-icon { transform: translate(2px, -2px); }
.vyom-btn--sm { padding: 11px 20px; font-size: .85rem; }
.vyom-btn--lg { padding: 17px 34px; font-size: 1rem; }

.vyom-btn--primary {
	background: var(--vyom-primary);
	border-color: var(--vyom-primary);
	color: #fff;
}

.vyom-btn--primary:hover {
	background: var(--vyom-secondary);
	border-color: var(--vyom-secondary);
	color: var(--vyom-primary);
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(242, 181, 68, .35);
}

.vyom-btn--secondary {
	background: var(--vyom-secondary);
	border-color: var(--vyom-secondary);
	color: var(--vyom-primary);
}

.vyom-btn--secondary:hover {
	background: var(--vyom-primary);
	border-color: var(--vyom-primary);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 12px 26px rgba(29, 58, 34, .28);
}

.vyom-btn--outline {
	background: transparent;
	border-color: var(--vyom-primary);
	color: var(--vyom-primary);
}

.vyom-btn--outline:hover {
	background: var(--vyom-primary);
	color: #fff;
}

.vyom-btn--ghost {
	background: transparent;
	border-color: var(--vyom-line);
	color: var(--vyom-primary);
}

.vyom-btn--ghost:hover {
	border-color: var(--vyom-primary);
	background: var(--vyom-primary);
	color: #fff;
}

.vyom-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 18px;
	border-radius: 999px;
	background: rgba(242, 181, 68, .18);
	color: #A9760D;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .78rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.vyom-eyebrow--light {
	background: rgba(255, 255, 255, .14);
	color: var(--vyom-secondary);
}

/* -------------------------------------------------------------------------
 * Header
 * ---------------------------------------------------------------------- */

.vyom-header {
	position: relative;
	z-index: 100;
}

.vyom-header__inner > .elementor,
.vyom-header__bar {
	position: relative;
}

.vyom-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation: vyomSlideDown .4s ease;
	box-shadow: 0 6px 30px rgba(20, 42, 24, .12);
	background: #fff;
}

@keyframes vyomSlideDown {
	from { transform: translateY(-100%); }
	to { transform: translateY(0); }
}

.vyom-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 14px 26px;
	margin-top: 18px;
	background: #fff;
	border-radius: 999px;
	box-shadow: var(--vyom-shadow-sm);
}

.vyom-header--default {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.vyom-header--default.is-sticky { position: fixed; }
.vyom-header--default.is-sticky .vyom-header__bar { margin-top: 0; border-radius: 0; box-shadow: none; }

.vyom-header__brand img {
	max-height: 46px;
	width: auto;
}

.vyom-site-title {
	font-family: var(--vyom-font-head);
	font-weight: 700;
	font-size: 1.35rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--vyom-primary);
}

.vyom-header__actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

/* Menu */

.vyom-nav {
	display: flex;
	align-items: center;
}

.vyom-menu {
	display: flex;
	align-items: center;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vyom-menu li { position: relative; }

.vyom-menu > li > a {
	position: relative;
	display: block;
	padding: 8px 0;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	font-size: .88rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--vyom-primary);
}

.vyom-menu > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--vyom-secondary);
	transition: width .3s ease;
}

.vyom-menu > li:hover > a::after,
.vyom-menu > li.current-menu-item > a::after,
.vyom-menu > li.current-menu-ancestor > a::after { width: 100%; }

.vyom-menu > li.current-menu-item > a,
.vyom-menu > li.current-menu-ancestor > a { color: var(--vyom-secondary); }

.vyom-menu .menu-item-has-children > a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 7px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	float: right;
}

.vyom-menu .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	min-width: 230px;
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #fff;
	border-radius: 14px;
	box-shadow: var(--vyom-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all .28s ease;
	z-index: 40;
}

.vyom-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.vyom-menu .sub-menu .sub-menu { top: 0; left: 100%; }

.vyom-menu .sub-menu a {
	display: block;
	padding: 10px 14px;
	border-radius: 9px;
	font-size: .9rem;
	font-weight: 500;
	color: var(--vyom-primary);
}

.vyom-menu .sub-menu a:hover {
	background: var(--vyom-accent);
	color: var(--vyom-primary);
	padding-left: 20px;
}

.vyom-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 12px;
	background: var(--vyom-accent);
	color: var(--vyom-primary);
	cursor: pointer;
}

/* Header actions widget */

.vyom-hact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	/* Never wrap: a dropped "Get In Touch" button doubles the header height. */
	flex-wrap: nowrap;
}

.vyom-hact__phone {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .92rem;
	color: var(--vyom-primary);
}

.vyom-hact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 11px;
	background: #F1EEE2;
	color: var(--vyom-primary);
	cursor: pointer;
	transition: all .25s ease;
	flex: none;
}

.vyom-hact__icon:hover {
	background: var(--vyom-secondary);
	color: var(--vyom-primary);
}

.vyom-hact__icon--ghost {
	background: transparent;
	width: auto;
	height: auto;
	color: var(--vyom-secondary);
}

.vyom-search-panel {
	padding: 14px 0 0;
}

.vyom-searchform {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1.5px solid var(--vyom-line);
	border-radius: 999px;
	padding: 5px 5px 5px 20px;
	max-width: 460px;
}

.vyom-searchform input[type="search"] {
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: inherit;
	font-size: .93rem;
	color: var(--vyom-primary);
	min-width: 0;
}

.vyom-searchform button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	background: var(--vyom-primary);
	color: #fff;
	cursor: pointer;
	flex: none;
}

.vyom-searchform button:hover { background: var(--vyom-secondary); color: var(--vyom-primary); }

/* -------------------------------------------------------------------------
 * Page hero
 * ---------------------------------------------------------------------- */

.vyom-page-hero {
	position: relative;
	padding: 170px 0 74px;
	background: var(--vyom-primary);
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.vyom-page-hero::before,
.vyom-page-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	opacity: .1;
	background: var(--vyom-secondary);
}

.vyom-page-hero::before { width: 320px; height: 320px; top: -130px; right: -80px; }
.vyom-page-hero::after { width: 220px; height: 220px; bottom: -110px; left: -60px; }

.vyom-page-hero .vyom-container { position: relative; z-index: 2; }

.vyom-page-hero__title {
	color: #fff;
	margin-bottom: .35em;
}

.vyom-page-hero__title span { color: var(--vyom-secondary); }

.vyom-page-hero__subtitle {
	max-width: 680px;
	margin: 0 auto 18px;
	color: rgba(255, 255, 255, .82);
	font-size: 1.02rem;
}

.vyom-breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: .87rem;
	color: rgba(255, 255, 255, .72);
}

.vyom-breadcrumbs a { color: var(--vyom-secondary); }
.vyom-breadcrumbs a:hover { color: #fff; }
.vyom-breadcrumbs .sep { opacity: .45; }

/* -------------------------------------------------------------------------
 * Layout
 * ---------------------------------------------------------------------- */

.vyom-main { min-height: 40vh; }

.vyom-page-content--builder { padding: 0; }

.vyom-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 44px;
	padding-block: 80px;
}

.vyom-layout--sidebar { grid-template-columns: minmax(0, 1fr) 320px; }

.vyom-entry {
	padding-block: 70px;
}

.vyom-layout .vyom-entry { padding-block: 0; }

.vyom-entry__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 22px;
	font-size: .87rem;
	color: var(--vyom-secondary);
	font-family: var(--vyom-font-head);
	font-weight: 500;
}

.vyom-entry__thumb {
	margin: 0 0 32px;
	border-radius: var(--vyom-radius-lg);
	overflow: hidden;
}

.vyom-entry__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.vyom-entry__tags a {
	padding: 7px 16px;
	border-radius: 999px;
	background: var(--vyom-accent);
	font-size: .82rem;
}

.vyom-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 44px;
	padding-top: 28px;
	border-top: 1px solid var(--vyom-line);
	font-family: var(--vyom-font-head);
	font-weight: 500;
	font-size: .92rem;
}

.vyom-layout__side .widget {
	padding: 26px;
	margin-bottom: 26px;
	background: var(--vyom-accent);
	border-radius: var(--vyom-radius);
}

/* Block-based widgets print their own heading tags, so target those too. */
.vyom-layout__side .widget-title,
.vyom-layout__side .widget h1,
.vyom-layout__side .widget h2,
.vyom-layout__side .widget h3,
.vyom-layout__side .widget h4 {
	font-size: 1.12rem;
	line-height: 1.35;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--vyom-line);
}

.vyom-layout__side .wp-block-search__label { display: none; }

.vyom-layout__side .wp-block-search__inside-wrapper {
	display: flex;
	gap: 8px;
}

.vyom-layout__side .wp-block-search__input {
	flex: 1;
	min-width: 0;
	padding: 11px 16px;
	border: 1.5px solid var(--vyom-line);
	border-radius: 10px;
	background: #fff;
	font-family: inherit;
	outline: 0;
}

.vyom-layout__side .wp-block-search__button {
	padding: 11px 20px;
	border: 0;
	border-radius: 10px;
	background: var(--vyom-primary);
	color: #fff;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .88rem;
	cursor: pointer;
}

.vyom-layout__side .wp-block-latest-posts__post-title,
.vyom-layout__side a {
	font-size: .93rem;
	line-height: 1.5;
}

/* With a sidebar there is less room, so drop the post grid to two columns. */
.vyom-layout--sidebar .vyom-grid--posts {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 860px) {
	.vyom-layout--sidebar .vyom-grid--posts { grid-template-columns: 1fr; }
}

.vyom-layout__side ul { list-style: none; padding: 0; margin: 0; }
.vyom-layout__side li { padding: 8px 0; border-bottom: 1px dashed var(--vyom-line); }
.vyom-layout__side li:last-child { border-bottom: 0; }

.vyom-empty {
	padding: 60px 30px;
	text-align: center;
	background: var(--vyom-accent);
	border-radius: var(--vyom-radius-lg);
}

.vyom-empty .vyom-searchform { margin: 24px auto 0; }

/* -------------------------------------------------------------------------
 * Grids and cards
 * ---------------------------------------------------------------------- */

.vyom-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.vyom-post-card,
.vyom-product-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--vyom-line);
	border-radius: var(--vyom-radius);
	overflow: hidden;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.vyom-post-card:hover,
.vyom-product-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--vyom-shadow);
	border-color: transparent;
}

.vyom-post-card__media,
.vyom-product-card__media {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
	background: var(--vyom-accent);
}

.vyom-post-card__media img,
.vyom-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.vyom-post-card:hover .vyom-post-card__media img,
.vyom-product-card:hover .vyom-product-card__media img { transform: scale(1.07); }

.vyom-post-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(29, 58, 34, .22);
}

.vyom-post-card__arrow {
	position: absolute;
	left: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--vyom-secondary);
	color: var(--vyom-primary);
	opacity: 0;
	transform: translateY(10px);
	transition: all .32s ease;
}

.vyom-post-card:hover .vyom-post-card__arrow,
.vyom-product-card:hover .vyom-post-card__arrow {
	opacity: 1;
	transform: translateY(0);
}

.vyom-post-card__body,
.vyom-product-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px;
}

.vyom-post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 10px;
	font-size: .8rem;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	color: var(--vyom-secondary);
}

.vyom-post-card__meta a { color: inherit; }

.vyom-product-card__cat {
	display: block;
	margin-bottom: 8px;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .75rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--vyom-secondary);
}

.vyom-post-card__title,
.vyom-product-card__title {
	font-size: 1.18rem;
	margin-bottom: 10px;
}

.vyom-post-card__excerpt,
.vyom-product-card__excerpt {
	font-size: .93rem;
	margin-bottom: 18px;
	color: var(--vyom-text);
}

.vyom-post-card .vyom-btn,
.vyom-product-card__actions { margin-top: auto; }

.vyom-product-card__actions {
	display: flex;
	/* Three-column grids leave roughly 280px per card, so the pair is kept
	   compact rather than allowed to stack. */
	flex-wrap: nowrap;
	gap: 10px;
}

/* Three classes, so it outranks the `.vyom-btn.vyom-btn` kit override. */
.vyom-product-card .vyom-product-card__actions .vyom-btn {
	flex: 0 1 auto;
	padding: 10px 15px;
	font-size: .81rem;
	white-space: nowrap;
}

/* Category tiles */

.vyom-cat-tile {
	position: relative;
	display: block;
	height: 300px;
	border-radius: var(--vyom-radius);
	overflow: hidden;
	background: var(--vyom-primary);
}

.vyom-cat-tile__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.vyom-cat-tile:hover .vyom-cat-tile__img { transform: scale(1.08); }

.vyom-cat-tile__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 41, 21, .12) 0%, rgba(17, 41, 21, .55) 52%, rgba(17, 41, 21, .88) 100%);
}

.vyom-cat-tile__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 24px;
	color: #fff;
}

.vyom-cat-tile__count {
	font-size: .78rem;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--vyom-secondary);
}

.vyom-cat-tile__title {
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: 1.35rem;
	color: #fff;
}

.vyom-cat-tile__desc {
	font-size: .88rem;
	color: rgba(255, 255, 255, .78);
}

.vyom-cat-tile__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-top: 10px;
	border-radius: 10px;
	background: var(--vyom-secondary);
	color: var(--vyom-primary);
	transform: translateY(8px);
	opacity: 0;
	transition: all .32s ease;
}

.vyom-cat-tile:hover .vyom-cat-tile__arrow { opacity: 1; transform: translateY(0); }

/* -------------------------------------------------------------------------
 * Process steps
 * ---------------------------------------------------------------------- */

.vyom-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.vyom-step {
	position: relative;
	text-align: center;
	padding: 10px;
}

.vyom-steps--connected .vyom-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 38px;
	left: calc(50% + 48px);
	right: calc(-50% + 48px);
	border-top: 2px dashed rgba(242, 181, 68, .45);
}

.vyom-step__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 18px;
	border-radius: 24px;
	background: var(--vyom-secondary);
	color: var(--vyom-primary);
	font-size: 26px;
	transition: transform .35s ease;
}

.vyom-step__icon svg { width: 28px; height: 28px; }
.vyom-step:hover .vyom-step__icon { transform: translateY(-6px) rotate(-6deg); }

.vyom-step__num {
	display: block;
	margin-bottom: 6px;
	font-family: var(--vyom-font-head);
	font-weight: 700;
	font-size: .82rem;
	letter-spacing: .18em;
	color: var(--vyom-secondary);
}

.vyom-step__title { font-size: 1.12rem; margin-bottom: 8px; }
.vyom-step__text { font-size: .92rem; margin: 0; }

/* -------------------------------------------------------------------------
 * Marquee
 * ---------------------------------------------------------------------- */

.vyom-marquee {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.vyom-marquee__track {
	display: flex;
	width: max-content;
	animation: vyomMarquee 32s linear infinite;
}

.vyom-marquee:hover .vyom-marquee__track { animation-play-state: paused; }

.vyom-marquee__group {
	display: flex;
	align-items: center;
	gap: 36px;
	padding-right: 36px;
}

.vyom-marquee__item {
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: 1.5rem;
	white-space: nowrap;
	color: #fff;
}

.vyom-marquee__sep { display: inline-flex; color: var(--vyom-secondary); }

@keyframes vyomMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

/* -------------------------------------------------------------------------
 * Testimonial carousel
 * ---------------------------------------------------------------------- */

.vyom-carousel {
	position: relative;
	padding-inline: 52px;
}

.vyom-carousel__viewport { overflow: hidden; }

.vyom-carousel__track {
	--vyom-slides: 4;
	display: flex;
	transition: transform .6s cubic-bezier(.3, .8, .3, 1);
}

.vyom-carousel__slide {
	flex: 0 0 calc(100% / var(--vyom-slides));
	max-width: calc(100% / var(--vyom-slides));
	padding: 12px;
}

.vyom-testimonial {
	height: 100%;
	padding: 18px;
	text-align: center;
	border-radius: var(--vyom-radius);
}

.vyom-testimonial__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin-bottom: 14px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid rgba(242, 181, 68, .5);
	background: var(--vyom-accent);
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: 1.6rem;
	color: var(--vyom-primary);
}

.vyom-testimonial__avatar img { width: 100%; height: 100%; object-fit: cover; }

.vyom-testimonial__name { font-size: 1.05rem; margin-bottom: 2px; }

.vyom-testimonial__role {
	display: block;
	margin-bottom: 12px;
	font-size: .82rem;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	color: var(--vyom-secondary);
}

.vyom-testimonial__text { font-size: .9rem; margin-bottom: 12px; }

.vyom-testimonial__stars {
	display: flex;
	justify-content: center;
	gap: 3px;
	color: var(--vyom-secondary);
}

.vyom-testimonial__stars svg { fill: var(--vyom-secondary); stroke: var(--vyom-secondary); }

.vyom-carousel__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1.5px solid var(--vyom-line);
	border-radius: 50%;
	background: #fff;
	color: var(--vyom-primary);
	cursor: pointer;
	transition: all .28s ease;
	z-index: 3;
}

.vyom-carousel__nav:hover {
	background: var(--vyom-secondary);
	border-color: var(--vyom-secondary);
	color: var(--vyom-primary);
}

.vyom-carousel__nav--prev { left: 0; }
.vyom-carousel__nav--next { right: 0; }

.vyom-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
}

.vyom-carousel__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(29, 58, 34, .2);
	cursor: pointer;
	transition: all .25s ease;
}

.vyom-carousel__dot.is-active {
	width: 26px;
	border-radius: 999px;
	background: var(--vyom-secondary);
}

/* -------------------------------------------------------------------------
 * Contact info
 * ---------------------------------------------------------------------- */

.vyom-cinfo {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vyom-cinfo--inline { flex-direction: row; flex-wrap: wrap; align-items: center; }

.vyom-cinfo--cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.vyom-cinfo--cards .vyom-cinfo__item {
	flex-direction: column;
	align-items: flex-start;
	padding: 26px;
	background: #fff;
	border: 1px solid var(--vyom-line);
	border-radius: var(--vyom-radius);
	transition: all .3s ease;
}

.vyom-cinfo--cards .vyom-cinfo__item:hover {
	transform: translateY(-5px);
	box-shadow: var(--vyom-shadow);
	border-color: transparent;
}

.vyom-cinfo__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.vyom-cinfo__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: none;
	border-radius: 13px;
	background: rgba(242, 181, 68, .16);
	color: var(--vyom-secondary);
	font-size: 18px;
}

.vyom-cinfo__body { display: flex; flex-direction: column; }

.vyom-cinfo__label {
	font-size: .78rem;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	opacity: .75;
}

.vyom-cinfo__value {
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: 1rem;
	color: var(--vyom-primary);
}

.vyom-cinfo__value a { color: inherit; }
.vyom-cinfo__value a:hover { color: var(--vyom-secondary); }

/* -------------------------------------------------------------------------
 * Forms
 * ---------------------------------------------------------------------- */

.vyom-form { width: 100%; }

.vyom-form__title { margin-bottom: 6px; }
.vyom-form__desc { margin-bottom: 22px; font-size: .95rem; }

.vyom-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.vyom-field { display: flex; flex-direction: column; gap: 7px; }
.vyom-field--full { grid-column: 1 / -1; }

.vyom-field label {
	font-family: var(--vyom-font-head);
	font-weight: 500;
	font-size: .84rem;
	color: var(--vyom-primary);
}

.vyom-field .req { color: #C4552F; }

.vyom-field input,
.vyom-field textarea {
	width: 100%;
	padding: 13px 18px;
	border: 1.5px solid var(--vyom-line);
	border-radius: 12px;
	background: #fff;
	font-family: var(--vyom-font-body);
	font-size: .94rem;
	color: var(--vyom-primary);
	transition: border-color .25s ease, box-shadow .25s ease;
	outline: 0;
}

.vyom-field input::placeholder,
.vyom-field textarea::placeholder { color: #A6ADA5; }

.vyom-field input:focus,
.vyom-field textarea:focus {
	border-color: var(--vyom-secondary);
	box-shadow: 0 0 0 4px rgba(242, 181, 68, .16);
}

.vyom-field textarea { resize: vertical; min-height: 120px; }

.vyom-field.has-error input,
.vyom-field.has-error textarea { border-color: #C4552F; }

.vyom-field__error {
	font-size: .78rem;
	color: #C4552F;
	min-height: 0;
}

.vyom-hp {
	position: absolute !important;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
}

.vyom-form__submit { background: var(--vyom-secondary); border-color: var(--vyom-secondary); color: var(--vyom-primary); }
.vyom-form__submit:hover { background: var(--vyom-primary); border-color: var(--vyom-primary); color: #fff; }
.vyom-form__submit.is-loading { opacity: .7; pointer-events: none; }

.vyom-form__response {
	margin-top: 16px;
	font-size: .92rem;
	font-weight: 500;
}

.vyom-form__response.is-success {
	padding: 14px 18px;
	border-radius: 12px;
	background: rgba(45, 122, 60, .1);
	color: #2D7A3C;
}

.vyom-form__response.is-error {
	padding: 14px 18px;
	border-radius: 12px;
	background: rgba(196, 85, 47, .1);
	color: #C4552F;
}

/* -------------------------------------------------------------------------
 * Modal
 * ---------------------------------------------------------------------- */

.vyom-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

.vyom-modal.is-open { display: flex; }

.vyom-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(12, 26, 14, .62);
	backdrop-filter: blur(4px);
	animation: vyomFade .3s ease;
}

.vyom-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 620px;
	max-height: 92vh;
	overflow-y: auto;
	padding: 36px;
	background: #fff;
	border-radius: var(--vyom-radius-lg);
	box-shadow: 0 40px 90px rgba(0, 0, 0, .3);
	animation: vyomPop .35s cubic-bezier(.2, .9, .3, 1);
}

@keyframes vyomFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes vyomPop { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }

.vyom-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 11px;
	background: var(--vyom-accent);
	color: var(--vyom-primary);
	cursor: pointer;
}

.vyom-modal__close:hover { background: var(--vyom-secondary); }

.vyom-modal__head { margin-bottom: 22px; }
.vyom-modal__title { margin: 12px 0 4px; }

.vyom-modal__product {
	margin: 0;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	font-size: .92rem;
	color: var(--vyom-secondary);
}

/* -------------------------------------------------------------------------
 * Footer
 * ---------------------------------------------------------------------- */

.vyom-footer--default {
	background: var(--vyom-primary-dark);
	color: rgba(255, 255, 255, .75);
}

.vyom-footer--default h4,
.vyom-footer--default .vyom-site-title { color: #fff; }

.vyom-footer__top {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 44px;
	padding-block: 70px 50px;
}

.vyom-footer__brand img { max-height: 48px; filter: brightness(0) invert(1); }
.vyom-footer__brand p { margin: 18px 0; font-size: .94rem; }

.vyom-footer__brand .vyom-cinfo__icon { background: rgba(255, 255, 255, .08); }
.vyom-footer__brand .vyom-cinfo__value,
.vyom-footer__brand .vyom-cinfo__value a { color: #fff; font-size: .94rem; }

.vyom-footer__links { list-style: none; margin: 0; padding: 0; }
.vyom-footer__links li { margin-bottom: 10px; }
.vyom-footer__links a { color: rgba(255, 255, 255, .75); font-size: .94rem; }
.vyom-footer__links a:hover { color: var(--vyom-secondary); padding-left: 5px; }

.vyom-footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); }

.vyom-footer__bottom-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-block: 22px;
	font-size: .87rem;
}

.vyom-footer__bottom-inner p { margin: 0; }
.vyom-credit a { color: var(--vyom-secondary); }

.vyom-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 14px;
	background: var(--vyom-primary);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: all .3s ease;
}

.vyom-to-top .vyom-icon { transform: rotate(-90deg); }
.vyom-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.vyom-to-top:hover { background: var(--vyom-secondary); color: var(--vyom-primary); }

.vyom-wa-float {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 90;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #25D366;
	color: #fff;
	box-shadow: 0 10px 26px rgba(37, 211, 102, .4);
	transition: transform .3s ease;
}

.vyom-wa-float:hover { transform: scale(1.08); color: #fff; }

/* -------------------------------------------------------------------------
 * 404
 * ---------------------------------------------------------------------- */

.vyom-404 { padding-block: 90px 110px; text-align: center; }

.vyom-404__code {
	display: block;
	font-family: var(--vyom-font-head);
	font-weight: 700;
	font-size: clamp(5rem, 16vw, 10rem);
	line-height: 1;
	color: rgba(242, 181, 68, .3);
}

.vyom-404 p { max-width: 560px; margin-inline: auto; }

.vyom-404__actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	margin: 26px 0 30px;
}

.vyom-404 .vyom-searchform { margin-inline: auto; }

/* -------------------------------------------------------------------------
 * Pagination
 * ---------------------------------------------------------------------- */

.vyom-pagination,
.navigation.pagination { margin-top: 48px; }

.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}

.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 12px;
	border: 1.5px solid var(--vyom-line);
	border-radius: 12px;
	font-family: var(--vyom-font-head);
	font-weight: 500;
	color: var(--vyom-primary);
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
	background: var(--vyom-primary);
	border-color: var(--vyom-primary);
	color: #fff;
}

/* -------------------------------------------------------------------------
 * Comments
 * ---------------------------------------------------------------------- */

.vyom-comments { margin-top: 54px; }
.vyom-comments__list { list-style: none; padding: 0; margin: 0 0 32px; }
.vyom-comments__list .comment-body { padding: 22px 0; border-bottom: 1px solid var(--vyom-line); }
.vyom-comments__list .children { list-style: none; padding-left: 34px; }
.vyom-comments .comment-form { display: grid; gap: 14px; }

.vyom-comments .comment-form input[type="text"],
.vyom-comments .comment-form input[type="email"],
.vyom-comments .comment-form input[type="url"],
.vyom-comments .comment-form textarea {
	width: 100%;
	padding: 13px 18px;
	border: 1.5px solid var(--vyom-line);
	border-radius: 12px;
	font-family: inherit;
	outline: 0;
}

.vyom-comments .comment-form .submit {
	justify-self: start;
	padding: 14px 26px;
	border: 0;
	border-radius: 999px;
	background: var(--vyom-primary);
	color: #fff;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	cursor: pointer;
}

/* -------------------------------------------------------------------------
 * Elementor helpers
 * ---------------------------------------------------------------------- */

.vyom-section-dark h1,
.vyom-section-dark h2,
.vyom-section-dark h3,
.vyom-section-dark h4 { color: #fff; }

.vyom-section-dark p { color: rgba(255, 255, 255, .78); }

.elementor-widget-icon-box .elementor-icon-box-wrapper { text-align: inherit; }

/* -------------------------------------------------------------------------
 * Responsive
 * ---------------------------------------------------------------------- */

/* Between roughly 1025px and 1200px the pill runs out of room before the
   mobile toggle takes over, so the phone number is the first thing to go. */
@media (max-width: 1199px) {
	.vyom-hact__phone { display: none; }
}

@media (max-width: 1024px) {
	.vyom-layout--sidebar { grid-template-columns: 1fr; }
	.vyom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vyom-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vyom-steps--connected .vyom-step::after { display: none; }
	.vyom-footer__top { grid-template-columns: 1fr; }

	.vyom-menu-toggle { display: inline-flex; }

	/* Off-canvas panel: an absolutely positioned dropdown would anchor to the
	   narrow nav column and hang off the right edge of the screen. */
	.vyom-nav .vyom-menu {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 95;
		width: min(320px, 86vw);
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 110px 20px 30px;
		overflow-y: auto;
		background: #fff;
		border-radius: 0;
		box-shadow: -12px 0 40px rgba(20, 42, 24, .18);
		transform: translateX(100%);
		transition: transform .35s cubic-bezier(.4, 0, .2, 1);
	}

	.vyom-nav.is-open .vyom-menu { transform: none; }

	.vyom-nav .vyom-menu { align-items: stretch; }

	/* Keep the toggle tappable above the open panel so it also closes it. */
	.vyom-menu-toggle {
		position: relative;
		z-index: 120;
	}

	.vyom-menu > li > a {
		padding: 13px 14px;
		border-bottom: 1px solid var(--vyom-line);
	}
	.vyom-menu > li > a::after { display: none; }

	.vyom-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0 0 0 14px;
		display: none;
	}

	.vyom-menu li.is-open > .sub-menu { display: block; }

	.vyom-header__bar { flex-wrap: wrap; border-radius: 22px; }
	.vyom-nav { position: static; }
	.vyom-header__bar .vyom-nav { order: 3; width: 100%; }

	/* In the Elementor header the nav column holds nothing but the hamburger
	   below this width, so it moves to the end of the pill. */
	.e-con.vyom-hdr-nav { order: 3; }
	.e-con.vyom-hdr-nav .vyom-nav { justify-content: flex-end; width: 100%; }
	.vyom-hact { gap: 10px; }
}

@media (max-width: 782px) {
	.vyom-page-hero { padding: 140px 0 56px; }
	.vyom-layout { padding-block: 56px; }
	.vyom-form__grid { grid-template-columns: 1fr; }
	.vyom-carousel { padding-inline: 0; }
	.vyom-carousel__nav { position: static; transform: none; }
	.vyom-carousel__dots { align-items: center; }
	.vyom-modal__dialog { padding: 26px 20px; }
	.vyom-hact__phone { display: none; }
}

@media (max-width: 600px) {
	.vyom-grid { grid-template-columns: 1fr; }
	.vyom-steps { grid-template-columns: 1fr; }
	.vyom-footer__bottom-inner { justify-content: center; text-align: center; }
	.vyom-wa-float { width: 46px; height: 46px; }

	/* Only the logo, the CTA and the hamburger fit on a phone pill. */
	.vyom-hact .vyom-search-toggle { display: none; }
}

/* -------------------------------------------------------------------------
 * Elementor global-kit overrides.
 *
 * The Elementor kit styles bare <button> elements (`.elementor-kit-N button`),
 * which would otherwise repaint every theme control - the header search icon,
 * the enquiry buttons, the carousel arrows. Doubling the class raises our
 * specificity above the kit without resorting to !important.
 * ---------------------------------------------------------------------- */

.vyom-btn.vyom-btn {
	padding: 14px 26px;
	border-radius: 999px;
	font-size: .93rem;
	line-height: 1;
	width: auto;
	height: auto;
}

.vyom-btn--sm.vyom-btn--sm { padding: 11px 20px; font-size: .85rem; }
.vyom-btn--lg.vyom-btn--lg { padding: 17px 34px; font-size: 1rem; }

.vyom-btn--primary.vyom-btn--primary { background-color: var(--vyom-primary); color: #fff; }
.vyom-btn--primary.vyom-btn--primary:hover { background-color: var(--vyom-secondary); color: var(--vyom-primary); }

.vyom-btn--secondary.vyom-btn--secondary { background-color: var(--vyom-secondary); color: var(--vyom-primary); }
.vyom-btn--secondary.vyom-btn--secondary:hover { background-color: var(--vyom-primary); color: #fff; }

.vyom-btn--outline.vyom-btn--outline { background-color: transparent; color: var(--vyom-primary); }
.vyom-btn--outline.vyom-btn--outline:hover { background-color: var(--vyom-primary); color: #fff; }

.vyom-btn--ghost.vyom-btn--ghost { background-color: transparent; color: var(--vyom-primary); }
.vyom-btn--ghost.vyom-btn--ghost:hover { background-color: var(--vyom-primary); color: #fff; }

.vyom-hact__icon.vyom-hact__icon {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 11px;
	color: var(--vyom-primary);
	font-size: inherit;
}

.vyom-hact__icon--ghost.vyom-hact__icon--ghost {
	width: auto;
	height: auto;
	background-color: transparent;
	color: var(--vyom-secondary);
}

.vyom-menu-toggle.vyom-menu-toggle {
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 12px;
	background-color: var(--vyom-accent);
	color: var(--vyom-primary);
}

.vyom-modal__close.vyom-modal__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border-radius: 11px;
	background-color: var(--vyom-accent);
	color: var(--vyom-primary);
}

.vyom-carousel__nav.vyom-carousel__nav {
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	background-color: #fff;
	color: var(--vyom-primary);
}

.vyom-carousel__dot.vyom-carousel__dot {
	width: 9px;
	height: 9px;
	padding: 0;
	border-radius: 50%;
	background-color: rgba(29, 58, 34, .2);
}

.vyom-carousel__dot.vyom-carousel__dot.is-active {
	width: 26px;
	border-radius: 999px;
	background-color: var(--vyom-secondary);
}

.vyom-to-top.vyom-to-top {
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 14px;
	background-color: var(--vyom-primary);
	color: #fff;
}

.vyom-to-top.vyom-to-top:hover { background-color: var(--vyom-secondary); color: var(--vyom-primary); }

.vyom-searchform button[type="submit"] {
	width: 40px;
	height: 40px;
	min-width: 40px;
	padding: 0;
	border-radius: 999px;
	background-color: var(--vyom-primary);
	color: #fff;
}

.vyom-searchform button[type="submit"]:hover {
	background-color: var(--vyom-secondary);
	color: var(--vyom-primary);
}

.vyom-form__submit.vyom-form__submit {
	background-color: var(--vyom-secondary);
	color: var(--vyom-primary);
	width: auto;
	height: auto;
}

.vyom-form__submit.vyom-form__submit:hover { background-color: var(--vyom-primary); color: #fff; }

/* The kit also colours bare headings, which would hide theme text on the
   dark bands. Re-assert the light colours with a descendant selector. */

.vyom-page-hero .vyom-page-hero__title { color: #fff; }
.vyom-page-hero .vyom-page-hero__title span { color: var(--vyom-secondary); }

.vyom-footer--default .vyom-footer__menu h4,
.vyom-footer--default .vyom-footer__brand .vyom-site-title { color: #fff; }

.vyom-modal .vyom-modal__title { color: var(--vyom-primary); }

/* The eyebrow class is applied to an Elementor heading widget. Elementor writes
   a per-element `width:auto` rule (`.elementor-NN .elementor-element.elementor-
   element-XXX`) that outranks any class pair we can write, so the widget wrapper
   always stretches to the column. The pill therefore lives on the inner title:
   an inline-block child cannot be stretched, and the widget's own alignment
   control still positions it. */
.elementor-widget.vyom-eyebrow {
	display: block;
	padding: 0;
	background: none;
}

.elementor-widget.vyom-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: 100%;
	padding: 7px 18px;
	border-radius: 999px;
	background: rgba(242, 181, 68, .18);
	color: #A9760D;
	font-family: var(--vyom-font-head);
	font-weight: 600;
	font-size: .78rem;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.elementor-widget.vyom-eyebrow--light .elementor-heading-title {
	background: rgba(255, 255, 255, .14);
	color: var(--vyom-secondary);
}

/* Boxed Elementor sections are 1240px wide with no gutter of their own, so
   below that width the content runs into the edge of the screen. Narrowing the
   content width (rather than adding padding) leaves any padding set in the
   editor untouched. */
.elementor .e-con-boxed {
	--content-width: min(1240px, calc(100% - 48px));
}

@media (max-width: 767px) {
	.elementor .e-con-boxed {
		--content-width: min(1240px, calc(100% - 40px));
	}
}

/* The CTA sizing lives with the other kit overrides so it outranks the
   `.vyom-btn--sm` pair above. */
@media (max-width: 600px) {
	.vyom-hact__btn.vyom-hact__btn.vyom-hact__btn {
		padding: 10px 13px;
		font-size: .76rem;
	}
}

.vyom-menu-toggle.vyom-menu-toggle { flex: none; }

@media (max-width: 420px) {
	.vyom-hact__btn.vyom-hact__btn.vyom-hact__btn {
		padding: 9px 11px;
		font-size: .72rem;
		gap: 5px;
	}
}

/* The search form that rides inside the off-canvas menu: hidden while the
   header pill still shows its own search icon. */
.vyom-menu__search { display: none; }

@media (max-width: 600px) {
	.vyom-nav .vyom-menu .vyom-menu__search {
		display: block;
		margin-top: 18px;
	}

	.vyom-menu__search .vyom-searchform { max-width: none; }
}
