/* =========================================================
   SmartBee — IELTS Packages page styles
   Builds on the shared tokens/components in main.css and destination.css
   (colors, shadows, .sbe-btn, .sbe-hero, .sbe-section, .sbe-callout, etc.)
   This page has no sidebar lead-form — it's a single full-width column,
   unlike the Why Choose SmartBee page — so it reuses .sbe-hero/.sbe-section
   but not .sbe-sidebar/.sbe-page-body.
   ========================================================= */

.sbe-page-single { max-width: var(--sbe-container); margin: 0 auto; padding: 0 24px; }

/* ---------- Hero note + share row (same pattern as the Why Choose SmartBee
   page's hero — duplicated here since that page's ielts.css isn't loaded
   on this template). ---------- */
.sbe-hero-note { max-width: 380px; color: rgba(255, 255, 255, .92); font-size: 14.5px; line-height: 1.5; animation: sbe-fade-up .7s ease .28s both; }
.sbe-hero-overlay { background: linear-gradient(180deg, rgba(30,6,48,.55) 0%, rgba(30,6,48,.4) 45%, rgba(18,4,30,.68) 100%); }
.sbe-hero-share { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.sbe-hero-share span:first-child { font-size: 13px; color: rgba(255,255,255,.85); }
.sbe-hero-share .sbe-share-icons { display: flex; gap: 8px; }
.sbe-hero-share .sbe-share-icons a {
	width: 30px; height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.5);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.sbe-hero-share .sbe-share-icons a:hover { background: rgba(255,255,255,.15); transform: translateY(-2px); }
.sbe-hero-share .sbe-icon { width: 13px; height: 13px; }

/* ---------- Heading swoosh (gold highlighter stroke under key words) ---------- */
.sbe-swoosh { position: relative; display: inline-block; }
.sbe-swoosh::after {
	content: "";
	position: absolute;
	left: -2px; right: -4px; bottom: 2px;
	height: 12px;
	background: var(--sbe-gold-600);
	border-radius: 3px;
	z-index: -1;
	opacity: .9;
	transform: rotate(-1deg);
}

/* ---------- Pricing / course cards ---------- */
.sbe-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.sbe-pricing-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--sbe-lavender-300);
	border-radius: var(--sbe-radius);
	padding: 28px 26px;
	box-shadow: var(--sbe-shadow);
	transition: box-shadow .2s ease, transform .2s ease;
}
.sbe-pricing-card:hover { box-shadow: var(--sbe-shadow-lg); transform: translateY(-3px); }
.sbe-pricing-card-decor {
	position: absolute;
	top: -30px; right: -40px;
	width: 150px; height: 150px;
	border-radius: 50%;
	background: var(--sbe-lavender-200);
	opacity: .7;
	pointer-events: none;
}
.sbe-pricing-card-decor::after {
	content: "";
	position: absolute;
	top: 40px; left: -20px;
	width: 90px; height: 90px;
	border-radius: 50%;
	background: var(--sbe-lavender-100);
}
.sbe-pricing-card h3 { position: relative; color: var(--sbe-purple-700); font-size: 24px; margin-bottom: 14px; }
.sbe-pricing-card p { position: relative; color: var(--sbe-text-light); font-size: 14.5px; margin-bottom: 0; }
.sbe-pricing-divider { position: relative; border: none; border-top: 1px solid var(--sbe-lavender-300); margin: 20px 0; }
.sbe-pricing-details { position: relative; display: flex; flex-direction: column; gap: 12px; background: #fdf3df; border-radius: var(--sbe-radius-sm); padding: 18px 20px; }
.sbe-pricing-detail-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; }
.sbe-pricing-detail-row .sbe-icon { flex-shrink: 0; width: 17px; height: 17px; color: #2f9e5e; margin-top: 1px; }
.sbe-pricing-detail-row strong { color: var(--sbe-purple-800); }
.sbe-pricing-detail-row span { color: var(--sbe-text); }

/* ---------- Scheduling / Delivery / Support sub-sections ----------
   Each of these sections is a heading + intro sentence followed by 2
   .sbe-subheading blocks — reuses .sbe-subheading (already defined in
   destination.css) for the smaller purple sub-headings. */
.sbe-subsection { margin-top: 24px; }
.sbe-subsection p { color: var(--sbe-text-light); }
.sbe-subsection p:last-child { margin-bottom: 0; }

/* ---------- Key Strengths callout ---------- */
.sbe-strengths-box {
	border-left: 4px solid var(--sbe-purple-600);
	background: var(--sbe-lavender-100);
	border-radius: var(--sbe-radius-sm);
	padding: 24px 28px;
	margin-top: 28px;
}
.sbe-strengths-box strong { display: block; color: var(--sbe-purple-800); font-size: 16px; margin-bottom: 14px; }
.sbe-strengths-box ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.sbe-strengths-box li { color: var(--sbe-text); font-size: 14.5px; }

/* ---------- All IELTS Materials ---------- */
.sbe-materials-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 8px; }
.sbe-materials-head h2 { margin: 0; }
.sbe-materials-search { position: relative; flex: 1 1 320px; max-width: 460px; }
.sbe-materials-search input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--sbe-lavender-300);
	padding: 8px 44px 8px 4px;
	font-family: var(--sbe-font-body);
	font-size: 14px;
	color: var(--sbe-text);
	background: transparent;
}
.sbe-materials-search input:focus { outline: none; border-bottom-color: var(--sbe-purple-500); }
.sbe-materials-search input::placeholder { color: var(--sbe-text-light); }
.sbe-materials-search button {
	position: absolute; right: 0; top: 50%; transform: translateY(-50%);
	width: 34px; height: 34px;
	border: none; border-radius: 50%;
	background: var(--sbe-purple-700);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer;
}
.sbe-materials-search .sbe-icon { width: 15px; height: 15px; }
.sbe-materials-date { display: flex; align-items: center; gap: 6px; color: var(--sbe-text-light); font-size: 14px; flex-shrink: 0; }
.sbe-materials-date strong { color: var(--sbe-purple-700); font-weight: 600; }
.sbe-materials-date .sbe-icon { width: 14px; height: 14px; color: var(--sbe-purple-600); }

.sbe-materials-body { display: grid; grid-template-columns: 220px 1fr; gap: 40px; margin-top: 30px; align-items: start; }

.sbe-materials-filters-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.sbe-materials-filters-head a { color: var(--sbe-purple-600); font-weight: 600; font-size: 14px; }
.sbe-materials-filters-head .sbe-icon { width: 15px; height: 15px; color: var(--sbe-purple-600); }
.sbe-materials-filters ul { list-style: none; margin: 10px 0 0; padding: 0; }
.sbe-materials-filters li { border-bottom: 1px solid var(--sbe-lavender-300); }
.sbe-materials-filters a { display: block; padding: 12px 2px; color: var(--sbe-text); font-size: 15px; transition: color .18s ease; }
.sbe-materials-filters a:hover, .sbe-materials-filters a.is-active { color: var(--sbe-purple-700); font-weight: 600; }

.sbe-eligibility-box {
	margin-top: 28px;
	border-radius: var(--sbe-radius);
	overflow: hidden;
	padding: 26px 24px;
	background-color: var(--sbe-purple-700);
	background-image: url('../images/eligibility-bg.jpg');
	background-size: cover;
	background-position: center;
}
.sbe-eligibility-box strong { display: block; color: #fff; font-size: 19px; margin-bottom: 8px; }
.sbe-eligibility-box p { color: rgba(255,255,255,.85); font-size: 13.5px; margin-bottom: 20px; }
.sbe-eligibility-box .sbe-btn-white { color: var(--sbe-purple-700); }

.sbe-material-list { display: flex; flex-direction: column; gap: 18px; }
.sbe-material-card {
	position: relative;
	display: flex;
	align-items: stretch;
	gap: 24px;
	background: #fff;
	border: 1px solid var(--sbe-lavender-300);
	border-radius: var(--sbe-radius);
	padding: 16px;
	padding-right: 30px;
	box-shadow: var(--sbe-shadow);
	transition: box-shadow .2s ease, transform .2s ease;
	overflow: hidden;
}
.sbe-material-card:hover { box-shadow: var(--sbe-shadow-lg); transform: translateY(-2px); }
.sbe-material-card::after {
	content: "";
	position: absolute; top: 0; right: 0; bottom: 0;
	width: 6px;
	background: var(--sbe-purple-700);
}
.sbe-material-thumb { flex-shrink: 0; width: 220px; border-radius: var(--sbe-radius-sm); overflow: hidden; }
.sbe-material-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sbe-material-content { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 6px 0; }
.sbe-material-content h3 { margin: 0; font-size: 18px; color: var(--sbe-text); }
.sbe-material-content p { margin: 0; color: var(--sbe-text-light); font-size: 14px; }
.sbe-material-content .sbe-btn { align-self: flex-start; margin-top: 6px; }

.sbe-pagination { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; flex-wrap: wrap; }
.sbe-pagination-nums { display: flex; align-items: center; gap: 8px; }
.sbe-pagination-nums a, .sbe-pagination-nums span {
	min-width: 34px; height: 34px;
	border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	font-size: 14px;
	color: var(--sbe-text);
	background: var(--sbe-lavender-100);
}
.sbe-pagination-nums a.is-active { background: var(--sbe-purple-700); color: #fff; font-weight: 600; }
.sbe-pagination-nums .sbe-pagination-dots { background: transparent; color: var(--sbe-text-light); }
.sbe-pagination .sbe-btn { padding: 10px 22px; }

/* ---------- CTA band ----------
   Identical graphic/treatment to the Why Choose SmartBee page's CTA band —
   duplicated here (rather than depending on ielts.css, which isn't loaded
   on this template) so this page's stylesheet stays self-contained. */
.sbe-cta-band-ielts {
	background-color: var(--sbe-purple-700);
	background-image: url('../images/cta-band-ielts.png');
	background-size: cover;
	background-position: center;
	min-height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}
.sbe-cta-band-ielts .sbe-cta-inner { z-index: 1; width: 100%; }
.sbe-cta-band-ielts h2 { color: #fff; }
.sbe-cta-band-ielts h2 .sbe-cta-highlight { color: var(--sbe-gold-500); }
.sbe-cta-band-ielts .sbe-cta-desc { color: rgba(255, 255, 255, .82); }
.sbe-cta-band-ielts .sbe-cta-buttons { position: relative; margin-top: 8px; }

@media (max-width: 960px) {
	.sbe-pricing-grid { grid-template-columns: 1fr; }
	.sbe-materials-body { grid-template-columns: 1fr; }
	.sbe-material-card { flex-direction: column; }
	.sbe-material-thumb { width: 100%; height: 160px; }
}

@media (max-width: 600px) {
	.sbe-materials-head { flex-direction: column; align-items: flex-start; }
	.sbe-pagination { justify-content: center; }
}
