/*
 * iSixazululi brand overrides for the Educavo template.
 * Palette: navy #0C447C, primary #1976D2, ink #14202E, grey bg #F4F7FB, line #D8E2EE.
 * Loaded after educavo.css. Template classes are used only for header, footer and
 * the owl screenshot carousel; all isix-* sections are self-contained.
 */

/* ---------- Template accent → brand blue ---------- */
.readon.orange-btn,
.readon.orange-btn.main-home {
	background: #1976D2 !important;
	border-color: #1976D2 !important;
	color: #ffffff !important;
}
.readon.orange-btn:hover,
.readon.orange-btn.main-home:hover {
	background: #0C447C !important;
	border-color: #0C447C !important;
}
.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header.home8-style4 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a,
.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header.home8-style4.main-home .menu-area.menu-sticky.sticky .rs-menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
	color: #1976D2 !important;
}
#scrollUp.orange-color {
	background: #1976D2;
}
#scrollUp.orange-color:hover {
	background: #0C447C;
}

/* ---------- Header logo ---------- */
.isix-logo a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}
.isix-logo img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.isix-logo .isix-wordmark {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2px;
}
.menu-area.menu-sticky.sticky .isix-logo .isix-wordmark {
	color: #0C447C;
}
.rs-footer .isix-logo .isix-wordmark {
	color: #ffffff;
}
.full-width-header.home8-style4 .rs-header .menu-area .logo-part {
	height: 90px;
	display: flex;
	align-items: center;
}

/* ---------- Hero ---------- */
.isix-hero {
	background: #0C447C;
	padding: 190px 0 130px;
}
.isix-hero-inner {
	max-width: 860px;
	margin: 0 auto;
}
.isix-kicker {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 0.85;
	margin-bottom: 24px;
}
.isix-hero-title {
	font-size: 56px;
	line-height: 1.2;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 26px;
}
.isix-hero-lead {
	font-size: 19px;
	line-height: 1.7;
	color: #ffffff;
	opacity: 0.95;
	margin-bottom: 42px;
}
.isix-hero-btns {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.isix-btn {
	display: inline-block;
	padding: 15px 36px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.25s ease;
}
.isix-btn-light {
	background: #ffffff;
	color: #0C447C;
}
.isix-btn-light:hover {
	background: #E6F1FB;
	color: #0C447C;
}
.isix-btn-ghost {
	background: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}
.isix-btn-ghost:hover {
	background: #ffffff;
	color: #0C447C;
}

/* ---------- Sections ---------- */
.isix-section {
	padding: 95px 0 70px;
	background: #ffffff;
}
.isix-section-grey {
	background: #F4F7FB;
}
.isix-sec-head {
	max-width: 640px;
	margin: 0 auto 50px;
}
.isix-sec-kicker {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #1976D2;
	margin-bottom: 12px;
}
.isix-sec-kicker-light {
	color: #ffffff;
	opacity: 0.85;
}
.isix-sec-title {
	font-size: 38px;
	font-weight: 800;
	color: #14202E;
	margin-bottom: 0;
}
.isix-sec-lead {
	font-size: 17px;
	line-height: 1.7;
	color: #3E4C5E;
	margin: 16px 0 0;
}

/* ---------- Cards ---------- */
.isix-card {
	background: #ffffff;
	border: 1px solid #D8E2EE;
	border-radius: 10px;
	padding: 34px 30px;
	height: 100%;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.isix-card:hover {
	box-shadow: 0 12px 30px rgba(12, 68, 124, 0.10);
	transform: translateY(-4px);
}
.isix-card-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #E6F1FB;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}
.isix-card-icon i {
	font-size: 22px;
	color: #0C447C;
}
.isix-card-title {
	font-size: 21px;
	font-weight: 700;
	color: #14202E;
	margin-bottom: 10px;
}
.isix-card-text {
	font-size: 15.5px;
	line-height: 1.7;
	color: #3E4C5E;
	margin: 0;
}

/* ---------- Subject cards ---------- */
.isix-subject-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.isix-subject .isix-card-icon {
	margin-bottom: 18px;
}
.isix-zulu {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1976D2;
	margin-top: 3px;
}
.isix-badge {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #536072;
	background: #EEF2F7;
	border: 1px solid #D8E2EE;
	border-radius: 999px;
	padding: 5px 12px;
	white-space: nowrap;
}
.isix-badge-live {
	color: #ffffff;
	background: #1976D2;
	border-color: #1976D2;
}

/* ---------- Levels strip ---------- */
.isix-levels {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 20px;
}
.isix-level {
	background: #ffffff;
	border: 1px solid #D8E2EE;
	border-radius: 10px;
	padding: 18px 30px;
	text-align: center;
	min-width: 210px;
}
.isix-level strong {
	display: block;
	font-size: 17px;
	color: #14202E;
	margin-bottom: 3px;
}
.isix-level span {
	font-size: 13.5px;
	font-weight: 600;
	color: #1976D2;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

/* ---------- Tutors strip ---------- */
.isix-tutors-strip {
	background: #ffffff;
	border: 1px solid #D8E2EE;
	border-radius: 12px;
	padding: 44px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}
.isix-tutors-strip .isix-sec-lead {
	max-width: 560px;
}
.isix-btn-primary {
	background: #1976D2;
	color: #ffffff;
	flex-shrink: 0;
}
.isix-btn-primary:hover {
	background: #0C447C;
	color: #ffffff;
}

/* ---------- Screenshots carousel ---------- */
.isix-shot img {
	width: 100%;
	border-radius: 18px;
	border: 1px solid #D8E2EE;
	box-shadow: 0 10px 26px rgba(12, 68, 124, 0.12);
}
#isix-screenshots .owl-dots {
	text-align: center;
	margin-top: 34px;
}
#isix-screenshots .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #C7D6E7;
	transition: background 0.3s ease;
}
#isix-screenshots .owl-dots .owl-dot.active {
	background: #1976D2;
}

/* ---------- Download CTA ---------- */
.isix-cta {
	background: #0C447C;
	padding: 90px 0;
}
.isix-cta-title {
	font-size: 38px;
	font-weight: 800;
	color: #ffffff;
	margin: 14px 0 40px;
}
.isix-store-btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.isix-store-btn {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: #ffffff;
	border-radius: 10px;
	padding: 13px 28px;
	color: #14202E;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.isix-store-btn:hover {
	color: #0C447C;
	transform: translateY(-3px);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}
.isix-store-btn i {
	font-size: 28px;
	color: #0C447C;
}
.isix-store-btn span {
	display: flex;
	flex-direction: column;
	text-align: left;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
}
.isix-store-btn span small {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #536072;
}
.isix-store-btn-soon {
	opacity: 0.85;
}

/* ---------- Footer accents ---------- */
.rs-footer.home9-style .footer-top .widget-title:before,
.rs-footer.home9-style.main-home .footer-top .widget-title:before {
	display: none;
}
.rs-footer.home9-style .footer-top .site-map li:before,
.rs-footer.home9-style.main-home .footer-top .site-map li:before,
.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
	background: #378ADD !important;
}
.rs-footer.home9-style .footer-top .address-widget li i:before,
.rs-footer.home9-style.main-home .footer-top .address-widget li i:before {
	color: #378ADD !important;
}
.rs-footer.home9-style .footer-top .address-widget li .desc a:hover,
.rs-footer.home9-style.main-home .footer-top .address-widget li .desc a:hover,
.rs-footer .footer-top .site-map li a:hover {
	color: #85B7EB !important;
}

/* ---------- Sub-pages (support / privacy / terms) ---------- */
.isix-page-hero {
	background: #0C447C;
	padding: 150px 0 60px;
	text-align: center;
}
.isix-page-hero h1 {
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
}
.isix-page-hero p {
	font-size: 17px;
	color: #ffffff;
	opacity: 0.9;
	margin: 14px 0 0;
}
.isix-prose {
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 15px 90px;
	color: #3E4C5E;
	font-size: 16px;
	line-height: 1.8;
}
.isix-prose h2 {
	font-size: 26px;
	font-weight: 800;
	color: #14202E;
	margin: 50px 0 18px;
}
.isix-prose h3 {
	font-size: 19px;
	font-weight: 700;
	color: #14202E;
	margin: 34px 0 12px;
}
.isix-prose p {
	margin: 0 0 16px;
}
.isix-prose ul {
	margin: 0 0 16px;
	padding-left: 22px;
	list-style: disc;
}
.isix-prose ul li {
	margin-bottom: 8px;
}
.isix-prose a {
	color: #1976D2;
	font-weight: 600;
}
.isix-prose a:hover {
	color: #0C447C;
}
.isix-prose strong {
	color: #14202E;
}
.isix-prose .isix-meta {
	background: #F4F7FB;
	border: 1px solid #D8E2EE;
	border-radius: 10px;
	padding: 18px 24px;
	margin-bottom: 10px;
}
.isix-prose hr {
	border: 0;
	border-top: 1px solid #D8E2EE;
	margin: 44px 0;
}

/* ---------- Responsive ---------- */
@media only screen and (max-width: 991px) {
	.isix-hero {
		padding: 150px 0 100px;
	}
	.isix-hero-title {
		font-size: 36px;
	}
	.isix-hero-lead {
		font-size: 17px;
	}
	.isix-sec-title,
	.isix-cta-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.isix-hero-title {
		font-size: 30px;
	}
	.isix-btn {
		width: 100%;
		text-align: center;
	}
	.isix-level {
		width: 100%;
	}
}
