/* HV Jewels footer — navy mockup (Homepage Updated Changes) */

.hv-ft {
	--hv-ft-navy: #051f34;
	--hv-ft-gold: #c4a574;
	--hv-ft-text: #ffffff;
	--hv-ft-muted: rgba(255, 255, 255, 0.7);
	--hv-ft-line: rgba(255, 255, 255, 0.22);
	position: relative;
	background: var(--hv-ft-navy);
	color: var(--hv-ft-text);
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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

.hv-ft__name.address_name{
    font-size:20px !important;
    margin-top:20px;
    margin-bottom:10px;
}
.hv-ft__tagline.addressline{
    line-height: 30px !important;
    margin-bottom: 0 !important;
    font-size:16px;
}
.tel-number{
    margin-bottom:0 !important;
    font-size:14px;
}
.hv-ft__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 0  28px;
}

.hv-ft__main {
	display: block;
	padding-right: 72px;
}

.hv-ft__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
	gap: 0 0;
	align-items: start;
}

.hv-ft__brand,
.hv-ft__col {
	position: relative;
	padding: 0 36px;
	min-width: 0;
}

.hv-ft__brand {
	padding-left: 0;
}

.hv-ft__col {
	padding-left: 46px; /* +10px from column divider */
}

.hv-ft__col:last-child {
	padding-right: 0;
}

.hv-ft__col + .hv-ft__col,
.hv-ft__brand + .hv-ft__col {
	border-left: 1px solid var(--hv-ft-line);
}

/* Brand: HV JEWELS + logo on the right */
.hv-ft__brand-top {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 16px;
}

.hv-ft__name {
	font-family: var(--e-global-typography-vamtam_h2-font-family, "Sorts Mill Goudy", Georgia, serif);
	font-size: clamp(30px, 3.4vw, 42px);
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.hv-ft__logo-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: transparent;
	flex: 0 0 56px;
}

.hv-ft__logo {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.hv-ft__tagline {
	margin: 0 0 32px;
	font-family: var(--e-global-typography-vamtam_h2-font-family, "Sorts Mill Goudy", Georgia, serif);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.45;
	color: #fff;
}

.hv-ft__socials {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hv-ft__social,
.elementor-206 .hv-ft__social,
.elementor-location-footer .hv-ft__social,
.elementor-206 .hv-ft a.hv-ft__social,
.elementor-location-footer .hv-ft a.hv-ft__social {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	color: #ffffff !important;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, Montserrat, sans-serif) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	opacity: 1 !important;
	visibility: visible !important;
	line-height: 1.2 !important;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.hv-ft__social span,
.elementor-206 .hv-ft__social span,
.elementor-location-footer .hv-ft__social span {
	color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

.hv-ft__social:hover,
.hv-ft__social:focus-visible,
.elementor-206 .hv-ft__social:hover,
.elementor-location-footer .hv-ft__social:hover {
	color: #ffffff !important;
	opacity: 0.75 !important;
	background: transparent !important;
	outline: none;
}

.hv-ft__social-icon {
	display: inline-flex;
	line-height: 0;
	color: inherit !important;
}

.hv-ft__social-icon svg {
	color: #ffffff !important;
	display: block;
}

.hv-ft__social-icon svg[stroke] {
	stroke: currentColor;
}

.hv-ft__social-icon svg:not([stroke]) {
	fill: currentColor;
}

.hv-ft__social-divider {
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.45);
}

.hv-ft__heading,
.elementor-206 .hv-ft__heading,
.elementor-location-footer .hv-ft__heading {
	margin: 6px 0 16px !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, Montserrat, sans-serif) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.16em !important;
	text-transform: uppercase !important;
	color: var(--hv-ft-gold) !important;
	line-height: 1.2 !important;
}

.hv-ft__links,
.hv-ft ul.hv-ft__links,
.hv-ft .menu.hv-ft__links {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hv-ft__links li,
.hv-ft .menu.hv-ft__links > li {
	margin: 0 0 12px !important;
	padding: 0 !important;
	list-style: none !important;
}

.hv-ft__links li:last-child,
.hv-ft .menu.hv-ft__links > li:last-child {
	margin-bottom: 0 !important;
}

.hv-ft__links a,
.hv-ft__links span,
.hv-ft .menu.hv-ft__links a,
.elementor-206 .hv-ft__links a,
.elementor-206 .hv-ft .menu.hv-ft__links a,
.elementor-location-footer .hv-ft__links a,
.elementor-location-footer .hv-ft .menu.hv-ft__links a,
.elementor-206 .hv-ft__links span,
.elementor-location-footer .hv-ft__links span {
	font-family: var(--e-global-typography-vamtam_h2-font-family, "Sorts Mill Goudy", Georgia, serif) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: inline !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	transition: color 0.2s ease;
}

.hv-ft__links a:hover,
.hv-ft__links a:focus-visible,
.hv-ft .menu.hv-ft__links a:hover,
.elementor-206 .hv-ft__links a:hover,
.elementor-location-footer .hv-ft__links a:hover {
	color: var(--hv-ft-gold) !important;
	outline: none;
}

/* Back to top — white circle + white arrow, fully right on footer edge */
.hv-ft__top,
.elementor-206 .hv-ft__top,
.elementor-location-footer .hv-ft__top,
.elementor-206 .hv-ft a.hv-ft__top,
.elementor-location-footer .hv-ft a.hv-ft__top {
	position: absolute !important;
	top: 64px !important;
	right: 24px !important;
	left: auto !important;
	z-index: 2;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 46px !important;
	height: 46px !important;
	border: 1px solid #ffffff !important;
	border-radius: 50% !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: opacity 0.2s ease;
}

.hv-ft__top svg,
.hv-ft__top svg path,
.elementor-206 .hv-ft__top svg,
.elementor-206 .hv-ft__top svg path,
.elementor-location-footer .hv-ft__top svg,
.elementor-location-footer .hv-ft__top svg path {
	fill: none !important;
	stroke: #ffffff !important;
	color: #ffffff !important;
}

.hv-ft__top:hover,
.hv-ft__top:focus-visible,
.elementor-206 .hv-ft__top:hover,
.elementor-location-footer .hv-ft__top:hover {
	background: transparent !important;
	background-color: transparent !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
	opacity: 0.85 !important;
	outline: none;
}

.hv-ft__top:hover svg,
.hv-ft__top:hover svg path,
.hv-ft__top:focus-visible svg,
.hv-ft__top:focus-visible svg path,
.elementor-206 .hv-ft__top:hover svg,
.elementor-206 .hv-ft__top:hover svg path,
.elementor-location-footer .hv-ft__top:hover svg,
.elementor-location-footer .hv-ft__top:hover svg path {
	stroke: #ffffff !important;
	color: #ffffff !important;
	fill: none !important;
}

.hv-ft__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 48px;
	padding-top: 18px;
	border-top: 1px solid var(--hv-ft-line);
}

.hv-ft__copy,
.hv-ft__legal {
	margin: 0;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family, Montserrat, sans-serif);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: var(--hv-ft-muted);
}

.hv-ft__legal {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.hv-ft__legal-sep {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: var(--hv-ft-line);
}

.hv-ft__legal a {
	color: var(--hv-ft-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.hv-ft__legal a:hover,
.hv-ft__legal a:focus-visible {
	color: #fff;
	outline: none;
}

/* Elementor footer shell — full-bleed navy, hide old light footer bits */
.elementor-206,
.elementor-location-footer,
#main-footer,
.footer-wrapper {
	background: #051f34 !important;
}

.elementor-206 .elementor-element-hvftwrap,
.elementor-206 .hv-footer-wrap {
	background: #051f34 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-206 .elementor-element-hvftwrap > .elementor-container,
.elementor-206 .hv-footer-wrap > .elementor-container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.elementor-206 .elementor-element-hvftwcol > .elementor-widget-wrap,
.elementor-206 .elementor-element-hvftsc,
.elementor-206 .elementor-element-hvftsc > .elementor-widget-container,
.elementor-206 .elementor-element-hvftsc .elementor-shortcode {
	margin: 0 !important;
	padding: 0 !important;
}

/* Hide legacy Elementor footer sections if still present */
.elementor-206 .elementor-element-e9586da,
.elementor-206 .elementor-element-bf25d7b,
.elementor-206 .elementor-element-7ccca7f,
.elementor-206 .elementor-element-532fb6a,
.elementor-206 .elementor-element-fa86cf9,
.elementor-206 .elementor-element-hvfssec1,
.elementor-206 .elementor-element-hvftbrand,
.elementor-206 .elementor-element-hvftrow1,
.elementor-206 .elementor-element-hvftcopy,
.elementor-206 .hv-footer-brand-row,
.elementor-206 .hv-footer-row,
.elementor-206 .hv-footer-copy-row {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
}

@media (max-width: 1024px) {
	.hv-ft__inner {
		padding: 52px 32px 24px;
	}

	.hv-ft__main {
		padding-right: 64px;
	}

	.hv-ft__brand,
	.hv-ft__col {
		padding: 0 28px;
	}

	.hv-ft__brand {
		padding-left: 0;
	}

	.hv-ft__col {
		padding-left: 38px;
	}
}

@media (max-width: 900px) {
	.hv-ft__inner {
		padding: 44px 24px 24px;
	}

	.hv-ft__main {
		padding-right: 0;
		padding-top: 8px;
	}

	.hv-ft__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hv-ft__brand,
	.hv-ft__col {
		padding: 0;
	}

	.hv-ft__col + .hv-ft__col,
	.hv-ft__brand + .hv-ft__col {
		border-left: 0;
		border-top: 1px solid var(--hv-ft-line);
		padding-top: 28px;
		margin-top: 28px;
	}

	.hv-ft__top {
		top: 44px !important;
		right: 16px !important;
	}

	.hv-ft__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-top: 36px;
	}
}

@media (max-width: 480px) {
	.hv-ft__name {
		font-size: 26px;
		letter-spacing: 0.06em;
	}

	.hv-ft__logo-wrap {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		background: transparent;
	}

	.hv-ft__logo {
		width: 48px;
		height: 48px;
	}

	.hv-ft__tagline {
		font-size: 15px;
	}

	.hv-ft__top {
		top: 36px !important;
		right: 12px !important;
		width: 40px !important;
		height: 40px !important;
	}
}
