/* =========================================================================
   Parishrama PU College — Davanagere Landing Page
   Shared stylesheet enqueued once by the Parishrama Landing Page Manager
   plugin. All 11 Elementor HTML snippets rely only on the classes and
   data-lp-* attributes defined here — no per-section inline <style>.
   ========================================================================= */

:root {
	--c-red: #dd2329;
	--c-red-dark: #a8161b;
	--c-orange: #e8703a;
	--c-yellow: #f7ce13;
	--c-yellow-dark: #d9a900;
	--c-black: #111111;
	--c-gray-bg: #f5f5f7;
	--c-gray-line: #e2e2e4;
	--c-white: #ffffff;

	--font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--container: 1240px;
	--radius: 14px;
	--shadow-card: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* ---------- Reset (scoped to our sections so we don't fight the theme) --- */
.lp-section,
.lp-section *,
.lp-modal-overlay,
.lp-modal-overlay *,
.lp-form-mobile-wrap,
.lp-form-mobile-wrap *,
.lp-floating-btn {
	box-sizing: border-box;
}
.lp-section img {
	max-width: 100%;
	display: block;
}
.lp-section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lp-section a {
	text-decoration: none;
}
.lp-section {
	font-family: var(--font-body);
	position: relative;
	overflow: hidden;
}
.lp-container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 2;
}

/* Generic low-opacity background photo layer used by data-lp-bg slots */
.lp-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	pointer-events: none;
}

/* Empty-slot placeholder for hard image slots with no inline fallback
   (e.g. the workshop founder photo) — falls back to a neutral box via
   each component's own rules (.lp-event__photo, .lp-about__photo, etc.)
   rather than a generic dashed box, so icon slots with an inline SVG
   fallback never get an unwanted border. */
img[data-lp-slot].lp-slot-empty {
	background: linear-gradient(135deg, #eee, #f7f7f7);
	border: 1px dashed #cfcfcf;
	min-height: 60px;
	border-radius: 8px;
}

.lp-eyebrow {
	display: inline-block;
	font-family: var(--font-head);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.85rem;
	color: var(--c-yellow);
}

/* =========================================================================
   01. HERO
   ========================================================================= */
.lp-hero {
	background: linear-gradient(165deg, var(--c-red) 0%, var(--c-red-dark) 75%);
	padding: 28px 0 60px;
	color: var(--c-white);
}
.lp-hero .lp-bg {
	mix-blend-mode: overlay;
}
.lp-hero__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 40px;
	align-items: start;
}
.lp-hero__logo-card {
	background: var(--c-white);
	border-radius: var(--radius);
	padding: 18px 28px;
	display: inline-block;
	box-shadow: var(--shadow-card);
	margin-bottom: 26px;
}
.lp-hero__logo-card img {
	height: 46px;
	width: auto;
}
.lp-hero__intro {
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	font-weight: 700;
	line-height: 1.55;
	max-width: 560px;
	margin: 0 0 28px;
}
.lp-hero__headline {
	max-width: 620px;
}
.lp-hero__headline img {
	width: 100%;
	height: auto;
}

/* ---- Register form: shared skin used by fixed / mobile / popup forms --- */
.lp-form-card {
	background: var(--c-white);
	border-radius: var(--radius);
	padding: 26px 26px 22px;
	box-shadow: var(--shadow-card);
	width: 100%;
}
.lp-form-card__title {
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 1.5rem;
	color: var(--c-red);
	text-align: center;
	margin: 0 0 18px;
}
.lp-form-card label {
	display: block;
	font-weight: 700;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--c-red);
	margin: 0 0 6px;
}
.lp-form-card .lp-field {
	margin-bottom: 14px;
}
.lp-form-card input[type='text'],
.lp-form-card input[type='tel'],
.lp-form-card input[type='email'],
.lp-form-card select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid var(--c-gray-line);
	background: #f1f1f3;
	border-radius: 6px;
	font-family: var(--font-body);
	font-size: 0.95rem;
	color: var(--c-black);
}
.lp-form-card input:focus,
.lp-form-card select:focus {
	outline: 2px solid var(--c-red);
	outline-offset: 1px;
	background: #fff;
}
.lp-form-card .lp-submit {
	display: inline-block;
	width: 100%;
	background: var(--c-white);
	border: 2px solid var(--c-red);
	color: var(--c-black);
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 1.1rem;
	padding: 10px 0;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}
.lp-form-card .lp-submit:hover {
	background: var(--c-red);
	color: var(--c-white);
}
.lp-form-card .lp-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.lp-form-msg {
	margin-top: 12px;
	font-size: 0.85rem;
	font-weight: 600;
	text-align: center;
	display: none;
}
.lp-form-msg.is-visible {
	display: block;
}
.lp-form-msg.is-success {
	color: #1a7a34;
}
.lp-form-msg.is-error {
	color: #b3261e;
}

/* Desktop: fixed register form, pinned for the whole scroll */
.lp-form-fixed-wrap {
	position: fixed;
	top: 130px;
	right: 36px;
	width: 300px;
	z-index: 900;
}
.lp-form-mobile-wrap {
	display: none;
}

@media (max-width: 1023px) {
	.lp-hero__grid {
		grid-template-columns: 1fr;
	}
	.lp-form-fixed-wrap {
		display: none;
	}
	.lp-form-mobile-wrap {
		display: block;
		padding: 40px 0;
		background: var(--c-gray-bg);
	}
	.lp-form-mobile-wrap .lp-form-card {
		max-width: 460px;
		margin: 0 auto;
	}
}

/* =========================================================================
   02. ACHIEVERS STRIP
   ========================================================================= */
.lp-achievers {
	background: var(--c-gray-bg);
	padding: 40px 0;
}
.lp-achievers img {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

/* =========================================================================
   03. MASTERMIND / EVENT
   ========================================================================= */
.lp-event {
	background: linear-gradient(180deg, var(--c-red) 0%, var(--c-orange) 100%);
	padding: 50px 0 60px;
	color: var(--c-white);
}
.lp-event__poster {
	background: var(--c-white);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-card);
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	margin-bottom: 40px;
	color: var(--c-black);
}
.lp-event__poster-copy {
	padding: 26px 30px;
}
.lp-event__poster-copy .lp-tag {
	display: inline-block;
	background: var(--c-black);
	color: var(--c-white);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.85rem;
	padding: 4px 10px;
	border-radius: 4px;
	margin-bottom: 6px;
}
.lp-event__poster-copy h3 {
	font-family: var(--font-head);
	text-transform: uppercase;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	color: var(--c-red);
	margin: 4px 0 14px;
	line-height: 1;
}
.lp-event__poster-copy .lp-by {
	font-size: 1.3rem;
	font-weight: 800;
	color: var(--c-black);
	margin-bottom: 12px;
}
.lp-event__meta {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 0.92rem;
	font-weight: 600;
	margin-bottom: 16px;
}
.lp-event__meta span.lp-ic {
	color: var(--c-red);
	margin-right: 6px;
}
.lp-event__photo {
	position: relative;
	min-height: 200px;
	background: linear-gradient(135deg, #eee, #e2e2e4);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b9b9bd;
}
.lp-event__photo svg {
	width: 64px;
	height: 64px;
}
.lp-event__photo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lp-event__cta {
	grid-column: 1 / -1;
	background: var(--c-yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	padding: 14px 20px;
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: uppercase;
	color: var(--c-black);
}
.lp-event__cta .lp-call-btn {
	background: var(--c-black);
	color: var(--c-white);
	padding: 8px 18px;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1.05rem;
}
.lp-event h2 {
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: none;
	font-size: clamp(2rem, 4.4vw, 3rem);
	line-height: 1.05;
	margin: 0 0 18px;
}
.lp-event p {
	max-width: 780px;
	line-height: 1.7;
	font-size: 1.02rem;
	margin: 0 0 26px;
}
.lp-event__details {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 20px 24px;
	max-width: 560px;
}
.lp-event__details div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 6px;
	padding: 4px 0;
	font-weight: 600;
}
.lp-event__details strong {
	font-weight: 700;
}

@media (max-width: 780px) {
	.lp-event__poster {
		grid-template-columns: 1fr;
	}
	.lp-event__photo {
		min-height: 220px;
	}
	.lp-event__details div {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   04. WHY CHOOSE PARISHRAMA
   ========================================================================= */
.lp-why {
	background: var(--c-gray-bg);
	padding: 60px 0;
}
.lp-why .lp-bg {
	opacity: 1; /* opacity is applied inline per-slot via JS on this element */
}
.lp-section h2.lp-h2,
.lp-h2 {
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: none;
	font-size: clamp(2rem, 4.6vw, 3.1rem);
	color: var(--c-red);
	margin: 0 0 34px;
	line-height: 1.05;
}
.lp-why__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px 60px;
}
.lp-feature {
	display: flex;
	gap: 16px;
}
.lp-feature__icon {
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	color: var(--c-red);
}
.lp-feature__icon svg,
.lp-feature__icon img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}
.lp-feature h3 {
	font-family: var(--font-head);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--c-red);
	font-size: 1.15rem;
	margin: 4px 0 8px;
}
.lp-feature ul li {
	position: relative;
	padding-left: 14px;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #262626;
}
.lp-feature ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background: var(--c-black);
	border-radius: 50%;
}

@media (max-width: 780px) {
	.lp-why__grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   05. MASTER THE SYLLABUS
   ========================================================================= */
.lp-syllabus {
	background: linear-gradient(180deg, var(--c-red) 0%, var(--c-red-dark) 100%);
	padding: 60px 0 70px;
	color: var(--c-white);
}
.lp-syllabus .lp-h2 {
	color: var(--c-yellow);
	margin-bottom: 4px;
}
.lp-syllabus .lp-h3-sub {
	font-family: var(--font-head);
	font-weight: 700;
	font-size: clamp(1.3rem, 2.6vw, 1.9rem);
	margin: 0 0 34px;
}
.lp-syllabus__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
	margin-bottom: 46px;
}
.lp-syllabus__item {
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.lp-syllabus__item:nth-child(-n + 2) {
	border-top: none;
}
.lp-syllabus__item h4 {
	font-family: var(--font-head);
	color: var(--c-yellow);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.05rem;
	margin: 0 0 6px;
}
.lp-syllabus__item p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.6;
}
.lp-syllabus__gallery img {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

@media (max-width: 780px) {
	.lp-syllabus__grid {
		grid-template-columns: 1fr;
	}
	.lp-syllabus__item:nth-child(-n + 2) {
		border-top: 1px solid rgba(255, 255, 255, 0.35);
	}
	.lp-syllabus__item:first-child {
		border-top: none;
	}
}

/* =========================================================================
   06-07. SCHOLARSHIP + PRICING
   ========================================================================= */
.lp-scholarship {
	background: var(--c-gray-bg);
	padding: 60px 0;
}
.lp-scholarship p {
	line-height: 1.7;
	color: #262626;
	max-width: 820px;
}
.lp-subhead {
	font-family: var(--font-head);
	text-transform: uppercase;
	font-weight: 700;
	color: var(--c-black);
	font-size: 1.15rem;
	margin: 0 0 10px;
}
.lp-table-wrap {
	overflow-x: auto;
	margin: 20px 0 26px;
}
table.lp-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 640px;
	background: var(--c-white);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow-card);
}
table.lp-table th,
table.lp-table td {
	text-align: left;
	padding: 14px 20px;
	border-bottom: 1px solid var(--c-gray-line);
	font-size: 0.98rem;
}
table.lp-table th {
	color: var(--c-red);
	font-family: var(--font-head);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.03em;
}
table.lp-table tr:last-child td {
	border-bottom: none;
}
.lp-pricing {
	margin-top: 46px;
}
.lp-pricing ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.6;
	color: #262626;
}
.lp-pricing ul li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--c-red);
	font-weight: 800;
}
.lp-pricing strong.lp-price {
	color: var(--c-red);
	font-size: 1.3rem;
}

/* =========================================================================
   08. RESULTS / TESTIMONIALS
   ========================================================================= */
.lp-results {
	background: var(--c-red);
	padding: 60px 0 50px;
	color: var(--c-white);
}
.lp-results .lp-h2 {
	color: var(--c-yellow);
}
.lp-results > .lp-container > p {
	max-width: 820px;
	line-height: 1.7;
	margin-bottom: 26px;
}
.lp-video-frame {
	position: relative;
	width: 100%;
	max-width: 780px;
	aspect-ratio: 16 / 9;
	background: rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
}
.lp-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.lp-video-frame .lp-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.25);
}
.lp-video-frame .lp-play span {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: var(--c-white);
	color: var(--c-red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
}
.lp-video-frame.lp-no-url .lp-play {
	background: rgba(0, 0, 0, 0.45);
}
.lp-testimonials-label {
	font-family: var(--font-head);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-bottom: 14px;
}
.lp-testimonials {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.lp-testimonial-card {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.lp-testimonial-card .lp-video-frame {
	margin-bottom: 0;
	border-radius: 0;
	aspect-ratio: 16 / 10;
}
.lp-testimonial-card figcaption {
	padding: 10px 12px;
	font-size: 0.85rem;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 780px) {
	.lp-testimonials {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   09. FAQ
   ========================================================================= */
.lp-faq {
	background: var(--c-gray-bg);
	padding: 60px 0 20px;
}
.lp-faq__item {
	background: var(--c-white);
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	margin-bottom: 16px;
	overflow: hidden;
}
.lp-faq__q {
	width: 100%;
	text-align: left;
	background: none;
	border: 0;
	padding: 18px 22px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.02rem;
	color: var(--c-black);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}
.lp-faq__q::after {
	content: '+';
	font-size: 1.4rem;
	color: var(--c-red);
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.lp-faq__item.is-open .lp-faq__q::after {
	transform: rotate(45deg);
}
.lp-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease;
	padding: 0 22px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #444;
}
.lp-faq__item.is-open .lp-faq__a {
	max-height: 300px;
	padding: 0 22px 20px;
}

/* =========================================================================
   10. ABOUT
   ========================================================================= */
.lp-about {
	background: var(--c-gray-bg);
	padding: 20px 0 60px;
}
.lp-about__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	align-items: center;
}
.lp-about p {
	line-height: 1.7;
	color: #262626;
	margin-bottom: 18px;
}
.lp-about__contact {
	font-weight: 700;
	color: var(--c-red);
}
.lp-about__contact a {
	color: var(--c-red);
}
.lp-about__photo img {
	border-radius: var(--radius);
	box-shadow: var(--shadow-card);
}

@media (max-width: 780px) {
	.lp-about__grid {
		grid-template-columns: 1fr;
	}
	.lp-about__photo {
		order: -1;
	}
}

/* =========================================================================
   11. FOOTER
   ========================================================================= */
.lp-footer {
	background: var(--c-black);
	padding: 26px 0;
	text-align: center;
}
.lp-footer p {
	color: var(--c-white);
	font-weight: 700;
	font-size: clamp(0.95rem, 2vw, 1.15rem);
	line-height: 1.6;
	margin: 0;
}
.lp-footer__sub {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: 18px;
	padding-top: 14px;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

/* =========================================================================
   FLOATING BUTTON + POPUP MODAL
   ========================================================================= */
.lp-floating-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	background: var(--c-red);
	color: var(--c-white);
	font-family: var(--font-head);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border: none;
	border-radius: 50px;
	padding: 14px 22px;
	font-size: 1rem;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}
.lp-floating-btn:hover {
	background: var(--c-red-dark);
}

.lp-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1100;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.lp-modal-overlay.is-open {
	display: flex;
}
.lp-modal-box {
	position: relative;
	width: 100%;
	max-width: 380px;
}
.lp-modal-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--c-white);
	border: 2px solid var(--c-red);
	color: var(--c-red);
	font-size: 1.1rem;
	font-weight: 800;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1023px) {
	.lp-floating-btn {
		right: 14px;
		bottom: 14px;
		padding: 12px 18px;
		font-size: 0.9rem;
	}
}
