:root {
	--primary-navy: #0f172a; /* Deep navy from text */
	--accent-green: #00a878; /* Vibrant green from EduDemo */
	--accent-green-light: #e6f6f1;
	--bg-light: #ffffff;
	--text-muted: #64748b;
}

body {
	background-color: var(--bg-light);
	color: var(--primary-navy);
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.02em;
}

/* Navbar */
.navbar {
	padding: 20px 0;
	background: white;
}
.navbar-brand { 
	font-weight: 800; 
	color: var(--primary-navy) !important; 
	font-size: 1.5rem;
}
.brand-icon {
	background-color: var(--accent-green);
	color: white;
	padding: 5px 8px;
	border-radius: 8px;
	margin-right: 8px;
}
.nav-link { 
	color: var(--text-muted) !important; 
	font-weight: 500; 
	margin: 0 10px; 
}
.nav-link:hover { color: var(--accent-green) !important; }

.btn-green {
	background-color: var(--accent-green);
	color: white;
	border: none;
	border-radius: 50px;
	padding: 10px 24px;
	font-weight: 600;
	box-shadow: 0 4px 14px rgba(0, 168, 120, 0.3);
	transition: 0.3s;
}
.btn-green:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 168, 120, 0.4);
	background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
	color: white;
}

/* Hero Section */
.hero-section {
	width: 100%;
	overflow: hidden;
	padding: 0 0;
	text-align: center;
	background: radial-gradient(circle at 50% 50%, #f0faf7 0%, #ffffff 100%);
}
.badge-nextgen {
	background-color: var(--accent-green-light);
	color: var(--accent-green);
	padding: 8px 16px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	display: inline-block;
}
h1 {
	font-size: 4.5rem;
	font-weight: 800;
	line-height: 1.1;
	max-width: 900px;
	margin: 0 auto;
}
.highlight { color: var(--accent-green); }

/* Course Cards */
.course-card {
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	padding: 16px;
	transition: 0.3s ease;
	height: 100%;
	background: white;
}
.course-card:hover {
	border-color: var(--accent-green);
	box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}
.course-img {
	width: 100%;
	height: 200px;
	border-radius: 16px;
	object-fit: cover;
	margin-bottom: 20px;
}
.course-title { font-weight: 700; font-size: 1.25rem; }
.price-tag { font-weight: 800; font-size: 1.4rem; color: var(--primary-navy); }

/* --- Footer Styling: Original Light Theme --- */
footer {
	padding: 80px 0 40px;
	background-color: #f8fafc80; /* Your original light background */
	color: #0f172a !important; /* Dark text for readability */
}

.footer-main-area .d-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.footer-widget .title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #0f172a;
	text-transform: uppercase;
}

.footer-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widget ul li {
	margin-bottom: 10px;
}

.footer-widget ul li a {
	color: #64748b !important; /* Muted slate color */
	text-decoration: none;
	font-size: 0.9rem;
	transition: 0.3s;
}

.footer-widget ul li a:hover {
	color: #00a878 !important; /* Green hover from your brand */
}

/* Newsletter Input Fix */
.subscribe-form form {
	display: flex;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow: hidden;
	background: white;
}

.subscribe-form input {
	border: none;
	padding: 10px 15px;
	flex: 1;
	outline: none;
}

.subscribe-form button {
	background: #00a878;
	color: white;
	border: none;
	padding: 0 15px;
}

/* Social Icon Styling */
.social-links ul {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
}

.social-links ul li a {
	color: #0f172a !important;
	font-size: 1.1rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.footer-main-area .d-flex {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	h1 { font-size: 2.5rem; }
}

/* --- Updated Slider Design --- */
.hero-section {
	padding: 0 0;
	background: radial-gradient(circle at center, #f8fafc 0%, #ffffff 100%);
}

.edudemo-slider {
	background-color: #fafafa;
	background-size: cover;
	background-position: center;
	padding: 80px 60px;
	min-height: 500px;
	position: relative;
	box-shadow: 0 20px 60px -15px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.badge-nextgen {
	background-color: var(--accent-green-light);
	color: var(--accent-green);
	padding: 6px 16px;
	border: 1px solid rgba(0, 168, 120, 0.1);
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 24px;
	display: inline-flex;
	width: fit-content;
}

.slider-h1 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.1;
	max-width: 850px;
	color: var(--primary-navy);
	letter-spacing: -0.04em;
	text-align: left;
	margin: 15px;
}

.btn-slider-learn {
	background-color: #00a878;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 14px 32px;
	font-weight: 700;
	margin-top: 40px;
	width: fit-content;
	transition: 0.2s;
}
.btn-slider-learn:hover {
	background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
	color: white;
}

/* Custom Arrow Icons like the design */
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 45px;
	background: #00a878;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border: 1px solid #00a878;
	color: #ffff;
}

.carousel-control-prev { border-radius: 0 24px 24px 0; }
.carousel-control-next { border-radius: 24px 0 0 24px; }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #ffff;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
	color: #ffff;
	background: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

/* Carousel Indicators (Dots) */
.carousel-indicators [button] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cbd5e1;
	margin: 0 6px;
}
.carousel-indicators .active {
	background-color: var(--accent-green);
}

@media (max-width: 768px) {
	.slider-h1 { font-size: 2.2rem; }
	.edudemo-slider { padding: 40px 30px; }
	.carousel-control-prev, .carousel-control-next { display: none; }
}

.edudemo-slider {
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center;
}

/* --- NEW: Learning Journey Section --- */
.journey-section { padding: 100px 0; background-color: #fcfdfe; }
.journey-tag { color: var(--text-muted); font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; display: block; }
.journey-title { font-size: 2.5rem; font-weight: 800; color: var(--primary-purple); margin-bottom: 8px; }
.journey-subtitle { font-size: 1.25rem; font-weight: 700; color: #1e293b; margin-bottom: 40px; }
.journey-desc { color: var(--text-muted); font-size: 20px; line-height: 1.6; }

/* Journey Card Styling (Tabbed Design with Radius) */
.journey-card {
	background-color: #00a878;
	border-radius: 24px; /* Soft outer radius */
	padding: 30px;
	color: white;
	height: 100%;
	position: relative;
	transition: transform 0.3s ease;
}

/* Creating the Rounded "Step" Notch */
.journey-card::before {
	content: "";
	position: absolute;
	top: -1px; /* Slight overlap to prevent sub-pixel gaps */
	right: -1px;
	width: 15%; /* Matches the "step" width */
	height: 20%; /* Matches the "step" depth */
	background-color: #fcfdfe; /* Matches section background to create the "cut" */
	border-bottom-left-radius: 20px; /* The inner curve you were looking for */
	border-bottom: 1px solid transparent; 
}

.journey-card:hover { transform: translateY(-10px); }

/* Container transition for the circle - Updated for a slower, smoother flip */
.icon-circle {
	width: 50px;
	height: 50px;
	background: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a878;
	margin-bottom: 25px;
	font-size: 1.2rem;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	
	/* Increased time to 0.8s for a slower, deliberate flip */
	transition: all 0.8s ease-in-out;
	backface-visibility: hidden; /* Ensures a clean rotation */
}

/* Individual Icon inside the circle */
.icon-circle i {
	display: inline-block;
}

/* Hover State: When the CARD is hovered, the circle flips and changes color */
.journey-card:hover .icon-circle {
	background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)); 
	color: #ffffff;
	
	/* Slow 360-degree rotation */
	transform: rotateY(360deg);
	
	/* Optional: Adding a soft glow during the slow flip */
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.card-h { 
	font-weight: 700; 
	font-size: 1.1rem; 
	margin-bottom: 10px; 
	max-width: 75%; /* Prevents text from going under the notch */
}

.card-p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin: 0; }

/* Container for the split layout */
.sticky-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	position: relative;
	flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Left side content */
.sticky-left {
	position: sticky;
	top: 100px; 
	flex: 1;
	min-width: 300px; /* Ensures it doesn't get too squeezed */
}

/* Right side content */
.scroll-right {
	flex: 2;
	min-width: 300px;
}

/* --- Responsive Media Query --- */
@media (max-width: 991px) {
	.sticky-wrapper {
		display: block; /* Disables flex side-by-side layout */
	}

	.sticky-left {
		position: static; /* Disables sticky behavior on mobile */
		max-width: 100%;
		margin-bottom: 40px;
		text-align: center; /* Optional: Centers text for better mobile look */
	}

	.journey-title {
		font-size: 2.2rem !important; /* Shrinks title slightly for mobile */
	}

	.module-card {
		padding: 25px; /* Saves space on mobile */
		clip-path: none; /* Optional: removes notch on mobile if it looks too cramped */
		border-radius: 20px;
	}
	
	/* Ensure the notch pseudo-elements don't interfere on small screens */
	.module-card::before, .module-card::after {
		display: none; 
	}
}

/* Module card styling with the notched design */
/* --- Module Card with Sticky-Ready Layout & Rounded Notch --- */
.module-card {
	background-color: #00a878; /* Skillmantra Purple */
	border-radius: 28px; /* Main outer radius */
	padding: 40px;
	color: white;
	margin-bottom: 30px;
	position: relative;
	transition: transform 0.3s ease;
}

/* Creating the Rounded Notch/Step on the top right */
.module-card::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7%;
	height: 15%;
	background-color: #fcfdfe;
	border-bottom-left-radius: 20px;
	z-index: 2;
}

/* Small detail: Adding a white arrow icon in the notch area as seen in your image */
.module-card::after {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 0%;
	right: 3%;
	color: #00a878;
	font-size: 1.2rem;
	transform: rotate(-45deg);
	z-index: 3;
}

.module-card:hover {
	transform: scale(1.02);
}

/* Content adjustment so it doesn't hit the notch */
.module-card .row {
	position: relative;
	z-index: 1;
}

/* ----- "Who Should Join" Section Styling ----- */
.join-section {
	padding: 100px 0;
	background-color: #f8fafc80; /* Clean, light-grey background wash */
}

.join-title {
	font-size: 2.8rem;
	font-weight: 800;
	text-align: center;
	color: var(--primary-navy);
	letter-spacing: -0.04em;
	margin-bottom: 70px;
}

/* Border box with that specific offset purple line */
.join-col {
	position: relative;
	padding-left: 35px;
	height: 100%;
}

/* The specific purple border line effect on the left */
.join-col::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	bottom: 20px;
	width: 3px;
	background-color: var(--skill-border-purple);
	opacity: 0.8;
	border-radius: 50px; /* Softly rounded ends */
}

/* Specific typography for the years (1-3, 3-9, etc.) */
.year-title {
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	letter-spacing: -0.06em;
	color: var(--primary-navy);
}

.year-label {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 24px;
	display: block;
}

.join-text {
	color: var(--text-muted); /* Bootstrap default grey */
	font-size: 0.95rem;
	line-height: 1.7;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
	.join-title { font-size: 2.2rem; margin-bottom: 40px; }
	.year-title { font-size: 2.8rem; }
	.join-col { padding-left: 25px; margin-bottom: 30px; }
	.join-col::before { top: 10px; bottom: 10px; }
}

/* --- Workforce Section Styling --- */
.workforce-section {
	padding: 80px 0;
	background-color: #ffffff;
}

.workforce-tag {
	color: var(--text-muted);
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.workforce-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--primary-purple);
	margin-bottom: 50px;
}

/* Tab-Notched Card for Workforce */
.workforce-card {
	background-color: #00a878; 
	border-radius: 20px;
	padding: 35px;
	color: white;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
	overflow: hidden;
}

/* Flex Container for 30/70 Split */
.workforce-flex {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.workforce-icon-col {
	flex: 0 0 15%; /* Fixed 30% */
}

.workforce-text-col {
	flex: 0 0 80%; /* Fixed 70% */
	padding-right: 20px; /* Space for the "Stage" tab */
}

/* The "Stage" Notch on the right */
.workforce-card::before {
	content: "Stage";
	position: absolute;
	right: 0;
	top: 25%;
	background-color: #ffffff;
	color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
	padding: 15px 5px;
	font-size: 0.7rem;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-transform: uppercase;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	z-index: 2;
}

/* Slower Flip Icon */
.workforce-card .icon-box {
	width: 65px;
	height: 65px;
	background: white;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00a878;
	font-size: 1.5rem;
	transition: all 0.8s ease-in-out;
	backface-visibility: hidden;
}

/* Hover States */
.workforce-card:hover {
	transform: translateY(-5px);
	background-color: #00a878;
}

.workforce-card:hover .icon-box {
	transform: rotateY(360deg);
	background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
	color: #ffff;
}

.workforce-card h5 {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.workforce-card p {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
	margin: 0;
}

/* Responsive Mobile Fixes */
@media (max-width: 991px) {
	.workforce-title { font-size: 2rem; }
}

@media (max-width: 767px) {
	.workforce-card { padding: 25px; }
	.workforce-title { font-size: 1.75rem; text-align: center; }
	.workforce-tag { text-align: center; }
	
	.workforce-flex {
		flex-direction: column; /* Stack on mobile to prevent clashing */
	}
	.workforce-icon-col, .workforce-text-col {
		flex: 0 0 100%;
	}
}
/* Full screen overlay */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Matches your light theme */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s;
}

/* The Loader Spinner */
.skillmantra-loader {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f4f6; /* Light grey ring */
    border-top: 4px solid #3b2d60; /* Skillmantra Purple */
    border-right: 4px solid #00a878; /* Skillmantra Green */
    border-radius: 50%;
    animation: spin 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    position: relative;
}

/* Inner pulsing dot for "AI" feel */
.skillmantra-loader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #3b2d60;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0.5; }
}

/* Class to hide loader */
.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

/* --- Newsletter Section Styling --- */
.newsletter-cta-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(rgb(100 136 188), rgb(100 116 139)), url(your-ai-robot-bg.jpg); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

.newsletter-cta-section .cta-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.newsletter-cta-section .cta-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Pill-Shaped Input Bar */
.cta-form-container {
    max-width: 650px;
    margin: 0 auto;
    background: white;
    padding: 8px;
    border-radius: 50px; /* Pill shape */
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.cta-form-container input {
    flex: 1;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    border-radius: 50px;
    outline: none;
    color: #333;
}

.cta-form-container .btn-subscribe {
    background-color: #8b7baa; /* The purple-grey from your "Explore More" button */
    color: white;
    border: none;
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-form-container .btn-subscribe:hover {
    background-color: #00a878; /* Brand Green on hover */
    transform: scale(1.02);
}

/* Responsive Fixes */
@media (max-width: 767px) {
    .newsletter-cta-section .cta-title { font-size: 2.2rem; }
    .cta-form-container {
        flex-direction: column;
        background: transparent;
        box-shadow: none;
        gap: 15px;
    }
    .cta-form-container input {
        width: 100%;
        background: white;
        border-radius: 12px;
    }
    .cta-form-container .btn-subscribe {
        width: 100%;
        border-radius: 12px;
    }
}

/* --- AI Trends Section Styling --- */
.news-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.news-tag {
    background-color: var(--accent-green-light);
    color: var(--accent-green);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.news-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00a878;
    margin-bottom: 50px;
}

/* News Cards */
.news-card {
    background-color: #00a878;
    border-radius: 20px;
    padding: 40px;
    color: white;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.news-card p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Theme-consistent "Read More" Button */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)); /* Soft purple from your Summer Camp section */
    color: white;
    padding: 0 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-read-more .icon-circle {
	background-color: #00a878;
    color: #ffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.btn-read-more:hover {
    background-color: #35c69c; /* Brand Green on hover */
    color: white;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .news-main-title { font-size: 1.8rem; text-align: center; }
    .news-card { padding: 30px; }
    .news-card h3 { font-size: 1.4rem; }
}

/* --- Pagination Styling --- */
.news-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
    list-style: none;
    padding: 0;
}

.news-pagination li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #047857; /* Deep Navy from your theme */
    color: white;
    text-decoration: none;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

/* Active Page Style */
.news-pagination li.active a {
    background-color: #00a878; /* Soft Purple from image_9c3657.png */
}

.news-pagination li a:hover {
    background-color: #00a878; /* Brand Green hover */
    transform: translateY(-3px);
}

.news-pagination li.dots {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

/* Arrow Icon */
.news-pagination li a i {
    font-size: 0.9rem;
}

/* --- Contact Form Styling --- */
.contact-section {
    padding: 80px 0;
    background-color: #fcfdfe; /* Light background per theme */
}

.contact-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(59, 45, 96, 0.05);
    border: 1px solid #eef2f6;
    max-width: 700px;
    margin: 0 auto;
}

.contact-label {
    display: block;
    font-weight: 700;
    color: #3b2d60; /* Skillmantra Purple */
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.contact-input {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #eef2f6;
    border-radius: 10px;
    background-color: #f9fbff;
    color: #3b2d60;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

/* Focus state using Brand Green */
.contact-input:focus {
    outline: none;
    border-color: #00a878; 
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 168, 120, 0.1);
}

/* Custom styling for the Select dropdown */
.contact-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b2d60'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

.btn-contact-submit {
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    color: #ffffff;
    padding: 16px 30px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
}

.btn-contact-submit:hover {
    background-color: #00a878; /* Brand Green */
    transform: translateY(-2px);
}

/* --- Stepper & Form Theme --- */
.mentor-app-section {
    padding: 80px 0;
    background-color: #fcfdfe; /* Light theme background */
}

.mentor-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(59, 45, 96, 0.05);
    border: 1px solid #eef2f6;
    max-width: 850px;
    margin: 0 auto;
}

/* Progress Bar */
.progress-wrapper {
    margin-bottom: 30px;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.step-text {
    font-weight: 700;
    color: #3b2d60; /* Skillmantra Purple */
    font-size: 0.9rem;
}

.progress-bar-container {
    height: 8px;
    background: #eef2f6;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b2d60, #00a878); /* Purple to Green gradient */
    width: 16.6%; /* Adjust based on step */
    transition: width 0.4s ease;
}

/* Typography */
.mentor-title {
    color: #00a878;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 15px;
}

.mentor-subtitle {
    color: #00a878; /* Brand Green */
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.mentor-text {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Form Elements */
.form-group {
    margin-bottom: 25px;
}

.mentor-label {
    display: block;
    font-weight: 700;
    color: #3b2d60;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.mentor-input, .mentor-textarea {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #eef2f6;
    border-radius: 12px;
    background: #f9fbff;
    transition: 0.3s ease;
}

.mentor-input:focus, .mentor-textarea:focus {
    border-color: #00a878;
    background: #fff;
    outline: none;
}

/* Options/Checkboxes */
.option-item {
    display: block;
    padding: 12px 15px;
    background: #f9fbff;
    border: 2px solid #eef2f6;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.option-item:hover {
    border-color: #3b2d60;
}

.option-item input:checked + span {
    color: #00a878;
    font-weight: 700;
}

/* Actions */
.mentor-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #eef2f6;
    padding-top: 30px;
}

.btn-mentor-prev {
    background: #eef2f6;
    color: #00a878;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
}

.btn-mentor-next {
    background: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-mentor-next:hover {
    background: #00a878;
}

.step-content {
    transition: opacity 0.4s ease;
}
.step-content.active {
    display: block !important;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-content.d-none {
    display: none !important;
}

/* --- Registration Section Styling --- */
.register-section {
    padding: 80px 0;
    background-color: #fcfdfe; /* Light background from theme */
}

.register-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(59, 45, 96, 0.08);
    border: 1px solid #eef2f6;
    max-width: 600px;
    margin: 0 auto;
}

.register-title {
    color: #3b2d60; /* Skillmantra Deep Purple */
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-align: center;
}

.register-subtitle {
    color: #64748b;
    text-align: center;
    margin-bottom: 35px;
    font-size: 1rem;
}

.register-label {
    display: block;
    font-weight: 700;
    color: #3b2d60;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.register-input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #eef2f6;
    border-radius: 12px;
    background-color: #f9fbff;
    color: #3b2d60;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

/* Theme Focus State */
.register-input:focus {
    outline: none;
    border-color: #00a878; /* Brand Green */
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 168, 120, 0.1);
}

/* Theme Next Button */
.btn-register-next {
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1)); /* Primary Purple */
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.btn-register-next:hover {
    background-color: #00a878; /* Primary Green */
    transform: translateY(-2px);
}

/* --- Login Section Styling --- */
.login-section {
    padding: 80px 0;
    background-color: #fcfdfe; /* Theme Light Background */
}

.login-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(59, 45, 96, 0.08);
    border: 1px solid #eef2f6;
    max-width: 500px;
    margin: 0 auto;
}

.login-title {
    color: #3b2d60; /* Skillmantra Purple */
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

/* Social Login Button */
.btn-google-login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border: 2px solid #eef2f6;
    border-radius: 12px;
    background: #ffffff;
    color: #3b2d60;
    font-weight: 600;
    transition: 0.3s;
    margin-bottom: 25px;
}

.btn-google-login:hover {
    background: #f9fbff;
    border-color: #3b2d60;
}

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 600;
}

.login-divider::before, .login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #eef2f6;
}

.login-divider:not(:empty)::before { margin-right: .75em; }
.login-divider:not(:empty)::after { margin-left: .75em; }

.login-label {
    display: block;
    font-weight: 700;
    color: #3b2d60;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.login-input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #eef2f6;
    border-radius: 12px;
    background-color: #f9fbff;
    color: #3b2d60;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.login-input:focus {
    outline: none;
    border-color: #00a878; /* Brand Green */
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 168, 120, 0.1);
}

.btn-login-submit {
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-login-submit:hover {
    background-color: #00a878; /* Brand Green */
    transform: translateY(-2px);
}

.login-footer-links {
    margin-top: 25px;
    text-align: center;
    font-size: 0.95rem;
}

.login-link {
    color: #00a878;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.login-link:hover {
    color: #00a878;
}

/* --- Forgot Password Theme --- */
.forgot-password-section {
    padding: 80px 0;
    background-color: #fcfdfe; /* Theme Light Background */
}

.forgot-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(59, 45, 96, 0.08);
    border: 1px solid #eef2f6;
    max-width: 500px;
    margin: 0 auto;
}

.forgot-title {
    color: #3b2d60; /* Skillmantra Purple */
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 25px;
    text-align: center;
}

.forgot-label {
    display: block;
    font-weight: 700;
    color: #3b2d60;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.forgot-input {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #eef2f6;
    border-radius: 12px;
    background-color: #f9fbff;
    color: #3b2d60;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.forgot-input:focus {
    outline: none;
    border-color: #00a878; /* Brand Green */
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 168, 120, 0.1);
}

/* Button Styling */
.btn-forgot-primary {
    background-color: #3b2d60;
    color: #ffffff;
    padding: 15px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 10px;
}

.btn-forgot-primary:hover {
    background-color: #00a878; /* Brand Green */
    transform: translateY(-2px);
}

.btn-forgot-secondary {
    background-color: #f1f5f9;
    color: #3b2d60;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}

.btn-forgot-secondary:hover {
    background-color: #e2e8f0;
}

.forgot-footer {
    margin-top: 25px;
    border-top: 1px solid #eef2f6;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.forgot-link {
    color: #3b2d60;
    font-weight: 700;
    text-decoration: none;
}

.forgot-link:hover {
    color: #00a878;
}

/* --- AI Mastermind Brand Green Hero --- */
.mastermind-hero {
    padding: 100px 0;
    background-color: #00a878; /* Primary Brand Green */
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

/* Decorative background elements */
.mastermind-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    filter: blur(80px);
}

.hero-badge-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mastermind-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.mastermind-desc {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    opacity: 0.95;
    line-height: 1.6;
}

/* Stats Info Bar */
.mastermind-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Schedule Card Area */
.schedule-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
}

.schedule-box {
    text-align: center;
}

.schedule-label {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 5px;
    display: block;
}

.schedule-value {
    font-size: 1.8rem;
    font-weight: 800;
}

/* Apply Now Button - Signature Purple Contrast */
.btn-mastermind-apply {
    background: rgb(4 120 87 / var(--tw-bg-opacity, 1)); /* Skillmantra Purple */
    color: #ffffff;
    padding: 18px 45px;
    border-radius: 60px;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
    transition: 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(59, 45, 96, 0.3);
}

.btn-mastermind-apply:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(59, 45, 96, 0.4);
}

.btn-icon-circle {
    background: #ffffff;
    color: #3b2d60;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .mastermind-title { font-size: 2.5rem; }
    .schedule-grid { flex-direction: column; gap: 20px; }
}

/* --- Course Overview Theme --- */
.overview-section {
    padding: 100px 0;
    background-color: #fcfdfe; /* Theme Light Background */
}

.overview-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid #3b2d60;
    border-radius: 50px;
    color: #3b2d60;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.overview-badge i {
    color: #ff3e6c; /* Original Pink Star Accent */
    font-size: 10px;
}

.overview-text {
    color: #3b2d60; /* Skillmantra Purple */
    font-size: 1.15rem;
    line-height: 1.8;
    font-weight: 500;
}

/* Video/Image Container */
.overview-media-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.overview-media-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Play Button Accent */
.video-play-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #cff4fc; /* Light Blue from your design */
    border-top-left-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    z-index: 10;
}

.play-icon-circle {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b2d60;
    padding-left: 3px; /* Center alignment for play triangle */
}

@media (max-width: 991px) {
    .overview-media-wrapper { margin-top: 40px; }
}

/* --- Course Details Balanced Grid --- */
.details-section {
    padding: 80px 0;
    background-color: #fcfdfe;
}

/* Using Flexbox for better control over the bottom row alignment */
.details-flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center; /* Centers the bottom row */
}

.details-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 30px rgba(59, 45, 96, 0.05);
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 calc(33.333% - 30px); /* Default 3 columns */
    min-width: 300px;
}

/* Make Step 04 and 05 slightly wider for balance */
.details-card.wide-card {
    flex: 0 1 calc(45% - 30px);
}

.details-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 168, 120, 0.15);
    border-color: #00a878;
}

.step-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #00a878;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
}

.details-icon-box {
    width: 60px;
    height: 60px;
    background: #f9fbff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #eef2f6;
}

.details-icon-box i {
    color: #00a878;
    font-size: 24px;
}

.details-title {
    color: #00a878;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.details-text {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .details-card, .details-card.wide-card {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .details-card, .details-card.wide-card {
        flex: 1 1 100%;
    }
}

/* --- Skillmantra Pricing Section --- */
.pricing-wrapper {
    padding: 60px 0;
    font-family: 'Inter', sans-serif;
}

.pricing-main-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Urgency & Progress */
.pricing-header-info {
    font-size: 14px;
    font-weight: 700;
    color: #3b2d60;
    margin-bottom: 15px;
}

.progress-container {
    height: 10px;
    background-color: #f1f5f9;
    border-radius: 10px;
    margin: 10px 0 25px 0;
    overflow: hidden;
}

.progress-bar-green {
    height: 100%;
    background-color: #00a878; /* Brand Green */
    width: 85%;
    border-radius: 10px;
}

/* Price Typography */
.old-price {
    color: #94a3b8;
    text-decoration: line-through;
    font-size: 1.2rem;
    display: block;
}

.current-price {
    color: #00a878; /* Brand Green */
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 5px 0;
}

.timer-text {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Feature List */
.includes-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #00a878;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #475569;
    font-weight: 500;
}

.feature-item i {
    color: #00a878; /* Brand Green Check */
    font-size: 1.2rem;
}

/* Apply Button */
.btn-apply-now {
    background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-apply-now:hover {
    background-color: #00a878; /* Brand Green on hover */
    transform: translateY(-2px);
}

/* --- FAQ Section Branding --- */
.faq-section {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-navy);
    margin-bottom: 50px;
    text-align: center;
}

.faq-item {
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-item:hover {
    border-color: var(--accent-green);
    box-shadow: 0 10px 25px rgba(0, 168, 120, 0.05);
}

.faq-header {
    padding: 24px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary-navy);
    margin: 0;
}

.faq-icon {
    width: 32px;
    height: 32px;
    background-color: var(--accent-green-light);
    color: var(--accent-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: 0.3s ease;
}

.faq-item.active .faq-icon {
    background-color: var(--accent-green);
    color: white;
    transform: rotate(180deg);
}

.faq-body {
    padding: 0 30px 24px 30px;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.6;
    display: none; /* Controlled via JS */
}

.faq-item.active .faq-body {
    display: block;
}
/* --- Hands-On Tools Branding --- */
.tools-section {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.tools-tag {
    background-color: #00a878;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.tools-main-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-navy);
    margin-bottom: 50px;
    letter-spacing: -0.04em;
}

.tool-card {
    background-color: #00a878;
    border-radius: 20px;
    padding: 24px;
    color: white;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

/* Inner light gray container for the logo */
.tool-logo-box {
    background-color: #e2e8f0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tool-logo-box img {
    width: 100%;
    height: auto;
}

.tool-badge {
    background-color: white;
    color: var(--primary-navy);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.tool-name {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.tool-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .tools-main-title { font-size: 2rem; text-align: center; }
    .tools-tag { display: block; width: fit-content; margin: 0 auto 20px; }
}

/* --- Insights & Stories Branding --- */
.insights-section {
    padding: 80px 0;
    background-color: #fff;
}

.insights-tag {
    background-color: #00a878;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.insights-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #00a878;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

/* Video Wrapper with Play Button */
.video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.video-container img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.play-button-overlay i {
    color: #000;
    font-size: 1.5rem;
    margin-left: 5px; /* Centers the triangle visually */
}

/* Notched Content Cards */
.insight-card {
    background-color: #00a878;
    color: white;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    margin-top: 20px;
}

/* The notch for the icon */
.insight-card::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 80px;
    height: 80px;
    background-color: white; /* Matches section background */
    border-radius: 0 0 0 25px;
}

.insight-icon-box {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #00a878;
    font-size: 1.8rem;
    z-index: 2;
}

.insight-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.insight-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* --- Video Popup Styles --- */
.video-popup-overlay {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(25 135 84 / 58%);
}

.video-popup-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 900px;
}

.close-video {
    position: absolute;
    top: -60px;
    right: 0;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.video-responsive-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.video-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- Payment Page Global --- */
.payment_page {
    background-color: #f4f7f6;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

/* --- Success Card --- */
.success-card {
    background: #ffffff;
    max-width: 550px;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(30, 30, 56, 0.08);
    overflow: hidden;
}

/* --- Header Section --- */
.success-header {
    background-color: #1e1e38; /* Your Deep Navy */
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
}

.icon-container {
    width: 80px;
    height: 80px;
    background: #00c881; /* Your Emerald Green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2.5rem;
    box-shadow: 0 0 20px rgba(0, 200, 129, 0.4);
}

.success-title {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.success-subtitle {
    font-size: 1rem;
    opacity: 0.9;
}

.success-subtitle strong {
    color: #00c881;
}

/* --- Details Box --- */
.details-box {
    padding: 30px;
}

.details-header {
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}

.detail-row-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f8fafc;
}

.label-new {
    color: #64748b;
    font-weight: 500;
    font-size: 0.95rem;
}

.value-new {
    color: #1e1e38;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: right;
}

/* Transaction ID Pill */
.txn-pill {
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.txn-pill i {
    cursor: pointer;
    color: #00c881;
}

/* Amount Highlighting */
.amount-highlight-blue {
    color: #00c881 !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
}

/* --- Footer & Print Button --- */
.card-footer {
    padding: 0 30px 40px;
    text-align: center;
}

.btn-print-premium {
    background-color: #1e1e38;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-print-premium:hover {
    background-color: #00c881;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 200, 129, 0.2);
}

/* Print Optimization */
@media print {
    body * { visibility: hidden; }
    .success-card, .success-card * { visibility: visible; }
    .success-card { position: absolute; left: 0; top: 0; width: 100%; box-shadow: none; }
    .btn-print-premium { display: none; }
}