
/* =========================================
   GLOBAL RESPONSIVE RESET
========================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;

    overflow-x: hidden;

    font-family: Arial, Helvetica, sans-serif;

    background-color:inherit;
    color: #ffffff;
}

img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

a{
text-decoration:none;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Segoe UI',sans-serif;
/* font-family:
        Arial,
        Helvetica,
        sans-serif; */
}

.about-container{
width:90%;
max-width:1200px;
margin:auto;
}

/* Hero */

.about-hero{
padding:90px 0;
}

.about-hero .about-container{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:60px;
}

.tag{
display:inline-block;
/* border:1px rgb(76, 130, 184) solid; */
background-color: greenyellow;
color:black;
font-weight: 600;
font-size: 11px;
padding:10px 20px;
border-radius:30px;
margin-bottom:20px;
}

.hero-content h1{
font-size:52px;
margin-bottom:25px;
color:whitesmoke;
}

.hero-content .tag-inner{
color:#adff2f;
}

.hero-content p{
font-size:15px;
line-height:1.8;
margin-bottom:35px;
color:white;
}

.hero-btn{
display:inline-block;
padding:16px 34px;
border:2px greenyellow solid;
/* background:yellowgreen; */
color:#fff;
border-radius:50px;
transition:.3s;
font-size: 11PX;
}

.hero-btn:hover{
background:greenyellow;
color:black;
}

.hero-image img{
width:100%;
border-radius:20px;
}

/* Story */
/* =========================================================
   NXTGENBUDDY
   STORY / EDITORIAL SECTION
========================================================= */

.ng-story {
    width: 100%;
    padding: 50px 90px;
    position: relative;
    overflow: hidden;
    color: white;
}

/* =========================================================
   BACKGROUND DETAIL
========================================================= */

.ng-story::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -250px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(173,255,47,.1),
            transparent 68%
        );
    pointer-events: none;
}

.ng-story::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    bottom: -300px;
    left: -250px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(173,255,47,.1),
            transparent 70%
        );
    pointer-events: none;
}

/* =========================================================
   CONTAINER
========================================================= */

.ng-story-container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* =========================================================
   IMAGE AREA
========================================================= */

/* Image */

.ng-story-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 5;
    z-index: 2;
}

.ng-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(.85);
    border-radius: 20px;
    transition:
        transform .7s ease,
        filter .7s ease;
}

.ng-story-image:hover img {
    transform: scale(1.05);
    filter: saturate(1);
}

/* Image bottom gradient */

.ng-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.65),
            transparent 45%
        );
    pointer-events: none;
    border-radius: 20px;
}

/* =========================================================
   IMAGE LABEL
========================================================= */

.ng-story-image-label {
display:inline-block;
/* border:1px rgb(76, 130, 184) solid; */
background-color: greenyellow;
color:black;
font-weight: 600;
font-size: 11px;
padding:10px 20px;
border-radius:30px;
margin-bottom:50px;
}

/* =========================================================
   CONTENT
========================================================= */

.ng-story-content {
    position: relative;
}

/* =========================================================
   STORY BLOCK
========================================================= */

.ng-story-block {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 25px;
}

/* Number */

.ng-story-number {
    color: greenyellow;
    font-size: 12px;
    font-weight: 800;
    padding-top: 9px;
}

/* Text */

.ng-story-text h2 {
    margin: 0 0 25px;
    font-size: 40px;
    line-height: 1.05;
    letter-spacing: -2px;
    font-weight: 800;
    color: whitesmoke;
}

.ng-story-text h2 span {
    display: block;
    color: greenyellow;
}

.ng-story-text p {
    max-width: 680px;
    margin: 0 0 18px;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* Highlight */

.ng-story-highlight {
    margin-top: 28px !important;
    padding-left: 18px;
    border-left: 2px solid greenyellow;
    color: #e8ece5 !important;
    font-weight: 600;
}

/* =========================================================
   DIVIDER
========================================================= */

.ng-story-divider {
    width: 100%;
    height: 1px;
    margin: 55px 0;
    background:
        linear-gradient(
            90deg,
            rgba(173,255,47,.55),
            rgba(255,255,255,.08),
            transparent
        );
}

/* =========================================================
   BOTTOM POINTS
========================================================= */

/* .ng-story-points {
    margin-top: 45px;
    display: flex; */
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    /* gap: 15px 35px;
}

.ng-story-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: greenyellow;
    font-size: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}

.ng-story-points span {
    color: white;
    font-size: 8px;
} */

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .ng-story {
        padding: 90px 0;
    }

    .ng-story-container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .ng-story-visual {
        width: 70%;
        margin: auto;
    }

    .ng-story-content {
        width: 90%;
        margin: auto;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .ng-story {
        padding: 70px 0;
    }

    .ng-story-container {
        width: 88%;
        gap: 55px;
    }

    .ng-story-visual {
        width: 100%;
        padding: 15px 0 25px 15px;
    }

    .ng-story-image-label {
        padding: 11px 15px;
    }

    .ng-story-block {
        grid-template-columns: 30px 1fr;
        gap: 12px;
    }

    .ng-story-text h2 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .ng-story-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ng-story-divider {
        margin: 40px 0;
    }

    .ng-story-points {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .ng-story-text h2 {
        font-size: 28px;
    }

}

/* Why */
.why-container
{
    margin-left: 45%;
    /* justify-content: center;
    justify-items: center; */
}

.why{
padding:90px 0;
}

/* .section-tag1{
    justify-content: center;
    justify-items: center;
    transform: translate(-50%, -50%);

    display:inline-block;    
    background-color: greenyellow;
     box-shadow:0 10px 45px black;
    color:black;
    padding:10px 20px;
    border-radius:50px;
    font-size:11px;
    font-weight:600;
    margin-bottom:25px;   
} */

.why h2{
text-align:center;
font-size:40px;
margin-bottom:10px;
color:#adff2f;
}

.why p{
    color:white;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    text-align: center;
}

.features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.feature{
padding:30px;
text-align:center;
border-radius:20px;
box-shadow:0 8px 20px black;
}

.feature:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px greenyellow;
    border:2px greenyellow solid;
}

.feature i{
font-size:35px;
color:greenyellow;
margin-bottom:20px;
}

.feature h3{
font-size:15px;
color:greenyellow;
margin-bottom:20px;
}

.feature p{
font-size:15px;
color:white;
margin-bottom:20px;
}

/* Our Purpose */

/* Mission */

.mission{
padding:0px 0px;
}

.cards{
    display:block;
/* display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px; */
padding: 100px;
}

.card{
padding:40px;
border-radius:20px;
text-align:center;
/* box-shadow:0 10px 25px black; */
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px greenyellow;
    
}

.card i{
font-size:40px;
color:greenyellow;
margin-bottom:20px;
}

.card h2{
margin-bottom:15px;
color:whitesmoke;
}

.card h3{
margin-bottom:15px;
color:greenyellow;
}

.card p{
    color:white;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
    text-align: center;
}

.card ul {
  /* list-style-position: outside;
  margin: 0;
  padding-left: 300px; */

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  list-style:none;
  padding: 10px;  
  border: 2px greenyellow solid;
  border-radius: 20px;
}

.card ul li {
  margin-bottom: 0.5rem;
  text-align: left;
  /* border: 2px greenyellow solid; */
  padding: 10px 10px;
  /* border-radius: 20px; */
  /* display:flex;
    flex-wrap:wrap;
    gap:15px; */
}

.card ul li::marker {
  color: greenyellow;
  font-size: 1.1rem;
}

@media(max-width:768px){

    .why-container
    {
        margin-left: 35%;
    }
    .cards{
        display:block;
        padding: 10px;
    }

.card ul{
        list-style-position: outside;
        margin: 0;
        padding-left: 20px;
    }
    
}

/* =========================================================
   NXTGENBUDDY
   MISSION / PURPOSE / VISION
   PREMIUM EDITORIAL DESIGN
========================================================= */

.ng-mission {
    --ng-line: rgba(255,255,255,.10);
    width: 100%;
    padding: 120px 0;
    color: white;
    position: relative;
    overflow: hidden;
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

/* =========================================================
   BACKGROUND DETAIL
========================================================= */

.ng-mission::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    right: -300px;
    top: -250px;
    border-radius: 50%;
    /* background:
        radial-gradient(
            circle,
            rgba(173,255,47,.08),
            transparent 68%
        ); */
    pointer-events: none;
}

.ng-mission::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    left: -250px;
    bottom: -250px;
    border-radius: 50%;
    /* background:
        radial-gradient(
            circle,
            rgba(173,255,47,.05),
            transparent 70%
        ); */
    pointer-events: none;
}

/* =========================================================
   CONTAINER
========================================================= */

.ng-mission-container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* =========================================================
   INTRO
========================================================= */

.ng-mission-intro {
    display: grid;
    grid-template-columns:1fr 1fr;
    column-gap: 100px;
    align-items: end;
    padding-bottom: 90px;
    border-bottom:1px solid var(--ng-line);
}

/* Eyebrow */

.ng-mission-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: greenyellow;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.ng-mission-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background: greenyellow;
}

.ng-mission-intro .section-tag{
    width: 150px;
}

/* Main heading */

.ng-mission-intro h1 {
    margin: 22px 0 0;
    font-size:60px;
    line-height: .9;
    letter-spacing: -4px;
    font-weight: 900;
    color:whitesmoke;
}

.ng-mission-intro h1 span {
    color: greenyellow;
    /* display: block; */
}

/* Intro paragraph */

.ng-mission-intro > p {
    max-width: 470px;
    margin: 0 0 5px auto;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* =========================================================
   MAIN CONTENT
========================================================= */

.ng-mission-content {
    width: 100%;
}

/* =========================================================
   INDIVIDUAL SECTION
========================================================= */

.ng-mission-block {
    display: grid;
    grid-template-columns:
        90px
        80px
        1fr;
    column-gap: 30px;
    padding: 80px 0;
    border-bottom:1px solid var(--ng-line);
    position: relative;
    transition: .4s ease;
}

/* =========================================================
   NUMBER
========================================================= */

.ng-mission-number {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    color: greenyellow;
    padding-top: 6px;
    transition: .3s ease;
}

/* =========================================================
   ICON
========================================================= */

.ng-mission-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: greenyellow;
    border:2px solid greenyellow;
    background:rgba(173,255,47,.035);
    font-size: 18px;
    transition: .4s ease;
}

/* =========================================================
   LABEL
========================================================= */

.ng-mission-label {
    display: block;
    margin-bottom: 15px;
    color: greenyellow;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================================
   HEADINGS
========================================================= */

.ng-mission-text h2 {
    max-width: 850px;
    margin: 0 0 28px;
    font-size:45px;
    line-height: 1.08;
    letter-spacing: -1.8px;
    font-weight: 800;
    color: white;
}

.ng-mission-text h2 span {
    color: greenyellow;
}

/* =========================================================
   PARAGRAPHS
========================================================= */

.ng-mission-text p {
    max-width: 820px;
    margin: 0 0 20px;
    color: white;
    font-size: 16px;
    line-height: 1.9;
}

/* =========================================================
   BELIEF LIST
========================================================= */

.ng-beliefs {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 0;
    border-top:1px solid var(--ng-line);
}

.ng-beliefs li {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 20px 15px 0;
    color: white;
    font-size: 15px;
    line-height: 1.5;
    border-bottom:1px solid var(--ng-line);
    transition: .3s ease;
}

.ng-beliefs li span {
    color: greenyellow;
    font-size: 10px;
    font-weight: 800;
    min-width: 22px;
}

.ng-beliefs li:hover {
    color: greenyellow;
    padding-left: 8px;
}

/* =========================================================
   HOVER EFFECT
========================================================= */

.ng-mission-block:hover
.ng-mission-number {
    color: greenyellow;
}

.ng-mission-block:hover
.ng-mission-icon {
    background: greenyellow;
    color: black;
    transform:
        rotate(-8deg)
        scale(1.05);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .ng-mission {
        padding: 90px 0;
    }

    .ng-mission-intro {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 65px;
    }

    .ng-mission-intro > p {
        margin: 0;
    }

    .ng-mission-block {
        grid-template-columns:
            65px
            70px
            1fr;
        column-gap: 20px;
        padding: 65px 0;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .ng-mission {
        padding: 70px 0;
    }

    .ng-mission-container {
        width: 88%;
    }

    .ng-mission-intro {
        padding-bottom: 50px;
    }

    .ng-mission-intro h1 {
        font-size: 48px;
        letter-spacing: -2.5px;
    }

    .ng-mission-intro > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ng-mission-block {
        display: block;
        padding: 55px 0;
    }

    .ng-mission-number {
        margin-bottom: 18px;
    }

    .ng-mission-icon {
        margin-bottom: 25px;
    }

    .ng-mission-text h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .ng-mission-text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ng-beliefs {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .ng-beliefs li {
        min-height: 60px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {
    .ng-mission-intro h1 {
        font-size: 40px;
    }

    .ng-mission-text h2 {
        font-size: 27px;
    }

    .ng-mission-label {
        font-size: 9px;
    }

}

/* Learning Method */

.purpose-grid{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    position:relative;
}

/* Connecting Line */

.purpose{
    padding:90px 0;
}

.purpose-container{
    align-items:center;
    gap:60px;    
    width:90%;
    max-width:1280px;
    margin:auto;
    display:flexbox;
    grid-template-columns:repeat(2,1fr);  
}

/* Connecting Line */

.purpose-grid::before{
    content:"";
    position:absolute;
    top:65px;
    left:8%;
    width:84%;
    height:3px;
    background:greenyellow;
    z-index:0;
}

/* Card */

.purpose-card{
    position:relative;
    /* border: 2px solid greenyellow; */
    display: inline-block;
    /*background:#d7e7eb;*/
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 12px 35px black;
    transition:.35s;
    z-index:1;
}

.purpose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px greenyellow;
    border:0;
}

/* Icon */

.purpose-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:greenyellow;
    color:black;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    transition:.3s;
}

.purpose-card:hover .purpose-icon{
    background:black;
    color:greenyellow;
    border:2px greenyellow solid;
}

.purpose-card h3{
    font-size:24px;
    color:#adff2f;
    margin-bottom:15px;
}

.purpose-card p{
    color:white;
    line-height:1.8;
    font-size:15px;
}

/*=========================
        Tablet
=========================*/

@media(max-width:992px){

.purpose-grid{
grid-template-columns:repeat(2,1fr);
}

.purpose-grid::before{
display:none;
}
}

/*=========================
        Mobile
=========================*/

@media(max-width:768px){

.purpose{
padding:70px 0;
}

.purpose-grid{
grid-template-columns:1fr;
gap:25px;
}

.purpose-card{
padding:30px 22px;
}

.purpose-icon{
width:70px;
height:70px;
font-size:30px;
}

.purpose-card h3{
font-size:22px;
}

}

/* Small Mobile */

@media(max-width:480px){

.purpose-card{
padding:25px 20px;
}

.purpose-card h3{
font-size:20px;
}

.purpose-card p{
font-size:14px;
}

.purpose-icon{
width:65px;
height:65px;
font-size:28px;
}
}

/* Believe */

/* .believe{
    min-height:100vh;
    width:100%;
    position:relative;
    padding:90px 0;
    z-index:1;
}

.believe-container{ */
    /*display:grid;
    grid-template-columns:1fr 1fr;*/
    /* align-items:center;
    gap:60px;    
    width:90%;
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);    
}

.believe h1{
    font-size:40px;
    line-height:1.2;
    color:#adff2f;
    margin-bottom:25px;
}

.believe p{
    color:white;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
} */

/* Badges */

/* .believe-badges{
    margin-top:45px;
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.believe-badges .badge{
    background-color: #2a2d32;
    color: white;
    padding:12px 18px;
    border-radius:10px;
    box-shadow:0 8px 20px black;
    font-size:14px;
    font-weight:600;
    width:45%;
} */

/* Images */

/* .believe-images{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:20px; */
    /*position:relative;*/
    
/* }

.believe-images img{
    width:100%;
    height:330px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 12px 35px black;
    transition:.4s;
}

.believe-images img:hover{
    transform:translateY(-10px);
    transition: 2s;
} */

/* Responsive */

/* @media(max-width:992px){

.believe-container{
grid-template-columns:1fr;
text-align:center;
} */

/* .believe-badges{
display:block;
} */

/* .believe h1{
font-size:42px;
}
} */
/* 
@media(max-width:768px){

.believe-container{
grid-template-columns:1fr;
}

.believe{
padding:70px 20px;
}

.believe h1{
font-size:34px;
}

.believe p{
font-size:16px;
}

.believe-images{
grid-template-columns:1fr;
}

.believe-images img{
height:180px;
}
} */

/* @media(max-width:576px){
.believe-images{
grid-template-columns:1fr;
}

.believe-buttons{
flex-direction:column;
}

.badge{
width:100%;
text-align:center;
}
} */


/* Who We Support */

/* .support{
    padding:90px 0;
}

.support-container{
    align-items:center;
    gap:60px;  
    width:90%;
    max-width:1280px;
    margin:auto;
    display:flexbox;
    grid-template-columns:repeat(2,1fr);  
}

.support h1{
font-size:34px;
}

.support p{
font-size:16px;
}

.support-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:60px;
} */

/* Feature Card */

/* .support-card{ */
    /*border: 1px solid rgb(76, 130, 184);
    display: inline-block;*/
    /* border-radius:18px;
    padding:35px 30px;
    text-align:center;
    transition:.35s; */
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    
/* }

.support-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px greenyellow;
} */

/* Icon */

/* .support-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:rgb(247, 244, 240);
    display:flex;
    justify-content:center;
    align-items:center;
    color:black;
    font-size:32px;
    transition:.3s;
}

.support-card:hover .support-icon{
    background:greenyellow;
}
.support-card h3{
    font-size:20px;
    color:#adff2f;
    margin-bottom:15px;
}

.support-card p{
    color:white;
    font-size:15px;
    line-height:1.8;
} */

/*==========================
        Tablet
==========================*/

/* @media(max-width:992px){

.support-grid{
grid-template-columns:repeat(2,1fr);
}
} */

/*==========================
        Mobile
==========================*/
/* 
@media(max-width:768px){

.support{
padding:70px 0;
}

.support .section-title span{    
    background:greenyellow;
    color:black;
}

.support-grid{
grid-template-columns:1fr;
gap:25px;
}

.support-card{
padding:30px 25px;
}

.support-card h3{
font-size:22px;
}

.support-icon{
width:70px;
height:70px;
font-size:28px;
}
} */

/* Small Mobile */
/* 
@media(max-width:480px){

.support-card{
padding:25px 20px;
}

.support-card h3{
font-size:20px;
}

.support-card p{
font-size:14px;
}
} */


/* Why Learners Choose NxtGenBuddy */

/* .choose{
    padding:90px 0;
}

.choose-container{
    align-items:center;
    gap:60px;  
    width:90%;
    max-width:1280px;
    margin:auto;
    display:flexbox;
    grid-template-columns:repeat(2,1fr);  
}

.choose h2{
text-align:center;
font-size:40px;
margin-bottom:10px;
color:#adff2f;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:60px;
} */

/* Feature Card */

/* .choose-card{ */
    /*border: 1px solid rgb(76, 130, 184);
    display: inline-block;*/
    /* border-radius:18px;
    padding:35px 30px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px black;
    
}

.choose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px greenyellow;
} */

/* Icon */
/* 
.choose-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:rgb(247, 244, 240);
    display:flex;
    justify-content:center;
    align-items:center;
    color:black;
    font-size:32px;
    transition:.3s;
}

.choose-card:hover .choose-icon{
    background:greenyellow;
}
.choose-card h3{
    font-size:18px;
    color:#adff2f;
    margin-bottom:15px;
}

.choose-card p{
    color:white;
    font-size:15px;
    line-height:1.8;
} */

/*==========================
        Tablet
==========================*/

/* @media(max-width:992px){

.choose-grid{
grid-template-columns:repeat(2,1fr);
}
} */

/*==========================
        Mobile
==========================*/
/* 
@media(max-width:768px){

.choose{
padding:70px 0;
}

.choose .section-title span{    
    background:greenyellow;
    color:black;
}

.choose-grid{
grid-template-columns:1fr;
gap:25px;
}

.choose-card{
padding:30px 25px;
}

.choose-card h3{
font-size:22px;
}

.choose-icon{
width:70px;
height:70px;
font-size:28px;
}
} */

/* Small Mobile */

/* @media(max-width:480px){

.choose-card{
padding:25px 20px;
}

.choose-card h3{
font-size:20px;
}

.choose-card p{
font-size:14px;
}
} */


/*=====================================
BUILT BY MIGAY
======================================*/

.about-migay{
    padding:90px 0;
}

.about-migay-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:60px;
}

/* Left */

.migay-left h2{
    font-size:42px;
    color:white;
    margin:20px 0;
}

.migay-left h2 span{
    color:greenyellow;
}

.migay-left p{
    color:#d8d8d8;
    line-height:1.9;
    margin-bottom:25px;
}

/* Timeline */

.experience-list{
    margin-top:40px;
    border-left:3px solid greenyellow;
    padding-left:30px;
}

.experience-item{
    display:flex;
    gap:20px;
    margin-bottom:35px;
    position:relative;
}

.circle{
    width:18px;
    height:18px;
    background:greenyellow;
    border-radius:50%;
    position:absolute;
    left:-40px;
    top:8px;
}

.experience-item h4{
    color:white;
    margin-bottom:8px;
}

.experience-item p{
    color:#bbb;
    margin:0;
}

/* Right Panel */

.migay-highlight{
    /* background:#24262b; */
    border-radius:20px;
    padding:40px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 -3px 20px black;
}

.migay-highlight h3{
    color:greenyellow;
    margin-bottom:20px;
    font-size:30px;
}

.migay-highlight p{
    color:#ccc;
    line-height:1.8;
}

.migay-highlight .highlight-box{
    background-color:#2a2d32;
    padding:18px;
    border-radius:12px;
    margin-top:20px;
    transition:.3s;
}

.highlight-box:hover{
    transform:translateX(10px);
    border-left:5px solid greenyellow;
}

.highlight-box h4{
    color:greenyellow;
    margin-bottom:8px;
}

.highlight-box p{
    margin:0;
}

.migay-btn{
    display:inline-block;
    margin-top:35px;
    background:yellowgreen;
    color:black;
    padding:15px 30px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
    font-size: 11px;
    font-weight: 600;
}

.migay-btn:hover{
    background:greenyellow;
    font-weight: 600;
}

/*=====================
Responsive
======================*/

@media(max-width:992px){

.about-migay-container{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.about-migay{
padding:70px 0;
}

.migay-left h2{
font-size:34px;
}

.experience-list{
padding-left:20px;
}

.circle{
left:-30px;
}

}

@media(max-width:480px){

.migay-left h2{
font-size:28px;
}

.migay-highlight{
padding:25px;
}

}

/*====================================
OUR TRAINERS
====================================*/

.trainers{
    padding:100px 0;
    /* background:#26282e; */
}

.trainers-container{

    width:90%;
    max-width:1250px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:70px;
    align-items:center;

}

/* Left */

.trainers-image{
    position:relative;
}

.trainers-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 40px black;
}

.experience-box{

    position:absolute;
    bottom:30px;
    left:50px;

    background:#2a2d32;
    opacity: 0.7;
    padding:25px;
    border-radius:15px;
    border-left:5px solid greenyellow;
    width:80%;
}

.experience-box h3{
    color:white;
    margin-bottom:10px;
}

.experience-box p{
    color:#ddd;
    line-height:1.7;
}

/* Right */

.trainers-content h2{
    color:white;
    font-size:45px;
    margin:20px 0;
}

.trainers-content h2 span{
    color:greenyellow;
}

.intro{
    color:#cfd8dc;
    line-height:1.9;
    margin-bottom:35px;
}

.trainer-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.trainer-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px 18px;
    /* background:#1f2125; */
    box-shadow: 0 10px 20px black;
    border-radius:12px;
    transition:.3s;
}

.trainer-item:hover{
    transform:translateX(8px);
    box-shadow: 0 10px 20px greenyellow;
}

.trainer-item i{
    color:greenyellow;
    font-size:20px;
}

.trainer-item span{
    color:white;
    font-weight:500;
}

/* Quote */

.trainer-quote{
    margin-top:40px;
    /* background:#1f2125; */
    border-left:5px solid greenyellow;
    box-shadow: 0 10px 20px black;
    padding:30px;
    border-radius:15px;
}

.trainer-quote i{
    color:greenyellow;
    font-size:30px;
    margin-bottom:15px;
}

.trainer-quote p{
    color:#ddd;
    line-height:1.9;
    font-style:italic;
}

/*==========================
Responsive
==========================*/

@media(max-width:992px){

.trainers-container{
grid-template-columns:1fr;
}

.trainers-image{
max-width:550px;
margin:auto;
}

}

@media(max-width:768px){

.trainers{
padding:70px 0;
}

.trainers-content{
text-align:center;
}

.trainers-content h2{
font-size:34px;
}

.trainer-list{
grid-template-columns:1fr;
}

.experience-box{
position:static;
margin-top:20px;
width:100%;
}

}

@media(max-width:480px){

.trainers-content h2{
font-size:28px;
}

.intro{
font-size:15px;
}

.trainer-item{
padding:14px;
}

.trainer-quote{
padding:20px;
}

}
/*=====================================
HONEST CAREER GUIDANCE
======================================*/

.honest-guidance{
    padding:100px 0;
}

.honest-container{
    width:90%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:45% 55%;
    gap:60px;
    align-items:center;
}

/*=========================
LEFT
==========================*/

.guidance-left h2{
    color:white;
    font-size:46px;
    margin:20px 0;
}

.guidance-left h2 span{
    color:greenyellow;
}

.guidance-left p{
    color:#d7d7d7;
    line-height:1.9;
    font-size:18px;
}

.guidance-line{
    width:120px;
    height:4px;
    background:greenyellow;
    margin:35px 0;
}

.guidance-left blockquote{
    color:#ffffff;
    font-size:22px;
    line-height:1.8;
    font-style:italic;

    border-left:5px solid greenyellow;
    padding-left:25px;
}

/*=========================
RIGHT
==========================*/

.guidance-right{
    /* background:#24262b; */
    padding:40px;
    border-radius:20px;
    box-shadow: 0 10px 20px black;
}

.guidance-right h3{
    color:greenyellow;
    margin-bottom:30px;
    font-size:28px;
}

.guidance-right ul{
    list-style:none;
    padding:0;
}

.guidance-right li{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
    padding:18px;
    border-radius:12px;
    /* background:#1f2125; */
    box-shadow: 0 10px 20px black;
    transition:.35s;
    color:white;
}

.guidance-right li:hover{
    background:yellowgreen;
    transform:translateX(10px);
    color:black;
}

.guidance-right li i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:yellowgreen;
    color:black;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

/*=========================
BOTTOM NOTE
==========================*/

.career-note-box{
    width:90%;
    max-width:1200px;
    margin:70px auto 0;
    display:flex;
    align-items:center;
    gap:30px;
    /* background:#24262b; */
    box-shadow: 0 10px 20px black;
    border-radius:20px;
    padding:35px;
    border-top:4px solid greenyellow;
}

.note-icon{

    width:90px;
    height:90px;
    background:greenyellow;    
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.note-icon i{
    color:black;
    font-size:38px;
}

.note-content h3{
    color:white;
    margin-bottom:15px;
}

.note-content p{
    color:#ddd;
    line-height:1.9;
}

/*=========================
Responsive
==========================*/

@media(max-width:992px){

.honest-container{
grid-template-columns:1fr;
}

.guidance-left{
text-align:center;
}

.guidance-line{
margin:30px auto;
}

.guidance-left blockquote{
text-align:left;
}

}

@media(max-width:768px){

.honest-guidance{
padding:70px 0;
}

.guidance-left h2{
font-size:34px;
}

.guidance-right{
padding:30px;
}

.guidance-right h3{
font-size:24px;
}

.career-note-box{
flex-direction:column;
text-align:center;
}

}

@media(max-width:480px){

.guidance-left h2{
font-size:28px;
}

.guidance-left blockquote{
font-size:18px;
}

.guidance-right{
padding:20px;
}

.guidance-right li{
padding:15px;
font-size:15px;
}

.note-icon{
width:70px;
height:70px;
}

.note-icon i{
font-size:28px;
}

}

/*==========================
OUR VALUES
===========================*/

.values-section{
    padding:90px 0;
}

.values-container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.values-heading{
    text-align:center;
    margin-bottom:60px;
}

.values-heading h2{
    font-size:44px;
    color:whitesmoke;
    margin:20px 0;
}

.values-heading h2 span{
    color:greenyellow;
}

.values-heading p{
    color:#d8d8d8;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* List */

.values-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);  
    gap:25px;
    width:100%;
}

/* Item */

.value-item{
    display:flex;
    align-items:center;
    gap:30px;
    padding:30px;
    /* background:#24262b; */
    box-shadow: 0 10px 20px black;
    border-radius:18px;
    border-left:5px solid greenyellow;
    transition:.35s;
}

.value-item:hover{
    transform:translateX(10px);
    box-shadow: 0 10px 20px greenyellow;
}

/* Number */

/* .value-number{
    width:70px;
    height:70px;
    border-radius:50%;
    background:greenyellow;
    color:black;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    font-weight:bold;
    flex-shrink:0;
} */

/* Text */

.value-content h3{
    color:greenyellow;
    margin-bottom:10px;
    font-size:24px;
}

.value-content p{
    color:white;
    line-height:1.8;
}

/* Responsive */

@media(max-width:768px){

.values-section{
padding:70px 0;
}

.values-heading h2{
font-size:34px;
}

.value-item{
flex-direction:column;
text-align:center;
}

.values-list{
    grid-template-columns:1fr;  
}

}

@media(max-width:480px){

.values-heading h2{
font-size:28px;
}

.value-number{
width:60px;
height:60px;
font-size:20px;
}

.value-content h3{
font-size:20px;
}

}


/*==============================
LEARNING PARTNER
==============================*/

.partner-section{
    padding:100px 0;
}

.partner-container{
    width:90%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:1.3fr .7fr;
    gap:60px;
    align-items:center;
}

/* Left */

.partner-content h2{
    font-size:48px;
    color:#fff;
    margin:20px 0;
}

.partner-content h2 span{
    color:greenyellow;
}

.partner-content p{
    color:#d6d6d6;
    font-size:17px;
    line-height:1.9;
    margin-bottom:25px;
}

/* Right */

.partner-highlight{
    display:flex;
    justify-content:center;
}

.highlight-box{
    /* background:#24262b; */
    padding:45px 35px;
    border-radius:20px;
    border-top:5px solid greenyellow;
    box-shadow: 0 10px 20px black;
    text-align:center;
}

.highlight-box i{
    font-size:60px;
    color:greenyellow;
    margin-bottom:20px;
}

.highlight-box h3{
    color:greenyellow;
    margin-bottom:20px;
}

.highlight-box p{
    color:#ddd;
    line-height:1.8;
}

/* Responsive */

@media(max-width:992px){

.partner-container{
grid-template-columns:1fr;
text-align:center;
}

.partner-highlight{
margin-top:20px;
}

}

@media(max-width:768px){

.partner-section{
padding:70px 0;
}

.partner-content h2{
font-size:36px;
}

}

@media(max-width:480px){

.partner-content h2{
font-size:28px;
}

.partner-btn{
width:100%;
text-align:center;
}

.highlight-box{
padding:30px 20px;
}

.highlight-box i{
font-size:45px;
}

}

/* CTA */

.about-cta{
padding:90px 20px;
text-align:center;
background:yellowgreen;
color:black; 
}

.about-cta h2{
font-size:42px;
margin-bottom:20px;
color:black;
}

.about-cta p{
font-size:18px;
margin-bottom:30px;
}

.about-cta a{
display:inline-block;
padding:16px 35px;
/*background:#fff;*/
border:2px black solid;
color:black;
border-radius:50px;
font-weight:600;
text-decoration:none;
font-size: 11px;
}

.about-cta a:hover{
background:greenyellow;
border:2px greenyellow solid;
}
/* Responsive */

@media(max-width:992px){

.about-believe .about-container,
.story .about-container{
grid-template-columns:1fr;
text-align:center;
}

.cards,
.features{
grid-template-columns:repeat(2,1fr);
}

.course-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.about-hero .about-container{
grid-template-columns:1fr;
text-align:center;
}

.believe-content h1{
font-size:36px;
}

.story h2,
.why h2,
.courses h2,
.about-cta h2{
font-size:30px;
}

.cards,
.features,
.course-grid{
grid-template-columns:1fr;
}

.believe-content p{
font-size:16px;
}

.about-hero .hero-image{
    display:none;
}
}