/* ======================================================
   MAJOR OBEROI ACADEMY - HERO
====================================================== */

*{
    box-sizing:border-box;
}

.moa-hero{

    position:relative;
    overflow:hidden;

    min-height:100vh;
    
    padding-top:200px;

    display:flex;
    align-items:center;

    background:
    radial-gradient(circle at top right,#dff5ff 0%,transparent 35%),
    radial-gradient(circle at bottom left,#ffeaea 0%,transparent 30%),
    linear-gradient(135deg,#ffffff,#f4f8ff);

}

.moa-container{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 25px;

}
.moa-hero .moa-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}
.moa-about-page .moa-about-hero .moa-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    padding:100px 25px;
}
.moa-content{

    flex:1;

    max-width:620px;

}

.moa-badge{

    display:inline-block;

    padding:12px 22px;

    background:#edf8ff;

    color:#0073aa;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:22px;

    letter-spacing:.5px;

}

.moa-logo{

    width:180px;

    margin-bottom:30px;

}

.moa-content h1{

    font-size:72px;

    line-height:1.05;

    font-weight:800;

    color:#111;

    margin:0 0 25px;

}

.moa-content p{

    font-size:21px;

    line-height:1.8;

    color:#666;

    margin-bottom:40px;

}

.moa-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.moa-btn{

    text-decoration:none;

    padding:18px 34px;

    border-radius:12px;

    font-weight:700;

    transition:.35s;

}

.moa-primary{

    background:linear-gradient(135deg,#d71f26,#b80b12);

    color:#fff;

    border:none;

}

.moa-primary:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(215,31,38,.35);

}

.moa-secondary{

    border:2px solid #cf1010;

    color:#cf1010;

}

.moa-secondary:hover{

    background:#cf1010;

    color:#fff;

}

.moa-image-wrap{

    flex:1;

    position:relative;

    display:flex;

    justify-content:center;

    align-items:flex-end;

}

.moa-circle{

    position:absolute;

    width:620px;

    height:620px;

    border-radius:50%;

    background:linear-gradient(135deg,#ffe5e5,#ffeef6);

    z-index:0;

}

.moa-major{

    position:relative;

    z-index:2;

    width:650px;

    max-width:100%;

    margin-top:60px;

    filter:drop-shadow(0 35px 60px rgba(0,0,0,.18));

}   

/* =======================
      TABLET
======================= */

@media(max-width:991px){

.moa-hero .moa-container{

    flex-direction:column;

    text-align:center;

    padding:60px 20px;

}

.moa-content{

    max-width:100%;

}

.moa-content h1{

    font-size:52px;

}

.moa-content p{

    font-size:18px;

}

.moa-buttons{

    justify-content:center;

}

.moa-image-wrap{

    margin-top:30px;

}

.moa-circle{

    width:420px;

    height:420px;

}

.moa-major{

    width:420px;

}

}

/* =======================
      MOBILE
======================= */

@media(max-width:576px){

.moa-hero{

    min-height:auto;

    padding:50px 0;

}

.moa-logo{

    width:130px;

}

.moa-content h1{

    font-size:38px;

    line-height:1.15;

}

.moa-content p{

    font-size:16px;

}

.moa-buttons{

    flex-direction:column;

}

.moa-btn{

    width:100%;

    text-align:center;

}

.moa-circle{

    width:300px;

    height:300px;

}

.moa-major{

    width:300px;

}

}

.moa-trust{

    display:flex;

    gap:15px;

    align-items:center;

    margin-top:40px;

}

.moa-trust-item{

    flex:1;

    text-align:center;

}

.moa-trust-item{

    background:#fff;

    padding:14px 18px;

    border-radius:12px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    font-weight:600;

}

@media(max-width:768px){

.moa-trust{

    justify-content:center;

}

}


/* Floating Cards */

.moa-floating{

    position:absolute;

    background:#fff;

    border-radius:18px;

    padding:18px 22px;

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

    z-index:5;

    min-width:150px;

    transition:.35s;

}

.moa-floating:hover{

    transform:translateY(-8px);

}

.moa-floating strong{

    display:block;

    font-size:28px;

    color:#cf1010;

}

.moa-floating span{

    color:#666;

    font-size:14px;

}

.moa-top-left{

    top:70px;

    left:-40px;

}

.moa-top-right{

    top:120px;

    right:-20px;

}

.moa-bottom-left{

    bottom:80px;

    left:-30px;

}

@media(max-width:991px){

.moa-floating{

    display:none;

}

}

/* ==========================================
BACKGROUND DESIGN
==========================================*/

.moa-bg-circle{

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    right:-80px;

    top:40px;

    background:linear-gradient(135deg,#ffe5e5,#fff2f2);

    z-index:0;

}

.moa-bg-circle-2{

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    left:20px;

    bottom:60px;

    background:rgba(0,153,255,.05);

    z-index:0;

}

.moa-dots{

    position:absolute;

    width:180px;

    height:180px;

    left:60px;

    top:60px;

    opacity:.25;

    background-image:radial-gradient(#d71f26 2px,transparent 2px);

    background-size:18px 18px;

}

/*=============================
POPULAR COURSES
==============================*/

.moa-courses{

    padding:120px 0;

    background:#fff;

}

.moa-section-title{

    text-align:center;

    margin-bottom:60px;

}

.moa-section-title span{

    color:#d71f26;

    font-weight:700;

    letter-spacing:2px;

}

.moa-section-title h2{

    font-size:48px;

    margin:15px 0;

}

.moa-section-title p{

    color:#777;

    font-size:18px;

}

.moa-course-grid{

    margin-top:50px;

}

/* ==========================================
POPULAR COURSES FIX
==========================================*/

.moa-courses .moa-container{
    display:block;
    padding:0 25px;
}

.moa-courses .moa-section-title{
    text-align:center;
    margin-bottom:60px;
}

.moa-courses .upstudy-row{
    display:flex;
    flex-wrap:wrap;
}

/*==================================================
POPULAR COURSES
==================================================*/

.moa-courses{
    padding:100px 0;
    background:#fff;
}

.moa-courses .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
    display:block !important;
}

/* Header */

.moa-course-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:60px;
    gap:40px;
}

.moa-course-left h2{
    margin:0;
    font-size:58px;
    color:#082b61;
    line-height:1.1;
}

.moa-small-title{
    display:block;
    color:#d71f26;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.moa-view-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:18px 42px;
    border:2px solid #18c7c3;
    color:#d71f26;
    text-decoration:none;
    font-weight:700;
    border-radius:4px;
    transition:.3s;
}

.moa-view-btn:hover{
    background:#18c7c3;
    color:#fff;
}

/* GRID */

.moa-course-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:35px;

}

.moa-course-item{

    width:100%;

}

/* remove theme widths */

.moa-course-item .upstudy-col-lg-4,
.moa-course-item .upstudy-col-md-6,
.moa-course-item .upstudy-col-sm-6,
.moa-course-item [class*="upstudy-col"]{

    width:100% !important;

    max-width:100% !important;

    flex:0 0 100% !important;

    padding:0 !important;

}

/* TABLET */

@media(max-width:991px){

.moa-course-header{

    flex-direction:column;

    align-items:flex-start;

}

.moa-course-left h2{

    font-size:46px;

}

.moa-course-right{

    width:100%;

}

.moa-view-btn{

    width:100%;

}

.moa-course-grid{

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

}

}

/* MOBILE */

@media(max-width:576px){

.moa-course-header{

    text-align:center;

    align-items:center;

}

.moa-course-left h2{

    font-size:36px;

}

.moa-view-btn{

    width:100%;

}

.moa-course-grid{

    grid-template-columns:1fr;

}

}

/* ==========================================
FINAL COURSE SECTION POLISH
========================================== */

/* Better header alignment */
.moa-course-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:55px;
}

/* Button */
.moa-view-btn{
    min-width:220px;
    text-align:center;
}

/* Course cards */

.moa-course-item article,
.moa-course-item .upstudy-course,
.moa-course-item .upstudy-course-item{
    height:100%;
}

/* Equal row height */

.moa-course-grid{
    align-items:stretch;
}

/* Reduce excessive white space */

.moa-course-item .course-content{
    min-height:140px;
}

/* Uniform spacing */

.moa-course-item{
    margin:0;
}

@media (max-width:992px){

.moa-course-header{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.moa-course-grid{

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

    gap:25px;

}

.moa-view-btn{

    width:220px;

}

}

@media (max-width:768px){

.moa-course-header{

    text-align:center;

    align-items:center;

}

.moa-course-left{

    width:100%;

}

.moa-course-left h2{

    font-size:38px;

}

.moa-course-grid{

    grid-template-columns:1fr;

}

.moa-view-btn{

    width:100%;

    max-width:320px;

}

}

/*==================================================
CUSTOM COURSE CARD
==================================================*/

.moa-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

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

    transition:.35s;

    display:flex;

    flex-direction:column;

    height:100%;

    border:1px solid #eee;

}

.moa-card:hover{

    transform:translateY(-8px);

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

}

.moa-card-image{

    position:relative;

    height:230px;

    background:#f8fbff;

    display:flex;

    justify-content:center;

    align-items:center;

}

.moa-card-image img{

    width:120px;

    height:120px;

    border-radius:50%;

    object-fit:cover;

    background:#fff;

    padding:12px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.moa-level{

    position:absolute;

    top:20px;

    left:20px;

    background:#ff5a3d;

    color:#fff;

    padding:8px 16px;

    border-radius:6px;

    font-size:14px;

    font-weight:700;

}

.moa-card-content{

    padding:35px 30px;

    text-align:center;

    flex:1;

}

.moa-card-content h3{

    margin:0;

    font-size:32px;

    line-height:1.35;

    color:#082b61;

    font-weight:700;

}

.moa-card-footer{

    border-top:1px solid #eee;

    padding:22px 28px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.moa-price{

    color:#ff5630;

    font-weight:700;

    font-size:22px;

}

.moa-card-btn{

    background:#252a74;

    color:#fff;

    padding:14px 28px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.moa-card-btn:hover{

    background:#d71f26;

    color:#fff;

}

/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

.moa-course-header{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.moa-course-left h2{

    font-size:44px;

}

.moa-view-btn{

    width:220px;

}

.moa-course-grid{

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

    gap:25px;

}

.moa-card-image{

    height:190px;

}

.moa-card-image img{

    width:95px;
    height:95px;

}

.moa-card-content{

    padding:25px;

}

.moa-card-content h3{

    font-size:24px;

}

}

/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

.moa-courses{

    padding:70px 0;

}

.moa-course-header{

    text-align:center;

    align-items:center;

}

.moa-course-left{

    width:100%;

}

.moa-course-left h2{

    font-size:34px;

}

.moa-course-right{

    width:100%;

}

.moa-view-btn{

    width:100%;

}

.moa-course-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.moa-card{

    border-radius:18px;

}

.moa-card-image{

    height:170px;

}

.moa-card-image img{

    width:90px;
    height:90px;

}

.moa-card-content{

    padding:22px;

}

.moa-card-content h3{

    font-size:22px;

}

.moa-card-footer{

    padding:18px 20px;

}

.moa-price{

    font-size:18px;

}

.moa-card-btn{

    padding:12px 22px;

    font-size:15px;

}

}

/*==================================================
TABLET
==================================================*/

@media (max-width:991px){

.moa-course-header{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.moa-course-left h2{

    font-size:44px;

}

.moa-view-btn{

    width:220px;

}

.moa-course-grid{

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

    gap:25px;

}

.moa-card-image{

    height:190px;

}

.moa-card-image img{

    width:95px;
    height:95px;

}

.moa-card-content{

    padding:25px;

}

.moa-card-content h3{

    font-size:24px;

}

}

/*==================================================
MOBILE
==================================================*/

@media (max-width:767px){

.moa-courses{

    padding:70px 0;

}

.moa-course-header{

    text-align:center;

    align-items:center;

}

.moa-course-left{

    width:100%;

}

.moa-course-left h2{

    font-size:34px;

}

.moa-course-right{

    width:100%;

}

.moa-view-btn{

    width:100%;

}

.moa-course-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.moa-card{

    border-radius:18px;

}

.moa-card-image{

    height:170px;

}

.moa-card-image img{

    width:90px;
    height:90px;

}

.moa-card-content{

    padding:22px;

}

.moa-card-content h3{

    font-size:22px;

}

.moa-card-footer{

    padding:18px 20px;

}

.moa-price{

    font-size:18px;

}

.moa-card-btn{

    padding:12px 22px;

    font-size:15px;

}

}

/*==================================================
WHY CHOOSE MAJOR OBEROI
==================================================*/

.moa-why{

    padding:120px 0;

    background:#f8fbff;

}

.moa-why .moa-container{

    display:block !important;

    max-width:1320px;

    margin:auto;

    padding:0 20px;

}

.moa-section-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.moa-section-heading span{

    display:inline-block;

    color:#d71f26;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.moa-section-heading h2{

    font-size:52px;

    margin:0 0 20px;

    color:#082b61;

}

.moa-section-heading p{

    font-size:18px;

    color:#666;

    line-height:1.8;

}

.moa-why-grid{

    display:grid;

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

    gap:35px;

}

.moa-feature{

    background:#fff;

    border-radius:22px;

    padding:45px 35px;

    text-align:center;

    box-shadow:0 10px 40px rgba(0,0,0,.06);

    transition:.35s;

}

.moa-feature:hover{

    transform:translateY(-10px);

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

}

.moa-icon{

    width:90px;

    height:90px;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(135deg,#d71f26,#ff6b6b);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:40px;

    color:#fff;

}

.moa-feature h3{

    font-size:24px;

    margin-bottom:15px;

    color:#082b61;

}

.moa-feature p{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

.moa-why-grid{

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

}

.moa-section-heading h2{

    font-size:42px;

}

}

@media(max-width:767px){

.moa-why{

    padding:80px 0;

}

.moa-section-heading h2{

    font-size:34px;

}

.moa-why-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.moa-feature{

    padding:35px 25px;

}

.moa-icon{

    width:75px;

    height:75px;

    font-size:34px;

}

}

/*==================================================
CIVIL SERVICES JOURNEY
==================================================*/

.moa-journey{

    padding:120px 0;

    background:#ffffff;

}

.moa-journey .moa-container{

    display:block !important;

    max-width:1320px;

    margin:auto;

    padding:0 20px;

}

.moa-timeline{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.moa-step{

    position:relative;

    background:#fff;

    padding:40px 25px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

    overflow:hidden;

}

.moa-step:hover{

    transform:translateY(-10px);

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

}

.step-number{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(135deg,#d71f26,#ff6b6b);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:700;

}

.moa-step h3{

    margin:0 0 15px;

    color:#082b61;

    font-size:24px;

}

.moa-step p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}

@media(max-width:991px){

.moa-timeline{

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

    gap:25px;

}

}

@media(max-width:767px){

.moa-journey{

    padding:80px 0;

}

.moa-timeline{

    grid-template-columns:1fr;

}

.moa-step{

    padding:30px 20px;

}

.step-number{

    width:60px;

    height:60px;

    font-size:20px;

}

.moa-step h3{

    font-size:22px;

}

}

/*==================================================
WHY CHOOSE MAJOR OBEROI ACADEMY
==================================================*/

.moa-why{
    padding:110px 0;
    background:#f7f9fc;
}

.moa-why .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
    display:block !important;
}

.moa-why .moa-section-title{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.moa-why .moa-section-title span{
    color:#d71f26;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.moa-why .moa-section-title h2{
    margin:18px 0;
    font-size:52px;
    color:#082b61;
}

.moa-why .moa-section-title p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.moa-why-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.moa-why-card{
    background:#fff;
    border-radius:22px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:4px solid transparent;
}

.moa-why-card:hover{
    transform:translateY(-8px);
    border-color:#d71f26;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.moa-icon{
    width:85px;
    height:85px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(135deg,#d71f26,#ff6b57);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}

.moa-why-card h3{
    margin:0 0 15px;
    color:#082b61;
    font-size:24px;
}

.moa-why-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.moa-why-grid{
    grid-template-columns:repeat(2,1fr);
}

.moa-why .moa-section-title h2{
    font-size:42px;
}

}

@media(max-width:767px){

.moa-why{
    padding:80px 0;
}

.moa-why-grid{
    grid-template-columns:1fr;
}

.moa-why-card{
    padding:35px 25px;
}

.moa-why .moa-section-title h2{
    font-size:34px;
}

}

/*==================================================
FOUNDER SECTION
==================================================*/

.moa-founder{

    padding:120px 0;

    background:#ffffff;

}

.moa-founder .moa-container{

    max-width:1320px;

    margin:auto;

    padding:0 20px;

    display:grid !important;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.moa-tag{

    display:inline-block;

    color:#d71f26;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.moa-founder h2{

    font-size:56px;

    color:#082b61;

    margin-bottom:18px;

    line-height:1.15;

}

.moa-founder h4{

    color:#d71f26;

    font-size:22px;

    margin-bottom:28px;

    font-weight:600;

}

.moa-founder p{

    color:#666;

    font-size:18px;

    line-height:1.9;

    margin-bottom:24px;

}

.moa-founder-points{

    display:grid;

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

    gap:18px;

    margin:40px 0;

}

.moa-founder-points div{

    background:#f8f9fc;

    padding:18px 20px;

    border-radius:12px;

    font-weight:600;

    color:#082b61;

}

.moa-founder-btn{

    display:inline-block;

    padding:18px 38px;

    background:#d71f26;

    color:#fff;

    text-decoration:none;

    border-radius:10px;

    font-weight:700;

    transition:.3s;

}

.moa-founder-btn:hover{

    background:#082b61;

    color:#fff;



}

@media(max-width:991px){

.moa-founder .moa-container{

    grid-template-columns:1fr;

    text-align:center;

}

.moa-founder-points{

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

}

.moa-founder-right{

    order:-1;

}

.moa-founder h2{

    font-size:44px;

}

}

@media(max-width:767px){

.moa-founder{

    padding:80px 0;

}

.moa-founder h2{

    font-size:34px;

}

.moa-founder h4{

    font-size:18px;

}

.moa-founder p{

    font-size:16px;

}

.moa-founder-points{

    grid-template-columns:1fr;

}

.moa-founder-btn{

    width:100%;

    text-align:center;

}

.moa-founder-right img{

    width:320px;

}

}

/*==================================================
CIVIL SERVICES JOURNEY
==================================================*/

.moa-journey{
    padding:110px 0;
    background:#f8fafc;
}

.moa-journey .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.moa-section-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

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

.moa-section-heading h2{
    font-size:52px;
    color:#082b61;
    margin:18px 0;
}

.moa-section-heading p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.moa-timeline{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.moa-step{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    position:relative;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.moa-step:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.step-number{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#d71f26;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
}

.moa-step h3{
    color:#082b61;
    font-size:24px;
    margin-bottom:15px;
}

.moa-step p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.moa-timeline{
    grid-template-columns:repeat(2,1fr);
}

.moa-section-heading h2{
    font-size:42px;
}

}

@media(max-width:767px){

.moa-journey{
    padding:80px 0;
}

.moa-timeline{
    grid-template-columns:1fr;
}

.moa-section-heading h2{
    font-size:34px;
}

.moa-step{
    padding:30px 25px;
}

}

/*==================================================
RESULTS / SUCCESS STORIES
==================================================*/

.moa-results{
    padding:110px 0;
    background:#ffffff;
}

.moa-results .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.moa-results-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.moa-result-card{
    background:#fff;
    border-radius:22px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.moa-result-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.moa-result-image{
    width:130px;
    height:130px;
    margin:0 auto 25px;
    border-radius:50%;
    overflow:hidden;
    border:5px solid #d71f26;
}

.moa-result-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.moa-result-card h3{
    margin:0;
    color:#082b61;
    font-size:24px;
}

.moa-result-card span{
    display:block;
    margin:12px 0 20px;
    color:#d71f26;
    font-weight:700;
}

.moa-result-card p{
    color:#666;
    line-height:1.8;
    margin:0;
    font-style:italic;
}

@media(max-width:991px){

.moa-results-grid{

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

}

}

@media(max-width:767px){

.moa-results{

    padding:80px 0;

}

.moa-results-grid{

    grid-template-columns:1fr;

}

.moa-result-card{

    padding:30px 25px;

}

}

/*==================================================
LATEST BLOG
==================================================*/

.moa-blog{
    padding:110px 0;
    background:#f8fafc;
}

.moa-blog .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.moa-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.moa-blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.moa-blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.moa-blog-image{
    overflow:hidden;
}

.moa-blog-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.moa-blog-card:hover .moa-blog-image img{
    transform:scale(1.08);
}

.moa-blog-content{
    padding:30px;
}

.moa-blog-content h3{
    margin:0 0 15px;
    font-size:24px;
    line-height:1.4;
}

.moa-blog-content h3 a{
    color:#082b61;
    text-decoration:none;
}

.moa-blog-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.moa-read-more{
    color:#d71f26;
    text-decoration:none;
    font-weight:700;
}

.moa-read-more:hover{
    color:#082b61;
}

@media(max-width:991px){

.moa-blog-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.moa-blog{
    padding:80px 0;
}

.moa-blog-grid{
    grid-template-columns:1fr;
}

.moa-blog-content{
    padding:25px;
}

}

/*==================================================
FAQ
==================================================*/

.moa-faq{
    padding:110px 0;
    background:#f8fafc;
}

.moa-faq .moa-container{
    max-width:1000px;
    margin:auto;
    padding:0 20px;
}

.moa-faq-list{
    margin-top:60px;
}

.moa-faq-list details{
    background:#fff;
    border-radius:14px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.moa-faq-list summary{
    list-style:none;
    cursor:pointer;
    padding:24px 30px;
    font-size:20px;
    font-weight:600;
    color:#082b61;
    position:relative;
}

.moa-faq-list summary::-webkit-details-marker{
    display:none;
}

.moa-faq-list summary::after{
    content:"+";
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
    color:#d71f26;
    transition:.3s;
}

.moa-faq-list details[open] summary::after{
    content:"−";
}

.moa-faq-list p{
    padding:0 30px 28px;
    margin:0;
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

.moa-faq-list summary{

    font-size:18px;

}

}

@media(max-width:767px){

.moa-faq{

    padding:80px 0;

}

.moa-faq-list summary{

    padding:20px;

    padding-right:50px;

    font-size:17px;

}

.moa-faq-list p{

    padding:0 20px 20px;

}

}
        
        /*==================================================
        CTA
        ==================================================*/
        
        .moa-cta{
            padding:90px 0;
            background:#082b61;
            text-align:center;
        }
        .moa-cta .moa-container{

    max-width:900px;

    margin:0 auto;

    display:block !important;

    text-align:center;

}
        
        .moa-cta h2{
            color:#fff;
            font-size:52px;
            margin-bottom:20px;
        }
        
        .moa-cta p{
            color:#e8eef8;
            max-width:850px;
            margin:0 auto 40px;
            font-size:18px;
            line-height:1.8;
        }
        
       .moa-cta-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:24px;

    flex-wrap:wrap;

    margin-top:40px;

}
        
        .moa-btn-primary,
        .moa-btn-secondary{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-width:240px;
            padding:18px 36px;
            border-radius:10px;
            text-decoration:none;
            font-weight:700;
            transition:.3s;
        }
        
        .moa-btn-primary{
            background:#d71f26;
            color:#fff;
        }
        
        .moa-btn-primary:hover{
            background:#b9181f;
            color:#fff;
        }
        
        .moa-btn-secondary{
            background:#fff;
            color:#082b61;
        }
        
        .moa-btn-secondary:hover{
            background:#d71f26;
            color:#fff;
        }
        
        @media(max-width:767px){
        
            .moa-cta{
                padding:80px 0; 
            }
        
            .moa-cta h2{
                font-size:34px;
            }
        
            .moa-cta-buttons{
                flex-direction:column;
                align-items:center;
            }
        
            .moa-btn-primary,
            .moa-btn-secondary{
                width:100%;
                max-width:320px;
            }
        
        }
        
        /*==================================================
CUSTOM FOOTER
==================================================*/

.moa-footer{
    background:#071d46;
    color:#fff;
    padding:80px 0 30px;
}

.moa-footer .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
    display:block !important;
}

.moa-footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.2fr;
    gap:50px;
    margin-bottom:50px;
}

.moa-footer-logo{
    max-width:220px;
    margin-bottom:25px;
}

.moa-footer p{
    color:#c7d2e6;
    line-height:1.9;
    margin:0;
}

.moa-footer h3{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
}

.moa-footer ul{
    margin:0;
    padding:0;
    list-style:none;
}

.moa-footer ul li{
    margin-bottom:14px;
}

.moa-footer ul li a{
    color:#c7d2e6;
    text-decoration:none;
    transition:.3s;
}

.moa-footer ul li a:hover{
    color:#d71f26;
}

.moa-footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding-top:25px;
    text-align:center;
    color:#c7d2e6;
    font-size:15px;
}

@media(max-width:991px){

.moa-footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

}

@media(max-width:767px){

.moa-footer{
    padding:60px 0 20px;
}

.moa-footer-grid{
    grid-template-columns:1fr;
    gap:35px;
    text-align:center;
}

.moa-footer-logo{
    margin:0 auto 20px;
}

}

.home .site-footer > .upstudy-footer-default-wrapper,
.home .site-footer > [class*="footer-widget"]{
    display:none;
}

/*==================================================
ABOUT HERO
==================================================*/

.moa-about-page{
    overflow:hidden;
}

.moa-about-page .moa-about-hero{

    position:relative;
    overflow:hidden;

    padding:220px 0 180px;

    background:
    radial-gradient(circle at top right,#dff5ff 0%,transparent 35%),
    radial-gradient(circle at bottom left,#ffeaea 0%,transparent 30%),
    linear-gradient(135deg,#ffffff,#F8FAFC);

}

.moa-about-page .moa-about-hero .moa-container{

    max-width:1320px;
    margin:auto;
    padding:0 25px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;

}

.moa-about-left{

    flex:1;
    max-width:760px;

}

.moa-about-right{

    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;

}

.moa-about-right img{

    width:660px;
    margin-top:30px;
    max-width:100%;
    transform:translateX(20px);
    filter:drop-shadow(0 25px 45px rgba(0,0,0,.18));

}

.moa-section-tag{

    display:inline-block;

    padding:12px 24px;

    border-radius:50px;

   background:linear-gradient(135deg,#C62828,#E53935);

    color:#fff;

    font-size:14px;

    font-weight:700;

    margin-bottom:30px;

}

.moa-about-left h1{

    font-size:60px;

    line-height:1.1;

    color:#0B2E59;

    margin-bottom:25px;

}

.moa-about-left p{

    font-size:20px;

    line-height:1.9;

    color:#555;

    margin-bottom:45px;

}

.moa-breadcrumb{

    display:flex;

    gap:10px;

    align-items:center;

    font-weight:600;

}

.moa-breadcrumb a{

    color:#C62828;

    text-decoration:none;

}

@media(max-width:991px){

.moa-about-page .moa-about-hero .moa-container{

    flex-direction:column;

    text-align:center;

}

.moa-about-left{

    max-width:100%;

}

.moa-about-left h1{

    font-size:42px;

}

.moa-breadcrumb{

    justify-content:center;

}

}

/*==================================================
OUR STORY
==================================================*/

.moa-about-story{

    padding:120px 0;
    background:#ffffff;

}

.moa-about-story .moa-container{

    max-width:1320px;
    margin:auto;
    padding:0 25px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:90px;

}

/* LEFT */

.moa-story-left{

    flex:1;
    position:relative;

}

.moa-story-image{

    position:relative;

    background:#f8fbff;

    border-radius:32px;

    padding:40px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(11,46,99,.08);

}
.moa-story-image::before{

content:"";

position:absolute;

width:260px;

height:260px;

border-radius:50%;

background:rgba(198,40,40,.06);

top:-80px;

right:-80px;

z-index:0;

}

.moa-story-image img{

position:relative;

z-index:2;

}


.moa-story-image img{

    width:100%;
    display:block;

}

.moa-story-card{

    position:absolute;

    right:-25px;

    bottom:25px;

    background:#C62828;

    color:#fff;

    padding:28px 34px;

    border-radius:22px;

    text-align:center;

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

    z-index:10;

}

.moa-story-card h3{

    font-size:42px;
    margin:0;

}

.moa-story-card span{

    font-size:15px;

}

/* RIGHT */

.moa-story-right{

    flex:1;

}

.moa-story-tag{

    display:inline-block;

    background:#0B2E59;

    color:#fff;

    padding:10px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    margin-bottom:25px;

}

.moa-story-right h2{

    font-size:48px;
    max-width:620px;

    color:#0B2E59;

    line-height:1.2;

    margin-bottom:30px;

}

.moa-story-right p{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:34px;

}

/* STATS */

.moa-story-stats{

    display:flex;

    gap:20px;

    margin-top:45px;

}

.moa-stat{

    flex:1;

    background:#F8FAFC;

    border-radius:18px;

    padding:28px;

    text-align:center;

    transition:.35s;

    border:1px solid #edf2f7;

}

.moa-stat:hover{

    transform:translateY(-8px);

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

}

.moa-stat h3{

    font-size:34px;

    color:#C62828;

    margin-bottom:10px;

}

.moa-stat span{

    color:#555;

    font-size:15px;

}

/* MOBILE */

@media(max-width:991px){

.moa-about-story .moa-container{

    flex-direction:column;

}

.moa-story-card{

    right:20px;

}

.moa-story-right{

    text-align:center;

}

.moa-story-stats{

    flex-direction:column;

}

}

/*==================================================
ABOUT HERO
==================================================*/

.moa-about-page{
    overflow:hidden;
}

/*==================================================
FOUNDER MESSAGE
==================================================*/

.moa-founder-message{
    padding:120px 0;
    background:#fff;
}

.moa-founder-message .moa-container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;

    display:flex;
    align-items:center;
    gap:80px;
}

.moa-founder-left{
    flex:1;
}

.moa-founder-image{
    position:relative;
    background:#f8fbff;
    border-radius:35px;
    overflow:hidden;
    padding:35px;
    box-shadow:0 30px 70px rgba(11,46,99,.08);
}

.moa-founder-image::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(198,40,40,.06);

    top:-80px;

    right:-80px;

}

.moa-founder-image img{

    position:relative;

    z-index:2;

    width:100%;

    display:block;

}

.moa-founder-right{
    flex:1;
}

.moa-founder-right h2{

    font-size:54px;

    line-height:1.2;

    color:#0B2E63;

    margin:25px 0;

}

.moa-founder-right p{

    font-size:19px;

    line-height:2;

    color:#555;

    margin-bottom:30px;

}

.moa-founder-sign{

    margin-top:45px;

    border-left:4px solid #C62828;

    padding-left:24px;

}

.moa-founder-sign h4{

    margin:0 0 8px;

    color:#0B2E63;

    font-size:28px;

}

.moa-founder-sign span{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

    .moa-founder-message .moa-container{

        flex-direction:column;

        gap:50px;

    }

    .moa-founder-right{

        text-align:center;

    }

    .moa-founder-sign{

        border:none;

        padding:0;

    }

    .moa-founder-right h2{

        font-size:42px;

    }

}

.moa-story-tag{

    display:inline-block;

    padding:12px 26px;

    border-radius:50px;

    background:#C62828;

    color:#fff;

    font-weight:700;

    font-size:14px;

}

/*=========================================
WHY CHOOSE US
=========================================*/

.moa-why{
    padding:140px 0;
    background:#F8FBFF;
}

.moa-why .moa-container{
    max-width:1320px;
    margin:0 auto;
    padding:0 25px;
}

.moa-why h2{
    font-size:58px;
    line-height:1.18;
    max-width:720px;
    color:#0B2E59;
    margin:28px 0 70px;
}

.moa-why-grid{

    display:grid;

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

    gap:34px;

    margin-top:40px;
}

.moa-why-card{

    background:#fff;

    padding:48px 36px;

    border-radius:26px;

    position:relative;

    transition:.35s;

    box-shadow:0 18px 45px rgba(11,46,99,.08);

    overflow:hidden;

    height:100%;
}

.moa-why-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:6px;

height:100%;

background:#C62828;

border-radius:8px;
}

.moa-why-card:hover{

transform:translateY(-10px);

box-shadow:0 28px 70px rgba(11,46,99,.14);
}

.moa-why-card:hover::before{
    width:100%;
    opacity:.05;
}

.moa-why-card h3{

font-size:34px;

margin-bottom:22px;

color:#0B2E59;

line-height:1.2;
}

.moa-why-card p{

font-size:18px;

line-height:1.9;

color:#5A6573;
}

@media(max-width:991px){

    .moa-why-grid{
        grid-template-columns:1fr;
    }

    .moa-why h2{
        font-size:38px;
    }

}

/*=========================================
ACHIEVEMENTS
=========================================*/

.moa-achievements{

    padding:140px 0;

    background:#F8FBFF;

    text-align:center;

}

.moa-achievements .moa-container{

    max-width:1320px;

    margin:auto;

    padding:0 25px;

}

.moa-achievements h2{

    font-size:58px;

    color:#0B2E59;

    margin:25px auto;

    max-width:700px;

    line-height:1.18;

}

.moa-achievements-text{

    max-width:760px;

    margin:0 auto 70px;

    font-size:19px;

    line-height:1.9;

    color:#5A6573;

}

.moa-achievements-grid{

    display:grid;

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

    gap:30px;

}

.moa-achievement-card{

    background:#fff;

    border-radius:26px;

    padding:50px 30px;

    box-shadow:0 18px 50px rgba(11,46,99,.08);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.moa-achievement-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:#C62828;

}

.moa-achievement-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(11,46,99,.14);

}

.moa-achievement-card h3{

    font-size:52px;

    color:#C62828;

    margin-bottom:18px;

    line-height:1;

}

.moa-achievement-card span{

    font-size:18px;

    color:#0B2E59;

    font-weight:600;

    line-height:1.6;

}

@media(max-width:991px){

.moa-achievements-grid{

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

}

}

@media(max-width:767px){

.moa-achievements{

    padding:90px 0;

}

.moa-achievements h2{

    font-size:40px;

}

.moa-achievements-grid{

    grid-template-columns:1fr;

}

}

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

.moa-values{

    padding:140px 0;

    background:#ffffff;

    text-align:center;

}

.moa-values .moa-container{

    max-width:1320px;

    margin:auto;

    padding:0 25px;

}

.moa-values h2{

    font-size:58px;

    color:#0B2E59;

    margin:25px auto;

    max-width:760px;

    line-height:1.18;

}

.moa-values-text{

    max-width:760px;

    margin:0 auto 70px;

    font-size:19px;

    line-height:1.9;

    color:#5A6573;

}

.moa-values-grid{

    display:grid;

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

    gap:32px;

}

.moa-value-card{

    background:#fff;

    border-radius:26px;

    padding:45px 35px;

    box-shadow:0 18px 45px rgba(11,46,99,.08);

    transition:.35s;

    border:1px solid #EEF2F7;

}

.moa-value-card:hover{

    transform:translateY(-10px);

    box-shadow:0 28px 70px rgba(11,46,99,.14);

}

.moa-value-icon{

    width:82px;

    height:82px;

    margin:0 auto 28px;

    border-radius:50%;

    background:rgba(198,40,40,.10);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

}

.moa-value-card h3{

    font-size:30px;

    color:#0B2E59;

    margin-bottom:18px;

}

.moa-value-card p{

    font-size:17px;

    line-height:1.9;

    color:#5A6573;

}

@media(max-width:991px){

.moa-values-grid{

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

}

}

@media(max-width:767px){

.moa-values{

    padding:90px 0;

}

.moa-values h2{

    font-size:40px;

}

.moa-values-grid{

    grid-template-columns:1fr;

}

}

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

.moa-about-cta{

    padding:140px 0;
    margin-bottom:100px;

    background:linear-gradient(135deg,#0B2E59,#123D73);

    text-align:center;

    position:relative;

    overflow:hidden;

}

.moa-about-cta::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    right:-120px;

}

.moa-about-cta::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(198,40,40,.10);

    bottom:-140px;

    left:-80px;

}

.moa-about-cta .moa-container{

    max-width:900px;

    margin:auto;

    padding:0 25px;

    position:relative;

    z-index:2;

}

.moa-about-cta h2{

    font-size:58px;

    color:#fff;

    margin:25px 0;

    line-height:1.18;

}

.moa-about-cta p{

    font-size:20px;

    color:rgba(255,255,255,.85);

    line-height:1.9;

    max-width:760px;

    margin:0 auto 50px;

}

.moa-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.moa-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    background:#C62828;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.moa-btn-primary:hover{

    background:#A71D1D;

    transform:translateY(-4px);

}

.moa-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    background:#ffffff;

    color:#0B2E59;

    border:2px solid #ffffff;

    text-decoration:none;

    border-radius:60px;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.moa-btn-secondary:hover{

    background:transparent;

    color:#ffffff;

    border-color:#ffffff;

}

@media(max-width:767px){

.moa-about-cta{

    padding:90px 0;

}

.moa-about-cta h2{

    font-size:40px;

}

.moa-about-cta p{

    font-size:18px;

}

.moa-cta-buttons{

    flex-direction:column;

}

}

/*==================================================
COURSES HERO
==================================================*/

.moa-courses-page{
    overflow:hidden;
}

.moa-courses-hero{
    padding:170px 0 120px;
    background:#ffffff;
    position:relative;
}

.moa-courses-hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(198,40,40,.05);

    top:-250px;

    right:-180px;

}

.moa-courses-hero::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:#111111;

    opacity:.03;

    bottom:-120px;

    left:-100px;

}

.moa-courses-hero .moa-container{

    max-width:1320px;

    margin:auto;

    padding:0 25px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:90px;

}

.moa-courses-left{

    flex:1;

}

.moa-courses-right{

    flex:1;

    display:flex;

    justify-content:center;

}

.moa-courses-image{

    background:#fafafa;

    border-radius:35px;

    padding:45px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.moa-courses-image img{

    width:100%;

    max-width:470px;

    display:block;

}

.moa-courses-left h1{

    font-size:62px;

    line-height:1.12;

    color:#111111;

    margin:28px 0;

}

.moa-courses-left p{

    font-size:19px;

    line-height:1.9;

    color:#555;

    max-width:640px;

    margin-bottom:45px;

}

.moa-hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

@media(max-width:991px){

.moa-courses-hero{

    padding:120px 0 80px;

}

.moa-courses-hero .moa-container{

    flex-direction:column;

    text-align:center;

}

.moa-courses-left h1{

    font-size:46px;

}

.moa-courses-left p{

    margin:auto auto 40px;

}

.moa-hero-buttons{

    justify-content:center;

}

}

@media(max-width:767px){

.moa-courses-left h1{

    font-size:36px;

}

.moa-courses-image{

    padding:25px;

}

}

/*=========================================
COURSES PAGE
=========================================*/

.moa-course-page{
    padding:120px 0;
    background:#fff;
}

.moa-page-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.moa-page-heading h1{
    font-size:56px;
    color:#111;
    margin:22px 0;
    line-height:1.15;
}

.moa-page-heading p{
    font-size:19px;
    color:#666;
    line-height:1.9;
}

.moa-course-page .moa-course-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

@media(max-width:991px){

.moa-course-page .moa-course-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.moa-course-page{
    padding:80px 0;
}

.moa-page-heading h1{
    font-size:38px;
}

.moa-page-heading p{
    font-size:17px;
}

.moa-course-page .moa-course-grid{
    grid-template-columns:1fr;
}

}