/* ===========================================
   ABOUT PAGE
   Kidz Palace
===========================================*/

body{
    background:#f7f9fc;
}

/*============================================
 Hero Banner
============================================*/

.about-hero{

    background:
        linear-gradient(rgba(15,47,95,.75), rgba(15,47,95,.75)),
        var(--hero-bg);

    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    padding:140px 0;
    color:#fff;
    text-align:center;

}

.about-hero h5{
    color:#FDB515;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:16px;
    margin-bottom:20px;
}

.about-hero h1{
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.about-hero p{
    max-width:750px;
    margin:auto;
    font-size:20px;
    line-height:34px;
}

/*============================================
 Common Section
============================================*/

section{
    padding:90px 0;
}

.section-heading{
    color:#1E63FF;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

section h2{
    color:#183B72;
    font-size:42px;
    font-weight:800;
    margin:15px 0 25px;
}

section p{
    color:#555;
    font-size:18px;
    line-height:34px;
}

/*============================================
 Story Section
============================================*/

.our-story{
    background:#fff;
}

.story-image{

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

    transition:.4s;

}

.story-image:hover{

    transform:translateY(-8px);

}

.story-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin-top:40px;

}

.story-features div{

    background:#EEF5FF;

    padding:16px 20px;

    border-radius:12px;

    font-weight:600;

    color:#183B72;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

/*============================================
 Quote
============================================*/

.aboutus-quote{

    background:#EEF5FF;
	padding-top:5px;

}

.aboutus-quote img{

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

/*============================================
 Why Section
============================================*/

.why-section{

    background:#fff;

}

.why-section img{

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.why-section h6{

    color:#1E63FF;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

}

.why-section h2{

    margin-bottom:25px;

}

/*============================================
 Founder
============================================*/

.founder-section{

    background:#EEF5FF;

}

.founder-image{

    width:280px;

    height:280px;

    border-radius:50%;

    object-fit:cover;

    border:8px solid #fff;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.founder-section h6{

    color:#1E63FF;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

}

.founder-section h4{

    color:#FDB515;

    margin-bottom:20px;

}

/*============================================
 CTA
============================================*/

.about-cta{

    background:linear-gradient(135deg,#183B72,#1E63FF);

    color:#fff;

    text-align:center;

}

.about-cta h2{

    color:#fff;

    font-size:42px;

}

.about-cta p{

    color:#fff;

    margin-bottom:35px;

}

.about-cta .btn{

    background:#FDB515;

    color:#183B72;

    font-weight:700;

    border:none;

    padding:15px 40px;

    border-radius:40px;

    transition:.3s;

}

.about-cta .btn:hover{

    background:#fff;

    color:#183B72;

}

/*============================================
 CORE VALUES
============================================*/

.value-card{

    background:#fff;

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.value-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#EEF5FF;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto;

    font-size:42px;

    color:#1E63FF;

}

.value-card h4{

    margin-top:25px;

    color:#183B72;

    font-weight:700;

}

.gold-line{

    width:70px;

    height:4px;

    background:#FDB515;

    margin:18px auto;

    border-radius:50px;

}




/*============================================
 Responsive
============================================*/

@media(max-width:991px){

.about-hero{

    padding:100px 20px;

}

.about-hero h1{

    font-size:42px;

}

.story-features{

    grid-template-columns:1fr;

}

section{

    padding:70px 0;

}

}

@media(max-width:767px){

.about-hero h1{

    font-size:34px;

}

section h2{

    font-size:30px;

}

section p{

    font-size:16px;

    line-height:30px;

}

.story-image{

    margin-top:40px;

}

.founder-image{

    width:220px;

    height:220px;

    margin-bottom:30px;

}

.about-cta h2{

    font-size:30px;

}

}

.founder-quote{

    background:#1f468b;

    color:#fff;

    padding:30px;

    margin:25px 0;

    border-left:5px solid #f4b400;

    border-radius:12px;

    font-size:22px;

    font-weight:600;

    line-height:1.8;

    text-align:center;

}

.founder-quote i{

    color:#f4b400;

    font-size:26px;

    margin:0 10px;

}

.founder-intro{

    font-size:18px;

    color:#666;

    margin-bottom:25px;

}


/*==========================================
Learning Philosophy
==========================================*/

.learning-hero{

    padding:110px 0;

    background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 50%,#ffffff 100%);

    position:relative;

    overflow:hidden;

}

.learning-hero::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(31,70,139,.05);

    top:-180px;

    left:-180px;

}

.learning-hero::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(244,180,0,.08);

    right:-120px;

    bottom:-120px;

}

.learning-content{

    position:relative;

    z-index:2;

    max-width:950px;

    margin:auto;

    text-align:center;

}

.learning-tag{

    display:inline-block;

    color:#1f5eff;

    font-size:15px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.learning-content h2{

    color:#163d7a;

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:25px;

}

.learning-lead{

    font-size:24px;

    font-weight:500;

    color:#355b95;

    max-width:900px;

    margin:0 auto 25px;

    line-height:1.8;

}

.learning-divider{

    width:90px;

    height:4px;

    background:#f4b400;

    margin:35px auto;

    border-radius:50px;

}

.learning-description{

    max-width:980px;

    margin:auto;

    color:#555;

    font-size:18px;

    line-height:2;

}

.learning-card{

    position:relative;

    z-index:2;

    background:#fff;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.learning-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.learning-icon{

    width:80px;

    height:80px;

    border-radius:50%;

    margin:0 auto 25px;

    background:#edf4ff;

    color:#1f468b;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    transition:.3s;

}

.learning-card:hover .learning-icon{

    background:#1f468b;

    color:#fff;

    transform:rotate(10deg);

}

.learning-card h4{

    color:#163d7a;

    font-size:23px;

    font-weight:700;

    margin-bottom:15px;

}

.learning-card p{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

.learning-content h2{

    font-size:42px;

}

.learning-lead{

    font-size:20px;

}

}