main {
    --line: var(--lightgreenbg);
    --icon-bg:#eef7e9;
}

body.executive-education .green_button {
margin-block:0px!important;
display: grid;
    align-items: center;
    
}

ul.campuses {
    list-style: none;
    display: flex;
    gap: 1rem;
}

ul.campuses li {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    border: 1px solid var(--anthracitelightgrey);
    border-left: 0.5rem solid var(--lightgreenbg);
}

ul.campuses li:hover {
    background: var(--ee-background);
}

.insert-block {
    display:none;
}

/**animation*/
body.executive-education main div:not(.table_wrap):not(.collapsible):not(.testimonial-dots):not(.modal):not(.modal-box):not(.modal-body) {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: transform, opacity;
}

body.executive-education main div.visible:not(.table_wrap):not(.collapsible):not(.testimonial-dots):not(.modal):not(.modal-box):not(.modal-body){
  opacity: 1;
    transform: translateY(0);
}

/** HP Banner and caption*/
.banner_caption{
    position:absolute;
    left:4%;
    bottom:.5rem;
    z-index:5; 
}

/* H1 */

.banner_caption h1{
    margin:0;
    font-size:clamp(2.5rem,3vw,5rem);
    color:var(--white);
    letter-spacing:.05em;
}

/* Each generated span */

.banner_caption h1 span{
    display:inline-block;
    opacity:0;
    transform:translateY(30px) scale(.8);
    animation:letterReveal .1s forwards;
}

@keyframes letterReveal{

    0%{
        opacity:0;
        transform:translateY(35px) scale(.7);
        text-shadow:none;
    }

    70%{
        opacity:1;
    }

    100%{
        opacity:1;
        transform:translateY(0) scale(1);
    }

}


/* Slogan */

.slogan{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    margin-top:2rem;
    font-size:1.75rem;
    font-style:italic;
    color:var(--white);
}

.slogan span{
    display:inline-block;
    padding-right:80px;
    animation:marquee 20s linear infinite;
    max-width: 90vw;
}

@keyframes marquee{ 

    from{
        transform:translateX(50%);
    }

    to{
        transform:translateX(-100%);
    }

}



body.executive-education .grid2 p {
text-align:left;
}

body.executive-education h2:not(.toggle_h2) {
    position: relative;
    margin-top: 60px;
    padding-left: 42px!important;
}

body.executive-education h2:not(.toggle_h2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;

    width: 26px;
    height: 5px;

    background: var(--secondarygreen8);
    border-radius: 4px;

    transform: translateY(-50%);
}


.ed {
    border-left: 0.5rem solid var(--secondarygreen8);
    padding-left: 2rem;
    padding-block:0.5rem;
}

p.buttons {
   display: flex;
    gap: 1rem;
    margin-bottom: 0px;
}

.pathways {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}
.pathways div img {
    max-width: 3rem;
    margin-bottom: 1rem;
}
body.executive-education .modal-box img {
    max-width: 3rem;
    margin-bottom: 1rem;
}

.pathways p a{
    color:var(--anthracite)!important;
}
.pathways > div {
    position: relative;
    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    padding: 30px;
    min-height: 180px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    overflow: hidden;
}

.pathways div a {
    text-decoration: none;
}

.pathways div a h3 {color: var(--secondarygreen8);}

.pathways > div:hover {
    background: rgba(120,190,32, .26);
}

/* Green top accent */
.pathways > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondarygreen8);
}

/* Hover effect */
.pathways > div:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Title */
.pathways h3 {
    margin: 0 0 15px;
    max-width: 89%;
}

/* Link */
.pathways h3 a {
    color: var(--secondarygreen8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.pathways h3 a:hover {
    color: var(--secondarygreen8);
}

/* Optional numbering */
.pathways > div:nth-child(1)::after,
.pathways > div:nth-child(2)::after,
.pathways > div:nth-child(3)::after,
.pathways > div:nth-child(4)::after {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(124, 179, 66, 0.12);
}

.pathways > div:nth-child(1)::after { content: "01"; }
.pathways > div:nth-child(2)::after { content: "02"; }
.pathways > div:nth-child(3)::after { content: "03"; }
.pathways > div:nth-child(4)::after { content: "04"; }


.aacsb-note {
margin-top: 50px;
    padding: 24px 30px;
    border-left: 6px solid var(--secondarygreen8);
    border-radius: var(--border-radius);
    display: flex;
    gap: 1rem;
}

.aacsb-note img {
    max-width: 7rem;
    border-right: 2px solid var(--secondarygreen8);
    padding-right: 1rem;
}

.aacsb-note strong {
    color: var(--secondarygreen8);
    font-weight: 700;
}

/** emba index page */
.emba-into {
    padding: 1rem 1.5rem;
    margin-bottom: 3rem;
}

.emba-into span.larger {
    font-weight: bold;
}

/**Quarter centurey*/
.quarter-century {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin: 50px 0;
}

.quarter-century > div {
    position: relative;
    padding: 30px 32px;
    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}

.quarter-century > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background: var(--secondarygreen8);
}

.quarter-century > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.quarter-century h3 {
    margin: 0 0 16px;
}

.quarter-century a {
    color: var(--secondarygreen8);
    font-weight: 700;
    text-decoration: none;
}

.quarter-century a:hover {
    color: var(--secondarygreen8);
    text-decoration: underline;
}



/* Make the first card wider because it has more content */
.quarter-century > div:first-child{
    grid-column: span 2;
}



/**MOdal */
/* Hide the source content */
.modal-content {
    display: none;
}

/* Modal overlay */
.modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 9999;
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
}

/* Modal window */
.modal-box {
    position: relative;
    width: min(100%, 700px);
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    padding: 2.5rem;
    background: var(--white);
    border-radius: .75rem;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

/* Close button */
.modal-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    z-index: 99999;
}

/* Modal content */
.modal-body h3 {
    margin: 0 2.5rem 1rem 0;
}

.modal-body p {
    margin: 0;
    line-height: 1.6;
}


body.page_the-program h3.toggle_h3 {
    margin-top:0px;
}

body.page_director p.captioned_image {
    float: left;
    margin-right: 1.5rem;
    max-width: 250px;
    margin-bottom: 0.5rem;
    line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {

    .slogan span {
        white-space: nowrap;
    }

    ul.campuses {
    flex-direction: column;
    margin-bottom: 3rem !important;
}

    .ee-contact-info a {
    word-break: break-all;
   }

    body.page_director p img {
        float: left;
        margin-right: 2rem;
        max-width: 400px;
    }

    .banner_caption h1{
    margin:0;
    font-size:1.4rem;
    letter-spacing:0;
}

.slogan{
    display:block;
    overflow:hidden;
    white-space:normal;
    margin-top:18px;
    font-size:1rem;
}


    .quarter-century {
        grid-template-columns: 1fr;
    }

    .quarter-century > div:first-child {
        grid-column: span 1;
    }
}



/* Program at a Glance */

.glance {
    margin-bottom: 3rem;
}

.glance .grid2 {
    margin-bottom: 0;
}

.glance .grid2 p{
    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    padding: 32px;
    top: 20px;
       padding: 14px 0;
    display: block;
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 0.5rem !important;
    min-height: 4rem;
}


/* Link */
.glance a {
    display: inline-block;
    margin-top: 10px;
    color: var(--secondarygreen8);
    font-weight: 700;
    text-decoration: none;
}
.glance a {
    margin: 0;
}


.glance a:hover {
    color: var(--secondarygreen8);
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
    .grid2 {
        grid-template-columns: 1fr;
    }

    .glance {
        position: static;
    }
}

/* Cohort Characteristics Section */

.cohort-charactaristics {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
}

.cohort-charactaristics li {
    position: relative;
    padding: 0.5rem 24px!important;
    margin-bottom: 14px;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Progress bar background */

.cohort-charactaristics li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(124, 179, 66, 0.18);
    z-index: 0;
}

/* Keep text above bar */

.cohort-charactaristics li {
    z-index: 1;
}

/* Percentages */

.cohort-charactaristics li:nth-child(1)::before {
    width: 28%;
}

.cohort-charactaristics li:nth-child(2)::before {
    width: 19%;
}

.cohort-charactaristics li:nth-child(3)::before {
    width: 16%;
}

.cohort-charactaristics li:nth-child(4)::before {
    width: 14%;
}

.cohort-charactaristics li:nth-child(5)::before {
    width: 11%;
}

.cohort-charactaristics li:nth-child(6)::before {
    width: 7%;
}

.cohort-charactaristics li:nth-child(7)::before {
    width: 5%;
}

/* Hover */

.cohort-charactaristics li:hover {
    transform: translateX(4px);
    transition: all 0.3s ease;
    box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

/**Testimonials*/
.testimonials {
    display: grid;
    gap: 24px;
    margin: 50px 0;
    position: relative;
}

.testimonials p {
    margin-top:0px;
}

.testimonials > div:not(.testimonial-dots) {
    position: relative;
    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    padding: 1rem 1rem 1rem 4.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border-radius: var(--border-radius);
    display: none;
}

.testimonials > div:not(.testimonial-dots):hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.10);
}

/**the dots*/
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--anthracite40percent);
    cursor: pointer;
    transition: background-color .3s, transform .3s;
}

.testimonial-dot:hover {
    transform: scale(1.15);
}

.testimonial-dot.active {
    background: var(--secondarygreen8);
}

/* Quote icon */

.testimonials > div:not(.testimonial-dots)::before {
    content: "";
    background-image: url(https://sb.lau.edu.lb/_imagesui/quotes.svg);
    background-size: contain;

    z-index: 9;

    position: absolute;
    left: 28px;
    top: 28px;

    width: 2rem;
    height: 2rem;

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

    border: 2px solid var(--secondarygreen8);
    border-radius: 50%;
}
/* Attribution */

.testimonials p:last-child {
    position: relative;
    margin: 25px 0 0;
    padding-left: 28px;
}

.testimonials p:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;

    width: 16px;
    height: 2px;

    background: var(--secondarygreen8);
}

.complete-certificate {
align-items: center;
    margin: 60px 0;
    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 1rem 1rem;
    padding-left: 7rem!important;
    position: relative;

}

.complete-certificate::before {
    content: "";
    background-image: url(https://sb.lau.edu.lb/_imagesui/checklist.svg);
    background-size: contain;
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 9;
 
    background-repeat: no-repeat;
    left: 0.5rem;
    top: 50%;
    transform: translate(10px, -50%);
}

.complete-certificate .explore:hover::after {
transform: translateX(4px);
}


.not-ready-for-emba {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin: 50px 0;
}

.not-ready-for-emba > div {
display: flex;
    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    padding:  1.5rem 1rem;
    background-color: var(--anthracitelightgrey);
    gap:1rem
}

.not-ready-for-emba a {
    color: var(--primarygreen) !important;
    text-decoration: none;
}

.not-ready-for-emba div:hover {
    background-color: #d2edaf;
}
.not-ready-for-emba div:hover a {
    text-decoration: underline;
}

.not-ready-for-emba > div:hover {
transform: translateY(-5px);
box-shadow: 0 16px 34px rgba(0,0,0,0.10);
}
.not-ready-for-emba img {
    max-width: 2rem;
}
.not-ready-for-emba h3 {
margin: 0 0 18px;
color: var(--primarygreen);

}

.not-ready-for-emba p {
margin: 0;
}

/* Optional arrow animation */

.not-ready-for-emba p:last-child span::after {
content: "";
}


/* =========================
WHO SHOULD APPLY
========================= */

.who-should-apply {
padding: 45px;
background: var(--ee-background);
border: 1px solid var(--lightgreenbg);
border-radius: var(--border-radius);
margin: 60px 0;
}




/* =========================
CARDS
========================= */

.who-should-apply ul {
list-style: none;
padding: 0;
margin: 40px 0;


display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;

}

.who-should-apply li {
background: var(--white);
border: 1px solid var(--lightgreenbg);
border-radius: var(--border-radius);
padding: 1rem;

box-shadow: 0 8px 24px rgba(0,0,0,.05);
transition: all .3s ease;

position: relative;

}

.who-should-apply li:hover {
transform: translateY(-5px);
box-shadow: 0 16px 34px rgba(0,0,0,.1);
}

.who-should-apply li::before {
content: "";
width: 40px;
height: 40px;
display: block;
margin-bottom: 0.5rem;
border-radius: 50%;
background: var(--icon-bg);
}

.who-should-apply li:nth-child(1)::before {
background-image: url(https://sb.lau.edu.lb/images/group-of-students.svg);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: center;
}


.who-should-apply li:nth-child(2)::before {
background-image: url(https://sb.lau.edu.lb/images/business-bag.svg);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: center;
}

.who-should-apply li:nth-child(3)::before {
background-image: url(https://sb.lau.edu.lb/images/lamp.svg);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: center;
}

.who-should-apply li:nth-child(4)::before {
background-image: url(https://sb.lau.edu.lb/images/lamp.svg);
    background-size: 72%;
    background-repeat: no-repeat;
    background-position: center;
}

/* card titles */

.who-should-apply li strong {
display: block;
margin-bottom: 15px;
}

.who-should-apply li {
padding-left: 1.5rem !important;
padding-bottom: 0.5rem;
}

/* =========================
ADMISSION LINK
========================= */

.who-should-apply > p:nth-of-type(1) {
margin: 0;
padding: 30px 0 0 0;
border-top: 2px dashed #d7e2d0;
}

.who-should-apply > p:nth-of-type(1) a::after {
content: " →";
}

/* Self Assessment */

.who-should-apply > p:last-child strong {
display: inline-block;
background: var(--secondarygreen8);
color: var(--white);
padding: 16px 28px;
border-radius: 10px;
font-size: 1.1rem;
}


/* =========================
   Executive Certificates Page
========================= */



/* Launching badge */
.launching {
    display: inline-flex;
    align-items: center;
    gap: 12px;
margin:0px!important;
    margin: 20px 0 25px;
    padding: 12px 18px;

    background: var(--icon-bg);
    border: 1px solid var(--lightgreenbg);
    border-radius: 999px;

    color: var(--secondarygreen8);
    font-weight: 800;
}
.glance .green_button {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    border-radius: var(--border-radius);
}
.launching::before {
    content: "";
    width: 34px;
    height: 34px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%237AB729' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");

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


    border-radius: 50%;
}

/* Focused heading */
.focused {
    position: relative;
    margin-top: 50px;
    padding-left: 42px!important;
}

h2.com-qual + .grid2 {
    background: var(--ee-background);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    margin-bottom:0px;
}

/* =========================
   Certificate Cards
========================= */

.sdc,
.dia,
.lft {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr;
    gap: 0.5rem;

    position: relative;

    margin: 20px 0;
    padding: 32px 36px 32px 130px;

    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sdc:hover,
.dia:hover,
.lft:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.09);
}

/* Icon circle */
.sdc::before,
.dia::before,
.lft::before {
    position: absolute;
    left: 34px;
    top: 35px;

    width: 68px;
    height: 68px;

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

    border-radius: 50%;

    color: var(--white);
    font-size: 2rem;
    background: var(--secondarygreen8);
}

.sdc::before {
    content: "";
    background-image: url(https://sb.lau.edu.lb/_imagesui/recycle.svg);
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
}

.dia::before {
    content: "↗";

}

.lft::before {
    content: "$";
    
}

/* Certificate titles */
.sdc h3,
.dia h3,
.lft h3 {
    margin: 0;
}

.sdc h3 a,
.dia h3 a,
.lft h3 a {
    text-decoration: none;
}

.sdc h3 a {
    color: var(--primarygreen);
}

.sdc p,
.dia p,
.lft p {
    margin: 0;
}

/* Details panel */
.sdc ul,
.dia ul,
.lft ul {
    grid-column: 2;
    grid-row: 1 / span 2;

    align-self: stretch;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;

    margin: -32px -36px -32px 0!important;
    padding: 32px 36px;

    list-style: none;

    background: linear-gradient(135deg, var(--ee-background), var(--white));
    border-left: 1px solid var(--line);
}

.sdc li,
.dia li,
.lft li {
    position: relative;
    padding-left: 2rem!important;
    margin: 0!important;
}

.sdc li::before,
.dia li::before,
.lft li::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--secondarygreen8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}

/* =========================
   Who Should Apply
========================= */

.cer-who-should-apply {
    margin: 50px 0 25px;
    padding: 36px 40px;
    position:relative;
    overflow:hidden;
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);
}

.cer-who-should-apply h2 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 42px!important;
}

.cer-who-should-apply ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 34px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.cer-who-should-apply li {
    position: relative;
    padding-left: 34px!important;
}

.cer-who-should-apply li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;

    width: 21px;
    height: 21px;

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

    border: 2px solid var(--secondarygreen8);
    border-radius: 50%;

    color: var(--secondarygreen8);
    font-size: 0.75rem;
    font-weight: 800;
}

/* =========================
   Self Assessment CTA
========================= */

p.complete-certificate {
    margin-top: 35px;
    padding: 1rem 5rem!important;

    background: #fbfcf8;
    border: 1px solid #e2eadb;
   border-radius: var(--border-radius);
   margin-bottom: 0;
}

p.complete-certificate + .buttons {
    justify-content: center;
}

/* =========================
   Complete Qualification
========================= */

.page_certificates .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px;

    margin: 30px 0 50px;
}

.page_certificates .grid2 p {
    margin: 0;
    text-align:left;
}

body:not(.page_certificates) .page_certificates .grid2 p + p {
    padding-left: 46px;
    border-left: 1px solid var(--line);
}

/* =========================
   Get in Touch
========================= */

.get-in-touch {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px 50px;
    align-items: center;

    margin: 50px 0;
    padding: 36px 44px;

    background: linear-gradient(135deg, var(--ee-background), var(--white));
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);
}

.get-in-touch h2 {
    position: relative;
    grid-column: 1;
    margin: 0;
    padding-left: 42px!important;
}

.get-in-touch p {
    margin: 0;
}

.get-in-touch p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
}

/**executive cources*/
.how-to-register {
    position: relative;
    margin: 35px 0 60px;
    padding-left: 74px;
}

/* Vertical timeline line */
.how-to-register::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: var(--secondarygreen8);
}

/* Each step */
.how-to-register p {
    position: relative;
    margin: 0 0 32px;
}

/* Step number circle */
.how-to-register p::before {
    position: absolute;
    left: -74px;
    top: 0;

    width: 48px;
    height: 48px;

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

    background: var(--secondarygreen8);
    color: var(--white);

    border-radius: 50%;

    font-size: 0.95rem;
    font-weight: 800;

    box-shadow: 0 4px 12px rgba(91, 157, 34, 0.25);
}

.how-to-register p:nth-child(1)::before {
    content: "01";
}

.how-to-register p:nth-child(2)::before {
    content: "02";
}

.how-to-register p:nth-child(3)::before {
    content: "03";
}

.how-to-register p:nth-child(4)::before {
    content: "04";
}

/* Step title */
.how-to-register strong {
    display: inline-block;
    margin-bottom: 5px;
    color: var(--secondarygreen8);
}

.courses-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin: 40px 0 0px;
}

.courses-types p {
    position: relative;
    border-top: 6px solid var(--secondarygreen8)!important;
    margin: 0;
    padding: 2rem;
    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    transition: all .3s ease;
}

.courses-types p:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(0,0,0,.08);
}

.courses-into {
    padding: 1rem 2rem;
}
body.page_courses h2.toggle_h2 {
    padding: 0.5rem 1.5rem !important;
    margin-bottom: 0.5rem !important;
    border-bottom: 0px !important;
    background-color: var(--anthracitelightgrey);
}

/* Icon circles */

.courses-types p::before {
    position: absolute;
    left: 28px;
    top: 30px;

    width: 54px;
    height: 54px;

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

    border-radius: 50%;

    background: var(--icon-bg);

    top: 1rem;
}

/* Graduation cap */

.courses-types p:first-child::before {
    content: "";
    background-image:url(https://sb.lau.edu.lb/_imagesui/graduation-cap.svg);
    position:absolute;
    background-size: 75%;
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    background-position: center;
}

/* Certificate */

.courses-types p:last-child::before {
    content: "";
    background-image:url(https://sb.lau.edu.lb/_imagesui/certificate.svg);
    position:absolute;
    background-size: 75%;
    background-repeat: no-repeat;
    width: 3rem;
    height: 3rem;
    background-position: center;
}

/* Card titles */

.courses-types strong {
    display: block;
    margin-bottom: 12px;

    font-weight: 700;
    padding-left: 3.5rem;
}

/* Optional subtle divider */

.courses-types p:last-child {
    background:
        linear-gradient(
            135deg,
            var(--white) 0%,
            #fbfcf8 100%
        );
}

/* =========================
   Leadership Development Intro
========================= */

.trainings-into {
    position: relative;
    padding: 2rem;

    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

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

    overflow: hidden;
}

/* Heading */

.trainings-into p:first-child {
    margin: 0 0 20px;
}

.trainings-into .larger {
    font-weight: 800;

}

/* Intro text */

.trainings-into p:nth-child(2) {
    max-width: 850px;
    margin: 0 0 35px;

}

main th {
    background-color: var(--secondarygreen8);
}

/* =========================
   Corporate Training Sections
========================= */

.training-how-we-work {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1rem
}


/* =========================
   Four-Phase Timeline
========================= */

.training-how-we-work > div {
    position: relative;

    margin: 0 0 22px;
    padding: 1.5rem;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.training-how-we-work > div::before {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondarygreen8);
    color: var(--white);
    border-radius: 50%;

    box-shadow: 0 6px 16px rgba(108,171,47,.25);
}

.training-how-we-work > div:nth-of-type(1)::before {
    content: "01";
}

.training-how-we-work > div:nth-of-type(2)::before {
    content: "02";
}

.training-how-we-work > div:nth-of-type(3)::before {
    content: "03";
}

.training-how-we-work > div:nth-of-type(4)::before {
    content: "04";
}

.training-how-we-work > div:last-child::after {
    display: none;
}

.training-how-we-work h3 {
    margin: 0 0 12px;

    color: var(--secondarygreen8);
   
}

.training-how-we-work ul {
    margin: 0!important;
    padding: 0;

    list-style: none;
}

.training-how-we-work li {
    position: relative;

    margin-bottom: 0px!important;
    padding-left: 1rem!important;
}

.training-how-we-work li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;

    width: 6px;
    height: 6px;

    background: var(--secondarygreen8);
    border-radius: 50%;
}

/* =========================
   Programs Grid
========================= */

.training-the-programs {
    padding-top: 20px;
}

.training-the-programs .grid2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    display: grid !important;
    row-gap: 2rem;
    margin-bottom: 0;
}

.training-the-programs > .grid2 > div {
    position: relative;

    display: inline-block;
    vertical-align: top;

    padding: 1.5rem;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);

    box-shadow: 0 6px 20px rgba(0,0,0,.04);
    transition: all .3s ease;
}



.training-the-programs > .grid2 > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.training-the-programs > .grid2 > div::before {
    position: absolute;
    right:0;
top: -17px;
    width: 2rem;
    height: 2rem;

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

    background: var(--icon-bg);
    color: var(--secondarygreen8);

    border-radius: 50%;

    font-size: 1rem;
    font-weight: 800;
}

.training-the-programs > .grid2 > div:nth-of-type(1)::before {
    content: "I";
}

.training-the-programs > .grid2 > div:nth-of-type(2)::before {
    content: "II";
}

.training-the-programs > .grid2 > div:nth-of-type(3)::before {
    content: "III";
}

.training-the-programs > .grid2 > div:nth-of-type(4)::before {
    content: "IV";
}

.training-the-programs > .grid2 > div:nth-of-type(5)::before {
    content: "V";
}

.training-the-programs > .grid2 > div:nth-of-type(6)::before {
    content: "VI";
}

.training-the-programs h3 {
    margin: 0 0 10px!important;
}

/* =========================
   The Four Formats
   screenshot-style rows
========================= */

.training-four-formats {
 margin: 1rem 0 3rem;
    border-radius: var(--border-radius);
    display: grid;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
    grid-template-columns: repeat(4, 1fr);
}

.training-four-formats > div {
    position: relative;

    align-items: center;

    padding: 1rem;
    border-bottom: 1px solid var(--lightgreenbg);
    background: var(--ee-background);
}

.training-four-formats > div:last-child {
    border-bottom: 0;
}

/* Icon circle */
.training-four-formats > div::before {
   position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-color: var(--secondarygreen8);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.training-four-formats > div:nth-child(1)::before {
    content:"I";
}
.training-four-formats > div:nth-child(2)::before {
     content:"II";
}
.training-four-formats > div:nth-child(3)::before {
    content:"III";
}
.training-four-formats > div:nth-child(4)::before {
    content:"IV";
}


/* Description column */
.training-four-formats p {
    margin:0;
    padding-left: 2.25rem;
}

/* Hover */
.training-four-formats > div:hover {
    background: var(--ee-background);
}

/* =========================
   The Partnership
========================= */

.trainings-partnership {
   display: grid;
    gap: 1rem;
    margin: 0;
    grid-template-columns: 1fr 1fr 1fr;
}

.trainings-partnership > div {
    position: relative;
    padding: 1rem;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.trainings-partnership h3 em {
    color: var(--secondarygreen8);
}

.trainings-partnership hr {
    border-color:var(--secondarygreen8)!important;
    margin-block: 1rem !important;
}

.trainings-partnership p {
    grid-column: 1 / -1;

    margin: 0 0 18px;
}

.trainings-partnership p:last-child {
    margin-bottom: 0;
}
.trainins-why-aksob {
    margin: 40px 0 70px;
}

.trainins-why-aksob > div {
    position: relative;

    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 42px;
    align-items: center;

    padding: 34px 0;
    border-bottom: 1px solid #e4e8e3;
}

.trainins-why-aksob > div:last-child {
    border-bottom: 0;
}

/* Icon */

.trainins-why-aksob > div::before {
    content: "";

    grid-column: 1;
    grid-row: 1 / span 2;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
}

/* Divider */

.trainins-why-aksob > div::after {
    content: "";

    position: absolute;
    left: 135px;
    top: 34px;
    bottom: 34px;

    width: 1px;
    background: #dce5d7;
}

/* Force text into right column */

.trainins-why-aksob h3,
.trainins-why-aksob p {
    grid-column: 2;
}



/* =====================================
   WHY AKSOB ICONS
===================================== */

/* Faculty */

.trainins-why-aksob > div:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M2 9l10-5 10 5-10 5z'/%3E%3Cpath d='M5 11v4'/%3E%3Cpath d='M19 11v4'/%3E%3Cpath d='M8 14c0 2 8 2 8 0'/%3E%3Ccircle cx='8' cy='18' r='2'/%3E%3Ccircle cx='16' cy='18' r='2'/%3E%3Cpath d='M6 22c0-2 4-2 4 0'/%3E%3Cpath d='M14 22c0-2 4-2 4 0'/%3E%3C/svg%3E");
}

/* Context */

.trainins-why-aksob > div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

/* Partnership */

.trainins-why-aksob > div:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M8 12l2 2a2 2 0 0 0 3 0l3-3'/%3E%3Cpath d='M7 11l-3 3 5 5 3-3'/%3E%3Cpath d='M17 11l3 3-5 5-3-3'/%3E%3Cpath d='M8 12l3-3a3 3 0 0 1 4 0l1 1'/%3E%3C/svg%3E");
}


/* =====================================
   BENCHMARKED PRACTICE
===================================== */

.trainins-benchmarked-practice {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    margin: 50px 0 80px;

    border: 1px solid #e4e8e3;
    border-radius: var(--border-radius);

    overflow: hidden;

    background: var(--white);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.trainins-benchmarked-practice > div {
    padding: 40px 30px;
    text-align: center;
}

.trainins-benchmarked-practice > div:not(:last-child) {
    border-right: 1px solid #e4e8e3;
}

/* Card icons */

.trainins-benchmarked-practice > div::before {
    content: "";

    display: block;

    width: 90px;
    height: 90px;

    margin: 0 auto 24px;

    border-radius: 50%;

    background-color: var(--icon-bg);

    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px;
}

.trainins-benchmarked-practice h3 {

    color: var(--secondarygreen8);

}

/* =====================================
   BENCHMARKED ICONS
===================================== */

/* Partnership */

.trainins-benchmarked-practice > div:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M8 12l2 2a2 2 0 0 0 3 0l3-3'/%3E%3Cpath d='M7 11l-3 3 5 5 3-3'/%3E%3Cpath d='M17 11l3 3-5 5-3-3'/%3E%3Cpath d='M8 12l3-3a3 3 0 0 1 4 0l1 1'/%3E%3C/svg%3E");
}

/* Real situations */

.trainins-benchmarked-practice > div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='7' r='2'/%3E%3Ccircle cx='12' cy='7' r='2'/%3E%3Ccircle cx='18' cy='7' r='2'/%3E%3Cpath d='M3 20v-1a4 4 0 0 1 4-4h2'/%3E%3Cpath d='M15 15h2a4 4 0 0 1 4 4v1'/%3E%3C/svg%3E");
}

/* Cohort */

.trainins-benchmarked-practice > div:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='7' height='7' rx='1'/%3E%3Crect x='14' y='3' width='7' height='7' rx='1'/%3E%3Crect x='3' y='14' width='7' height='7' rx='1'/%3E%3Crect x='14' y='14' width='7' height='7' rx='1'/%3E%3Cpath d='M10 6.5h4'/%3E%3Cpath d='M6.5 10v4'/%3E%3Cpath d='M17.5 10v4'/%3E%3Cpath d='M10 17.5h4'/%3E%3C/svg%3E");
}


/* =====================================
   THEMES WE BUILD ON
===================================== */

.trainings-themes {
    background: var(--white);

    border: 1px solid #e5ece0;
    border-radius: var(--border-radius);

    overflow: hidden;

    box-shadow: 0 8px 25px rgba(0,0,0,.04);

    margin: 50px 0;
}

/* Header */

.trainings-themes > p:first-child {
    margin: 0;

    padding: 24px 35px;

    background: var(--icon-bg);

    color: var(--primarygreen);

    font-size: 1.3rem;
    font-weight: 700;
}

/* List */

.trainings-themes ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

/* Items */

.trainings-themes li {
    position: relative;
    padding: 1.5rem 35px 1.5rem 6rem!important;
    border-bottom: 1px solid #edf2ea;
}

.trainings-themes li:last-child {
    border-bottom: 0;
}

/* Checkmark circle */

.trainings-themes li::before {
    content: "✓";

    position: absolute;

    left: 35px;
    top: 50%;

    transform: translateY(-50%);

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: var(--icon-bg);

    color: var(--secondarygreen8);

    font-size: 1.5rem;
    font-weight: 700;

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

/* Hover */

.trainings-themes li:hover {
    background: #fafcf8;
}


.program-elective-choise {
    position: relative;
    margin: 45px 0 60px;
    padding: 32px 38px 32px 135px;
    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

/* Icon circle */

.program-elective-choise::before {
    content: "";

    position: absolute;
    left: 38px;
    top: 50%;

    width: 70px;
    height: 70px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3Cpath d='M22 10v6'/%3E%3C/svg%3E");
}

/* Divider */

.program-elective-choise::after {
    content: "";

    position: absolute;
    left: 118px;
    top: 28px;
    bottom: 28px;

    width: 1px;

    background: #dce8d6;
}

/* ================================
   Program Concentrations
   matches attached row/icon design
================================ */

.program-concentrations {
    list-style: none;
    margin: 45px 0;
    padding: 0;

    display: grid;
    gap: 1rem;
}

.program-concentrations li {
  display: flex;
    align-items: center;
    padding: 28px 36px 28px 6rem !important;
    background: #fafafa;
    margin: 0px !important;
    position:relative
}

/* Green icon block */

.program-concentrations li::before {
content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 100%;
    background-color: var(--secondarygreen8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5rem;
}

/* Finance icon */

.program-concentrations li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l7-5 7 5v12'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3Cpath d='M8 10h8'/%3E%3C/svg%3E");
}

/* Digital / AI icon */

.program-concentrations li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='6' y='6' width='12' height='12' rx='2'/%3E%3Cpath d='M9 10h6M9 14h6'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4M4.5 4.5l2.8 2.8M16.7 16.7l2.8 2.8M19.5 4.5l-2.8 2.8M7.3 16.7l-2.8 2.8'/%3E%3C/svg%3E");
}

/* Sustainability icon */

.program-concentrations li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 20c8 0 14-6 16-16-10 2-16 8-16 16z'/%3E%3Cpath d='M4 20c4-5 8-8 14-12'/%3E%3Cpath d='M12 20c-4-2-7-5-8-10'/%3E%3C/svg%3E");
}

/* =========================
   Program Arc
========================= */

.program-arc {
    position: relative;

   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 4rem 1rem;
    margin-bottom: 2rem;

}

/* Cards */

.program-arc > div:not(.modal) {
    position: relative;

    padding: 1rem;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    text-align: center;

    box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

.program-arc > div:not(.modal):hover {
background: rgba(120,190,32, 0.26);
} 

.program-arc > div:not(.modal):hover a {
color: var(--primarygreen);
} 


/* Roman circle */

.program-arc > div > p > a::before {
   position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondarygreen8);
    color: var(--white);
    border: 5px solid var(--icon-bg);
    border-radius: 50%;
    font-size: 1.2rem;
    box-shadow: 0 0 0 2px var(--secondarygreen8);
}
.program-arc div a {
text-decoration: none;
}

.program-arc div p span {
    color: var(--anthracite);
    font-size: 1rem;
    font-weight: normal;
}

.program-arc > div:nth-child(1) > p > a::before {
    content: "I";
}

.program-arc > div:nth-child(2) > p > a::before {
    content: "II";
}

.program-arc > div:nth-child(3) > p > a::before {
    content: "III";
}

.program-arc > div:nth-child(4) > p > a::before {
    content: "IV";
}

.program-arc div p {
    margin: 0;
    font-weight: 700;
}

/* =========================
   Program Campuses
========================= */

.program-campuses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
    margin: 50px 0 70px;
}

.program-campuses > div {
    position: relative;

    padding: 2rem;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-top: 8px solid var(--secondarygreen8);
    border-radius: 10px;

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.program-campuses h3 {
position: relative;
    margin: 0 0 24px;
    padding-left: 24px;
    font-size: 1.5rem;
    padding-top:0.5rem;
}

.program-campuses h3::before {
    content: "";

    position: absolute;
    left: 0;
    top: 7px;

    width: 6px;
    height: 34px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}



.program-campuses ul {
    margin: 0!important;
    padding: 0;

    list-style: none;

    border-top: 1px solid var(--lightgreenbg);
}

.program-campuses li {
    position: relative;

    padding: 13px 0 10px 46px!important;

    border-bottom: 1px solid var(--lightgreenbg);
}

.program-campuses li:last-child {
    border-bottom: 0;
}

.program-campuses li::before {
    content: "›";

    position: absolute;
    left: 18px;
    top: 50%;

    transform: translateY(-50%);

    color: var(--secondarygreen8);
    font-size: 2rem;
    font-weight: 300;
}



/* =========================
   International Residency
========================= */

.program-int-resi-section {
    margin: 50px 0 80px;
}


/* New York highlight card */

.program-ny {
background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);
    overflow:hidden;
    position:relative;
}
.program-ny > h3 {
    position: relative;

    margin: 40px 0 0;
    padding: 0 42px 20px;

    font-size: 2rem;
}

.program-ny > h3::after {
    content: "";
    display: block;

    width: 58px;
    height: 4px;

    margin-top: 14px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.program-ny p {
    margin: 0;
    padding: 0 42px 28px;

    
}

/* =========================
   Itinerary
========================= */

.program-international-residency {
    display: flex;
    gap: 12px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.program-international-residency a {
    text-decoration: none;
}

.program-international-residency > div {
  
    border: 1px solid var(--lightgreenbg);
    border-radius: 12px;
 background: var(--icon-bg);
   text-align: center; 
   min-width: 6rem;

    box-shadow: 0 5px 16px rgba(0,0,0,.035);
}

.program-international-residency > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    background: var(--secondarygreen8);
}

.program-international-residency > div:hover a{
    color:white!important;
}

.program-international-residency > div > p:first-child {
    position: relative;

    margin: 0;
    padding: 0.5rem;

   

    color: var(--secondarygreen8);
   
    font-weight: 800;
}

.program-international-residency > div > p:last-child {
    margin: 0;
    padding: 28px 34px;
}

.program-international-residency > div > p:last-child strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.35rem;
    font-weight: 800;
}

/* =========================
   Alternative Locations
========================= */

.program-alt-locations {
    margin: 60px 0 80px;
}

.program-alt-locations h3 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 18px;
}

.program-alt-locations h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 70px;
    height: 5px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.program-alt-locations > p {
    margin: 0 0 45px;
}

/* Main city grid */

.program-alt-locations > ul {
    list-style: none;
    margin: 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

/* City card */

.program-alt-locations > ul > li {
    position: relative;

    min-height: 260px;

    padding: 2rem 34px 34px!important;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-top: 7px solid var(--secondarygreen8);
    border-radius: 12px;

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

    transition: all .3s ease;
}

.program-alt-locations > ul > li:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(0,0,0,.09);
}


/* City title */

.program-alt-locations h4 {
    position: relative;

    margin: 0 0 30px;

}

.program-alt-locations h4::after {
    content: "";

    display: block;

    width: 58px;
    height: 4px;

    margin-top: 16px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

/* Inner bullets */

.program-alt-locations > ul > li > ul {
    list-style: none;
    margin: 0!important;
    padding: 0;
}

.program-alt-locations > ul > li > ul > li {
    position: relative;
    padding-left: 0px!important;
}

/* =========================
   Heritage Weekend Sections
   second proposed option
========================= */

.program-byblos-weekend,
.program-beirut-weekend {
    margin: 0;
    padding: 1rem;
    position: relative;
    overflow: hidden;
}


.program-beirut-weekend h3 br {
    display: none;
}


.program-byblos-weekend h3::after,
.program-beirut-weekend h3::after {
    content: "";

    display: block;

    width: 54px;
    height: 4px;

    margin-top: 12px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.program-byblos-weekend > p,
.program-beirut-weekend > p {
    margin: 0 0 28px;
}


/* Numbered itinerary */

.program-byblos-weekend ol,
.program-beirut-weekend ol {
    margin: 0;
    padding: 0;

    list-style: none;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: 14px;

    overflow: hidden;
}

.program-byblos-weekend li,
.program-beirut-weekend li {
    position: relative;

    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;

    border-bottom: 1px solid var(--lightgreenbg);

    counter-increment: heritage-step;
}

.program-byblos-weekend li:last-child,
.program-beirut-weekend li:last-child {
    border-bottom: 0;
}

.program-byblos-weekend ol,
.program-beirut-weekend ol {
    counter-reset: heritage-step;
}

/* Number circle */

.program-byblos-weekend li::before,
.program-beirut-weekend li::before {
    content: counter(heritage-step);

    width: 38px;
    height: 38px;

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

    background: var(--secondarygreen8);
    color: var(--white);

    border-radius: 50%;

    font-weight: 800;
}

/* =========================
   What's Included
========================= */

.investment-whats-included {
    margin: 45px 0 60px;
}

.investment-included {
  
    padding: 34px 36px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.investment-included h3 {
    position: relative;
    margin: 0 0 26px;
    padding-left: 66px;
}

.investment-included h3::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 48px;
    height: 48px;

    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3C/svg%3E");
}

.investment-included h3::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin-top: 12px;
    background: var(--secondarygreen8);
    border-radius: 4px;
}

.investment-included ul {
    list-style: none;
    margin: 0 0 0 2rem!important;
    padding: 0;
}

.investment-included li {
    position: relative;
    padding: 18px 0 18px 42px!important;
    
    border-bottom: 1px solid var(--lightgreenbg);
}

.investment-included li:last-child {
    border-bottom: 0;
    margin:0!important;
}

.investment-included li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 17px;

    width: 22px;
    height: 22px;

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

    color: var(--secondarygreen8);
    border: 1px solid var(--secondarygreen8);
    border-radius: 50%;

    font-weight: 800;
}

/* =========================
   Financial Assistance Note
========================= */

.investment-financial-assistance-p {
    position: relative;

    margin: 30px 0 42px;
    padding: 26px 32px 26px 92px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: 14px;

}

.investment-financial-assistance-p::before {
content: "";
    position: absolute;
    left: 28px;
    top: 50%;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='M8 12l3 3 5-6'/%3E%3C/svg%3E");
}

/* =========================
   Assistance Cards
========================= */

.program-financial-assistanct-grid {
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.program-financial-assistanct-grid div{
    position: relative;
    display: inline-block;
    vertical-align: top;

    margin: 0 22px 26px 0;
    padding: 6rem 28px 30px;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}


.program-financial-assistanct-grid div::before {
    content: "";

    position: absolute;
    left: 28px;
    top: 28px;

    width: 52px;
    height: 52px;

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.program-financial-assistanct-grid div h3 {
    margin: 0 0 18px;
}

.program-financial-assistanct-grid div h3::after {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-top: 12px;
    background: var(--secondarygreen8);
    border-radius: 4px;
}

.program-financial-assistanct-grid div p {
    margin: 0;
}

/* Card icons */

.program-financial-assistanct-grid div:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M8 13l-2 8 6-3 6 3-2-8'/%3E%3C/svg%3E");
}

.program-financial-assistanct-grid div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s-7-4-9-9a5 5 0 0 1 9-4 5 5 0 0 1 9 4c-2 5-9 9-9 9z'/%3E%3C/svg%3E");
}

.program-financial-assistanct-grid div:nth-child(3)::before  {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M9 7V5h6v2'/%3E%3Cpath d='M4 12h16'/%3E%3C/svg%3E");
}

.program-financial-assistanct-grid div:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

.program-financial-assistanct-grid div:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 21v-2a6 6 0 0 1 12 0v2'/%3E%3Ccircle cx='17' cy='10' r='2'/%3E%3Cpath d='M15 17a5 5 0 0 1 6 4'/%3E%3C/svg%3E");
}

.program-financial-assistanct-grid div:nth-child(6)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18'/%3E%3Cpath d='M12 3a14 14 0 0 1 0 18'/%3E%3Cpath d='M12 3a14 14 0 0 0 0 18'/%3E%3C/svg%3E");
}

/* Important note: works even with malformed class text */

p.important {
    clear: both;

    position: relative;

    margin: 35px 0 60px;
    padding: 24px 30px 24px 86px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

}

p.important::before {
    content: "i";

    position: absolute;
    left: 30px;
    top: 26px;

    width: 34px;
    height: 34px;

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

    color: var(--secondarygreen8);
    border: 2px solid var(--secondarygreen8);
    border-radius: 50%;

    font-weight: 800;
}

p.important strong {
    color: var(--secondarygreen8);
}

/* Sectors served */

.track-sectors-served {
    margin: 45px 0 28px;
    padding: 36px 34px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.track-sectors-served > p {
    position: relative;
    margin: 0 0 34px;
    padding-bottom: 14px;

}

.track-sectors-served > p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 56px;
    height: 4px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.track-sectors-served ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;

    margin: 0;
    padding: 0;

    list-style: none;
}

.track-sectors-served li {
    position: relative;

    padding: 92px 22px 0!important;
    text-align: center;

    font-weight: 600;
}

.track-sectors-served li:not(:last-child) {
    border-right: 1px solid var(--lightgreenbg);
}

.track-sectors-served li::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 74px;
    height: 74px;

    transform: translateX(-50%);

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
}

/* Sector icons */

.track-sectors-served li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l7-5 7 5v12'/%3E%3Cpath d='M8 21v-7M12 21v-7M16 21v-7'/%3E%3C/svg%3E");
}

.track-sectors-served li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M4 21V7h16v14'/%3E%3Cpath d='M9 7V3h6v4'/%3E%3Cpath d='M10 13h4M12 11v4'/%3E%3Cpath d='M8 21v-4h8v4'/%3E%3C/svg%3E");
}

.track-sectors-served li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='7' r='3'/%3E%3Cpath d='M6 21v-2a6 6 0 0 1 12 0v2'/%3E%3Ccircle cx='5' cy='10' r='2'/%3E%3Ccircle cx='19' cy='10' r='2'/%3E%3C/svg%3E");
}

.track-sectors-served li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M12 21V9'/%3E%3Cpath d='M8 21h8'/%3E%3Cpath d='M7 13a7 7 0 0 1 10 0'/%3E%3Cpath d='M5 10a10 10 0 0 1 14 0'/%3E%3Cpath d='M9 16a4 4 0 0 1 6 0'/%3E%3C/svg%3E");
}

.track-sectors-served li:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V10h14v11'/%3E%3Cpath d='M4 10h16'/%3E%3Cpath d='M8 10V7h8v3'/%3E%3Cpath d='M12 7V3'/%3E%3C/svg%3E");
}

/* CTA */

.corporate-learn-more {
    margin: 28px 0 32px;
}

.corporate-learn-more a {
    position: relative;
    

        display: block;

    padding: 24px 32px;
    padding-left: 6rem;

    background: var(--primarygreen);
    color: #fff !important;

    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;

    box-shadow: 0 8px 22px rgba(15,107,22,.2);

}

.corporate-learn-more a::before {
    content: "";

    position: absolute;
    left: 30px;
    top: 50%;

    width: 46px;
    height: 46px;

    transform: translateY(-50%);

    border: 2px solid rgba(255,255,255,.75);
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h8'/%3E%3C/svg%3E");
}



.corporate-learn-more span {
    background: transparent !important;
    color: #fff !important;
}

.corporate-learn-more a::after {
    content: " →";
}

/* Contact */

.corporate-contact {
    margin: 0 0 36px;
    padding: 34px;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
    display:flex; gap:2rem;
}

.corporate-contact > p:first-child {
    position: relative;
    margin: 0 0 22px;
    padding-left: 58px;
padding-top: 0.9rem;

}

.corporate-contact > p:first-child::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 42px;
    height: 42px;

    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E");
}

.corporate-contact > p:first-child::after {
    content: "";
    display: block;

    width: 48px;
    height: 4px;
    background: var(--secondarygreen8);
    border-radius: 4px;
}

.corporate-contact > p:last-child {
    margin: 0;
}

/* How it works */

.corporate-how-it-works {
    clear: both;

    margin: 40px 0 70px;
    padding: 36px 34px;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.corporate-how-it-works > p {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 14px;

}

.corporate-how-it-works > p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 54px;
    height: 4px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.corporate-how-it-works ol {
    margin: 0;
    padding: 0;

    list-style: none;
    counter-reset: corp-step;
}

.corporate-how-it-works li {
    position: relative;

    padding: 22px 24px 22px 3rem;

    border-bottom: 1px solid var(--lightgreenbg);

    counter-increment: corp-step;
}

.corporate-how-it-works li:last-child {
    border-bottom: 0;
}

.corporate-how-it-works li::before {
    content: counter(corp-step);

    position: absolute;
    left: 0;
    top: 50%;

    width: 36px;
    height: 36px;

    transform: translateY(-50%);

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

    background: var(--primarygreen);
    color: var(--white);

    border-radius: 50%;
}



/* =========================
   Admissions / How to Join
========================= */


.admission-cohorts {
    margin: 40px 0 55px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.admission-cohorts ul {
    margin: 0!important;
    padding: 0;

    list-style: none;

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

.admission-cohorts li {
    position: relative;

    padding: 20px 34px 20px 92px!important
}

.admission-cohorts li:first-child {
    border-right: 1px solid var(--lightgreenbg);
}

.admission-cohorts li::before {
    content: "";

    position: absolute;
    left: 24px;
    top: 50%;

    width: 52px;
    height: 52px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}

.admission-cohorts li:first-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2 6 6-2-3 6 5 4-7 1-3 5-3-5-7-1 5-4-3-6 6 2z'/%3E%3C/svg%3E");
}

.admission-cohorts li:last-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2 4 5 6 9 7-4 1-7 4-9 8-2-4-5-7-9-8 4-1 7-3 9-7z'/%3E%3Ccircle cx='12' cy='17' r='3'/%3E%3C/svg%3E");
}

/* Qualifications icon */
.admission-required-qualifications h2::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3C/svg%3E");
}

/* =========================
   Open Houses Table
========================= */

body.page_how_to_join .table_wrap {
    margin: 20px 0 70px;
    overflow-x: auto;

    border: 1px solid var(--lightgreenbg);
    border-radius: 14px;
    opacity:1!important;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

body.page_how_to_join table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    margin:0!important;
}

body.page_how_to_join .table_wrap tr:nth-child(even) {
    background: var(--ee-background);
}

body.page_how_to_join .table_wrap td {
    position: relative;

    padding: 24px 24px 24px 54px;

    border-bottom: 1px solid #e6ece2;
    border-right: 1px solid #e6ece2;
}

body.page_how_to_join .table_wrap tr:last-child td {
    border-bottom: 0;
}

body.page_how_to_join .table_wrap td:last-child {
    border-right: 0;
}


body.page_how_to_join .table_wrap td::before {
    content: "";

    position: absolute;
    left: 20px;
    top: 50%;

    width: 22px;
    height: 22px;

    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

body.page_how_to_join .table_wrap td:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

body.page_how_to_join .table_wrap td:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

body.page_how_to_join .table_wrap td:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 0 0-14 0c0 6 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E");
}

body.page_how_to_join .table_wrap td:nth-child(3)::before {
    display: none;
}

body.page_how_to_join .table_wrap td:nth-child(3) {
    padding-left: 24px;
}

/* =========================
   Required Qualifications
========================= */

.admission-required-qualifications {
    margin: 0 0 80px;
}

.admission-required-qualifications ol {
    margin: 0;
    padding: 0;

    list-style: none;
    counter-reset: qualification;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
   border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);

    overflow: hidden;
}

.admission-required-qualifications li {
    position: relative;

    padding: 24px 28px 24px 4rem;


    border-bottom: 1px solid var(--lightgreenbg);

    counter-increment: qualification;
}

.admission-required-qualifications li:last-child {
    border-bottom: 0;
}

.admission-required-qualifications li::before {
    content: counter(qualification);

    position: absolute;
    left: 24px;
    top: 50%;

    width: 36px;
    height: 36px;

    transform: translateY(-50%);

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

    background: var(--primarygreen);
    color: var(--white);

    border-radius: 50%;

    font-weight: 800;
}



/* =========================
   Certificate Page Sections
========================= */

.certificate-discipline,
.certificate-what-you-gain {
    margin: 50px 0 60px;
}

.certificate-discipline {
    position: relative;
    padding-left: 160px;
}

.certificate-discipline::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 110px;
    height: 110px;

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3Cpath d='M8 14a6 6 0 1 1 8 0c-1 1-1 2-1 4H9c0-2 0-3-1-4z'/%3E%3Cpath d='M3 14h3l3 3'/%3E%3Cpath d='M3 18h5'/%3E%3C/svg%3E");
}


/* =========================
   Who it's for
========================= */

.certificate-who-its-for {
    margin: 60px 0;
}

.certificate-who-its-for ul {
    margin: 0;
    padding: 0;

    list-style: none;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    overflow: hidden;

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-who-its-for li {
    position: relative;

    padding: 28px 30px 28px 7rem!important;

    border-bottom: 1px solid var(--lightgreenbg);
}

.certificate-who-its-for li:last-child {
    border-bottom: 0;
}

.certificate-who-its-for li::before {
    content: "";

    position: absolute;
    left: 34px;
    top: 50%;

    width: 64px;
    height: 64px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
}


/* Icons */

.certificate-who-its-for li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Cpath d='M3 21v-2a6 6 0 0 1 12 0v2'/%3E%3Cpath d='M15 13l4-4'/%3E%3Cpath d='M16 9h3v3'/%3E%3C/svg%3E");
}

.certificate-who-its-for li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='16' cy='8' r='3'/%3E%3Cpath d='M3 21v-2a5 5 0 0 1 10 0v2'/%3E%3Cpath d='M11 21v-2a5 5 0 0 1 10 0v2'/%3E%3C/svg%3E");
}

.certificate-who-its-for li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V9l7-5 7 5v12'/%3E%3Cpath d='M8 21v-7M12 21v-7M16 21v-7'/%3E%3C/svg%3E");
}

.certificate-who-its-for li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M5 20c8 0 14-6 14-14-8 0-14 6-14 14z'/%3E%3Cpath d='M5 20c4-5 8-8 14-12'/%3E%3C/svg%3E");
}

.certificate-who-its-for li:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M9 7V5h6v2'/%3E%3Cpath d='M4 12h16'/%3E%3C/svg%3E");
}

/* =========================
   What you'll gain
========================= */

.certificate-what-you-gain {
    position: relative;
}

.certificate-executives {
    position: relative;

    margin-top: 35px !important;
    padding: 32px 34px 32px 140px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-left: 7px solid var(--secondarygreen8);
    border-radius: 14px;

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-executives::before {
    content: "";

    position: absolute;
    left: 42px;
    top: 50%;

    width: 64px;
    height: 64px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 38px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3C/svg%3E");
}



/* =========================
   Certificate Curriculum
========================= */

.certificate-curriculum {
    margin: 2.5rem 1rem
}

.certificate-curriculum > h2::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h8'/%3E%3C/svg%3E");
}

.certificate-curriculum > p,
.certificate-curriculum-group > p {
    margin: 0 0 42px;
}

/* =========================
   Curriculum Groups
========================= */

.certificate-curriculum-group {
    margin-top: 1rem;
    background: var(--ee-background);
    padding: 2rem;
    border-radius: 1rem;
}

.certificate-curriculum-group > div {
    position: relative;

    margin: 0 0 34px;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    overflow: hidden;

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-curriculum-group > div > p {
    position: relative;

    margin: 0;
    padding: 2rem;
}

.certificate-curriculum-group > div > p strong:first-child {
    color: var(--secondarygreen8);
    font-weight: 800;
}

.certificate-curriculum-group > div > p strong:nth-child(2) {
    font-weight: 800;
}

/* =========================
   Course Meta Bar
========================= */

.certificate-curriculum-group > div > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin: 0!important;
    padding: 0!important;

    list-style: none;

    background: #fbfcf9;
    border-top: 1px solid var(--lightgreenbg);
}

.certificate-curriculum-group > div > ul > li {
    position: relative;

    padding: 28px 22px 28px 70px!important;

    border-right: 1px solid var(--lightgreenbg)!important;
    align-items: center;
    display: grid;
}

.certificate-curriculum-group > div > ul > li:last-child {
    border-right: 0;
}

.certificate-curriculum-group > div > ul > li::before {
    content: "";

    position: absolute;
    left: 24px;
    top: 50%;

    width: 32px;
    height: 32px;

    transform: translateY(-50%);

    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}

/* Date */
.certificate-curriculum-group > div > ul > li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

/* Location / format */
.certificate-curriculum-group > div > ul > li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 0 0-14 0c0 6 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E");
}

/* Hours */
.certificate-curriculum-group > div > ul > li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

/* Credits */
.certificate-curriculum-group > div > ul > li:nth-child(4)::before,
.certificate-curriculum-group > div > ul > li:nth-child(3):last-child::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3C/svg%3E");
}

/* Three-item elective rows */
.certificate-curriculum-group > div > ul:has(li:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

/* =========================
   Course Icons
========================= */

/* Consultancy */
.certificate-curriculum-group:first-of-type > div:nth-of-type(1) > p::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M16 16l5 5'/%3E%3Cpath d='M8 14V9M11 14V6M14 14v-3'/%3E%3C/svg%3E");
}

/* Organizational Change */
.certificate-curriculum-group:first-of-type > div:nth-of-type(2) > p::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6' r='3'/%3E%3Ccircle cx='6' cy='17' r='3'/%3E%3Ccircle cx='18' cy='17' r='3'/%3E%3Cpath d='M12 9v3M9 15l-2-2M15 15l2-2'/%3E%3C/svg%3E");
}

/* ESG */
.certificate-curriculum-group:first-of-type > div:nth-of-type(3) > p::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M5 20c8 0 14-6 14-14-8 0-14 6-14 14z'/%3E%3Cpath d='M5 20c4-5 8-8 14-12'/%3E%3C/svg%3E");
}




/* =========================
   Curriculum General Info
========================= */

.certificate-curriculum-general-info {
    list-style: none;

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

    margin: 45px 0 65px !important;
    padding: 0 !important;
}

.certificate-curriculum-general-info li {
    position: relative;

    min-height: 210px;
    padding: 120px 28px 34px!important;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    text-align: center;
    font-weight: 700;

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

.certificate-curriculum-general-info li::before {
    content: "";

    position: absolute;
    left: 50%;
    top: 34px;

    width: 72px;
    height: 72px;

    transform: translateX(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
}

.certificate-curriculum-general-info li::after {
    content: "";

    display: block;

    width: 50px;
    height: 4px;

    margin: 20px auto 0;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

/* Icons */

.certificate-curriculum-general-info li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5z'/%3E%3Cpath d='M8 7h8M8 11h6'/%3E%3C/svg%3E");
}

.certificate-curriculum-general-info li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.5 12 1.5 12 0v-5'/%3E%3C/svg%3E");
}

.certificate-curriculum-general-info li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3C/svg%3E");
}

.certificate-curriculum-general-info li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-6 7-12a7 7 0 0 0-14 0c0 6 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2'/%3E%3C/svg%3E");
}


/* =========================
   Certificate Note
========================= */

.certificate-note {
    position: relative;

    
    padding: 42px 48px 42px 190px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-note::before {
    content: "";

    position: absolute;
    left: 48px;
    top: 50%;

    width: 90px;
    height: 90px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Crect x='6' y='3' width='12' height='18' rx='2'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h4'/%3E%3Cpath d='M9 4V2h6v2'/%3E%3C/svg%3E");
}

.certificate-note::after {
    content: "";

    position: absolute;
    left: 160px;
    top: 42px;
    bottom: 42px;

    width: 2px;

    background: var(--secondarygreen8);
    border-radius: 3px;
}


.certificate-note p:first-child {
    position: relative;

    margin-bottom: 24px;
    padding-bottom: 14px;

    font-weight: 800;
}

.certificate-note p:first-child::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 58px;
    height: 5px;

    background: var(--secondarygreen8);
    border-radius: 4px;
}

.certificate-note p:first-child em {
    font-style: normal;
}

.certificate-note p:first-child strong {
    font-weight: 800;
}

/* =========================
   Certificate Admission
========================= */

.certificate-admission-intro {
    margin: 45px 0 70px;
}

.certificate-admission-intro ul {
    margin: 0;
    padding: 0;

    list-style: none;

    background: var(--white);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    overflow: hidden;

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-admission-intro li {
    position: relative;

    padding: 1rem 3rem!important;

    border-bottom: 1px solid var(--lightgreenbg);
}

.certificate-admission-intro li:last-child {
    border-bottom: 0;
}

.certificate-admission-intro li::before {
    content: "";

    position: absolute;
    left: 1rem;
    top: 50%;

    width: 1rem;
    height: 1rem;

    transform: translateY(-50%);

    border-radius: 50%;
    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}



/* Admission note */

.certificate-admission-intro > p {
    position: relative;

    margin: 32px 0 0;
    padding: 28px 34px 28px 110px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: 14px;

}

.e-certificate-into {
    background: var(--ee-background);
    padding: 2rem;
    border-left: 0.35rem solid var(--secondarygreen8);
    margin-bottom: 4rem;
}

.certificate-admission-intro > p::before {
    content: "i";

    position: absolute;
    left: 36px;
    top: 50%;

    width: 46px;
    height: 46px;

    transform: translateY(-50%);

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

    border: 2px solid var(--secondarygreen8);
    border-radius: 50%;

    color: var(--secondarygreen8);
    font-weight: 800;
}

/* Academic progression and completion timeline */

.certificate-admission-ap,
.certificate-admission-ct {
    position: relative;

    margin: 0 0 55px;
    padding: 42px 46px 42px 155px;

    background: var(--ee-background);
    border: 1px solid var(--lightgreenbg);
    border-radius: var(--border-radius);

    box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.certificate-admission-ap::before,
.certificate-admission-ct::before {
    content: "";

    position: absolute;
    left: 42px;
    top: 50%;

    width: 78px;
    height: 78px;

    transform: translateY(-50%);

    border-radius: 50%;

    background-color: var(--icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
}

.certificate-admission-ap::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='M6 17V9M12 17V5M18 17v-7'/%3E%3Cpath d='M5 8l5-5 4 4 5-6'/%3E%3C/svg%3E");
}

.certificate-admission-ct::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f8f22' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Crect x='4' y='5' width='16' height='15' rx='2'/%3E%3Cpath d='M8 3v4M16 3v4M4 10h16'/%3E%3Cpath d='M8 15l2 2 5-5'/%3E%3C/svg%3E");
}

.certificate-admission-ap p,
.certificate-admission-ct p {
    margin: 0;
}

body.page-certificates .complete-certificate {
    margin:0;
}

.certificate-admission-ap h2, 
.certificate-admission-ct h2,
.who-should-apply h2,
.cer-who-should-apply h2,
.get-in-touch h2,
.complete-certificate h2{
    margin-top:0px!important;
}

    .certificate-curriculum {
        opacity: 1!important;
    }


    body.page_who-should-join .complete-certificate,
    body.page_contact .complete-certificate,
    body.page_certificates .complete-certificate  {
        padding-left: 2rem !important;
    }

    body.page_who-should-join .complete-certificate::before,
    body.page_contact .complete-certificate::before,
    body.page_certificates .complete-certificate::before {
        display:none;
    }

    body.page_who-should-join .certificate-who-its-for {
        margin: 0px;
    }

body.executive-education.page_contact .green_button {

    max-width: 12rem;
}



    .ee-contact-info {
  margin: 0;
  padding: 2rem;
  background: var(--white);
  border: 1px solid #e3eadc;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(40, 55, 70, 0.08);
}

.ee-contact-info p {
  position: relative;
  margin: 0;
  padding: 1.1rem 0 1.1rem 4.25rem;
  color: #2f3b46;
  border-bottom: 1px solid var(--lightgreenbg);
}

.ee-contact-info p:last-child {
  border-bottom: 0;
}

.ee-contact-info p::before {
content: "";
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 2.5rem;
    border-radius: 50%;
    background: #eef6e7;
    border: 1px solid #d7eacb;
    height: 2.5rem;
}
.ee-contact-info p::after {
content: "";
    position: absolute;
    left: 0.8rem;
    top: 1.95rem;
    width: 3rem;
    height: 3rem;
    background-image: url(https://sb.lau.edu.lb/_imagesui/profile.svg);
    background-size: 1rem;
    background-repeat: no-repeat;
}

.ee-contact-info p br {
  display: block;
  margin-bottom: 0.35rem;
}

.ee-contact-info p:first-line {
  font-weight: 700;
}

@media (min-width: 1200px) {
    picture.banner_image + .sitename + .subnav_toggle + .sideNav + main > h1, picture.banner_image ~ .subnav_toggle + .sideNav + main > h1, picture.banner_image ~ main > h1 {
        top: 11rem;
    }
}

@media screen and (max-width:1024px){
    .program-alt-locations > ul {
        grid-template-columns: 1fr 1fr;
    }

    .training-how-we-work {
        grid-template-columns: 1fr 1fr;
     }
}

@media screen and (max-width: 768px) {

    p.buttons {
        flex-wrap: wrap;
    }

    a.green_button, a.explore {
        max-width: 90rem;
        width: 100%;
        min-height: 3rem;
    }

    a.explore {
        white-space: normal;
    }

     .training-how-we-work {
        grid-template-columns: 1fr;
     }
     .training-four-formats {
        grid-template-columns: 1fr 1fr;
     }
  .ee-contact-info {
    padding: 1.25rem;
  }

  .ee-contact-info p {
    padding-left: 3.4rem;
  }

    .training-four-formats > div::before {
        margin-bottom: 1rem;
    }
    .training-four-formats > div {
        display:block
    }
.trainins-why-aksob > div::before,
.certificate-discipline::before,
.certificate-what-you-gain > p:first-of-type::before {
    display: none!important;
}
    .training-the-programs > .grid2 > div {
        padding: 28px 30px 28px 2rem
    }
    .training-how-we-work > div {
        padding: 1rem 1rem 1rem 4rem
    }
    .training-how-we-work > div::before,
    .training-the-programs > .grid2 > div::before {
        left:1rem;
    }
    .training-how-we-work > div::after {
   
    left: 2.7rem;
  
}

.training-how-we-work > div::before {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
}

.trainings-into {
    padding:2rem;
}
    .courses-types {
        grid-template-columns: 1fr;;
    }

    .get-in-touch p {
    margin: 1rem 0rem;
}

    .glance .green_button {
   
    max-width: 100%;
    
}

    .certificate-admission-intro li {
        padding: 110px 26px 28px;
    }

    .certificate-admission-intro li::before {
        left: 26px;
        top: 28px;
        transform: none;
    }

    .certificate-admission-intro > p {
        padding: 95px 26px 28px;
    }

    .certificate-admission-intro > p::before {
        left: 26px;
        top: 28px;
        transform: none;
    }

    .certificate-admission-ap,
    .certificate-admission-ct {
        padding: 135px 28px 34px;
    }

    .certificate-admission-ap::before,
    .certificate-admission-ct::before {
        left: 28px;
        top: 32px;
        transform: none;
    }
        .certificate-note {
        padding: 150px 28px 34px;
    }

    .certificate-note::before {
        left: 28px;
        top: 32px;
        transform: none;
    }

    .certificate-note::after {
        display: none;
    }


       .certificate-curriculum-general-info {
        grid-template-columns: 1fr 1fr;
    }

    .certificate-curriculum > h2 {
        padding-left: 0;
        padding-top: 82px;
    }

    .certificate-curriculum > h2::before,
    .certificate-curriculum-group > h3::before {
        top: 0;
        transform: none;
    }

    .certificate-curriculum > h2::after,
    .certificate-curriculum-group > h3::after {
        left: 0;
    }

    .certificate-curriculum-group > div > ul,
    .certificate-curriculum-group > div > ul:has(li:nth-child(3):last-child) {
        grid-template-columns: 1fr;
    }

    .certificate-curriculum-group > div > ul > li {
        border-right: 0;
    }
      .certificate-discipline,
    .certificate-what-you-gain > p:first-of-type {
        padding-left: 0;
        padding-top: 0;
    }
.certificate-curriculum-general-info {
    gap:1rem
}

.certificate-curriculum-group > div > ul > li {
    padding: 0.5rem 1rem 1rem 4rem !important;
}
.certificate-curriculum-group > div > p,
.certificate-curriculum-group {
    padding:1rem
}
.certificate-curriculum-general-info li {
    padding:120px 1rem 34px!important
}
      


    .certificate-discipline::before,
    .certificate-what-you-gain > p:first-of-type::before {
        top: 0;
        transform: none;
    }

    .certificate-who-its-for li {
        padding-left: 100px;
    }

    .certificate-who-its-for li::before {
        left: 22px;
        width: 52px;
        height: 52px;
        background-size: 30px;
    }

    .certificate-executives {
        padding: 120px 26px 28px;
    }

    .certificate-executives::before {
        top: 30px;
        left: 26px;
        transform: none;
    }

    .admission-cohorts ul {
        grid-template-columns: 1fr;
    }

    .admission-cohorts li:first-child {
        border-right: 0;
        border-bottom: 1px solid var(--lightgreenbg);
    }

    body.page_how_to_join .table_wrap td {
        min-width: 160px;
    }

    .admission-required-qualifications li {
        padding-left: 112px;
    }
    .corporate-contact {
        display:block;
    }
    .track-sectors-served li:not(:last-child){
        border-right: 0;
        border-bottom: 1px solid var(--lightgreenbg);
        padding-bottom: 2rem !important;
    }
    .track-sectors-served li::before {
        top:10px;
    }

 .track-sectors-served ul {
        grid-template-columns: 1fr;
    }

    .corporate-how-it-works li {
        padding-left: 0;
        padding-top: 82px;
    }

    .corporate-how-it-works li::before {
        top: 24px;
        transform: none;
    }


    .program-financial-assistanct-grid {
        grid-template-columns: 1fr;
    }

  .program-financial-assistanct-grid div {
        width: 100%;
        margin-right: 0;
    }
        .program-byblos-weekend,
    .program-beirut-weekend {
        padding: 24px;
    }

    .program-byblos-weekend h3::before,
    .program-beirut-weekend h3::before {
        left: 0;
        top: 0;
        transform: none;
    }

    .program-byblos-weekend li,
    .program-beirut-weekend li {
        grid-template-columns: 1fr, 80%;
    }

   
    .program-beirut-weekend li::after {
        display: none;
    }

    
    .program-alt-locations > ul {
        grid-template-columns: 1fr;
    }

    .program-alt-locations > ul > li {
        min-height: auto;
    }
    .program-int-resi-section > h3,
    .program-int-resi-section > h3 + p,
    .program-int-resi-section > h3 + p + p {
        padding-left: 28px;
        padding-right: 28px;
    }

    .program-international-residency > div {
        grid-template-columns: 1fr;
    }

    .program-international-residency > div > p:first-child {
        justify-content: flex-start;
    }

    .program-international-residency > div > p:first-child::after {
        display: none;
    }

 .program-campuses {
        grid-template-columns: 1fr;
    }
     .program-arc {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        row-gap: 3rem;
    }
.investment-included {
    padding: 34px 1rem
}
    .investment-included ul {
        margin: 0 0 0 1rem!important
    }
    .program-concentrations li {
        min-height: auto;
        padding: 130px 24px 28px;
       
    }

    
        .program-elective-choise {
        padding: 120px 28px 28px;
    }

    .program-elective-choise::before {
        left: 28px;
        top: 28px;

        transform: none;
    }

    .program-elective-choise::after {
        display: none;
    }


    .trainings-themes > p:first-child {
        padding: 20px 25px;
    }

    .trainings-themes li {
        padding: 22px 25px 22px 80px;
        font-size: 1rem;
    }

    .trainings-themes li::before {
        left: 20px;

        width: 40px;
        height: 40px;

        font-size: 1.2rem;
    }
    .trainins-why-aksob > div {
        display: block;
    }

    .trainins-why-aksob > div::before {
        display: block;
        margin-bottom: 20px;
    }

    .trainins-why-aksob > div::after {
        display: none;
    }

    .trainings-partnership {
        grid-template-columns: 1fr;
    }

    .trainings-partnership > div::after {
        display: none;
    }

    .cohort-charactaristics {
        grid-template-columns: 1fr;
    }
    .complete-certificate {
        padding-left:1rem!important
    }

.not-ready-for-emba, .trainins-benchmarked-practice {
    grid-template-columns: 1fr;
}
    .complete-certificate::before {
        display:none;
    }
    .who-should-apply ul {
        grid-template-columns: 1fr;
    }
    .who-should-apply {
        padding:1rem
    }

    .pathways, .cer-who-should-apply ul, .grid2 {
    grid-template-columns: 1fr!important;
}

.aacsb-note {
    flex-direction: column;
}

.get-in-touch {
    display: block;
}
.page_certificates .grid2 p + p {
    padding-left: 0;
    border-left: none;
}
.aacsb-note img {
    max-width: 7rem;
    border-right: none;
    padding-right:0px;
}

.sdc ul, .dia ul, .lft ul {
    margin: 0px -36px -32px 0!important
}

.sdc, .dia, .lft {
display:block
}

}