﻿html, body {
	overflow-x: hidden;
}.speak-item {
	font-size: 14px;
	line-height: 22px;
}

#testi {
	padding: 0px 0px 0 10px !important;
}

.fixedsidebar-ads {
	top: 80px;
	padding-right: 100px !important;
}

.openpostitle {
	color: #343434;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.openmaincontent {
	color: #313131;
	font-size: 15px;
	font-weight: normal;
	padding-top: 5px;
}

.t-icon {
	width: 30px;
	left: 12%;
	position: absolute
}

@media only screen and (max-width: 759px) {
	.t-icon {
		width: 30px;
		left: 34%;
		position: absolute
	}
}


.hero-section {
	background-color: #283fbb;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}



.ways-glassy-card {
	background: linear-gradient(135deg, rgba(219, 234, 254, 0.4), rgba(255, 255, 255, 0.2));
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(147, 197, 253, 0.5);
	box-shadow: 0 4px 16px rgba(16, 17, 36, 0.2);
	border-radius: 12px;
	overflow: hidden;
	padding: 1.5rem;
	transition: all 0.3s ease;
	text-align: center;
	transform: translateY(0);
}

	.ways-glassy-card:hover {
		transform: translateY(-0.25rem);
		box-shadow: 0 6px 20px rgba(16, 17, 36, 0.3);
		border-color: rgba(147, 197, 253, 0.7);
	}

@supports not (backdrop-filter: blur(12px)) {
	.ways-glassy-card {
		background: linear-gradient(135deg, rgba(219, 234, 254, 0.7), rgba(255, 255, 255, 0.5));
	}
}

[data-bs-theme="dark"] .ways-glassy-card {
	background: rgba(255, 255, 255, 0.05);
}

.icon-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 1rem;
}

.video-card {
	background: #1f2937;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 25px;
}

	.video-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	}

.video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}

.course-info {
	padding: 20px;
}

.course-name {
	font-size: 1rem;
	font-weight: 600;
	color: #e3e3e3;
	margin-bottom: 5px;
	line-height: 1.4;
}

.course-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666;
	font-size: 0.9rem;
}

.linkedin-link {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #0066cc;
	text-decoration: none;
	transition: color 0.2s;
}

	.linkedin-link:hover {
		color: #004499;
	}

.header {
	text-align: center;
}

	.header h1 {
		color: #333;
		margin-bottom: 10px;
	}

	.header p {
		color: #666;
		max-width: 600px;
		margin: 0 auto;
	}

.vid-section {
	background-color: #111827;
	padding: 2.5rem 0;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.vid-title {
	color: #ffffff;
	font-size: 2.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.vid-subtitle {
	color: #d1d5db;
	font-size: 1.25rem;
	max-width: 48rem;
	margin: 0 auto;
}

.vid-card {
	background-color: #1f2937;
	border-radius: 0.75rem;
	padding: 1.5rem;
}

.vid-card-number {
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.vid-card-number--cyan {
	color: #22d3ee;
}

.vid-card-number--purple {
	color: #a855f7;
}

.vid-card-number--emerald {
	color: #10b981;
}

.vid-card-text {
	color: #d1d5db;
}

.vid-cta-text {
	color: #d1d5db;
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}

.vid-cta-button {
	background-image: linear-gradient(to right, #22d3ee, #14b8a6);
	color: #ffffff;
	padding: 1rem 2rem;
	border-radius: 0.75rem;
	font-weight: 600;
	font-size: 1.125rem;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease-in-out;
}

	.vid-cta-button:hover {
		background-image: linear-gradient(to right, #06b6d4, #0d9488);
		transform: scale(1.05);
	}

:root {
	--faq-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
	--faq-text-color: #333;
	--accordion-bg: rgba(255, 255, 255, 0.4);
	--accordion-border: rgba(255, 255, 255, 0.8);
	--accordion-content-bg: rgba(255, 255, 255, 0.15);
	--accordion-content-border: rgba(255, 255, 255, 0.3);
	--shadow-color: rgba(0, 0, 0, 0.1);
	--ways-icon-color: black;
}

[data-bs-theme="dark"] {
	--faq-bg: linear-gradient(135deg, #1a1a1a 0%, #2a2a3a 100%);
	--faq-text-color: #e0e0e0;
	--accordion-bg: rgba(40, 40, 40, 0.4);
	--accordion-border: rgba(100, 100, 100, 0.5);
	--accordion-content-bg: rgba(40, 40, 40, 0.3);
	--accordion-content-border: rgba(100, 100, 100, 0.4);
	--shadow-color: rgba(0, 0, 0, 0.3);
	--ways-icon-color: white;
}

.review-card {
	background: var(--accordion-bg);
	border: 1px solid var(--accordion-border);
	border-radius: 0.75rem;
	padding: 1.5rem;
	transition: box-shadow 0.2s;
	color: var(--faq-text-color);
	box-shadow: 0 1px 2px 0 var(--shadow-color); /* shadow-sm equivalent */
}

	.review-card:hover {
		box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -2px var(--shadow-color); /* shadow-lg equivalent */
	}

.profile-img {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	object-fit: cover;
}

.verified-icon, .location-icon, .calendar-icon {
	width: 0.75rem;
	height: 0.75rem;
	stroke: var(--ways-icon-color);
}

.star-icon {
	width: 1rem;
	height: 1rem;
	fill: #facc15;
	stroke: #facc15;
}

.badge-primary {
	background-color: #e0f2fe;
	color: #1e40af;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 0.25rem 0.5rem;
	border-radius: 9999px;
}

.review-text {
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--faq-text-color);
}

.helpful-text {
	font-size: 0.75rem;
	color: #6b7280;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 280px;
}

.line-clamp-7 {
	display: -webkit-box;
	-webkit-line-clamp: 7; /* number of lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/* === Compact Review Cards === */

:root {
	--review-gradient-bg: linear-gradient(to bottom right, #eef2ff, #e0f2fe, #f3e8ff);
	--review-text-color: #1f2937;
	--review-muted-color: #6b7280;
	--review-card-bg: #ffffff;
	--review-card-border: #e5e7eb;
	--review-card-border-hover: #cbd5e1;
	--review-shadow-hover: rgba(0,0,0,0.08);
}

[data-bs-theme="dark"] {
	--review-gradient-bg: linear-gradient(to bottom right, #0f172a, #1e293b);
	--review-text-color: #f1f5f9;
	--review-muted-color: #94a3b8;
	--review-card-bg: #1e293b;
	--review-card-border: #334155;
	--review-card-border-hover: #475569;
	--review-shadow-hover: rgba(0,0,0,0.4);
}

.review-container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.review-cards-wrapper {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}
@media (max-width: 576px) {
	.course-name {
		font-size: 0.9rem;
	}
	.reviewtext {
		font-size: 0.9rem;
	}
}

@media (min-width: 576px) {
	.review-cards-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.875rem;
	}
}

@media (min-width: 1200px) {
	.review-cards-wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
}

@media (min-width: 1200px) {
	.review-cards-wrapper {
		gap: 1.25rem;
	}
}

/* ── Main Card ── */
.review-card {
	background: var(--review-card-bg);
	border: 1px solid var(--review-card-border);
	border-radius: 0.75rem;
	padding: 1.25rem 1rem;
	transition: all 0.22s ease;
	text-decoration: none;
	color: inherit;
	height: 100%;
	display: flex;
	flex-direction: column;
}

	.review-card:hover {
		border-color: var(--review-card-border-hover);
		box-shadow: 0 6px 12px var(--review-shadow-hover);
		transform: translateY(-1px);
	}

/* ── Content Layout ── */
.review-content {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	flex: 1;
}

.review-icon {
	width: 2.5rem;
	height: 2.5rem;
	flex-shrink: 0;
}

/* Very small screens */
@media (max-width: 575.98px) {
	.review-icon {
		width: 2rem;
		height: 2rem;
	}
}

.review-text-area {
	flex: 1;
	min-width: 0;
}

.review-title {
	font-size: 0.775rem;
	color: var(--review-muted-color);
	margin-bottom: 0.25rem;
	font-weight: 400;
	line-height: 1.2;
}

.review-rating-wrapper {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.review-stars {
	display: flex;
	gap: 0.1rem;
}

.review-star {
	width: 1rem;
	height: 1rem;
	color: #facc15;
	fill: currentColor;
}

@media (max-width: 575.98px) {
	.review-star {
		width: 0.875rem;
		height: 0.875rem;
	}
}


	.review-score {
		font-size: 1rem;
		font-weight: 700;
		color: var(--review-text-color);
		line-height: 1;
	}

	.video-wrapper {
		position: relative;
		padding-top: 56.25%;
		background: #000;
		border-radius: 12px;
		overflow: hidden;
	}

		.video-wrapper iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: none;
		}

	.playlist-box {
		max-height: 500px;
		overflow-y: auto;
		background: rgba(255,255,255,0.05);
		padding: 15px;
		border-radius: 12px;
		-webkit-overflow-scrolling: none;
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none;
	}

	.ytp-title {
		display: none !important;
	}

	.playlist-box ::-webkit-scrollbar {
		display: none;
	}

	.playlist-item {
		display: flex;
		gap: 12px;
		margin-bottom: 12px;
		cursor: pointer;
		padding: 8px;
		border-radius: 8px;
		transition: background 0.2s ease;
	}

		.playlist-item:hover {
			background: rgba(255,255,255,0.1);
		}

		.playlist-item.active {
			background: rgba(255,255,255,0.15);
		}

	.playlist-thumb {
		width: 120px;
		border-radius: 6px;
	}

	.playlist-title {
		font-size: 14px;
		font-weight: 500;
		color: #fff;
	}


