/* =========================================================
   KIYA LEARNING
   ABOUT PAGE - CODING THEME
========================================================= */

.about-page {
    overflow: hidden;
    background: #fff8f5;
    color: #303136;
}


/* =========================================================
   ABOUT HERO
========================================================= */

.about-page-hero {
    position: relative;

    min-height: 410px;

    display: flex;
    align-items: center;

    padding: 75px 0 55px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(244,81,30,.14),
            transparent 26%
        ),
        linear-gradient(
            125deg,
            #18191d 0%,
            #101114 58%,
            #1d1715 100%
        );

    color: #fff;
}


/* =========================================================
   CODING GRID
========================================================= */

.about-hero-grid {
    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: .075;

    background-image:
        linear-gradient(
            rgba(244,81,30,.28) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(244,81,30,.28) 1px,
            transparent 1px
        );

    background-size: 42px 42px;
}


/* =========================================================
   HERO GLOW
========================================================= */

.about-hero-glow {
    position: absolute;

    width: 500px;
    height: 500px;

    right: -180px;
    top: -190px;

    border-radius: 50%;

    background: rgba(244,81,30,.10);

    filter: blur(25px);

    pointer-events: none;
}


.about-page-hero .container {
    position: relative;

    z-index: 3;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.about-hero-content {
    max-width: 760px;
}


.about-page-hero .eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #ff806d;

    font-size: 11px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.5px;
}


.about-page-hero h1 {
    margin: 14px 0 17px;

    max-width: 750px;

    color: #fff;

    font-size: clamp(40px,5vw,64px);

    line-height: 1.06;

    font-weight: 800;

    letter-spacing: -1.7px;
}


.about-page-hero h1 span {
    display: block;

    color: #ff6b5c;
}


.about-page-hero p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.about-breadcrumb {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 19px;

    padding: 7px 12px;

    min-height: 30px;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 7px;

    background: rgba(255,255,255,.045);

    backdrop-filter: blur(7px);

    font-size: 11px;

    line-height: 1;
}


.about-breadcrumb a {
    color: rgba(255,255,255,.88);

    text-decoration: none;

    transition: .2s ease;
}


.about-breadcrumb a:hover {
    color: #ff806d;
}


.about-breadcrumb span {
    color: rgba(255,255,255,.32);
}


.about-breadcrumb span:last-child {
    color: #ff806d;

    font-weight: 600;
}


/* =========================================================
   HERO CARD
========================================================= */

.about-hero-card {
    position: relative;

    overflow: hidden;

    padding: 22px;

    border-radius: 22px;

    background: rgba(255,255,255,.055);

    border: 1px solid rgba(255,255,255,.13);

    backdrop-filter: blur(12px);

    box-shadow:
        0 25px 70px rgba(0,0,0,.20);
}


.about-hero-card::after {
    content: "</>";

    position: absolute;

    right: -5px;

    bottom: -35px;

    color: rgba(244,81,30,.06);

    font-size: 130px;

    font-weight: 900;

    line-height: 1;

    pointer-events: none;
}


/* =========================================================
   CODE WINDOW
========================================================= */

.about-code-window {
    position: relative;

    overflow: hidden;

    border-radius: 15px;

    background: #0d0e12;

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        0 15px 35px rgba(0,0,0,.20);
}


.code-window-top {
    height: 40px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 0 13px;

    background: #17181d;

    border-bottom: 1px solid rgba(255,255,255,.06);
}


.code-dot {
    width: 8px;

    height: 8px;

    border-radius: 50%;
}


.code-dot.red {
    background: #ff5f57;
}


.code-dot.yellow {
    background: #ffbd2e;
}


.code-dot.green {
    background: #28c840;
}


.code-file {
    margin-left: 7px;

    color: rgba(255,255,255,.40);

    font-family: monospace;

    font-size: 10px;
}


/* =========================================================
   CODE CONTENT
========================================================= */

.code-content {
    padding: 22px 18px 25px;

    display: flex;

    flex-direction: column;

    gap: 10px;

    font-family: "Courier New",monospace;

    font-size: 12px;

    line-height: 1.6;
}


.code-line {
    color: rgba(255,255,255,.62);

    white-space: nowrap;
}


.code-keyword {
    color: #ff806d;

    font-weight: 700;
}


.code-string {
    color: #a9e879;
}


.code-function {
    color: #ff9b86;
}


.code-success {
    color: #a9e879;
}


/* =========================================================
   HERO CARD CONTENT
========================================================= */

.about-card-content {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 18px;

    padding: 5px 3px 2px;
}


.about-card-icon {
    flex: 0 0 48px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 13px;

    background: rgba(244,81,30,.13);

    border: 1px solid rgba(244,81,30,.22);

    color: #ff806d;

    font-size: 18px;
}


.about-card-content h3 {
    margin: 0 0 4px;

    color: #fff;

    font-size: 16px;

    font-weight: 700;
}


.about-card-content p {
    margin: 0;

    color: rgba(255,255,255,.55);

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================================
   COMMON EYEBROW
========================================================= */

.about-page .eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #f4511e;

    text-transform: uppercase;

    letter-spacing: 1.7px;

    font-size: 11px;

    font-weight: 800;
}


.about-page .eyebrow.light {
    color: #ff806d;
}


/* =========================================================
   ABOUT INTRO
========================================================= */

.about-intro {
    background: #fff;
}


.about-intro h2,
.why-about-section h2,
.about-process h2 {
    margin: 12px 0 22px;

    color: #18191d;

    font-size: clamp(34px,4vw,48px);

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -.8px;
}


.about-intro h2 span,
.why-about-section h2 span,
.about-process h2 span {
    color: #f4511e;
}


.about-intro p {
    color: #72747a;

    line-height: 1.8;
}


.about-intro .lead {
    color: #505158;

    font-size: 17px;

    line-height: 1.8;
}


/* =========================================================
   FEATURE GRID
========================================================= */

.about-feature-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 18px;
}


.about-feature {
    padding: 27px;

    border: 1px solid #eee2de;

    border-radius: 18px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.about-feature:hover {
    transform: translateY(-5px);

    border-color: rgba(244,81,30,.20);

    box-shadow:
        0 18px 40px rgba(0,0,0,.07);
}


.feature-icon {
    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    background: #fff0ec;

    color: #f4511e;

    font-size: 21px;

    margin-bottom: 17px;
}


.about-feature h4 {
    margin-bottom: 8px;

    color: #18191d;

    font-size: 18px;

    font-weight: 700;
}


.about-feature p {
    margin: 0;

    color: #72747a;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   STATS
========================================================= */

.about-stats {
    position: relative;

    overflow: hidden;

    padding: 60px 0;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(244,81,30,.12),
            transparent 25%
        ),
        #18191d;

    color: #fff;
}


.about-stats::before {
    content: "";

    position: absolute;

    inset: 0;

    opacity: .035;

    background-image:
        linear-gradient(
            rgba(255,255,255,.4) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.4) 1px,
            transparent 1px
        );

    background-size: 40px 40px;
}


.about-stats .container {
    position: relative;

    z-index: 2;
}


.stat-box {
    padding: 20px;

    border-right: 1px solid rgba(255,255,255,.08);
}


.stat-box i {
    font-size: 27px;

    color: #ff806d;
}


.stat-box h3 {
    margin: 11px 0 5px;

    color: #fff;

    font-size: 25px;

    font-weight: 800;
}


.stat-box p {
    margin: 0;

    color: rgba(255,255,255,.58);

    font-size: 13px;
}


/* =========================================================
   MISSION / VISION
========================================================= */

.mission-section {
    background: #fff8f5;
}


.mission-card {
    position: relative;

    overflow: hidden;

    height: 100%;

    padding: 40px;

    border-radius: 22px;

    background: #fff;

    border: 1px solid #eee2de;

    box-shadow:
        0 10px 35px rgba(0,0,0,.035);

    transition: .3s ease;
}


.mission-card::after {
    content: "</>";

    position: absolute;

    right: -10px;

    bottom: -45px;

    color: rgba(244,81,30,.035);

    font-family: monospace;

    font-size: 120px;

    font-weight: 900;

    pointer-events: none;
}


.mission-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(0,0,0,.07);
}


.mission-icon {
    position: relative;

    z-index: 2;

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 16px;

    background: #fff0ec;

    color: #f4511e;

    font-size: 24px;

    margin-bottom: 24px;
}


.mission-card h3 {
    position: relative;

    z-index: 2;

    margin: 12px 0 18px;

    color: #18191d;

    font-size: 27px;

    font-weight: 800;
}


.mission-card p {
    position: relative;

    z-index: 2;

    color: #72747a;

    line-height: 1.8;
}


/* =========================================================
   WHY CHOOSE US
========================================================= */

.why-about-section {
    background: #fff;
}


.section-description {
    max-width: 650px;

    color: #72747a;

    line-height: 1.75;
}


.why-card {
    position: relative;

    height: 100%;

    padding: 30px;

    border: 1px solid #eee2de;

    border-radius: 20px;

    background: #fff;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.why-card:hover {
    transform: translateY(-5px);

    border-color: rgba(244,81,30,.20);

    box-shadow:
        0 18px 40px rgba(0,0,0,.065);
}


.why-card > i {
    display: inline-flex;

    width: 54px;

    height: 54px;

    align-items: center;

    justify-content: center;

    border-radius: 15px;

    background: #fff0ec;

    color: #f4511e;

    font-size: 22px;

    margin-bottom: 19px;
}


.why-card h4 {
    margin-bottom: 9px;

    color: #18191d;

    font-size: 19px;

    font-weight: 700;
}


.why-card p {
    margin: 0;

    color: #72747a;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.about-process {
    background: #fff8f5;
}


.process-card {
    position: relative;

    height: 100%;

    padding: 34px 28px;

    border-radius: 20px;

    background: #fff;

    border: 1px solid #eee2de;

    transition: .3s ease;
}


.process-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 16px 38px rgba(0,0,0,.065);
}


.process-number {
    position: absolute;

    top: 18px;

    right: 20px;

    font-family: monospace;

    font-size: 11px;

    font-weight: 800;

    color: #c9c1bd;
}


.process-card > i {
    display: block;

    font-size: 29px;

    color: #f4511e;

    margin-bottom: 21px;
}


.process-card h4 {
    color: #18191d;

    font-size: 19px;

    font-weight: 700;
}


.process-card p {
    margin: 0;

    color: #72747a;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   CTA
========================================================= */

.about-cta {
    position: relative;

    overflow: hidden;

    padding: 75px 0;

    background:
        radial-gradient(
            circle at 90% 50%,
            rgba(244,81,30,.15),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #18191d,
            #101114
        );
}


.about-cta-code {
    position: absolute;

    right: 5%;

    bottom: -65px;

    color: rgba(244,81,30,.045);

    font-family: monospace;

    font-size: 230px;

    font-weight: 900;

    line-height: 1;

    pointer-events: none;
}


.cta-box {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


.cta-box h2 {
    margin: 12px 0;

    color: #fff;

    font-size: clamp(32px,4vw,48px);

    font-weight: 800;

    letter-spacing: -.8px;
}


.cta-box h2 span {
    color: #ff6b5c;
}


.cta-box p {
    max-width: 650px;

    margin: 0;

    color: rgba(255,255,255,.68);

    line-height: 1.7;
}


.about-cta-btn {
    min-height: 52px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 0 23px;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #f4511e,
            #d83d10
        );

    color: #fff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(244,81,30,.20);

    transition: .25s ease;
}


.about-cta-btn i {
    transition: transform .25s ease;
}


.about-cta-btn:hover {
    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(244,81,30,.28);
}


.about-cta-btn:hover i {
    transform: translate(3px,-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .about-page-hero {
        min-height: auto;

        padding: 70px 0 55px;
    }


    .about-hero-card {
        max-width: 620px;

        margin: 0 auto;
    }


    .cta-box {
        flex-direction: column;

        align-items: flex-start;
    }


    .stat-box {
        border-right: 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .about-page-hero {
        padding: 60px 0 45px;
    }


    .about-page-hero h1 {
        font-size: 38px;

        letter-spacing: -.9px;
    }


    .about-page-hero p {
        font-size: 15px;

        line-height: 1.7;
    }


    .about-breadcrumb {
        margin-top: 15px;

        padding: 6px 10px;

        min-height: 28px;

        font-size: 10px;
    }


    .about-hero-card {
        padding: 17px;

        border-radius: 19px;
    }


    .code-content {
        padding: 18px 14px 20px;

        font-size: 10px;
    }


    .about-card-content {
        gap: 11px;
    }


    .about-card-icon {
        flex-basis: 43px;

        width: 43px;

        height: 43px;
    }


    .about-intro h2,
    .why-about-section h2,
    .about-process h2 {
        font-size: 34px;
    }


    .about-feature-grid {
        grid-template-columns: 1fr;
    }


    .about-feature,
    .mission-card,
    .why-card {
        padding: 25px;
    }


    .mission-card h3 {
        font-size: 25px;
    }


    .about-stats {
        padding: 45px 0;
    }


    .stat-box {
        padding: 15px 10px;
    }


    .stat-box h3 {
        font-size: 21px;
    }


    .about-cta {
        padding: 60px 0;
    }


    .cta-box h2 {
        font-size: 34px;
    }


    .about-cta-code {
        font-size: 150px;

        right: -15px;

        bottom: -30px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .about-page-hero {
        padding: 52px 0 40px;
    }


    .about-page-hero h1 {
        font-size: 33px;
    }


    .about-page-hero p {
        font-size: 14px;
    }


    .about-breadcrumb {
        font-size: 10px;

        padding: 6px 10px;
    }


    .about-hero-card {
        padding: 14px;
    }


    .code-window-top {
        height: 36px;
    }


    .code-content {
        gap: 7px;

        font-size: 9px;
    }


    .about-card-content h3 {
        font-size: 14px;
    }


    .about-card-content p {
        font-size: 11px;
    }


    .about-intro h2,
    .why-about-section h2,
    .about-process h2 {
        font-size: 30px;
    }


    .mission-card h3 {
        font-size: 23px;
    }


    .cta-box h2 {
        font-size: 30px;
    }


    .about-cta-btn {
        width: 100%;
    }

}