:root {
	--yellow: #FFC107;
	--yellow-dark: #e6a800;
	--dark: #fff;
	--teal: #ffc107;
	--pink: #ff6b9d;
	--green: #4caf50;
	--light-bg: #f8f9fa;
	--card-bg: #fff;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000;
	overflow-x: hidden;
	background: url(../image/block_01.jpg) fixed;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Poppins', sans-serif;
}

p {
	font-size: 16px;
}
.communities-section .owl-nav{
	position: absolute;
    top: 0;
}
.communities-section .owl-nav .owl-prev , .communities-section .owl-nav .owl-next{
	background: #000 !important;
	width: 60px;
	height: 60px;
	color: #fff !important;
	margin: 0 4px;
	font-size: 30px !important;
}


.whatsapp-icon {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.w-700 {
	width: 700px;
	margin: 0 auto;
}

.navbar {
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	padding: 0;
}

.navbar-brand {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	color: var(--dark) !important;
}

.navbar-brand span {
	color: var(--yellow);
}

.nav-link {
	font-weight: 800;
	color: #000 !important;
	font-size: 14px;
	padding: 0 30px !important;
}

.btn-cta {
	background: var(--yellow);
	color: #000 !important;
	font-weight: 700;
	border-radius: 0;
	padding: 20px 30px;
	border: none;
}

.btn-cta:hover {
	background: var(--yellow-dark);
}

.hero {
	position: relative;
	overflow: hidden;
	height: 90vh;
	text-align: center;
}

video {
	width: 100%;
}

.position-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 42%);
	height: 100%;
	width: 100%;
}

.trust-bar {
	padding: 60px 0 0;
	background: #0a0a0a;
	position: relative;
	overflow: hidden;
}

.trust-bar > .container-fluid {
	position: relative;
	z-index: 1;
}

.globe3d-stage {
	position: absolute;
	inset: 0;
	perspective: 1000px;
	z-index: 0;
	pointer-events: none;
}

.globe3d-shadow {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 60%;
	height: 40px;
	background: radial-gradient(ellipse at center, rgba(34, 197, 94, .16), rgba(34, 197, 94, 0) 70%);
	transform: translateX(-50%);
	filter: blur(2px);
}

.globe3d-mask {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 840px;
	height: 840px;
	border-radius: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
}

.globe3d-tilt {
	position: absolute;
	inset: 0;
	transform-style: preserve-3d;
	transform: rotateX(-2deg);
}

.globe3d {
	position: relative;
	width: 840px;
	height: 840px;
	transform-style: preserve-3d;
}

.globe3d-core {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: radial-gradient(circle at 32% 28%, rgba(180, 180, 180, .08), rgba(0, 0, 0, 0) 65%);
	box-shadow: 0 0 0 1px rgba(150, 150, 150, .4) inset, 0 0 110px rgba(34, 197, 94, .08);
}

.globe3d-ring {
	position: absolute;
	top: 0;
	left: 0;
	border: .6px solid rgba(150, 150, 150, .45);
	border-radius: 50%;
	box-sizing: border-box;
}

.globe3d-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px;
	border-radius: 50%;
	background: #22c55e;
	box-shadow: 0 0 12px 2px rgba(34, 197, 94, .8);
	will-change: transform, opacity;
}

@media(max-width:991px) {
	.globe3d-mask {
		transform: translate(-50%, -50%) scale(.8);
	}
}

@media(max-width:767px) {
	.globe3d-mask {
		transform: translate(-50%, -50%) scale(.6);
	}
}

.trust-bar h2 {
	font-weight: 700;
	font-size: 2.5rem;
	color: var(--dark);
}

.trust-badge {
	text-align: center;
}

.trust-badge .num {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 1.7rem;
	color: var(--dark);
}
.skyble-c{
	color:rgb(7 199 255);
}
.yellow-c{
	color:var(--yellow);
}
.trust-badge .lbl {
	font-size: .82rem;
	color: #666;
}

.review-card .stars {
	color: var(--yellow);
}

.feature-tag {
	border-radius: 12px;
	padding: .8rem 1rem;
	font-size: .82rem;
	font-weight: 600;
}

.btn-book {
	font-weight: 700;
	background: #ffc107;
	padding: 14px 30px;
	color: #000;
	font-size: 18px;
}

.section-block4 {
	padding: 60px 0;
}


.hero h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.hero p {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
}

.hero .btn-yellow,
.btn.btn-primary {
	background: var(--yellow);
	color: #000;
	font-weight: 800;
	border-radius: 30px;
	padding: .7rem 2rem;
	font-size: 1rem;
	border: none;
	margin: 0 auto;
}
.btn-y{
	background: var(--yellow);
	color: #000;
	font-weight: 800;
	border-radius: 30px;
	padding: .7rem 2rem;
	font-size: 1rem;
	border: none;
}

.hero .btn-yellow:hover {
	background: var(--yellow-dark);
}

.stat-pill {
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 12px;
	padding: .6rem 1rem;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	color: #fff;
}

.stat-pill .stat-num {
	font-weight: 800;
	font-size: 1.1rem;
}

.stat-pill .stat-label {
	font-size: .75rem;
	opacity: .8;
}

.section-videos {
	padding: 70px 0;
}

.video-thumb {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.video-thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	transition: transform .3s;
}

.video-thumb:hover img {
	transform: scale(1.05);
}

.play-btn {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn i {
	font-size: 2.8rem;
	color: #fff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, .5);
}

.quote-card {
	border: 1px solid #000;
}

.section-videos video {
	height: 390px;
}

.section-videos .border-height {
	border: 1px solid #000000;
	height: 400px;
	background: #fff1cc;
	padding: 30px 10px;
}

.section-videos h2 {
	font-weight: 600;
	color: #000;
	font-size: 3rem;
}
.hero-review{
	position:absolute;
	right:20px;
	bottom:20px;
}
.hero-review video{
	width:200px;
}
.hero-review h5{
	    font-size: 13px;
    background: red;
    margin: 0;
    padding: 4px 0;
    color: #fff;
}

/**/
.communities-section .kids-student-communities{
	background: #fff1cc;
	padding: 12px;
	border: 1px solid #000;
}
.communities-section .owl-item .kids-student-communities:nth-child(2n+1){
background: #FFE0FD;
padding: 12px;
border: 1px solid #000;
}
.communities-section .owl-item .kids-student-communities .name-c{
	    position: absolute;
    top: 0;
    right: 0;
    background: #fff1cc;
    padding:6px 9px;
}
.padding-t-70{
	padding-top:70px;
}
.communities-section .owl-item .kids-student-communities h6{
	    margin-top: 20px;
    font-weight: bold;
}

/* ── EXPERT TUTOR 1 ── */
.section-expert1 {
	padding: 70px 0;
}

.section-expert1 h2, .title-h h2{
	font-weight: 600;
	color: #000;
	font-size: 3rem;
}

.benefit-strip {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: .75rem;
}

.benefit-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 1rem;
}

.strip-features {
	padding: 40px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.strip-feature {
	padding: 2rem 2.5rem;
}

.strip-feature h6 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: .2rem;
	text-transform: uppercase;
}

.strip-feature p {
	font-size: 16px;
	margin: 0;
}

.sf-teal {
	background: #e0f7f6;
	color: #000;
	border: 1px solid #9fd9d6;
}

.sf-yellow {
	background: #FFE0FD;
	color: #000;
	border: 1px solid #c7c5b0;
}

.sf-blue {
	background: #FFF1CC;
	color: #000;
	border: 1px solid #c1b38f;
}

.section-expert2 {
	padding: 70px 0;
}

.section-expert2 h2,
.section-block4 h2 {
	font-weight: 600;
	color: #000;
	font-size: 3rem;
}
@media(max-width:767px){
	.section-expert2 h2, .section-block4 h2, .title-h h2  {
		font-size: 2.6rem;
	}
	
}

.goal-card {
	border-radius: 14px;
	padding: 1rem;
	font-size: .82rem;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transition: transform .2s;
	border: 2px solid transparent;
}

.goal-card:hover {
	transform: translateY(-3px);
}

.goal-pink {
	background: #fce7f3;
	color: #be185d;
}

.goal-blue {
	background: #dbeafe;
	color: #1d4ed8;
}

.goal-green {
	background: #dcfce7;
	color: #15803d;
}

.goal-purple {
	background: #f3e8ff;
	color: #7c3aed;
}

.goal-orange {
	background: #ffedd5;
	color: #c2410c;
}

.learner-img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

/**/
.video-section .vd-review-col{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	gap:50px;
}
.video-section .vd-review-col .vd-review{
	width:28%;
	position: relative;
}
.vd-review video {
    height: 350px;
	width: 100%;
	object-fit: cover;
}
.video-click-layer {
	position: absolute;
	inset: 0;
	cursor: pointer;
	z-index: 2;
}
.hero-review-video-wrap {
	position: relative;
	display: inline-block;
}

@media(max-width:991px) {
	.video-section .vd-review-col .vd-review {
		width: 45%;
	}
}

@media(max-width:767px) {
	.video-section .vd-review-col {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
	.video-section .vd-review-col .vd-review {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.vd-review video {
		height: auto;
		max-height: 420px;
	}
}
.hero-review a{
font-size:12px;
color:#FFC107;
}

/* ── FOR PARENTS ── */
.section-parents {
	padding: 70px 0;
}

.section-parents h2 {
	font-weight: 600;
	color: #000;
	font-size: 3rem;
}

.parent-feature {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	margin-bottom: 1.2rem;
}

.pf-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 1.1rem;
}

.section-faq {
	padding-bottom: 70px;
}

.section-faq h2 {
	font-weight: 600;
	color: #000;
	font-size: 3rem;
}

.accordion-button {
	font-weight: 500;
	font-size: 20px;
	color: #000;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background: #ffffff;
}

.section-join {
	background: #111;
	color: #fff;
}
.section-join .gallery-student .student-img-i{
	width:25%;
	background:#111;
	border: 1px solid #444;
}
.section-join .gallery-student .student-img-i img{
	width:100%;
	animation: blink 8s infinite;
}
@keyframes blink {
    0%, 40% {
        opacity: 1;
    }
    50%, 70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.section-join .gallery-student .student-img-i.img02 img{
    width: 100%;
    animation: blink-2 12s infinite;
}

@keyframes blink-2 {
    0%, 40% {
        opacity: 0;
    }
    50%, 70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.section-join h2 {
	font-weight: 600;
	color: #fff;
	font-size: 3rem;
}

.section-join p {
	opacity: .8;
}

.btn-get-started {
	background: var(--yellow);
	color: #000;
	font-weight: 800;
	border-radius: 30px;
	padding: .8rem 2.4rem;
	font-size: 1rem;
	border: none;
}

.btn-get-started:hover {
	background: var(--yellow-dark);
}


footer {
	background: #fff;
	color: #aaa;
}
.footer-padding{
	padding:50px;
}
.footer-width{
	width:260px;
}
footer h6 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: .9rem;
}

footer a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: 700;
	font-size: 14px;
}

footer a:hover {
	color: var(--yellow);
}
footer .follow-i{
	color: #000;
	font-size: 22px;
	margin-top: 22px;
	padding: 0 0 0 49px;
}
footer .social-media-i a{
	font-size:22px;
}
.social-padding{
	    padding: 5px 0;
}
.footer-brand {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 1.3rem;
	color: #fff;
}
.social-media-i a{
	color:#000;
}

.footer-brand span {
	color: var(--yellow);
}
.border-blk-1{
	border:1px solid #000;
}
footer h5{
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 90px;
}
footer ul li{
	margin-bottom:10px;
}
footer .links-col ul{
	width:32%;
}
.footer-padding-20{
	padding:20px;
}
.social-icon {
	width: 74px;
	height: 74px;
	border:1px solid #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none !important;
}

footer .social-icon {
	border-radius: 50%;
	background: #000;
	color: #fff;
	width: 56px;
	height: 56px;
	font-size: 18px;
	margin: 0 6px;
}
footer .social-media-i a {
	color: #fff;
}
footer .social-icon:hover {
	background: #333;
}

@media(min-width:768px) {
	.footer-offices .row {
		max-width: 900px;
		margin: 0 auto;
	}
}

.footer-hero {
	padding: 50px 20px 20px;
}
.footer-logo-lg {
	max-width: 260px;
	width: 100%;
	height: auto;
}
.footer-accordion {
	border-top: 1px solid #000;
}
.footer-accordion-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 30px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .95rem;
	color: #000;
	letter-spacing: .5px;
}
.footer-accordion-item i {
	font-size: 20px;
	color: #000;
}
.footer-offices {
	padding: 36px 30px;
	background: #f7f7f7;
	border-bottom: 1px solid #000;
}
.footer-offices h6 {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .85rem;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.footer-offices p {
	color: #666;
	font-size: .9rem;
	line-height: 1.7;
	margin: 0;
}
.social-padding {
	padding: 30px 20px;
	border-bottom: 1px solid #000;
	background: #f7f7f7;
}
.footer-bottom-row {
	padding: 30px;
	border-bottom: 1px solid #000;
}
.footer-brand-sm {
	font-weight: 900;
	font-size: 1.1rem;
	letter-spacing: 1px;
	color: #000;
}
.footer-tagline {
	font-size: .85rem;
	color: #666;
	margin-top: 2px;
}
.footer-bottom-links {
	gap: 1.5rem;
}
.footer-social-inline .social-icon {
	width: 40px;
	height: 40px;
	font-size: 14px;
	margin: 0 4px;
}

@media(min-width:768px) {
	.footer-bottom-row {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}
	.footer-bottom-row .footer-bottom-brand {
		justify-self: start;
	}
	.footer-bottom-row .footer-social-inline {
		justify-self: center;
	}
	.footer-bottom-row .footer-bottom-links {
		justify-self: end;
	}
}
.footer-bottom-links a {
	display: inline-block;
	font-weight: 500;
	font-size: .85rem;
	color: #000;
}
.footer-powered {
	padding: 16px;
	font-size: .8rem;
	color: #777;
	background: #f7f7f7;
	border-bottom: 1px solid #000;
}
.footer-cta {
	text-align: center;
	padding: 30px;
}
.footer-cta-btn {
	display: inline-block;
	width: auto;
	text-align: center;
	background: var(--yellow);
	color: #111;
	font-weight: 800;
	font-size: 1.1rem;
	padding: 16px 48px;
	border-radius: 999px;
	text-decoration: none;
	border: none;
}
.footer-cta-btn:hover {
	background: var(--yellow-dark);
	color: #111;
}

.section-label {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--teal);
	margin-bottom: .5rem;
}

.stars-sm {
	color: var(--yellow);
	font-size: .8rem;
}


@media(max-width:767px) {
	.position-absolute {
		position: static !important;
		background: #000;
		padding: 20px 0;
	}
	.hero-review {
		position: static;
	}

	.hero::before {
		content: none;
	}

	.w-700 {
		width: 100%;
	}

	.section-expert1 h2,
	.section-expert2 h2,
	.section-faq h2,
	.section-videos h2 {
		font-size: 2rem;
	}
}

.field input,
.field textarea,
.field select {
	width: 100%;
	border: 1px solid #ccd9f6;
	border-radius: 10px;
	background: #fff;
	color: #1d2c4c;
	font: inherit;
	font-size: 16px;
	line-height: 1.35;
	padding: .72rem .78rem;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.lead-form-grid {
	grid-template-columns: 1fr 1fr;
	gap: .9rem;
	margin-top: 0;
	display: grid;
}

.contact-form7 textarea {
	height: 120px;
}


/* pricing */
:root {
	--cream: #FAF7F2;
	--warm-white: #FFFDF9;
	--ink: #1A1208;
	--ink-soft: #3D3020;
	--ink-muted: #7A6850;
	--gold: #C8912A;
	--gold-light: #F5E6C8;
	--gold-dark: #8B6118;
	--green: #2E6B4F;
	--green-light: #E6F4EE;
	--border: rgba(26, 18, 8, 0.10);
	--border-strong: rgba(26, 18, 8, 0.18);
	--shadow: 0 4px 32px rgba(26, 18, 8, 0.08);
	--shadow-lg: 0 16px 64px rgba(26, 18, 8, 0.12);
}

/* HERO */
.hero-pricing {
	padding: 100px 5vw 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hero-pricing::before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(200, 145, 42, 0.10) 0%, transparent 70%);
	pointer-events: none;
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--gold-light);
	color: var(--gold-dark);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 100px;
	margin-bottom: 24px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.badge::before {
	content: '✦';
	font-size: 0.65rem;
}

.hero-pricing h1 {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 500;
	line-height: 1.15;
	color: #000;
}


.hero-pricing p {
	font-size: 1.1rem;
	max-width: 520px;
	margin: 0 auto 40px;
	font-weight: 400;
	line-height: 1.7;
}

.hero-btns {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-primary {
	background: var(--ink);
	color: var(--cream);
	padding: 14px 32px;
	border-radius: 100px;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s;
	display: inline-block;
}

.btn-primary:hover {
	background: var(--gold-dark);
	transform: translateY(-1px);
}

.btn-secondary {
	background: transparent;
	color: var(--ink);
	padding: 14px 32px;
	border-radius: 100px;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	border: 1.5px solid var(--border-strong);
	transition: border-color 0.2s, transform 0.15s;
	display: inline-block;
}

.btn-secondary:hover {
	border-color: var(--gold);
	transform: translateY(-1px);
}

.trust-line {
	margin-top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}

.trust-line span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.trust-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--border-strong);
}

/* DIVIDER */
.divider {
	border: none;
	border-top: 1px solid var(--border);
	margin: 0 5vw;
}

/* SECTION TITLE */
.section-label {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 12px;
}

.section-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(2rem, 4vw, 2.8rem);
	font-weight: 700;
	letter-spacing: -1px;
	color: var(--ink);
	line-height: 1.15;
	margin-bottom: 16px;
}

.section-sub {
	font-size: 1rem;
	color: var(--ink-muted);
	max-width: 520px;
	line-height: 1.7;
}

/* PLANS */
.plans-section {
	padding: 0px 5vw 70px;
}

.plans-header {
	margin-bottom: 56px;
}

.plans-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto;
}

.plan-card {
	background: var(--warm-white);
	border: 2px solid #44b0d4;
	position: relative;
	transition: transform 0.2s, box-shadow 0.2s;
}
.blue-light{
	background:#D6F5FF;
	    border: 2px solid #44b0d4;
}
.padding-t-70{
	padding-top:70px;
}

.plan-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.plan-card.popular {
	border: 2px solid #ea9063;
	background:#FFDDCC;
}

.plan-card.popular .plan-duration {
	background: #FFAA80;
}

.popular-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gold);
	color: white;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: 100px;
	white-space: nowrap;
}

.plan-duration {
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 12px;
	background: #66D9FF;
	padding: 19px 20px;
	text-transform: capitalize;

}

.plan-price-wrap {
	padding: 10px 30px;
	margin-bottom: 8px;
}

.plan-original {
    font-size: 1.6rem;
    color: #000000;
    text-decoration: line-through;
    font-weight: 400;
}

.plan-price {
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1;
}

.plan-price sub {
	font-family: 'DM Sans', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--ink-muted);
	vertical-align: baseline;
}

.plan-billed {
	margin-bottom: 6px;
	padding: 0 30px;
}

.plan-saving {
	display: inline-block;
	background: var(--green-light);
	color: var(--green)
	font-weight: 600;
	padding: 3px 10px;
	border-radius: 100px;
	margin-bottom: 24px;
	padding: 0 10px;
	margin-left: 30px;
}

.plan-divider {
	border: none;
	border-top: 1px solid rgb(26 26 26 / 79%);
	margin: 24px 0;
}

.plan-features {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 28px;
}

.plan-features li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gst-note {
	text-align: center;
	margin-top: 10px;
}

.plan-padding {
	padding: 0 30px 30px;
}

.plan-features li::before {
    content: '✓';
    width: 20px;
    height: 20px;
    color: #00975b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    flex-shrink: 0;
}

.plan-btn {
	display: block;
	width: 100%;
	text-align: center;
	padding: 13px;
	border-radius: 100px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
}

.plan-btn-outline {
	border: 1.5px solid var(--border-strong);
	color: var(--ink);
	background: transparent;
}

.plan-btn-outline:hover {
	border-color: var(--ink);
	background: var(--ink);
	color: var(--cream);
}

.plan-btn-gold {
	background: #ffc107;
	color: #000;
	border: none;
}

.plan-btn-gold:hover {
	background: var(--gold-dark);
}

.plans-footer {
	margin-top: 32px;
	text-align: center;
	display: flex;
	gap: 28px;
	justify-content: center;
	flex-wrap: wrap;
}

.plans-footer span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.plans-footer span::before {
	content: '✦';
	color: var(--gold);
	font-size: 0.6rem;
}

/* INCLUDES */
.includes-section {
	padding: 96px 5vw;
}

.includes-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
}

.include-item {
	padding: 32px 28px;
	border: none;
	background: rgba(255, 255, 255, 0.03);
	transition: background 0.2s;
	border: 1px solid;
}

.include-item:hover {
	background: rgba(255, 255, 255, 0.07);
}

.include-icon {
	width: 36px;
	height: 36px;
	background: rgba(200, 145, 42, 0.15);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	margin-bottom: 14px;
}

.include-item h4 {
	font-size: 0.95rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.include-item p {
	font-size: 0.82rem;
	line-height: 1.5;
}

/* STEPS */
.steps-section {
	padding: 96px 5vw;
}
.strip-features .col-md-4{
	padding:0 12px !important;
}
.steps-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0;
	position: relative;
}

.step-item {
	padding: 30px 32px 30px 30px;
	position: relative;
	background: #FFF1CC;
	border: 1px solid;
}

.step-num {
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	font-weight: 600;
	color: #000;
	line-height: 1;
	margin-bottom: 12px;
}

.step-item h4 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--ink);
	margin-bottom: 8px;
}

.step-item p {
	font-size: 0.85rem;
	color: var(--ink-muted);
	line-height: 1.6;
}

/* REVIEWS */
.reviews-section {
	padding: 96px 5vw;
	background: var(--cream);
}

.reviews-grid {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
}

.review-card {
	background: #2e2e2e;
	border: 1px solid #444;
	padding: 28px;
	transition: transform 0.2s;
	    min-height: 260px;
}
.review-card img{
	width:40px !important;
}

.review-card p,
.review-card small {
	color: #fff;
}

.review-card:hover {
	transform: translateY(-2px);
}

.review-stars {
	color: var(--gold);
	font-size: 0.9rem;
	margin-bottom: 14px;
	letter-spacing: 2px;
}

.review-text {
	font-size: 0.95rem;
	color: var(--ink-soft);
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
}

.review-text::before {
	content: '\201C';
}

.review-text::after {
	content: '\201D';
}

.reviewer {
	display: flex;
	align-items: center;
	gap: 10px;
}

.reviewer-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--gold-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--gold-dark);
}

.reviewer-name {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--ink);
}

.reviewer-role {
	font-size: 0.78rem;
	color: var(--ink-muted);
}

/* CTA BANNER */
.cta-section {
	padding: 80px 5vw;
	text-align: center;
	background: var(--warm-white);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.cta-eyebrow {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
}

.cta-section h2 {
	font-family: 'Playfair Display', serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -1px;
	color: var(--ink);
	margin-bottom: 12px;
	line-height: 1.15;
}

.cta-section p {
	font-size: 1rem;
	color: var(--ink-muted);
	margin-bottom: 36px;
}

@media(max-width:767px) {
	.contact-form7 {
		width: 100%;
	}

	.hero {
		height: auto;
	}
	.btn-cta{
		    padding: 5px 30px;
	}
	.nav-link{
		    padding: 7px 30px !important;
	}
	.strip-feature.sf-teal.mt-5{
		margin-top:0 !important;
	}

	footer .social-padding {
		padding: 0;
	}
	footer .social-media-i {
		display: flex;
		width: 100%;
		margin: 0;
	}
	footer .social-icon {
		flex: 1 1 0;
		margin: 0;
		border-radius: 0;
		background: transparent;
		color: #000;
		border: 1px solid #000;
		border-left: none;
		height: 60px;
	}
	footer .social-media-i a:first-child {
		border-left: 1px solid #000;
	}
	footer .social-media-i a {
		color: #000;
	}

	.footer-bottom-row {
		align-items: flex-start;
	}
	.footer-bottom-links {
		flex-direction: column;
		align-items: flex-end;
		gap: .4rem;
	}
}

/* Mentor */
.mentor-section{
    padding: 60px 0;
    background: url(../image/block_01.jpg);
}
.mentor-section .owl-item{
	/*border:1px solid #000;*/
}
.block-5{
	text-align:center;
	padding:50px 0;
}
.block-5 .vid02{
	width:700px;
	margin:0 auto;
	border:2px solid #359CA9;
}
.block-5 .vid01{
	position:absolute;
	top:100px;
	left:-300px;
	border:2px solid #ffc107;
	width:150px;
	-webkit-animation: slide-right 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	        animation: slide-right 10s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(250px);
            transform: translateX(250px);
  }
}

.block-5 .block5-relative{
	position:relative;
	    width: 700px;
    margin: 0 auto;
	
}

@media(max-width:767px){
	.block-5 .block5-relative, .block-5 .vid02{
		width:100%;
	}
	.block-5 .vid01{
		display:none;
	}
}

/* ===================== ABOUT PAGE ===================== */

/* VALUES */
.about-values {
	padding: 96px 5vw 112px;
}

.about-values-grid {
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	border: 1px solid var(--border);
}

.value-card {
	padding: 36px 30px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.value-dot {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	margin-bottom: 22px;
}

.value-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	margin-bottom: 22px;
	font-size: 1.3rem;
	color: #fff;
}

.about-values .section-sub {
	color: #54452F;
}

.value-card h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	margin: 0 0 12px;
	color: var(--ink);
}

.value-card p {
	font-size: .88rem;
	line-height: 1.55;
	color: var(--ink-soft);
	margin: 0;
}

.vc-blue { background: #D9EEFB; }
.vc-orange { background: #FBE2D3; }
.vc-pink { background: #F8DCF3; }
.vc-yellow { background: #FCF0CB; }
.vc-green { background: #D6F4E2; }
.vc-purple { background: #E7DBFB; }

@media(max-width: 900px) {
	.about-values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width: 600px) {
	.about-values-grid { grid-template-columns: 1fr; }
}

/* ACHIEVEMENT GRID (about page) */
.achv-grid-section {
	padding: 40px 5vw 90px;
}

.achv-grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.achv-card {
	border-radius: 16px;
	padding: 10px 10px 16px;
	text-align: center;
	transition: transform .2s;
}

.achv-card:hover {
	transform: translateY(-4px);
}

.achv-rot-0 { transform: rotate(-2deg); }
.achv-rot-1 { transform: rotate(1.5deg); }
.achv-rot-2 { transform: rotate(-1deg); }
.achv-rot-3 { transform: rotate(2deg); }

.achv-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	margin-bottom: 10px;
}

.achv-tag {
	font-size: .78rem;
	font-weight: 600;
	color: var(--ink);
	line-height: 1.35;
}

.achv-nm {
	font-size: .75rem;
	color: var(--ink-muted);
	margin-top: 4px;
}

@media(max-width: 900px) {
	.achv-grid { grid-template-columns: repeat(3, 1fr); }
}

@media(max-width: 600px) {
	.achv-grid { grid-template-columns: repeat(2, 1fr); }
}