/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/

/* =========================================================================
   HAR Publicidad — Header + Hero (landing)
   Marca: rojo #882631 · oscuro #1A1A1A · fondo #ECECEC · Montserrat / Open Sans
   ========================================================================= */

/* ---------- Animaciones de entrada (reveal on scroll) ---------- */
.har-anim [data-elementor-type="wp-page"] .elementor-widget-heading,
.har-anim [data-elementor-type="wp-page"] .elementor-widget-divider,
.har-anim [data-elementor-type="wp-page"] .elementor-widget-text-editor,
.har-anim [data-elementor-type="wp-page"] .elementor-widget-image,
.har-anim [data-elementor-type="wp-page"] .elementor-widget-button,
.har-anim [data-elementor-type="wp-page"] .elementor-widget-jet-slider,
.har-anim [data-elementor-type="wp-page"] .har-card,
.har-anim [data-elementor-type="wp-page"] .har-tst,
.har-anim [data-elementor-type="wp-page"] .har-cinfo li,
.har-anim [data-elementor-type="wp-page"] .har-form {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1);
	will-change: opacity, transform;
}
.har-anim [data-elementor-type="wp-page"] .is-visible {
	opacity: 1 !important;
	transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
	.har-anim [data-elementor-type="wp-page"] * { opacity: 1 !important; transform: none !important; }
}

/* ---------- Anclajes: scroll suave + offset por header sticky ---------- */
html { scroll-behavior: smooth; }
#inicio, #sobre-nosotros, #clientes, #galeria, #resenas, #contacto { scroll-margin-top: 100px; }

/* ---------- Footer (JetThemeCore) ---------- */
.har-footer { text-align: center; }
.har-foot-logo img { height: 76px; width: auto; }
.har-foot-nav,
.har-foot-legal {
	margin-top: 18px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.8;
}
.har-foot-legal { margin-top: 4px; }
.har-foot-nav a,
.har-foot-legal a {
	color: #5a5a5a;
	text-decoration: none;
	font-size: 15px;
	transition: color .2s ease;
}
.har-foot-legal a { font-size: 14px; color: #8a8a8a; }
.har-foot-nav a:hover,
.har-foot-legal a:hover { color: #882631; }
/* separadores "|" */
.har-foot-nav a + a::before,
.har-foot-legal a + a::before {
	content: "|";
	color: #c4c4c4;
	margin: 0 14px;
}
.har-footbar { min-height: 0; }

/* ---------- Header (JetThemeCore) ---------- */
.har-header {
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}
.har-header .elementor-container { align-items: center; }
.har-logo img { height: 58px; width: auto; }

/* dark pill nav — desktop only (no interferir con el menú móvil de JetBlocks) */
@media (min-width: 768px) {
	.har-nav .jet-nav.jet-nav--horizontal {
		background: #2b2b2b;
		border-radius: 50px;
		padding: 5px;
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.har-nav .jet-nav__item > .menu-item-link {
		color: #ffffff;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 14px;
		padding: 11px 18px;
		border-radius: 40px;
		line-height: 1;
		white-space: nowrap;
		transition: background .2s ease, color .2s ease;
	}
	.har-nav .jet-nav__item.current-menu-item > .menu-item-link,
	.har-nav .jet-nav__item:hover > .menu-item-link {
		background: #ffffff;
		color: #1a1a1a;
	}
}

/* phone CTA pill */
.har-phone-btn .elementor-button {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.har-phone-btn .elementor-button-icon i { color: #882631; }

/* ---------- Hero ---------- */
/* seamless: remove theme's 30px gap between header and content on home */
.home .site-content { margin-top: 0 !important; }

.har-hero .elementor-container { align-items: center; }
.har-hero-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 66px;
	line-height: 1.04;
	letter-spacing: -1px;
	color: #1a1a1a;
	/* break by whole words only — never hyphenate "publicidad" */
	-webkit-hyphens: none;
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;
}
.har-hero-sub p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 440px;
	margin: 0;
}
.har-hero-cta .elementor-button {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
.har-hero-cta .elementor-button-icon i { font-size: 18px; }

/* highlight current item (Inicio) — custom-link menus have no current-menu-item */
@media (min-width: 768px) {
	.har-nav .jet-nav__item:first-child > .menu-item-link {
		background: #ffffff;
		color: #1a1a1a;
	}
}

/* ---------- Slider (JetElements / Slider Pro) ---------- */
/* round the mask (clipping viewport) so adjacent slides never peek at corners */
.har-slider .sp-slides-container,
.har-slider .sp-mask {
	border-radius: 20px;
	overflow: hidden;
}
/* hide thumbnail strip for a clean hero carousel */
.har-slider .sp-thumbnails-container { display: none !important; }
/* brand arrows (override JetElements default blue skin) */
.har-slider .sp-arrow.sp-previous-arrow,
.har-slider .sp-arrow.sp-next-arrow {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: rgba(26, 26, 26, .55) !important;
	transition: background-color .2s ease;
}
.har-slider .sp-arrow.sp-previous-arrow:hover,
.har-slider .sp-arrow.sp-next-arrow:hover {
	background-color: #882631 !important;
}

/* ---------- Sección "Experiencia que da visibilidad" ---------- */
.har-exp { position: relative; overflow: hidden; }

/* decorative thin circle outline (silueta) on the right */
.har-exp::after {
	content: "";
	position: absolute;
	right: -250px;
	top: 50%;
	transform: translateY(-50%);
	width: 620px;
	height: 620px;
	border: 1.5px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
/* rotated brand label on the far left edge */
.har-exp::before {
	content: "HAR MEDIA Y PUBLICIDAD";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #a6a6a6;
	text-transform: uppercase;
	z-index: 2;
}
.har-exp .elementor-container { position: relative; z-index: 1; align-items: flex-start; }

/* map image */
.har-map img {
	border-radius: 24px;
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 22px 55px rgba(0, 0, 0, .14);
}

.har-exp-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 54px;
	line-height: 1.05;
	letter-spacing: -1px;
	-webkit-hyphens: none;
	hyphens: none;
	word-break: normal;
}
.har-exp-sub p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 420px;
	margin: 0;
	-webkit-hyphens: none;
	hyphens: none;
}

/* red card overlapping the map */
.har-exp-card {
	background: #882631;
	color: #ffffff;
	border-radius: 24px;
	padding: 36px 40px;
	margin-top: 40px;
	margin-left: -160px;
	position: relative;
	z-index: 3;
	box-shadow: 0 24px 55px rgba(136, 38, 49, .28);
}
.har-exp-card::before {
	content: "";
	display: block;
	width: 54px;
	height: 4px;
	background: rgba(255, 255, 255, .9);
	border-radius: 2px;
	margin-bottom: 22px;
}
.har-exp-card,
.har-exp-card .elementor-widget-container,
.har-exp-card p,
.har-exp-card strong { color: #ffffff !important; }
.har-exp-card p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 16px;
	-webkit-hyphens: none;
	hyphens: none;
}
.har-exp-card p:last-child { margin-bottom: 0; }
.har-exp-card strong { font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.har-exp-title .elementor-heading-title { font-size: 42px; }
	.har-exp-card { margin-left: -80px; }
}
@media (max-width: 767px) {
	.har-exp::before { display: none; }
	.har-exp-card { margin-left: 0; margin-top: 24px; }
	.har-exp-title .elementor-heading-title { font-size: 34px; }
}

/* ---------- Sección "Clientes que confían" (banda roja) ---------- */
.har-clients { position: relative; overflow: hidden; }
.har-clients .elementor-container { position: relative; z-index: 2; align-items: center; }

/* decorative thin circles (siluetas) */
.har-clients::before {
	content: "";
	position: absolute;
	left: -160px;
	top: -200px;
	width: 420px;
	height: 420px;
	border: 1.5px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
}
.har-clients::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 460px;
	height: 460px;
	border: 1.5px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
}
/* vertical brand label */
.har-clients > .elementor-container::before {
	content: "HAR MEDIA Y PUBLICIDAD";
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .55);
	text-transform: uppercase;
}
.har-clients-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 56px;
	line-height: 1.05;
	letter-spacing: -1px;
	color: #ffffff;
	-webkit-hyphens: none;
	hyphens: none;
	word-break: normal;
}
.har-clients-text p {
	color: rgba(255, 255, 255, .92);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 18px;
	-webkit-hyphens: none;
	hyphens: none;
}
/* Contáctanos pill with white circular arrow badge */
.har-clients-btn .elementor-button {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
}
.har-clients-btn .elementor-button-icon {
	background: #ffffff;
	color: #1a1a1a;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.har-clients-btn .elementor-button-icon i,
.har-clients-btn .elementor-button-icon svg {
	transform: rotate(-45deg);
	font-size: 14px;
	width: 15px;
	height: 15px;
	color: #1a1a1a !important;
	fill: #1a1a1a !important;
}

/* ---------- Dark stat card (overlapping the red band) ---------- */
.har-clients-cardwrap {
	margin-top: -135px !important;
	position: relative;
	z-index: 5;
}
.har-stat-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 46px;
	line-height: 1.05;
	letter-spacing: -1px;
	color: #ffffff;
}
.har-stat-text p {
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
	line-height: 1.55;
	max-width: 720px;
	margin: 0;
	-webkit-hyphens: none;
	hyphens: none;
}

@media (max-width: 1024px) {
	.har-clients-title .elementor-heading-title { font-size: 42px; }
	.har-stat-title .elementor-heading-title { font-size: 36px; }
}
@media (max-width: 767px) {
	.har-clients > .elementor-container::before { display: none; }
	.har-clients-title .elementor-heading-title { font-size: 32px; }
	.har-clients-cardwrap { margin-top: -90px !important; }
	.har-stat-title .elementor-heading-title { font-size: 28px; }
}

/* ---------- Sección "Marcas en acción" (galería + popup) ---------- */
.har-galeria { position: relative; overflow: hidden; }
.har-galeria::after {
	content: "";
	position: absolute;
	right: -230px;
	bottom: -200px;
	width: 560px;
	height: 560px;
	border: 1.5px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
.har-galeria > .elementor-container::before {
	content: "HAR MEDIA Y PUBLICIDAD";
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #a6a6a6;
	text-transform: uppercase;
}
.har-galeria .elementor-container { position: relative; z-index: 1; }
.har-galeria-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 50px;
	letter-spacing: -1px;
}
.har-galeria-sub { text-align: center; }
.har-galeria-sub p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 auto 6px;
}

/* grid: 2 wide on top, 3 on bottom */
.har-gallery-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 26px;
	margin-top: 46px;
}
.har-card--wide  { grid-column: span 3; }
.har-card--third { grid-column: span 2; }

.har-card {
	position: relative;
	aspect-ratio: 16 / 10;
	border-radius: 22px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
	outline: none;
}
.har-card-img {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: transform .5s ease;
}
.har-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, 0) 45%);
	transition: background .3s ease;
}
.har-card:hover .har-card-img { transform: scale(1.06); }
.har-card:hover::after { background: linear-gradient(to top, rgba(136, 38, 49, .75) 0%, rgba(136, 38, 49, .1) 60%); }
.har-card:focus-visible { box-shadow: 0 0 0 3px #882631, 0 14px 36px rgba(0, 0, 0, .12); }

.har-card-arrow {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: background .25s ease, color .25s ease, transform .25s ease;
}
.har-card-arrow svg { width: 20px; height: 20px; }
.har-card:hover .har-card-arrow { background: #882631; color: #ffffff; transform: rotate(45deg); }

.har-card-cap {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 18px;
	z-index: 2;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.25;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .45);
}

/* modal */
.har-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .28s ease, visibility .28s ease;
}
.har-modal.is-open { opacity: 1; visibility: visible; }
.har-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 12, 14, .6);
	backdrop-filter: blur(3px);
}
.har-modal__box {
	position: relative;
	width: 100%;
	max-width: 520px;
	background: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
	transform: translateY(18px) scale(.98);
	transition: transform .32s cubic-bezier(.2, .8, .25, 1);
}
.har-modal.is-open .har-modal__box { transform: translateY(0) scale(1); }
.har-modal__img {
	display: block;
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
	background-color: #ececec;
}
.har-modal__title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #1a1a1a;
	margin: 26px 30px 10px;
	line-height: 1.2;
}
.har-modal__desc {
	font-size: 16px;
	line-height: 1.6;
	color: #5a5a5a;
	margin: 0 30px 30px;
}
.har-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, .9);
	color: #1a1a1a;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s ease, color .2s ease;
}
.har-modal__close:hover { background: #882631; color: #ffffff; }

@media (max-width: 1024px) {
	.har-galeria-title .elementor-heading-title { font-size: 40px; }
	.har-gallery-grid { grid-template-columns: 1fr 1fr; }
	.har-card--wide, .har-card--third { grid-column: span 1; }
}
@media (max-width: 600px) {
	.har-galeria > .elementor-container::before { display: none; }
	.har-gallery-grid { grid-template-columns: 1fr; }
	.har-card--wide, .har-card--third { grid-column: span 1; }
}

/* ---------- Sección "Lo que dicen nuestros clientes" ---------- */
.har-tst-sec { position: relative; overflow: hidden; }
.har-tst-sec::after {
	content: "";
	position: absolute;
	right: -200px;
	top: -260px;
	width: 520px;
	height: 520px;
	border: 1.5px solid rgba(0, 0, 0, .12);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
.har-tst-sec > .elementor-container::before {
	content: "HAR MEDIA Y PUBLICIDAD";
	position: absolute;
	left: -56px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	writing-mode: vertical-rl;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #a6a6a6;
	text-transform: uppercase;
}
.har-tst-sec .elementor-container { position: relative; z-index: 1; }
.har-tst-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 1.08;
	letter-spacing: -1px;
}
.har-tst-sub p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 760px;
	margin: 0;
}

/* carousel */
.har-tst { margin-top: 44px; }
.har-tst-viewport { overflow: hidden; }
.har-tst-track { display: flex; transition: transform .55s cubic-bezier(.3, .8, .3, 1); }
.har-tst-slide {
	flex: 0 0 100%;
	display: flex;
	gap: 26px;
	align-items: stretch;
}
.har-tst-item { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.har-tst-card {
	flex: 1;
	background: #ffffff;
	border-radius: 24px;
	padding: 30px 32px 34px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
}
.har-tst-quote {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 78px;
	line-height: .7;
	height: 44px;
	color: #1a1a1a;
}
.har-tst-text p {
	color: #4a4a4a;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 14px;
	-webkit-hyphens: none;
	hyphens: none;
}
.har-tst-text p:last-child { margin-bottom: 0; }
.har-tst-author {
	margin-top: 16px;
	background: #ffffff;
	border-radius: 18px;
	padding: 16px 20px;
	text-align: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
}
.har-tst-author .n {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #882631;
}
.har-tst-author .r {
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	margin-top: 2px;
}
/* featured (center) card */
.har-tst-item.is-feature .har-tst-card { background: #882631; }
.har-tst-item.is-feature .har-tst-quote { color: #ffffff; }
.har-tst-item.is-feature .har-tst-text p { color: rgba(255, 255, 255, .92); }
.har-tst-item.is-feature .har-tst-author { background: #882631; }
.har-tst-item.is-feature .har-tst-author .n { color: #ffffff; }
.har-tst-item.is-feature .har-tst-author .r { color: rgba(255, 255, 255, .8); }

/* dots */
.har-tst-dots { display: flex; justify-content: center; gap: 10px; margin-top: 34px; }
.har-tst-dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: none;
	background: #c4c4c4;
	cursor: pointer;
	padding: 0;
	transition: background .2s ease, transform .2s ease;
}
.har-tst-dot.is-active { background: #882631; transform: scale(1.25); }

/* ---------- Scroll-down indicator (entre secciones) ---------- */
.har-scrolldown {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: none;
	background: #1a1a1a;
	color: #ffffff;
	cursor: pointer;
	z-index: 60;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
	transition: background .2s ease, transform .2s ease;
}
.har-scrolldown:hover { background: #882631; transform: translate(-50%, -50%) translateY(3px); }
.har-scrolldown svg { width: 24px; height: 24px; }

@media (max-width: 1024px) {
	.har-tst-title .elementor-heading-title { font-size: 40px; }
	.har-tst-slide { gap: 18px; }
	.har-tst-card { padding: 24px 24px 28px; }
}
@media (max-width: 767px) {
	.har-tst-sec > .elementor-container::before { display: none; }
	.har-tst-title .elementor-heading-title { font-size: 32px; }
	/* stack the 3 cards per group on mobile */
	.har-tst-slide { flex-wrap: wrap; gap: 16px; }
	.har-tst-item { flex: 0 0 100%; }
	.har-scrolldown { width: 44px; height: 44px; }
}

/* ---------- Sección "Contáctenos" ---------- */
.har-contact { position: relative; overflow: hidden; }
.har-contact::before {
	content: "";
	position: absolute;
	left: -300px;
	top: 50%;
	transform: translateY(-50%);
	width: 540px;
	height: 540px;
	border: 1.5px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}
.har-contact .elementor-container { position: relative; z-index: 1; }
.har-contact-title .elementor-heading-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 52px;
	letter-spacing: -1px;
}
.har-contact-sub { text-align: center; }
.har-contact-sub p {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 1.6;
	max-width: 720px;
	margin: 0 auto;
}
.har-contact-slider { margin-top: 34px; margin-bottom: 50px; }

/* info column */
.har-cinfo { list-style: none; margin: 0; padding: 0; }
.har-cinfo li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 26px;
}
.har-cinfo li:last-child { margin-bottom: 0; }
.har-cinfo .ic {
	flex: 0 0 auto;
	color: #882631;
	margin-top: 2px;
}
.har-cinfo .ic svg { width: 22px; height: 22px; display: block; }
.har-cinfo div { font-size: 16px; line-height: 1.5; color: #4a4a4a; }
.har-cinfo strong { color: #1a1a1a; font-weight: 700; }
.har-cinfo a { color: inherit; text-decoration: none; }
.har-cinfo a:hover { color: #882631; }

/* vertical divider before the form column */
.har-form-col { border-left: 1px solid #e4e4e4; padding-left: 50px; }

/* form */
.har-form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.har-field { margin-bottom: 16px; }
.har-form input[type="email"],
.har-form input[type="text"] {
	width: 100%;
	border: 1px solid #cfcfcf;
	border-radius: 50px;
	padding: 15px 24px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #1a1a1a;
	background: #fff;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.har-form input::placeholder { color: #8a8a8a; }
.har-form input:focus {
	border-color: #882631;
	box-shadow: 0 0 0 3px rgba(136, 38, 49, .12);
}
.har-form-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
	border: none;
	cursor: pointer;
	background: #1a1a1a;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 10px 10px 26px;
	border-radius: 50px;
	transition: background .2s ease;
}
.har-form-btn:hover { background: #882631; }
.har-form-arrow {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	color: #1a1a1a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.har-form-arrow svg { width: 18px; height: 18px; }
.har-form-msg {
	border-radius: 14px;
	padding: 12px 18px;
	margin-bottom: 16px;
	font-size: 15px;
}
.har-form-ok { background: #e9f6ec; color: #1f7a37; border: 1px solid #b6e3c1; }
.har-form-err { background: #fdecee; color: #9b2230; border: 1px solid #f3c2c8; }

@media (max-width: 1024px) {
	.har-contact-title .elementor-heading-title { font-size: 42px; }
}
@media (max-width: 767px) {
	.har-form-col { border-left: none; padding-left: 0; margin-top: 30px; }
	.har-contact-title .elementor-heading-title { font-size: 32px; }
}

/* ---------- Responsive (hero/header) ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
	.har-hero-title .elementor-heading-title { font-size: 48px; }
	.har-nav .jet-nav__item > .menu-item-link { padding: 10px 13px; font-size: 13px; }
}
@media (max-width: 767px) {
	.har-hero-title .elementor-heading-title { font-size: 36px; }
	.har-hero-sub p { font-size: 16px; }
	/* mobile menu links → brand colors */
	.har-nav .jet-nav .menu-item-link {
		color: #1a1a1a;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 16px;
	}
	.har-nav .jet-nav .menu-item-link:hover,
	.har-nav .jet-nav .current-menu-item > .menu-item-link { color: #882631; }
	.har-nav .jet-nav__mobile-trigger { color: #1a1a1a; }
}
