/*=====================================
    INNER PAGE
=====================================*/

.inner-section {
	position: relative;
	padding: 110px 0;
	overflow: hidden;
}
/*=====================================
    INNER HERO
=====================================*/

.inner-hero {
	position: relative;
	min-height: 430px;
	display: flex;
	align-items: center;
	background: #FFF8F2;
	overflow: hidden;
	padding-top: 80px;
}
.inner-hero-content {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.inner-hero h1 {
	margin: 20px 0;
	font-size: 64px;
	line-height: 1.05;
	font-weight: 800;
	color: #111;
}
.inner-hero h1 span {
	color: #E15027;
}
.inner-hero p {
	max-width: 600px;
	margin: 0 auto;
	color: var(--text-secondary);
	font-size: 18px;
	line-height: 1.7;
}
/* musical background */

.inner-hero-notes {
	position: absolute;
	left: -100px;
	bottom: -100px;
	width: 500px;
	opacity: .35;
	pointer-events: none;
}
.inner-hero-notes img {
	width: 100%;
	display: block;
}
.inner-hero-shape {
	position: absolute;
	right: -150px;
	top: -180px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #FFE5A8;
	opacity: .45;
}
/*=====================================
    ABOUT INTRO
=====================================*/

.about-intro {
	background: #FFFDF9;
	padding-top: 50px;
}
.about-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 90px;
	align-items: center;
}
.about-image-wrap {
	position: relative;
	padding: 20px;
}
.about-image {
	position: relative;
	overflow: hidden;
	border-radius: 35px 35px 35px 10px;
	box-shadow: 0 25px 60px rgba(0,0,0,.10);
	z-index: 1;
}
.about-image img {
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
}
.about-image:hover img {
	transform: scale(1.04);
}
.about-image-decoration {
	position: absolute;
	left: -5px;
	bottom: -5px;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #E15027;
	color: #fff;
	font-size: 30px;
	z-index: 2;
	box-shadow: 0 15px 30px rgba(225,80,39,.25);
}
.about-content {
	max-width: 600px;
}
.about-content .section-title {
	margin-top: 20px;
	margin-bottom: 25px;
}
.about-content p {
	color: var(--text-secondary);
	line-height: 1.8;
	margin-bottom: 18px;
}
/*=====================================
    BUTTON
=====================================*/

.inner-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
	padding: 15px 25px;
	border-radius: 50px;
	background: #E15027;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: .3s ease;
}
.inner-btn:hover {
	color: #fff;
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(225,80,39,.25);
}
.inner-btn i {
	transition: .3s ease;
}
.inner-btn:hover i {
	transform: translateX(5px);
}
/*=====================================
    PHILOSOPHY
=====================================*/

.philosophy-section {
	background: #FFF4E7;
}
.philosophy-notes {
	position: absolute;
	right: -150px;
	bottom: -100px;
	width: 650px;
	opacity: .25;
	pointer-events: none;
}
.philosophy-notes img {
	width: 100%;
	display: block;
}
.philosophy-section .section-heading {
	position: relative;
	max-width: 700px;
	margin: 0 auto 60px;
	z-index: 1;
}
.philosophy-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	z-index: 1;
}
.philosophy-card {
	padding: 40px 30px;
	background: #fff;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0 15px 40px rgba(0,0,0,.05);
	transition: .35s ease;
}
.philosophy-card:hover {
	transform: translateY(-10px) rotate(-1deg);
	box-shadow: 0 25px 55px rgba(225,80,39,.12);
}
.philosophy-icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	border-radius: 50%;
	background: #FFE5A8;
	color: #E15027;
	font-size: 25px;
}
.philosophy-card h3 {
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 700;
}
.philosophy-card p {
	margin: 0;
	color: var(--text-secondary);
	line-height: 1.7;
}
/*=====================================
    VALUES
=====================================*/

.about-values {
	background: #FFFDF9;
}
.values-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 90px;
	align-items: center;
}
.values-content {
	max-width: 600px;
}
.values-content .section-title {
	margin-top: 20px;
	margin-bottom: 25px;
}
.values-content > p {
	color: var(--text-secondary);
	line-height: 1.8;
	margin-bottom: 35px;
}
.value-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.value-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.value-icon {
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: #FFE5A8;
	color: #E15027;
	font-size: 20px;
}
.value-item h4 {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: 700;
}
.value-item p {
	margin: 0;
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.6;
}
/* IMAGE */

.values-image-wrap {
	position: relative;
	padding: 20px;
}
.values-image {
	overflow: hidden;
	border-radius: 35px 10px 35px 35px;
	box-shadow: 0 25px 60px rgba(0,0,0,.10);
}
.values-image img {
	display: block;
	width: 100%;
	height: auto;
}
.about-mascot {
	position: absolute;
	right: -20px;
	bottom: -30px;
	width: 150px;
	z-index: 2;
	animation: aboutMascotFloat 4s ease-in-out infinite;
}
 @keyframes aboutMascotFloat {
 0%, 100% {
 transform:translateY(0) rotate(3deg);
}
 50% {
 transform:translateY(-12px) rotate(-3deg);
}
}
/*=====================================
    CTA
=====================================*/

.inner-cta {
	position: relative;
	padding: 70px 0;
	background: #E15027;
	overflow: hidden;
}
.inner-cta-notes {
	position: absolute;
	right: -100px;
	top: -150px;
	width: 600px;
	opacity: .12;
	pointer-events: none;
}
.inner-cta-notes img {
	width: 100%;
}
.inner-cta-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	z-index: 1;
}
.inner-cta h2 {
	margin: 15px 0;
	max-width: 650px;
	color: #fff;
	font-size: 42px;
	line-height: 1.1;
	font-weight: 800;
}
.inner-cta p {
	margin: 0;
	color: rgba(255,255,255,.85);
	font-size: 17px;
}
.inner-cta .section-badge {
	background: rgba(255,255,255,.15);
	color: #fff;
}
.inner-btn-light {
	flex-shrink: 0;
	background: #fff;
	color: #E15027;
}
.inner-btn-light:hover {
	color: #E15027;
	box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

/*=====================================
    TABLET
=====================================*/

@media (max-width:991px) {
.inner-hero h1 {
	font-size: 52px;
}
.about-intro-grid, .values-grid {
	grid-template-columns: 1fr;
	gap: 50px;
}
.about-content, .values-content {
	max-width: none;
}
.philosophy-grid {
	grid-template-columns: repeat(2, 1fr);
}
.inner-cta-box {
	flex-direction: column;
	align-items: flex-start;
}
}

/*=====================================
    MOBILE
=====================================*/

@media (max-width:767px) {
.inner-section {
	padding: 80px 0;
}
.inner-hero {
	min-height: 360px;
	padding-top: 80px;
}
.inner-hero h1 {
	font-size: 42px;
}
.inner-hero p {
	font-size: 16px;
}
.inner-hero-notes {
	width: 350px;
	left: -120px;
}
.about-intro-grid, .values-grid {
	gap: 35px;
}
.about-image-wrap, .values-image-wrap {
	padding: 10px;
}
.philosophy-grid {
	grid-template-columns: 1fr;
	gap: 20px;
}
.philosophy-card {
	padding: 30px 25px;
}
.about-mascot {
	width: 110px;
	right: -10px;
	bottom: -20px;
}
.inner-cta {
	padding: 60px 0;
}
.inner-cta h2 {
	font-size: 34px;
}
.inner-cta-box {
	gap: 25px;
}
.inner-btn {
	width: 100%;
	justify-content: center;
}
}
/*=====================================
    INNER PAGE FOOTER
=====================================*/

.inner-footer {
	position: relative;
	overflow: hidden;
	background: linear-gradient( 180deg, #FFF8F2 0%, #FFF3E8 100% );
	padding: 70px 0 0;
	color: #37271D;
	border-top: 1px solid rgba(225, 80, 39, .08);
}
/*=====================================
    DECORATIVE NOTES
=====================================*/

.inner-footer .footer-notes {
	opacity: .06;
}
/*=====================================
    GRID
=====================================*/

.inner-footer .footer-grid {
	gap: 28px;
}
/*=====================================
    BRAND
=====================================*/

.inner-footer .footer-brand {
	padding: 30px;
	background: #fff;
	border-radius: 35px 18px 35px 18px;
	border: 1px solid rgba(225, 80, 39, .08);
	box-shadow: 0 15px 45px rgba(73, 46, 25, .05);
}
.inner-footer .footer-logo {
	width: 200px;
}
.inner-footer .footer-tagline {
	color: #66574D;
	margin-top: 20px;
	margin-bottom: 32px;
}
/*=====================================
    SPONSOR
=====================================*/

.inner-footer .footer-sponsored > span {
	color: #E15027;
}
.inner-footer .sponsor-logos {
	gap: 18px;
}
/*=====================================
    OPENING HOURS CARD
=====================================*/

.inner-footer .footer-card {
	background: #fff;
	border: 1px solid rgba(225, 80, 39, .08);
	box-shadow: 0 15px 45px rgba(73, 46, 25, .05);
}
.inner-footer .footer-card-label {
	background: #FFF0E8;
	color: #E15027;
}
.inner-footer .footer-card h3 {
	color: #37271D;
}
/*=====================================
    OPENING HOURS
=====================================*/

.inner-footer .hours-row {
	border-bottom: 1px dashed #E9DDD5;
}
.inner-footer .hours-row span {
	color: #776A62;
}
.inner-footer .hours-row strong {
	color: #37271D;
}
/*=====================================
    MAP
=====================================*/

.inner-footer .footer-map-frame {
	border: 6px solid #fff;
	box-shadow: 0 15px 45px rgba(73, 46, 25, .07);
}
.inner-footer .map-label {
	color: #37271D;
}
/*=====================================
    CONTACT
=====================================*/

.inner-footer .footer-contact {
	padding: 30px;
	background: #fff;
	border-radius: 18px 35px 18px 35px;
	border: 1px solid rgba(225, 80, 39, .08);
	box-shadow: 0 15px 45px rgba(73, 46, 25, .05);
}
.inner-footer .footer-contact h3 {
	color: #37271D;
}
.inner-footer .footer-contact .footer-card-label {
	background: #FFF0E8;
	color: #E15027;
}
/* Contact text */

.inner-footer .contact-item strong {
	color: #37271D;
}
.inner-footer .contact-item p {
	color: #776A62;
}
/* Icons */

.inner-footer .contact-icon {
	background: #E15027;
	color: #fff;
	box-shadow: 0 8px 20px rgba(225, 80, 39, .18);
}
/*=====================================
    SOCIAL
=====================================*/

.inner-footer .footer-social a {
	background: #FFF0E8;
	color: #E15027;
	box-shadow: none;
	border: 1px solid rgba(225, 80, 39, .10);
}
.inner-footer .footer-social a:hover {
	background: #E15027;
	color: #fff;
	border-color: #E15027;
}
/*=====================================
    FOOTER BOTTOM
=====================================*/

.inner-footer .footer-bottom {
	margin-top: 55px;
	border-top: 1px solid rgba(55, 39, 29, .10);
}
.inner-footer .footer-bottom p {
	color: #776A62;
}
.inner-footer .footer-heart {
	color: #E15027;
}

/*=====================================
    TABLET
=====================================*/

@media (max-width: 1100px) {
.inner-footer .footer-brand, .inner-footer .footer-contact {
	padding: 30px;
}
}

/*=====================================
    MOBILE
=====================================*/

@media (max-width: 767px) {
.inner-footer {
	padding-top: 60px;
}
.inner-footer .footer-brand, .inner-footer .footer-contact {
	padding: 25px;
	border-radius: 25px;
}
.inner-footer .footer-bottom {
	margin-top: 40px;
}
}
/*=====================================
    TEACHER PROFILE BACKGROUND BLOBS
=====================================*/

.teacher-profile-simple {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}
/* Pastikan semua content berada di atas blob */

.teacher-profile-simple > .container {
	position: relative;
	z-index: 2;
}
/* Blob besar di tengah / belakang foto + text */

.teacher-profile-simple::before{
    content:"";

    position:absolute;

    width:680px;
    height:520px;

    /* CENTER OF SECTION */
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    background:
        linear-gradient(
            140deg,
            #FFE7A8,
            #FFD88A
        );

    border-radius:
        60% 40% 55% 45% /
        45% 60% 40% 55%;

    opacity:.72;

    animation:
        teacherBlobMorph 7s
        ease-in-out infinite;

    z-index:0;
    pointer-events:none;
}

@keyframes teacherBlobMorph{

    0%,
    100%{
        border-radius:
            60% 40% 55% 45% /
            45% 60% 40% 55%;

        transform:
            translate(-50%,-50%)
            rotate(0deg);
    }

    50%{
        border-radius:
            42% 58% 34% 66% /
            58% 35% 65% 42%;

        transform:
            translate(-50%,-52%)
            rotate(4deg);
    }
}

/* Blob kecil di kanan */

.teacher-profile-simple::after {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	right: -70px;
	bottom: -80px;
	background: linear-gradient(  140deg,  #FFD9C8,  #FFE9C5  );
	border-radius: 48% 52% 65% 35% /  55% 40% 60% 45%;
	opacity: .55;
	animation: teacherBlobMorphAlt 15s  ease-in-out infinite;
	z-index: 0;
	pointer-events: none;
}


/* Animation */

@keyframes teacherBlobMorph {
 0%,  100% {
 border-radius:
 60% 40% 55% 45% /  45% 60% 40% 55%;
 transform:
 translate(-50%, -50%)  rotate(0deg);
}
 50% {
 border-radius:
 42% 58% 34% 66% /  58% 35% 65% 42%;
 transform:
 translate(-50%, -53%)  rotate(5deg);
}
}
 @keyframes teacherBlobMorphAlt {
 0%,  100% {
 border-radius:
 48% 52% 65% 35% /  55% 40% 60% 45%;
 transform:
 translateY(0)  rotate(0deg);
}
 50% {
 border-radius:
 64% 36% 42% 58% /  38% 62% 45% 55%;
 transform:
 translateY(-25px)  rotate(-8deg);
}
}

/*=====================================
    TABLET
=====================================*/

@media(max-width:991px) {
.teacher-profile-simple::before {
	width: 520px;
	height: 520px;
	left: 55%;
	top: 35%;
}
.teacher-profile-simple::after {
	width: 220px;
	height: 220px;
}
}

/*=====================================
    MOBILE
=====================================*/

@media(max-width:767px) {
.teacher-profile-simple::before {
	width: 420px;
	height: 420px;
	left: 50%;
	top: 30%;
	opacity: .55;
}
.teacher-profile-simple::after {
	width: 180px;
	height: 180px;
	right: -80px;
	bottom: 40px;
	opacity: .4;
}
}

/* Accessibility */

@media(prefers-reduced-motion:reduce) {
.teacher-profile-simple::before,  .teacher-profile-simple::after {
	animation: none;
}
}

/*=====================================
    FAQ
=====================================*/

.article-faq-section{
    background:#FFF9F3;
}

.article-faq-layout{
    display:grid;
    grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);
    gap:70px;
    align-items:start;
}

.article-faq-heading{
    position:sticky;
    top:120px;
}

.article-faq-heading .section-title{
    margin:20px 0 22px;
}

.article-faq-heading > p{
    color:var(--text-secondary,#4A403A);
    line-height:1.8;
}

.article-faq-mascot{
    width:180px;
    display:block;
    margin:34px auto 0;
}

.article-accordion{
    display:grid;
    gap:12px;
}

.article-accordion .accordion-item{
    overflow:hidden;
    border:1px solid rgba(225,80,39,.10);
    border-radius:18px !important;
    background:#fff;
}

.article-accordion .accordion-button{
    padding:20px 22px;
    color:#2A201A;
    background:#fff;
    font-weight:750;
    box-shadow:none;
}

.article-accordion .accordion-button:not(.collapsed){
    color:#E15027;
    background:#FFF6EF;
    box-shadow:none;
}

.article-accordion .accordion-body{
    padding:4px 22px 22px;
    color:var(--text-secondary,#4A403A);
    line-height:1.75;
}


@media(max-width:991px){

    .article-faq-layout{
        grid-template-columns:1fr;
    }

    .article-faq-heading{
        position:static;
        max-width:700px;
    }

    .article-faq-mascot{
        display:none;
    }

}

