:root {
    --teal: #2D4A46;
    --teal-dark: #20342F;
    --teal-soft: #44675F;
    --d-gold: #6b5217;
    --m-gold:#9c7a28;
    --gold: #9c7a28;
    --gold-soft: #D4B872;
    --bg: #EEF2F0;
    --card: #EEF2F0;
    --white: #FFFFFF;
    --text: #262B29;
    --muted: #5B6862;
    --line: #D3DBD8;
    --ok: #2F6E4F;
    --no: #9A3B3B;
    --sh-lo: #C9D2CE;
    --sh-hi: #FFFFFF;
    --r: 18px;
    --ac: #2D4A46;
    --ac-3: #6E9A8E;
    --ac-ink: #1B2E2B;
    --ac-tint: rgba(45,74,70,.07);
    --ac-grad: linear-gradient(135deg,#20342F 0%,#2D4A46 46%,#4C7A70 100%);
    --ac-bar: linear-gradient(90deg,#2D4A46,#6E9A8E);
    --surf: linear-gradient(145deg,#F3F7F5,#E4EAE7);
    --surf-in: linear-gradient(145deg,#E4EAE7,#F3F7F5);
    --amb1: rgba(45,74,70,.05);
    --amb2: rgba(110,154,142,.06);
    --br-bg: linear-gradient(145deg,#FBF8F1,#EAE4D6); 
    --br-lo: #D8CFBB;
    --br-hi: #FFFFFF;
    --ara-font: "Manrope", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    font-weight: 500;
}
p{
    margin-bottom: 0px;
}
body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--ara-font);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a{
    text-decoration: none;
}
.main {
    max-width: 1040px;
    margin: 0 auto;
    padding: 22px 18px 60px;
}
.top-bar-data {
    padding: 12px 18px;
    margin-bottom: 18px;
    border: 1px dashed var(--gold);
    background: var(--surf);
    border-radius: var(--r);
    box-shadow: 12px 12px 26px var(--sh-lo), -10px -10px 24px var(--sh-hi), inset 1px 1px 0 rgba(255, 255, 255, .72), inset -1px -1px 0 rgba(0, 0, 0, .025);
    transition: background .5s ease, box-shadow .5s ease;
}
.db-tag {
    padding: 6px 13px;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.small-text {
    font-size: 14px;
    color: var(--muted);
}
.pill {
    padding: 11px 17px;
    min-height: 42px;
    border-radius: 999px;
    background: var(--surf);
    box-shadow: 6px 6px 12px var(--sh-lo),-5px -5px 12px var(--sh-hi),inset 1px 1px 0 rgba(255,255,255,.6);
    font-weight: 700;
    font-size: 12px;
    color: var(--ac);
    transition: .15s;
    border: none;
}
.pill:hover {
    transform: translateY(-2px);
    color: var(--gold);
}
.pill:active {
    transform: scale(.96);
    box-shadow: inset 4px 4px 8px var(--sh-lo), inset -4px -4px 8px var(--sh-hi);
    color: var(--gold);
}
.btn, .pill, .opt, .dot, .linkbtn {
    transition: transform .16s cubic-bezier(.22,.9,.3,1),box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;
}
.banner{
    text-align: center;
}
.common-layout {
    padding: 26px 40px 48px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
    background: var(--surf);
    box-shadow: 12px 12px 26px var(--sh-lo),    -10px -10px 24px var(--sh-hi),    inset 1px 1px 0 rgba(255,255,255,.72),    inset -1px -1px 0 rgba(0,0,0,.025);
    transition: background .5s ease, box-shadow .5s ease;
    border-radius: var(--r);
}
.banner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(560px, 80%);
    height: 3px;
    animation: gleam 2.6s ease-out .8s both;
    background: var(--gold);
    background-size: 200% 100%;
}
.header {
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}
.logo{
    width: auto;
    height: 111px;
}
.banner-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.ar{
    direction: rtl;
    display: block;
}
.banner-title .ar {
    font-family: var(--ar);
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}
.banner h1 {
    font-family: var(--enh);
    font-size: 47px;
    font-weight: 700;
    color: var(--teal);
    line-height: 1.1;
    margin: 0 auto 18px;
    letter-spacing: -1px;
    max-width: 880px;
}
.banner h1 .ar {
    font-family: var(--ar);
    font-size: 29px;
    font-weight: 700;
    margin-top: 16px;
    letter-spacing: 0;
    line-height: 1.4;
}
.banner-img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    margin: 26px auto 4px;
    filter: drop-shadow(0 18px 34px rgba(45,74,70,.13));
}
.banner .desc{
    max-width: 660px;
    margin: 0 auto;
}
.desc {    
    font-size: 15.5px;
    color: var(--muted);
}
.desc .ar {
    font-family: var(--ar);
    margin-top: 10px;
    font-size: 15px;
}
.stats {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 12px;
    margin-top: 36px;
}
.stats-single {
    padding: 16px 10px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    box-shadow: inset 5px 5px 10px var(--sh-lo),inset -5px -5px 10px var(--sh-hi);
}
.stats-single h6 {
    background: linear-gradient(120deg,var(--ac-ink),var(--ac) 55%,var(--ac-3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: block;
    font-family: var(--enh);
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
}
.single-steps{
    border-radius: var(--r);
    font-size: 13px;
    color: #5b6862;
    line-height: 1.55;
    height: 100%;
}
.single-course {
    padding: 26px 24px 24px;
    border-radius: 5px 5px 20px 20px;
    background: var(--surf);
    box-shadow: 12px 12px 26px var(--sh-lo),
    -10px -10px 24px var(--sh-hi),
    inset 1px 1px 0 rgba(255,255,255,.7);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: visible;
    border-top: 5px solid var(--ac);
    transition: transform .28s cubic-bezier(.22,.9,.3,1),box-shadow .48s ease;
}
.single-course:hover {
    transform: translateY(-7px);
    box-shadow: 18px 20px 40px var(--sh-lo),
    -12px -12px 28px var(--sh-hi),
    0 18px 40px -18px var(--ac-tint),
    inset 1px 1px 0 rgba(255,255,255,.8);
}
.icon i {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surf-in);
    color: var(--ac);
    box-shadow: inset 5px 5px 11px var(--sh-lo),inset -4px -4px 11px var(--sh-hi);
    transition: transform .35s cubic-bezier(.22,.9,.3,1),box-shadow .35s ease,color .3s ease;
}
.tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 22px;
    border-radius: 999px;
    background: var(--ac);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 5px 14px -7px var(--ac);
    min-width: 130px;
    justify-content: center;
    height: 40px;
}
.single-course:hover .icon i {
    transform: scale(1.07) rotate(-3deg);
    box-shadow: inset 2px 2px 7px var(--sh-lo),inset -2px -2px 7px var(--sh-hi),0 10px 22px -12px var(--ac);
}
.c-title h5 {
    font-family: var(--enh);
    font-size: 19px;
    color: var(--teal);
    line-height: 1.3;
    margin-bottom: 6px;
}
.brief span {
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--surf-in);
    color: var(--muted);
    border: 0;
    box-shadow: inset 2px 2px 5px var(--sh-lo),inset -2px -2px 5px var(--sh-hi);
    transition: .25s;
}
.single-course-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px dashed var(--line);
}
.btn {
    padding: 12px 20px;
    min-height: 44px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 13.5px;
    transition: .15s;
    transform: translateX(3px);
    transition: background .22s ease,transform .22s ease,box-shadow .22s ease;

}
.btn-primary{
    color: #fff;
    background: var(--ac-grad);
    box-shadow: 0 8px 18px -6px var(--ac-glow,var(--ac-tint));
}
.price small {
    font-family: var(--ara-font);
    font-size: 11px;
    color: var(--muted);
    font-weight: 700;
    letter-spacing: 1px;
}
.g-t {
    background: linear-gradient(100deg,var(--d-gold),var(--gold) 55%,var(--gold-soft));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.brown .tag {
    background: var(--m-gold);
}
.brown{
    border-top: 5px solid var(--m-gold);
    background-image: var(--br-bg);
}
.brown .icon i{
    background-image: var(--br-bg);
    color: var(--m-gold);
    box-shadow: inset 5px 5px 11px var(--br-lo),inset -4px -4px 11px var(--br-hi);
}
.brown .btn-primary{
    background: var(--m-gold);
}
.brown .brief span {
    box-shadow: inset 2px 2px 5px var(--sh-lo),inset -2px -2px 5px var(--sh-hi);
    transition: .25s;
    background-image: var(--br-bg);
    color: var(--m-gold);
    box-shadow: inset 5px 5px 11px var(--br-lo), inset -4px -4px 11px var(--br-hi);
}
.xl-f i{
    width: 84px;
    height: 84px;
    font-size: 32px;
    border-radius: 24px;
}
.c-details {
    padding: 25px 20px;
    border-radius: 16px;
    box-shadow: inset 5px 5px 10px var(--sh-lo),inset -5px -5px 10px var(--sh-hi);
}
.accordion-item,.accordion-button,.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.accordion-button::after{
    display: none;
}
.accordion-button{
    display: block;
    border: none;
    font-weight: 700;
    color: var(--ac) !important;
}
.accordion-button span{
    display: flex;
    justify-content: flex-end;
}
.accordion-item{
    border: none;
}
.accordion-header {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px dashed var(--line);
}
.accordion-header p {
    font-size: 15px;
    min-width: 90px;
    font-weight: 700;
}
.accordion-body ul li {
    padding: 4px 0px;
    list-style-type: decimal;
    font-size: 14px;
}
.decimal {    
    height: 26px;
    height: 26px;
    border-radius: 8px;
    background: var(--teal);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}