/* HarlyVal Theme Overrides */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
	--hv-bg-dark: #0b1220;
	--hv-bg: #0f172a;
	--hv-bg-soft: #131c2f;
	--hv-primary: #14b8a6;
	--hv-primary-700: #0f766e;
	--hv-accent: #7c3aed;
	--hv-accent-2: #0ea5e9;
	--hv-text: #e5e7eb;
	--hv-text-muted: #9ca3af;
}

body {
	font-family: 'Space Grotesk', 'Jost', sans-serif;
	background: var(--hv-bg);
	color: var(--hv-text);
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	letter-spacing: 0.2px;
}

/* Header */
.header-area {
	margin-bottom: 0;
	top: 0;
	background: linear-gradient(180deg, var(--hv-bg-dark) 0%, rgba(11,18,32,0.6) 100%) !important;
}
.header-area::after { display: none; }
.header-menu { margin-left: 0; }
.header-menu ul li a { color: #e5e7eb; }
.header-menu ul li a:hover { color: var(--hv-primary); }

.logo a { color: var(--hv-primary) !important; font-weight: 700; letter-spacing: 0.5px; }

/* Hero */
.slider-area {
	height: 760px;
	background: radial-gradient(1200px 600px at 20% 20%, rgba(20,184,166,0.25) 0%, rgba(20,184,166,0) 60%),
		radial-gradient(900px 500px at 80% 10%, rgba(14,165,233,0.2) 0%, rgba(14,165,233,0) 60%),
		linear-gradient(180deg, var(--hv-bg-dark) 0%, var(--hv-bg) 100%) !important;
}
.baner-shape1, .baner-shape2, .baner-shape3, .baner-shape4 { display: none !important; }
.slider-content { width: 46%; }
.slider-sub-title h4 { color: var(--hv-primary); text-transform: uppercase; letter-spacing: 1.5px; }

/* Buttons */
.nest-btn {
	background: linear-gradient(90deg, var(--hv-primary) 0%, var(--hv-accent-2) 100%) !important;
	color: #0b1220 !important;
	border: none !important;
}
.nest-btn__shape { display: none; }
.nest-btn:hover { filter: brightness(0.9); }

a.nest-btn.slider1 { background: linear-gradient(90deg, var(--hv-primary) 0%, var(--hv-accent) 100%) !important; color: #0b1220 !important; }

/* Sections */
.catag-area, .help-area, .choose-us-area { background: transparent; }
.section-sub-title h4 { color: var(--hv-text-muted); text-transform: uppercase; letter-spacing: 1.2px; }
.section-title-shape { display: none; }

/* Cards/Items */
.catag-single-box, .choose-single-box, .contact-box {
	background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
	padding: 12px;
}
.catag-title h4 a { color: var(--hv-primary); }

/* Images: soften and add rounded */
.choose-thumb img, .catag-thumb img, .slider-thumb img { border-radius: 12px; filter: saturate(0.9) contrast(1.02); }

/* Footer */
.footer-area { background: var(--hv-bg-soft); }
.footer-shape1, .footer-shape2 { display: none; }
.footer-privacy-menu ul li a { color: var(--hv-text-muted); }
.footer-privacy-menu ul li a:hover { color: var(--hv-primary); }

/* Contact */
#contact { background: linear-gradient(180deg, rgba(124,58,237,0.18) 0%, rgba(14,165,233,0.18) 100%); padding: 50px 0; border-radius: 18px; }
.form-box input { background: rgba(255,255,255,0.06); color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.form-box-button button { background: var(--hv-primary); color: #0b1220; border: none; padding: 12px 28px; border-radius: 10px; }

/* Utilities */
.invis-part { display: none !important; }

/* Typography tweaks */
.section-main-title h2 { font-weight: 700; }

/* Owl dots/arrows recolor */
.owl-nav [class*='owl-'] { color: var(--hv-primary) !important; }

/* Header sticky shadow */
.sticky-nav { background: rgba(11,18,32,0.85) !important; backdrop-filter: blur(6px); } 