/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1270px;
}
h1,
h2 {
    font-family: "Geist", sans-serif;
}


[data-aos="fade-up"] {
    transform: translate3d(0, 80px, 0);
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: #14213d;
    padding: 25px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 75px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 40px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 2px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #ffffff;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link::after {
    position: absolute;
    content: "";
    background: #c7a946;
    width: 0%;
    height: 1px;
    bottom: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #c7a946;
}

.mbl-profile-dropbox {
    display: none;
}

.header-auth-box {
    flex-shrink: 0;
}

.mbl-header-auth-box {
    display: none;
}

.header-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    background: linear-gradient(180deg, #d7b647 0%, #c7a946 46.85%, #b89b3c 57.21%, #ae9133 100%);
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s linear;
}

.header-login-btn:hover {
    color: #ffffff;
    opacity: 0.92;
}

.profile-dropbox .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0 35px 0 0;
    position: relative;
}
.profile-dropbox .dropdown-toggle:after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: none;
}
.profile-dropbox .dropdown-toggle figure {
    min-width: 55px;
    max-width: 55px;
    margin: 0 15px 0 0;
}
.profile-dropbox .dropdown-toggle figure img {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
}
.profile-dropbox .dropdown-toggle figure.profile-user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    min-height: 55px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.55);
}
.profile-dropbox .dropdown-toggle figure.profile-user-icon i {
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
}
.profile-dropbox .dropdown-toggle h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
.profile-dropbox .dropdown-toggle h4 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a9a9a9;
}

.profile-dropbox .dropdown-menu {
    background: #fff;
    border-radius: 13px;
    border: 1px solid rgba(0, 0, 0, 0.19);
    max-width: 240px;
    min-width: 240px;
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.profile-dropbox .dropdown-menu .profile-top {
    padding: 13px;
}
.profile-dropbox .dropdown-menu .profile-top a {
    display: block;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    margin: 0 0 4px;
}
.profile-dropbox .dropdown-menu .profile-top a:last-child {
    margin: 0;
}
.profile-dropbox .dropdown-menu .profile-top a.active,
.profile-dropbox .dropdown-menu .profile-top a:hover {
    color: #161616;
    background: rgba(199, 169, 70, 0.23);
}

.profile-dropbox .dropdown-menu .profile-bottom a {
    padding: 15px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ff0000;
    display: block;
    border-top: 1px solid #ebe7d9;
    width: 100%;
}
.profile-dropbox .dropdown-menu .profile-bottom a:hover {
    background: #ff0000;
    color: #fff;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 30px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #fff;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #fff;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner-wrp {
    position: relative;
}
.hero-banner-wrp:after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #14213d 12.31%, rgba(20, 33, 61, 0.51) 35.86%);
    width: 100%;
    height: calc(100% - 30px);
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-banner-wrp figure img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-banner-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}
.banner-data {
    max-width: 760px;
}
.banner-data h2 {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    line-height: 27px;
    letter-spacing: 0.441086px;
    color: #c7a946;
}
.banner-data h1 {
    font-weight: 600;
    font-size: 100px;
    line-height: 86px;
    letter-spacing: -2.4px;
    color: #ffffff;
    margin: 0 0 35px;
}
.banner-data h1 span {
    color: #c7a946;
    font-weight: 800;
}
.banner-data p {
    margin: 0 0 40px;
    max-width: 690px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.87);
}
.btn-main {
    padding: 16px 24px;
    background: linear-gradient(180deg, #d7b647 0%, #c7a946 46.85%, #b89b3c 57.21%, #ae9133 100%);
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    display: table;
    overflow: hidden;
    border-radius: 12px;
    min-width: 230px;
    text-align: center;
    position: relative;
}
.btn-main:after {
    position: absolute;
    content: "";
    background: #14213d;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-main span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-main:hover:after {
    width: 100%;
}

.sponcers-wrp {
    position: relative;
}
.sponcers-wrp .container {
    padding: 45px 0 0;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    max-width: 1340px;
}
.sponcers-wrp ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.sponcers-wrp ul li {
    width: calc(100% / var(--sponsor-count, 5));
    border-right: 1px solid #e8e8e8;
    padding: 40px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponcers-wrp ul li:last-child {
    border: none;
}
.sponcers-wrp ul li figure {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sponcers-wrp ul li figure img {
    max-width: 100%;
    max-height: 41px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.line-shap img {
    width: 100%;
}

.cms-page-wrp {
    padding-top: 60px;
    padding-bottom: 120px;
}

.cms-page-wrp .cms-page-content {
    max-width: none;
    margin-left: 0;
    width: 100%;
}

.cms-page-content p,
.cms-page-content ul,
.cms-page-content ol {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 15px;
}

.cms-page-content ul,
.cms-page-content ol {
    padding-left: 20px;
}

.intro-wrp {
    padding: 120px 0;
    position: relative;
}
.intro-wrp .row {
    align-items: center;
}
.intro-img {
    position: relative;
}
.intro-img img {
    width: 100%;
}
.intro-names {
    padding: 20px;
    background: #c7a946;
    border-radius: 25px;
    display: table;
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.intro-names h3 {
    margin: 0 0 8px;
    font-family: "Headland One", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #ffffff;
}
.intro-names p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin: 0;
    color: #ffffff;
}
.intro-data-right {
    padding: 0 0 0 45px;
}
.intro-data-right h3 {
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.441086px;
    color: #c7a946;
}
.intro-data-right h2 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 50px;
    /* line-height: 80px; */
    letter-spacing: -2.4px;
    color: #161616;
}
.intro-data-right p {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
}
.quotebx {
    max-width: 450px;
    padding: 25px 0 25px 30px;
    border-left: 6px solid #c7a946;
}
.quotebx h4 {
    margin: 0;
    font-family: "Playball";
    font-weight: 400;
    font-size: 48px;
    line-height: 47px;
    color: #000000;
}

.explore-courses-wrp {
    position: relative;
}
.explore-courses-wrp .container {
    padding: 50px;
    position: relative;
    max-width: 1290px;
    border: 1px dotted rgba(0, 0, 0, 0.15);
}
.explore-courses-wrp .container:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    top: -6px;
    left: -6px;
    z-index: 1;
}
.explore-courses-wrp .container:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    top: -6px;
    right: -6px;
    z-index: 1;
}
.explore-courses-rw {
    position: relative;
}
.explore-courses-wrp .explore-courses-rw:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    bottom: -58px;
    left: -55px;
    z-index: 1;
}
.explore-courses-wrp .explore-courses-rw:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    bottom: -58px;
    right: -55px;
    z-index: 1;
}

.explore-courses-title {
    max-width: 690px;
    margin: 0 0 40px;
}
.explore-courses-title h2 {
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -2.4px;
    color: #161616;
}
.explore-courses-title p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
}
.explore-courses-block {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid rgba(22, 22, 22, 0.43);
    display: flex;
    flex-flow: column;
    height: calc(100% - 25px);
    margin: 0 0 25px;
}
.explore-courses-img img {
    width: 100%;
    border-radius: 18px 18px 0 0;
}
.explore-courses-data {
    padding: 15px;
}
.explore-courses-top {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explore-courses-top label {
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(22, 22, 22, 0.43);
    font-weight: 400;
    font-size: 13px;
    line-height: 151%;
    color: #161616;
}
.courses-block-best .explore-courses-top label {
    background: #000;
    color: #fff;
}
.explore-courses-top h4 {
    margin: 0;
    font-weight: 700;
    font-size: 23.8px;
    line-height: 14px;
    color: #161616;
}
.explore-courses-data {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.explore-courses-data h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
}
.explore-courses-data p {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    border-bottom: 1px solid #ebe7d9;
}

.explore-courses-data ul {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explore-courses-data ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 13.8px;
    line-height: 14px;
    letter-spacing: -0.144px;
    color: #161616;
}
.explore-courses-data ul li figure {
    min-width: 21px;
    max-width: 21px;
}
.explore-courses-data ul li figure img {
    width: 100%;
}
.explore-courses-data .btn-group {
    display: flex;
    flex-flow: column;
    margin: auto 0 0 0;
}
.explore-courses-data .btn-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #161616;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    gap: 10px;
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 auto 10px;
}
.explore-courses-data .btn-main:after {
    display: none;
}
.explore-courses-data .btn-main:hover {
    background: #c7a946;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.explore-courses-data h6 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(22, 22, 22, 0.66);
}

.upcoming-courses-wrp {
    padding: 50px;
    background: rgba(199, 169, 70, 0.05);
    position: relative;
    border: 1px dotted rgba(0, 0, 0, 0.15);
    border-top: none;
    max-width: 1290px;
    margin: 0 auto;
}
.upcoming-courses-block {
    border: 1px solid rgba(22, 22, 22, 0.43);
    padding: 20px;
    display: flex;
    flex-flow: column;
    height: 100%;
    border-radius: 20px;
}
.upcoming-courses-block label {
    display: table;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(22, 22, 22, 0.43);
    font-weight: 400;
    font-size: 13px;
    line-height: 151%;
    color: #161616;
    margin: 0 0 15px;
}
.upcoming-courses-block h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
}
.upcoming-courses-block p {
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
}

.upcoming-courses-block .btn-group {
    width: 100%;
    margin: auto 0 0 0;
}
.btn-secondary {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid #c7a946;
    font-family: "Instrument Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #c7a946;
}
.btn-secondary:hover {
    background: #161616;
    color: #fff;
    border-color: #161616;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
}

.upcoming-courses-block .btn-group .btn-secondary {
    width: 100%;
    justify-content: center;
}
.upcoming-courses-block:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    bottom: -6px;
    left: -6px;
    z-index: 1;
}
.upcoming-courses-block:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #e0e2e6;
    border-radius: 2px;
    background: #fff;
    bottom: -6px;
    right: -6px;
    z-index: 1;
}

.research-wrp {
    padding: 120px 0;
}
.research-title {
    margin: 0 auto 45px;
    max-width: 865px;
}
.research-title h6 {
    margin: 0 auto 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.441086px;
    color: #c7a946;
}
.research-title h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 auto;
}
.research-title p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: rgba(22, 22, 22, 0.87);
}

.research-block {
    padding: 16px;
    border-radius: 24px;
    background: #eeb839;
}
.research-top {
    padding: 32px 32px 46px;
    background: #ffffff;
    box-shadow: 0px 12.9979px 37.3691px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.research-top label {
    display: table;
    padding: 5px 10px;
    border-radius: 50px;
    border: 1px solid rgba(22, 22, 22, 0.43);
    font-weight: 400;
    margin: 0 0 24px;
    font-size: 13px;
    line-height: 151%;
    color: #161616;
}
.research-nms {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    gap: 10px;
}
.research-nms figure {
    min-width: 40px;
    max-width: 40px;
}
.research-nms figure img {
    width: 100%;
}
.research-nms h3 {
    margin: 0;
    font-family: "Geist";
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: -1px;
    color: #161616;
}
.research-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
}
.research-points {
    padding: 30px 15px 15px;
    max-width: 80%;
}
.research-points ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.research-points ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #ffffff;
    position: relative;
    padding: 0 0 0 34px;
}
.research-points ul li:before {
    position: absolute;
    content: "";
    background: url("../images/chackic.svg") 0 0 no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}
.research-focus-block {
    background: #161a2f;
}
/* **** End Home Page **** */

.titlebar {
    margin: 0 0 45px;
}
.titlebar h6 {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.441086px;
    color: #c7a946;
    margin: 0 0 15px;
}
.titlebar h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0;
}
.titlebar p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0;
    text-align: center;
}

/* ****  Spencer **** */
.spencer-wrp {
    padding: 61px 0 74px;
    background: rgba(199, 169, 70, 0.12);
}
.spencer-wrp .row {
    margin: 0 -23px;
}
.spencer-wrp .row .col-md-3 {
    padding: 0 23px;
}
.spencer-wrp .spencer-box {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e7e7e7;
    border-radius: 19px;
    height: 100%;
    padding: 24px;
}
.spencer-wrp .spencer-box .box-icon {
    width: 57px;
    height: 57px;
    background: #161616;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 33px;
}
.spencer-wrp .spencer-box .box-icon img {
    max-width: 100%;
}
.spencer-wrp .row .col-md-3:nth-child(even) .spencer-box .box-icon {
    background-color: #eeb839;
}
.spencer-wrp .spencer-box .detail h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin: 0 0 12px;
}
.spencer-wrp .spencer-box .detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
}
/* ****  End Spencer **** */

/* **** About Spencer **** */
.about-spencer-wrp {
    padding: 120px 0;
}
.about-spencer-wrp .about-detail {
    max-width: 655px;
    margin-left: auto;
}
.about-spencer-wrp .about-detail h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 15px;
}
.about-spencer-wrp .about-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0 0 20px;
}
.about-spencer-wrp .about-detail p:last-child {
    margin: 0;
}
.about-spencer-wrp .about-img {
    position: relative;
    display: table;
    padding: 2px 2px 0;
}
.about-spencer-wrp .about-img img {
    max-width: 100%;
    border-radius: 500px 500px 0 0;
    position: relative;
    z-index: 9;
    border: 10px solid #fff;
    border-bottom: 0;
}
.about-spencer-wrp .about-img::before {
    position: absolute;
    content: "";
    height: 308px;
    width: 100%;
    background: linear-gradient(180deg, #c7a946 0%, rgba(199, 169, 70, 0) 100%);
    border-radius: 500px 500px 0 0;
    left: 0;
    top: 0;
    right: 0;
}
/* **** End About Spencer **** */

/* **** Resources **** */
.resources-wrp {
    background-color: #1d1d1d;
    padding: 78px 0;
}
.resources-wrp .titlebar h2 {
    color: #ffffff;
}
.resources-wrp .titlebar p {
    color: rgba(255, 255, 255, 0.69);
}
.resources-wrp .resource-box {
    background: #f5f6f8;
    border-radius: 8px;
    padding: 8px;
}
.resources-wrp .resource-box .box-img {
    height: 292px;
    width: 100%;
}
.resources-wrp .resource-box .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.resources-wrp .resource-box .box-detail {
    padding: 18px 9px 20px;
}
.resources-wrp .resource-box .box-detail .info {
    min-height: 215px;
}
.resources-wrp .resource-box .box-detail h6 {
    border: 1px solid rgba(22, 22, 22, 0.43);
    border-radius: 58px;
    display: table;
    font-family: "Archivo";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #161616;
    padding: 6px 10px;
    margin: 0 0 30px;
}
.resources-wrp .resource-box .box-detail h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin: 0 0 16px;
}
.resources-wrp .resource-box .box-detail p {
    font-family: "Archivo";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #6d6d6d;
    margin: 0;
}
.resources-wrp .resource-box .box-detail a {
    font-family: "Instrument Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #c7a946;
    display: flex;
    align-items: center;
    gap: 11px;
}
.resources-wrp .resource-box .box-detail a:hover {
    text-decoration: underline;
}
/* **** End Resources **** */

/* **** Testimonial **** */
.testimonial-wrp {
    padding: 120px 0;
}
.testimonial-wrp .titlebar {
    margin: 0 0 60px;
}
.testimonial-wrp .testimonial-block {
    position: relative;
}
.testimonial-wrp .testimonial-block::before {
    position: absolute;
    content: "";
    max-width: 862px;
    height: 100%;
    background: rgba(199, 169, 70, 0.32);
    opacity: 0.3;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.testimonial-wrp .testimonial-block .row {
    margin: 0 -18px;
}
.testimonial-wrp .testimonial-block .row .col-md-4 {
    padding: 0 18px;
}
.testimonial-wrp .testimonial-box {
    background: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 19px;
    height: 100%;
    padding: 28px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 34px;
    margin: 50px 0;
}
.testimonial-wrp .testimonial-box .rating-icon {
    display: flex;
    align-items: center;
    gap: 4px;
}
.testimonial-wrp .testimonial-box .rating-icon img {
    max-width: 100%;
}
.testimonial-wrp .testimonial-box .info {
    min-height: 140px;
}
.testimonial-wrp .testimonial-box .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #18181b;
    margin: 0;
}
.testimonial-wrp .testimonial-box .user-detail {
    display: flex;
    align-items: center;
    gap: 16px;
}
.testimonial-wrp .testimonial-box .user-detail img {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    object-fit: cover;
}
.testimonial-wrp .testimonial-box .user-detail h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #18181b;
    margin: 0;
}
.testimonial-wrp .testimonial-box .user-detail h3 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #52525b;
    margin: 4px 0 0;
}
/* **** End Testimonial **** */

/* **** Newsletter **** */
.newsletter-wrp {
    padding: 0 0 120px;
}
.newsletter-wrp .newsletter-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 65px;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    max-width: 1104px;
    position: relative;
    margin: 0 auto;
}
.newsletter-wrp .newsletter-block .newsletter-top {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    pointer-events: none;
}
.newsletter-wrp .newsletter-block .newsletter-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    pointer-events: none;
}
.newsletter-wrp .newsletter-block h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    text-align: center;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    color: #000000;
    margin: 0 0 10px;
}
.newsletter-wrp .newsletter-block p {
    font-family: "Geist";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.48px;
    color: #575757;
    margin: 0 0 20px;
}
.newsletter-wrp .newsletter-block .form-group {
    position: relative;
    width: 261.33px;
}
.newsletter-wrp .newsletter-block .form-group .form-control {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #8b8f98;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 99px;
    padding: 16px 81px 20px 44px;
    box-shadow: none;
    outline: none;
}
.newsletter-wrp .newsletter-block .form-group span {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.newsletter-wrp .newsletter-block .form-group button {
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 6px;
    padding: 10px 24px;
    background: #c7a946;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 38px;
    border: none;
}
.newsletter-wrp .newsletter-block .form-group button:hover {
    background-color: #111;
}
/* **** End Newsletter **** */

/* **** Footer **** */
footer {
    background-color: #14213d;
}
footer .footer-block {
    padding: 75px 0 68px;
}
footer .footer-block .row {
    align-items: center;
}
footer .footer-block .row .row {
    align-items: flex-start;
}
footer .footer-block .foot-logo a {
    display: table;
    margin: 0 0 25px;
}
footer .footer-block .foot-logo a img {
    max-width: 100%;
}
footer .footer-block .foot-logo p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #f0f0f0;
    margin: 0;
    max-width: 287px;
}
footer .footer-block .col-md-4:last-child .quicklink {
    display: table;
    margin-left: auto;
}
footer .footer-block .quicklink ul li {
    margin: 0 0 16px;
}
footer .footer-block .quicklink ul li:last-child {
    margin: 0;
}
footer .footer-block .quicklink ul li a {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-block .quicklink ul li a:hover {
    color: #c7a946;
}
footer .copytight {
    background-color: #c7a946;
    padding: 15px 0;
}
footer .copytight p {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
/* **** End Footer **** */

/* **** About Page **** */
.about-banner-wrp {
    background-image: url("../images/about-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 0 50px;
    position: relative;
}
.about-banner-wrp::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.52) 12.31%, rgba(20, 33, 61, 0.51) 35.86%);
}
.about-banner-wrp .banner-title {
    position: relative;
    z-index: 5;
}
.about-banner-wrp .banner-title h6 {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.441086px;
    color: #c7a946;
    margin: 0 0 15px;
}
.about-banner-wrp .banner-title h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2.4px;
    color: #ffffff;
    margin: 0;
}

.aboutus-wrp {
    padding: 140px 0;
}
.aboutus-wrp .container {
    max-width: 1350px;
}
.aboutus-wrp .row .col-md-5 {
    width: 45%;
}
.aboutus-wrp .row .col-md-7 {
    width: 55%;
}
.aboutus-wrp .abt-img {
    position: relative;
    max-width: 571px;
}
.aboutus-wrp .abt-img img.abt-img1 {
    border-radius: 16px 0px 0px 0px;
    width: 100%;
    max-width: 482px;
}
.aboutus-wrp .abt-img img.abt-img2 {
    border: 13px solid #ffffff;
    border-radius: 0px 0px 16px 0px;
    position: absolute;
    bottom: -90px;
    right: 0;
}
.aboutus-wrp .abt-detail {
    max-width: 677px;
    margin-left: auto;
}
.aboutus-wrp .abt-detail h6 {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.441086px;
    color: #c7a946;
    margin: 0 0 15px;
}
.aboutus-wrp .abt-detail h2 {
    font-family: "Geist";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 80px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 15px;
}
.aboutus-wrp .abt-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0 0 20px;
}
.aboutus-wrp .abt-detail .note {
    border-left: 6px solid #c7a946;
    padding-left: 26px;
    margin-top: 35px;
    max-width: 577px;
}
.aboutus-wrp .abt-detail .note h4 {
    font-family: "Playball";
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 47px;
    color: #000000;
    margin: 0;
}

.vision-mission-wrp {
    background: rgba(199, 169, 70, 0.12);
    padding: 70px 0;
}
.vision-mission-wrp .titlebar {
    max-width: 887px;
    margin: 0 auto 44px;
}
.vision-mission-wrp .titlebar h2 {
    margin: 0 0 13px;
}
.vision-mission-wrp .vision-box {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(22, 22, 22, 0.43);
    box-shadow: 0px 2.06929px 4.13859px rgba(0, 0, 0, 0.075);
    border-radius: 20px;
    padding: 34px 25px;
    height: 100%;
}
.vision-mission-wrp .vision-box img {
    max-width: 100%;
    margin: 0 0 30px;
}
.vision-mission-wrp .vision-box h3 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin: 0 0 6px;
}
.vision-mission-wrp .vision-box p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
    max-width: 290px;
}

.training-wrp {
    padding: 148px 0;
}
.training-wrp .row {
    align-items: center;
}
.training-wrp .training-detail h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 8px;
}
.training-wrp .training-detail p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0 0 32px;
}
.training-wrp .training-detail ul {
    margin: 0 0 60px;
}
.training-wrp .training-detail ul li {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #161616;
    margin: 0 0 10px;
    padding-left: 18px;
    position: relative;
}
.training-wrp .training-detail ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #bb9c37;
    border-radius: 56px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.training-wrp .training-detail ul li:last-child {
    margin: 0;
}
.training-wrp .training-image {
    height: calc(100% - 48px);
    background: linear-gradient(180deg, #bb9c37 0%, #ffeaa5 100%);
    border-radius: 24px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.training-wrp .training-image .training-shape {
    position: absolute;
    inset: 0;
    max-width: 100%;
    pointer-events: none;
    border-radius: 24px;
}
.training-wrp .training-image .img-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(32px);
    border-radius: 24px;
    padding: 10px;
}
.training-wrp .training-image .img-box img {
    border-radius: 10px;
    width: 100%;
}

.faq-wrp {
    background: rgba(199, 169, 70, 0.12);
    border-radius: 0px;
    padding: 75px 0;
    margin: 0 0 120px;
}
.faq-wrp .titlebar {
    margin: 0 0 60px;
}
.faq-wrp .titlebar h2 {
    margin: 0 0 10px;
}
.faq-wrp .accordion {
    margin: 0 auto 26px;
    max-width: 976px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.faq-wrp .accordion .accordion-item {
    margin: 0 0 24px;
    background: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    outline: none;
    overflow: hidden;
}
.faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    color: #1e293b;
    padding: 16px 32px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
}
.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-item .accordion-button::before {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.faq-wrp .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    content: "\f068";
}
.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 0 32px 32px;
}
.faq-wrp .accordion .accordion-item .accordion-body p {
    max-width: 880px;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #424f57;
    margin: 0;
}
.faq-wrp .bottom-info p {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #1e293b;
    margin: 0;
}
.faq-wrp .bottom-info p a {
    color: #bb9c37;
}
.faq-wrp .bottom-info p a:hover{
    text-decoration: underline;
}
/* **** End About Page **** */

/* **** Understanding Page **** */
.understanding-banner-wrp {
    background-image: url("../images/understanding-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 194px 0 267px;
    position: relative;
}
.understanding-banner-wrp::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.8) 12.31%, rgba(20, 33, 61, 0.81) 35.86%);
}
.understanding-banner-wrp .banner-title {
    position: relative;
    z-index: 5;
}
.understanding-banner-wrp .banner-title a {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.441086px;
    color: #ffffff;
    margin: 0 auto 20px;
    display: table;
    text-decoration: underline;
}
.understanding-banner-wrp .banner-title h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 50px;
    line-height: 68px;
    text-align: center;
    letter-spacing: -2.4px;
    color: #ffffff;
    margin: 0 0 7px;
}
.understanding-banner-wrp .banner-title p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: rgba(255, 255, 255, 0.69);
    margin: 0;
}

.understanding-wrp {
    padding: 0 0 60px;
    margin-top: -189px;
}
.understanding-wrp .row {
    margin: 0 -25px;
}
.understanding-wrp .row .col-md-8 {
    padding: 0 25px;
    width: 63%;
}
.understanding-wrp .row .col-md-4 {
    padding: 0 25px;
    width: 37%;
}
.understanding-wrp .understanding-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
}
.understanding-wrp .understanding-top-row > [class*="col-"] {
    display: block;
}
.understanding-wrp .understanding-top-row .understanding-video {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.understanding-wrp .understanding-top-row .pricing-box {
    width: 100%;
    height: auto;
    margin: 0;
}
.understanding-video {
    position: relative;
    padding: 8px;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 0 60px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.understanding-video .video-box {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}
.understanding-video .video-box > a#introVideoThumb {
    display: block;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    -webkit-transform: none;
    height: 100%;
}
.understanding-video .video-box > a#introVideoThumb img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.understanding-video .video-box img {
    border-radius: 20px 20px 0 0;
    max-width: 100%;
}
.understanding-video .video-box a.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
}
.understanding-video .video-box a.play-button img {
    border-radius: 100%;
    max-width: 100%;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.35);
}
.understanding-video .video-detail {
    position: relative;
    padding: 20px 25px;
    z-index: 99;
    flex-shrink: 0;
}
.understanding-video .video-detail h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 10px;
}
.understanding-video .video-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.66);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.understanding-video::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.06) 0%, #14213d 100%);
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    z-index: 5;
    pointer-events: none;
}

.understanding-wrp .pricing-box {
    padding: 30px 32px 32px;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    position: relative;
    z-index: 5;
}
.understanding-wrp .pricing-box h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 43px;
    line-height: 59px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 16px;
}
.understanding-wrp .pricing-box .btn-main {
    width: 100%;
    margin: 0 0 16px;
}
.understanding-wrp .pricing-box h6 {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #161616;
    margin: 0 0 32px;
}
.understanding-wrp .pricing-box ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 21px;
    margin: 0 0 21px;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #161616;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.understanding-wrp .pricing-box ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.understanding-wrp .pricing-box ul li span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.understanding-description h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 15px;
}
.understanding-description p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0 0 20px;
}
.understanding-description p:last-child {
    margin: 0;
}
.understanding-description ul {
    padding-left: 24px;
}
.understanding-description ul li {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    list-style: disc;
}

.understanding-detail {
    padding: 30px 40px;
    background: rgba(199, 169, 70, 0.05);
    border: 1px solid rgba(199, 169, 70, 0.3);
    border-radius: 20px;
    margin: 60px 0;
}
.understanding-detail ul {
    display: flex;
    align-items: center;
}
.understanding-detail ul li {
    padding-right: 36px;
    margin-right: 36px;
    position: relative;
}
.understanding-detail ul li::before {
    position: absolute;
    content: "";
    height: 44px;
    width: 0px;
    border: 1px solid #e8e8e8;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.understanding-detail ul li:last-child {
    padding: 0;
    margin: 0;
}
.understanding-detail ul li:last-child::before {
    display: none;
}
.understanding-detail ul li h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0 0 9px;
}
.understanding-detail ul li h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #161616;
    margin: 0;
}

.course-wrp {
    padding: 0 0 60px;
}
.course-wrp .row {
    margin: 0 -25px;
}
.course-wrp .row .col-md-8 {
    padding: 0 25px;
    width: 60%;
}
.course-wrp .row .col-md-4 {
    padding: 0 25px;
    width: 40%;
}
.course-wrp h2 {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 25px;
}
.course-wrp h2 span {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    letter-spacing: 0;
}
.course-wrp .course-poster-block {
    position: relative;
    margin: 0 0 25px;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
}
.course-wrp .course-poster-block::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.42) 0%, #14213d 100%);
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    pointer-events: none;
    z-index: 3;
}
.course-wrp .course-poster-block .course-poster {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.course-wrp .course-poster-block .syllabus-thumb-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}
.course-wrp .course-poster-block .lock-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    z-index: 5;
}
.course-wrp .course-poster-block .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    line-height: 0;
}
.course-wrp .course-poster-block .play-button img {
    border-radius: 100%;
    max-width: 100%;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.35);
}
.course-wrp .course-poster-block .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 28px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    z-index: 5;
}
.course-wrp .course-poster-block .detail .info {
    flex: 1;
    min-width: 0;
    max-width: none;
    padding-right: 10px;
}
.course-wrp .course-poster-block .detail h3 {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.course-wrp .course-poster-block .detail p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.course-wrp .course-poster-block .detail .btn-main {
    flex-shrink: 0;
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.course-wrp .course-poster-block .detail .btn-main span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    gap: 0;
}

/* Secure video popup – keep Fancybox size like default YouTube modal */
.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 450px !important;
    max-width: 90% !important;
    max-height: 80% !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 8px;
}
.fancybox-slide--iframe .fancybox-iframe {
    width: 100% !important;
    height: 100% !important;
}

/* Course purchase modal */
body.purchase-modal-open {
    overflow: hidden;
}
.purchase-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}
.purchase-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.purchase-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.purchase-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 460px;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 8px 24px rgba(20, 33, 61, 0.12),
        0 32px 80px rgba(20, 33, 61, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(18px) scale(0.96);
    opacity: 0;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.34s ease;
}
.purchase-modal.is-open .purchase-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.purchase-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(20, 33, 61, 0.55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.25s ease;
}
.purchase-modal__close:hover {
    background: rgba(20, 33, 61, 0.85);
    transform: rotate(90deg);
}
.purchase-modal__media {
    position: relative;
    height: 188px;
    overflow: hidden;
}
.purchase-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
}
.purchase-modal__media-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(20, 33, 61, 0.08) 0%, rgba(20, 33, 61, 0.55) 55%, rgba(20, 33, 61, 0.88) 100%),
        linear-gradient(90deg, rgba(199, 169, 70, 0.18) 0%, transparent 55%);
}
.purchase-modal__media-meta {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1;
}
.purchase-modal__media-meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.purchase-modal__body {
    padding: 28px 30px 30px;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(199, 169, 70, 0.08) 0%, transparent 55%),
        #fff;
}
.purchase-modal__eyebrow {
    margin: 0 0 10px;
    color: #c7a946;
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.purchase-modal__body h3 {
    margin: 0 0 8px;
    color: #14213d;
    font-family: "Instrument Sans", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.purchase-modal__body h4 {
    margin: 0 0 12px;
    color: #14213d;
    font-family: "Instrument Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}
.purchase-modal__desc {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 14.5px;
    line-height: 1.65;
}
.purchase-modal__perks {
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.purchase-modal__perks li {
    position: relative;
    padding-left: 28px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.purchase-modal__perks li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.8 2.8 6.2-6.2' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px 10px no-repeat,
        linear-gradient(180deg, #d7b647 0%, #c7a946 100%);
    box-shadow: 0 2px 6px rgba(199, 169, 70, 0.35);
}
.purchase-modal__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(199, 169, 70, 0.12) 0%, rgba(199, 169, 70, 0.05) 100%);
    border: 1px solid rgba(199, 169, 70, 0.28);
    border-radius: 16px;
}
.purchase-modal__price-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.purchase-modal__price-left span {
    color: #14213d;
    font-size: 14px;
    font-weight: 700;
}
.purchase-modal__price-left small {
    color: #8a8f98;
    font-size: 12px;
    font-weight: 500;
}
.purchase-modal__price strong {
    color: #14213d;
    font-family: "Instrument Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
}
.purchase-modal__cta {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 17px;
}
.purchase-modal__cta.is-loading {
    pointer-events: none;
    opacity: 0.9;
}
.purchase-modal__cta.is-loading:after {
    width: 100%;
}
.purchase-modal__loading {
    margin: 14px 0 0;
    color: #14213d;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.purchase-modal__loading.is-visible {
    display: flex;
}
.purchase-modal__spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(20, 33, 61, 0.18);
    border-top-color: #c7a946;
    animation: purchaseSpin 0.75s linear infinite;
}
@keyframes purchaseSpin {
    to { transform: rotate(360deg); }
}
.purchase-modal__note {
    margin: 14px 0 0;
    color: #9aa0a8;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.01em;
}
.understanding-wrp .pricing-box .btn-main.is-purchased {
    pointer-events: none;
    background: #14213d;
    cursor: default;
}
.understanding-wrp .pricing-box .btn-main.is-purchased:after {
    display: none;
}

.course-wrp .course-download ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 17px 20px 23px;
    gap: 10px;
    background: rgba(199, 169, 70, 0.05);
    border: 1px solid rgba(199, 169, 70, 0.3);
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    margin: 0 0 20px;
}
.course-wrp .course-download ul li:last-child {
    margin: 0;
}
.course-wrp .course-download ul li span {
    display: flex;
    gap: 10px;
}
.course-wrp .course-download ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 1px solid rgba(199, 169, 70, 0.46);
    border-radius: 12px;
}
.course-wrp .course-download ul li a:hover {
    background-color: rgba(199, 169, 70, 0.46);
}

.course-wrp .course-module-block .accordion {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.course-wrp .course-module-block .accordion .accordion-item {
    margin: 0 0 20px;
    outline: none;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #b2b2b2;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}
.course-wrp .course-module-block .accordion .accordion-item:last-child {
    margin: 0;
}
.course-wrp .course-module-block .accordion .accordion-item h2 {
    margin: 0;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    padding: 20px 58px 20px 24px;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 20px 20px 0 0;
    margin: 0;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button .module-status-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button .module-watched-label {
    margin-left: 6px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(75, 174, 79, 0.12);
    color: #2f9e44;
    font-style: normal;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2;
}
.course-wrp .course-module-block .accordion .accordion-item.is-watched {
    border-color: rgba(75, 174, 79, 0.35);
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button.is-watched {
    border-left-color: #4bae4f;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button span {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #161616;
    margin-left: auto;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button.is-watched span {
    margin-left: 0;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button.is-watched .module-watched-label {
    margin-left: auto;
    margin-right: 8px;
}

/* Course quiz unlock box */
.course-quiz-box {
    margin: 24px 0 0;
    padding: 24px 22px 22px;
    background:
        radial-gradient(120% 90% at 100% 0%, rgba(199, 169, 70, 0.14) 0%, transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border: 1px solid rgba(199, 169, 70, 0.35);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(20, 33, 61, 0.08);
    position: relative;
    overflow: hidden;
}
.course-quiz-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #d7b647 0%, #c7a946 50%, #ae9133 100%);
}
.course-quiz-box__badge {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.06);
    color: #c7a946;
    font-family: "Instrument Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.course-quiz-box__top h3 {
    margin: 0 0 8px;
    color: #14213d;
    font-family: "Instrument Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.course-quiz-box__top p {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
}
.course-quiz-box__rules {
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 9px;
}
.course-quiz-box__rules li {
    position: relative;
    padding-left: 26px;
    color: #374151;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.4;
}
.course-quiz-box__rules li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.8 2.8 6.2-6.2' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/9px 9px no-repeat,
        linear-gradient(180deg, #d7b647 0%, #c7a946 100%);
}
.course-quiz-box__progress {
    margin: 0 0 18px;
    padding: 14px 14px 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(20, 33, 61, 0.08);
    border-radius: 14px;
}
.course-quiz-box__progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 10px;
}
.course-quiz-box__progress-head span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}
.course-quiz-box__progress-head strong {
    color: #14213d;
    font-size: 12px;
    font-weight: 700;
}
.course-quiz-box__progress-head em,
.course-quiz-box__progress-head i {
    font-style: normal;
}
.course-quiz-box__progress-track {
    height: 8px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.08);
    overflow: hidden;
}
.course-quiz-box__progress-track span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #d7b647 0%, #c7a946 55%, #ae9133 100%);
    transition: width 0.35s ease;
}
.course-quiz-box__status {
    margin: 10px 0 0;
    color: #8a8f98;
    font-size: 12px;
    line-height: 1.45;
}
.course-quiz-box.is-unlocked .course-quiz-box__status {
    color: #2f9e44;
    font-weight: 600;
}
.course-quiz-box__btn {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    font-size: 16px;
}
.course-quiz-box__btn.is-locked {
    opacity: 0.92;
}
.course-quiz-box.is-unlocked {
    border-color: rgba(75, 174, 79, 0.35);
}
.course-quiz-box.is-unlocked:before {
    background: linear-gradient(180deg, #62c066 0%, #4bae4f 100%);
}
.course-quiz-box.is-attended {
    border-color: rgba(75, 174, 79, 0.4);
}
.course-quiz-box.is-attended:before {
    background: linear-gradient(180deg, #62c066 0%, #4bae4f 100%);
}
.course-quiz-box__btn.is-attended {
    pointer-events: none;
    background: #14213d;
    box-shadow: none;
    opacity: 1;
}
.course-quiz-box__btn.is-attended:after {
    display: none;
}
.course-quiz-box__attended {
    margin: 0 0 16px;
    padding: 14px 14px 12px;
    background: rgba(75, 174, 79, 0.08);
    border: 1px solid rgba(75, 174, 79, 0.22);
    border-radius: 14px;
}
.course-quiz-box__attended p {
    margin: 0 0 6px;
    color: #14213d;
    font-size: 14px;
    font-weight: 600;
}
.course-quiz-box__attended span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
}
.course-quiz-box__certificate {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 14px;
    border: 1px solid rgba(199, 169, 70, 0.35);
    background: linear-gradient(180deg, rgba(199, 169, 70, 0.12) 0%, rgba(199, 169, 70, 0.04) 100%);
    text-decoration: none;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.course-quiz-box__certificate:hover {
    border-color: rgba(199, 169, 70, 0.7);
    box-shadow: 0 8px 20px rgba(199, 169, 70, 0.18);
    transform: translateY(-1px);
    text-decoration: none;
}
.course-quiz-box__certificate-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border: 1px solid rgba(199, 169, 70, 0.25);
}
.course-quiz-box__certificate-icon img {
    width: 18px;
    height: 18px;
}
.course-quiz-box__certificate-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.course-quiz-box__certificate-text strong {
    color: #14213d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}
.course-quiz-box__certificate-text em {
    color: #8a8f98;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
}

/* Quiz locked warning modal */
body.quiz-warning-open {
    overflow: hidden;
}
.quiz-warning-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}
.quiz-warning-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.quiz-warning-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.quiz-warning-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 34px 28px 28px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.28);
    text-align: center;
    transform: translateY(16px) scale(0.96);
    opacity: 0;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.34s ease;
}
.quiz-warning-modal.is-open .quiz-warning-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.quiz-warning-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 33, 61, 0.08);
    color: #14213d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.quiz-warning-modal__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f3d27a 0%, #c7a946 100%);
    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(199, 169, 70, 0.35);
}
.quiz-warning-modal__eyebrow {
    margin: 0 0 8px;
    color: #c7a946;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.quiz-warning-modal__dialog h3 {
    margin: 0 0 10px;
    color: #14213d;
    font-family: "Instrument Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
.quiz-warning-modal__desc {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14.5px;
    line-height: 1.65;
}
.quiz-warning-modal__points {
    margin: 0 0 22px;
    padding: 14px 16px;
    text-align: left;
    background: rgba(199, 169, 70, 0.08);
    border: 1px solid rgba(199, 169, 70, 0.22);
    border-radius: 14px;
    display: grid;
    gap: 8px;
}
.quiz-warning-modal__points li {
    position: relative;
    padding-left: 18px;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
}
.quiz-warning-modal__points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c7a946;
}
.quiz-warning-modal__cta {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

/* Course quiz page */
.course-quiz-wrp {
    padding: 40px 0 80px;
    background:
        radial-gradient(80% 50% at 10% 0%, rgba(199, 169, 70, 0.08) 0%, transparent 55%),
        #f7f6f2;
}
.course-quiz-panel,
.course-quiz-result {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(20, 33, 61, 0.08);
    box-shadow: 0 16px 50px rgba(20, 33, 61, 0.08);
    overflow: hidden;
}
.course-quiz-panel__intro {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid rgba(20, 33, 61, 0.08);
    background: linear-gradient(180deg, rgba(199, 169, 70, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.course-quiz-panel__intro img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 16px;
    flex: 0 0 88px;
}
.course-quiz-panel__eyebrow {
    margin: 0 0 6px;
    color: #c7a946;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.course-quiz-panel__intro h3 {
    margin: 0 0 6px;
    color: #14213d;
    font-size: 24px;
    font-weight: 700;
}
.course-quiz-panel__intro p:last-child {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.55;
}
.course-quiz-form {
    padding: 10px 24px 28px;
}
.course-quiz-question {
    padding: 22px 0;
    border-bottom: 1px solid rgba(20, 33, 61, 0.08);
}
.course-quiz-question:last-of-type {
    border-bottom: 0;
}
.course-quiz-question h4 {
    margin: 0 0 14px;
    color: #14213d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    display: flex;
    gap: 10px;
}
.course-quiz-question h4 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(199, 169, 70, 0.14);
    color: #ae9133;
    font-size: 12px;
    font-weight: 700;
}
.course-quiz-options {
    display: grid;
    gap: 10px;
}
.course-quiz-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.course-quiz-option:hover {
    border-color: rgba(199, 169, 70, 0.55);
    background: rgba(199, 169, 70, 0.06);
}
.course-quiz-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.course-quiz-option em {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 33, 61, 0.06);
    color: #14213d;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}
.course-quiz-option span {
    color: #374151;
    font-size: 14.5px;
    line-height: 1.5;
    padding-top: 3px;
}
.course-quiz-option:has(input:checked) {
    border-color: #c7a946;
    background: rgba(199, 169, 70, 0.12);
}
.course-quiz-option:has(input:checked) em {
    background: linear-gradient(180deg, #d7b647 0%, #c7a946 100%);
    color: #fff;
}
.course-quiz-submit {
    margin-top: 18px;
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}
.course-quiz-result {
    padding: 40px 28px;
    text-align: center;
}
.course-quiz-result__badge {
    display: inline-flex;
    margin: 0 0 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(199, 169, 70, 0.14);
    color: #ae9133;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.course-quiz-result.is-passed .course-quiz-result__badge {
    background: rgba(75, 174, 79, 0.14);
    color: #2f9e44;
}
.course-quiz-result h3 {
    margin: 0 0 10px;
    color: #14213d;
    font-size: 32px;
    font-weight: 700;
}
.course-quiz-result p {
    margin: 0 0 10px;
    color: #6b7280;
    font-size: 16px;
}
.course-quiz-result__note {
    margin-bottom: 24px !important;
}
.course-quiz-result__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.course-quiz-result__actions .btn-main {
    min-width: 220px;
}
.course-quiz-result__link {
    color: #14213d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.course-wrp .course-module-block .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: rgba(199, 169, 70, 0.14);
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-left: 4px solid #c7a946;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button::after {
    display: none;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-button:not(.collapsed)::before {
    content: "\f077";
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-body {
    padding: 15px 22px 20px;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-body h4 {
    font-family: "Manrope";
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #161616;
    margin: 0 0 8px;
}
.course-wrp .course-module-block .accordion .accordion-item .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
}
/* **** End Understanding Page **** */

/* **** Book Page **** */
.book-wrp .book-block {
    background: rgba(199, 169, 70, 0.12);
    padding: 95px 0;
}
.book-wrp .book-block .row {
    margin: 0 -33px;
    align-items: center;
}
.book-wrp .book-block .row .col-md-8 {
    padding: 0 33px;
}
.book-wrp .book-block .row .col-md-4 {
    padding: 0 33px;
}
.book-wrp .book-block:nth-child(even) {
    background-color: #fff;
}
.book-wrp .book-block:nth-child(even) .row {
    flex-flow: row-reverse;
}
.book-wrp .book-block .description h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 15px;
}
.book-wrp .book-block .description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0 0 15px;
}
.book-wrp .book-block .description p:last-child {
    margin: 0;
}
.book-wrp .book-block .book-img img {
    max-width: 100%;
    margin: 0 auto 35px;
}
.book-wrp .book-block .book-img .btn-group {
    display: flex;
    align-items: center;
    gap: 35px;
}
.book-wrp .book-block .book-img .btn-group .btn-main {
    min-width: unset;
}
.book-wrp .book-block .book-img .btn-group .btn-main span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.book-wrp .book-block .book-img .btn-group .btn-main.disabled {
    opacity: 50%;
    cursor: no-drop;
}
/* **** End Book Page **** */

/* **** Contact **** */
.contact-wrp {
    padding: 120px 0;
}
.contact-wrp .contact-block {
    max-width: 1116px;
    background: #ffffff;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 8px 23px 8px 10px;
}

.contact-wrp .contact-block .contact-detail {
    background: #c7a946;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 496px;
}
.contact-wrp .contact-block .contact-detail .contact-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 10px 0;
    pointer-events: none;
}
.contact-wrp .contact-block .contact-detail h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #ffffff;
    margin: 0 0 10px;
}
.contact-wrp .contact-block .contact-detail p {
    max-width: 435px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}
.contact-wrp .contact-block .contact-detail ul li {
    margin: 0 0 20px;
}
.contact-wrp .contact-block .contact-detail ul li:last-child {
    margin: 0;
}
.contact-wrp .contact-block .contact-detail ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
}
.contact-wrp .contact-block .contact-form {
    max-width: 437px;
    margin-left: auto;
}
.contact-wrp .contact-block .contact-form .form-group {
    margin: 0 0 32px;
}
.contact-wrp .contact-block .contact-form .form-group label {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1e293b;
    margin: 0 0 6px;
}
.contact-wrp .contact-block .contact-form .form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #d0d5dd;
    box-shadow: none;
    outline: none;
    padding: 10px 14px;
    background: #f9fafb;
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: 12px 15px;
    resize: none;
}
.contact-wrp .contact-block .contact-form .form-group .form-control::placeholder {
    color: #d0d5dd;
}
.contact-wrp .contact-block .contact-form .btn-main {
    width: 100%;
    margin: 100px 0 0;
    border: none;
    padding: 16px 24px;
    background: #161616;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.contact-wrp .contact-block .contact-form .btn-main:after{
    background: #ae9133;
}
.contact-wrp .contact-block .contact-form .btn-main span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/* **** End Contact **** */

/* **** Course Listing page **** */
.course-listing-wrp {
    padding: 120px 0;
}
.course-listing-wrp .titlebar h2 {
    text-align: left;
}
.course-listing-wrp .titlebar p {
    text-align: left;
}

.course-listing-wrp .upcoming-courses-block {
    padding: 5px;
}
.course-listing-wrp .upcoming-courses-block::before {
    display: none;
}
.course-listing-wrp .upcoming-courses-block::after {
    display: none;
}
.course-listing-wrp .upcoming-courses-block .box-img {
    width: 100%;
    border-radius: 18px 18px 0px 0px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.course-listing-wrp .upcoming-courses-block .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.course-listing-wrp .upcoming-courses-block .upcoming-detail {
    padding: 20px 14px 17px;
}
.course-listing-wrp .upcoming-courses-block .upcoming-detail .upcoming-courses-block-top {
    min-height: 150px;
}
.upcoming-listing-wrp {
    padding: 0 0 120px;
}
/* **** End Course Listing page **** */

/* **** Register **** */
.register-wrp {
    padding: 10px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    overflow: hidden;
}
.register-wrp .register-img {
    height: calc(100vh - 20px);
    width: 100%;
}
.register-wrp .register-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.register-wrp .register-form {
    max-width: 440px;
    margin: 0 auto;
}
.register-wrp .register-form .register-title {
    margin: 0 0 43px;
}
.register-wrp .register-form .register-title h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 68px;
    letter-spacing: -2.4px;
    color: #161616;
    margin: 0 0 2px;
}
.register-wrp .register-form .register-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    margin: 0;
}
.register-wrp .register-form .row {
    row-gap: 20px;
}
.register-wrp .register-form form .form-group .iti,
.edit-profile-block .form-group .iti {
    --iti-path-flags-1x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.0/build/img/flags.webp");
    --iti-path-flags-2x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.0/build/img/flags@2x.webp");
    --iti-path-globe-1x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.0/build/img/globe.webp");
    --iti-path-globe-2x: url("https://cdn.jsdelivr.net/npm/intl-tel-input@25.3.0/build/img/globe@2x.webp");
    --iti-border-color: rgba(0, 0, 0, 0.1);
    --iti-hover-color: rgba(199, 169, 70, 0.14);
    --iti-arrow-color: #8b8f98;
    --iti-dialcode-color: #8b8f98;
    width: 100%;
    display: block;
}
.register-wrp .register-form form .form-group .iti .iti__country-container,
.edit-profile-block .form-group .iti .iti__country-container {
    top: 1px;
    bottom: 1px;
    left: 1px;
    padding: 0;
}
.register-wrp .register-form form .form-group .iti .iti__selected-country,
.edit-profile-block .form-group .iti .iti__selected-country {
    margin: 0;
    height: 100%;
    background: #fafafa;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 11px 0 0 11px;
}
.register-wrp .register-form form .form-group .iti .iti__selected-country-primary,
.edit-profile-block .form-group .iti .iti__selected-country-primary {
    padding: 0 4px 0 12px;
    gap: 4px;
}
.register-wrp .register-form form .form-group .iti .iti__selected-dial-code,
.edit-profile-block .form-group .iti .iti__selected-dial-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    padding-right: 10px;
}
.register-wrp .register-form form .form-group .iti .iti__arrow,
.edit-profile-block .form-group .iti .iti__arrow {
    display: block;
    margin-left: 4px;
    border-top-color: #8b8f98;
}
.register-wrp .register-form form .form-group .iti .iti__arrow--up,
.edit-profile-block .form-group .iti .iti__arrow--up {
    border-bottom-color: #8b8f98;
}
.register-wrp .register-form form .form-group .form-control.phone-input,
.edit-profile-block .form-group .form-control.phone-input {
    width: 100%;
}
.register-wrp .iti--inline-dropdown .iti__dropdown-content,
.edit-profile-block .iti--inline-dropdown .iti__dropdown-content {
    z-index: 30;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-top: 6px;
    overflow: hidden;
}
.register-wrp .iti__search-input,
.edit-profile-block .iti__search-input {
    padding: 12px 16px;
    font-size: 15px;
    line-height: 22px;
    color: #161616;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    outline: none;
}
.register-wrp .iti__search-input::placeholder,
.edit-profile-block .iti__search-input::placeholder {
    color: #8b8f98;
}
.register-wrp .iti--inline-dropdown .iti__country-list,
.edit-profile-block .iti--inline-dropdown .iti__country-list {
    max-height: 220px;
}
.register-wrp .iti__country,
.edit-profile-block .iti__country {
    font-size: 15px;
    line-height: 22px;
    color: #161616;
    padding: 10px 14px;
}
.register-wrp .iti__country .iti__dial-code,
.edit-profile-block .iti__country .iti__dial-code {
    color: #8b8f98;
}
.register-wrp .iti__country.iti__highlight,
.edit-profile-block .iti__country.iti__highlight {
    background-color: rgba(199, 169, 70, 0.14);
}
.register-wrp .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.register-wrp .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary,
.edit-profile-block .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.edit-profile-block .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: rgba(199, 169, 70, 0.08);
}
.register-wrp .iti--fullscreen-popup .iti__dropdown-content,
.edit-profile-block .iti--fullscreen-popup .iti__dropdown-content {
    border-radius: 16px;
}
.register-wrp .register-form form .form-group .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #8b8f98;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: none;
    outline: none;
    width: 100%;
}
.register-wrp .register-form form .btn-group {
    margin: 43px 0 0;
    display: block;
}
.register-wrp .register-form form .btn-group .btn-main {
    width: 100%;
    border: none;
}
.register-wrp .register-form form .btn-group h6 {
    width: 250px;
    margin: 43px auto;
    position: relative;
    color: #bebebe;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.register-wrp .register-form form .btn-group h6::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    width: 100%;
    background-color: #8b8f98;
    opacity: 16%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.register-wrp .register-form form .btn-group h6 span {
    display: table;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 0 15px;
}
.register-wrp .register-form form .btn-group .btn-secondry {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 12px;
    padding: 18px;
    justify-content: center;
}
.register-wrp .register-form form .btn-group .btn-secondry:hover {
    background-color: rgba(0, 0, 0, 0.17);
}
.register-wrp .register-form form .btn-forgot {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #c7a946;
    display: table;
    margin: 8px 0 0 auto;
}
.register-wrp .register-form form .btn-forgot:hover {
    text-decoration: underline;
}
.register-wrp .register-form form .register-login-note {
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(22, 22, 22, 0.87);
    text-align: center;
}
.register-wrp .register-form form .register-login-note a {
    color: #c7a946;
    font-weight: 600;
}
.register-wrp .register-form form .register-login-note a:hover {
    text-decoration: underline;
}
/* **** End Register **** */

/* ***** Dashboard **** */
.dashboard-wrp {
    background-color: #fffcf2;
    padding: 51px 0 102px;
}
.dashboard-wrp .dashboard-sidebar {
    padding: 13px;
    max-width: 320px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.19);
    border-radius: 12px;
}
.dashboard-wrp .dashboard-sidebar ul li {
    margin: 0 0 4px;
}
.dashboard-wrp .dashboard-sidebar ul li:last-child {
    margin: 0;
}
.dashboard-wrp .dashboard-sidebar ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    padding: 16px;
    display: block;
    border-radius: 12px;
}
.dashboard-wrp .dashboard-sidebar ul li a:hover,
.dashboard-wrp .dashboard-sidebar ul li a.active {
    font-weight: 700;
    background: rgba(199, 169, 70, 0.23);
}

.resume-course-block {
    background: #14213d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 36px;
}
.resume-course-block .resume-block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 32px;
    gap: 60px;
}
.resume-course-block .resume-block h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -2.4px;
    color: #ffffff;
    margin: 0 0 7px;
}
.resume-course-block .resume-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.87);
    margin: 0;
}
.resume-course-block .resume-block .btn-main {
    width: fit-content;
}
.resume-course-block .resume-block .btn-main:after {
    background-color: #fff;
}
.resume-course-block .resume-block .btn-main:hover {
    color: #d7b647;
}
.resume-course-block .box-img {
    height: 327px;
    aspect-ratio: 1 / 1;
}
.resume-course-block .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
}

.enrolled-course-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    margin: 0 0 36px;
}
.enrolled-course-block .enrolled-box {
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid rgba(22, 22, 22, 0.12);
    border-radius: 20px;
    filter: drop-shadow(1px 4px 12px rgba(0, 0, 0, 0.11));
}
.enrolled-course-block .enrolled-box .box-icon {
    height: 36px;
    width: 36px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.enrolled-course-block .enrolled-box .box-icon img {
    max-width: 100%;
}
.enrolled-course-block .enrolled-box h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin: 0 0 10px;
}
.enrolled-course-block .enrolled-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
}

.dash-courses-block h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    margin: 0 0 20px;
}
.dash-courses-block .dash-course-box {
    border: 1px solid rgba(22, 22, 22, 0.43);
    border-radius: 20px;
    padding: 5px;
    margin: 0 0 20px;
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.dash-courses-block .dash-course-box:hover {
    border-color: rgba(199, 169, 70, 0.55);
    box-shadow: 0 10px 28px rgba(20, 33, 61, 0.08);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}
.dash-courses-block .dash-course-box .box-img {
    min-width: 160px;
    width: 160px;
    max-width: 160px;
    aspect-ratio: 1 / 1;
}
.dash-courses-block .dash-course-box .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.dash-courses-block .dash-course-box .box-detail {
    padding: 26px 18px 20px 0;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.dash-courses-block .dash-course-box h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin: 0 0 10px;
}
.dash-courses-block .dash-course-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dash-courses-block .dash-course-box .dash-course-meta {
    margin-top: auto;
    padding-top: 16px;
}
.dash-courses-block .dash-course-box .dash-course-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.05);
    color: #14213d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}
.dash-courses-block .dash-course-box .dash-course-meta span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c7a946;
    flex: 0 0 7px;
}
.dash-courses-block .dash-courses-empty {
    padding: 28px 24px;
    border: 1px dashed rgba(22, 22, 22, 0.25);
    border-radius: 20px;
    text-align: center;
}
.dash-courses-block .dash-courses-empty p {
    margin: 0 0 16px;
    color: rgba(22, 22, 22, 0.66);
    font-size: 15px;
}
.dash-courses-block .dash-courses-empty .btn-main {
    margin: 0 auto;
}

/* ***** End Dashboard **** */

/* ***** Payments **** */
.payments-block h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    margin: 0 0 20px;
}
.payments-block .payment-table {
    border: 1px solid rgba(22, 22, 22, 0.43);
    border-radius: 20px;
}
.payments-block .payment-table .table {
    margin: 0;
}
.payments-block .payment-table .table thead tr {
    border-bottom: 1px solid rgba(22, 22, 22, 0.43);
}
.payments-block .payment-table .table thead tr th {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(22, 22, 22, 0.66);
    padding: 16px 22px;
    background: rgba(199, 169, 70, 0.11);
    border-right: 1px solid #ebe7d9;
}
.payments-block .payment-table .table thead tr th:last-child {
    border: none;
}
.payments-block .payment-table .table tbody tr td {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(22, 22, 22, 0.66);
    padding: 20px 22px;
    background-color: #fffcf2;
    border: 1px solid #ebe7d9;
}
.payments-block .payment-table .table tbody tr td span.green {
    color: #28b446;
}
.payments-block .payment-table .table tbody tr td span.red {
    color: #ff0000;
}
/* ***** End Payments **** */

/* **** Certificate **** */
.certificate-block h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    color: #161616;
    margin: 0 0 20px;
}
.certificate-block .certificate-box {
    position: relative;
    border: 1px solid rgba(22, 22, 22, 0.43);
    border-radius: 20px;
    padding: 28px;
    margin: 0 0 20px;
}
.certificate-block .certificate-box .detail {
    max-width: 560px;
    padding-right: 180px;
}
.certificate-block .certificate-box .detail .certificate-status {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.certificate-status--ready {
    color: #2f9e44;
    background: rgba(75, 174, 79, 0.14);
}
.certificate-status--watch {
    color: #ae9133;
    background: rgba(199, 169, 70, 0.14);
}
.certificate-status--quiz {
    color: #126dfb;
    background: rgba(18, 109, 251, 0.1);
}
.certificate-block .certificate-box .detail h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #161616;
    margin: 0 0 8px;
}
.certificate-block .certificate-box .detail p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0 0 18px;
}
.certificate-block .certificate-box .detail ul.certificate-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 22px;
    margin: 0 0 18px;
}
.certificate-block .certificate-box .detail ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(22, 22, 22, 0.66);
}
.certificate-block .certificate-box .detail ul li img {
    max-width: 100%;
}
.certificate-progress {
    padding: 14px 14px 12px;
    border-radius: 14px;
    background: rgba(20, 33, 61, 0.03);
    border: 1px solid rgba(20, 33, 61, 0.08);
}
.certificate-progress__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 8px;
}
.certificate-progress__row span {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}
.certificate-progress__row strong {
    color: #14213d;
    font-size: 12px;
    font-weight: 700;
}
.certificate-progress__track {
    height: 8px;
    border-radius: 999px;
    background: rgba(20, 33, 61, 0.08);
    overflow: hidden;
}
.certificate-progress__track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d7b647 0%, #c7a946 55%, #ae9133 100%);
}
.certificate-progress__quiz {
    margin-top: 10px;
}
.certificate-progress__quiz span {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}
.certificate-progress__quiz span.is-done {
    color: #2f9e44;
}
.certificate-progress__quiz span.is-pending {
    color: #126dfb;
}
.certificate-block .certificate-box .btn-black {
    font-family: "Instrument Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 11px;
    padding: 10px 40px;
    background: #161616;
    box-shadow:
        0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 3px rgba(0, 0, 0, 0.1),
        inset 0px 2px 1px rgba(255, 255, 255, 0.25),
        inset 0px -2px 1px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    position: absolute;
    top: 28px;
    right: 24px;
    text-decoration: none;
    cursor: pointer;
}
.certificate-block .certificate-box .btn-black:hover {
    background-color: #ae9133;
    color: #fff;
}
.certificate-quiz-link {
    position: absolute;
    top: 86px;
    right: 24px;
    color: #c7a946;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}

body.cert-gate-open {
    overflow: hidden;
}
.cert-gate-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}
.cert-gate-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cert-gate-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 20, 38, 0.68);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.cert-gate-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    padding: 34px 28px 26px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(20, 33, 61, 0.28);
    text-align: center;
    transform: translateY(16px) scale(0.96);
    opacity: 0;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.34s ease;
}
.cert-gate-modal.is-open .cert-gate-modal__dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}
.cert-gate-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(20, 33, 61, 0.08);
    color: #14213d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cert-gate-modal__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f3d27a 0%, #c7a946 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
.cert-gate-modal.is-quiz .cert-gate-modal__icon {
    background: linear-gradient(180deg, #5b9dff 0%, #126dfb 100%);
}
.cert-gate-modal__eyebrow {
    margin: 0 0 8px;
    color: #c7a946;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.cert-gate-modal.is-quiz .cert-gate-modal__eyebrow {
    color: #126dfb;
}
.cert-gate-modal__dialog h3 {
    margin: 0 0 10px;
    color: #14213d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}
.cert-gate-modal__desc {
    margin: 0 0 22px;
    color: #6b7280;
    font-size: 14.5px;
    line-height: 1.65;
}
.cert-gate-modal__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.cert-gate-modal__actions .btn-main {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.cert-gate-modal__secondary {
    border: 0;
    background: transparent;
    color: #8a8f98;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.empty-certificate {
    padding: 68px 0;
    text-align: center;
}
.empty-certificate img {
    max-width: 100%;
    margin: 0 auto 17px;
}
.empty-certificate h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #161616;
    margin: 0 0 9px;
}
.empty-certificate p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(22, 22, 22, 0.66);
    margin: 0;
}
/* **** End Certificate **** */

/* **** Edit Profile **** */
.edit-profile-block .row {
    row-gap: 30px;
    margin: 0 -10px;
}
.edit-profile-block .row > [class*="col-"] {
    padding: 0 10px;
}
.edit-profile-block .form-group {
    margin: 0;
}
.edit-profile-block .form-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 19px 20px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #161616;
    box-shadow: none;
    outline: none;
    width: 100%;
}
.edit-profile-block .form-group select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/down-icon.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
    cursor: pointer;
    padding-right: 44px;
}
.edit-profile-block .form-group select.form-control:required:invalid {
    color: #8b8f98;
}
.edit-profile-block .form-group .form-control::placeholder {
    color: #161616;
}
.edit-profile-block .form-group .form-control.is-readonly,
.edit-profile-block .form-group .form-control[readonly] {
    background-color: #f7f7f7;
    color: #8b8f98;
    cursor: not-allowed;
}
.edit-profile-block .form-group .form-control.profile-date-field {
    color: #161616;
}
.edit-profile-block .form-group .form-control.profile-date-field:invalid {
    color: #8b8f98;
}
.edit-profile-block .btn-main {
    border: none;
    background: #161616;
    display: table;
    margin-left: auto;
    margin-top: 52px;
}
.edit-profile-block .btn-main::after {
    background-color: #ae9133;
}
/* **** End Edit Profile **** */