.workshop-hero {
    position: relative;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-color: #F5FBFB;
    display: flex;
    align-items: center;
}

.workshop-hero .container {
    width: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.workshop-hero-content{
    width: 100%;
    max-width: 50%;
    flex: 1;
}

.workshop-hero-content .workshop-hero-content-inner{
    margin-left: auto;
    padding-left: 10%;
    max-width: 955px;
}

.workshop-hero-image{
    flex: 1;
    width: 100%;
    max-width: 50%;
}

.workshop-hero-image img{
    max-width: 100%;
    margin-left: auto;
    display: block;
}
.workshop-hero-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.workshop-hero-head h2 {
    margin: 0;
    color: #123A6C;
    font-weight: 600;
}

.workshop-hero-head .hero-prefix {
   width: 100%;
   line-height: 0px;
   max-width:100%;
}

.workshop-hero-head .hero-prefix img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.workshop-hero-content .hero-subtitle {
    font-weight: 300;
    font-size: 35px;
    color: #123A6C;
    max-width: 1115px;
    margin: 0;
    font-family: 'Avenir';
    max-width: 90%;
}

.workshop-intro {
    background-color: #F5F2EC;
}

.workshop-intro .intro-content {
    max-width: 1440px;
    margin: 0px auto;
    text-align: center;
}

.workshop-intro .intro-content p {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #333;
}

.workshop-intro .intro-content .secondary-button {
    margin-top: 30px;
}

.workshop-section {
    padding: 100px 0px;
}

.workshop-section .container {
    max-width: 1680px;
    margin: 0px auto;
    padding: 0px 20px;
}

.workshop-section-title {
    text-align: center;
}

.workshop-section-title h2 {
    margin: 0px 0px 25px 0px;
}

.workshop-commitment {
    background: #2E3F5C url('https://eaglesflight.ardevtech.net/wp-content/uploads/2026/06/impact-bg-shape.png') no-repeat center right;
    background-size: contain;
}

.workshop-commitment .workshop-section-title {
    color: #fff;
}

.commitment-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 42px;
    row-gap: 16px;
    list-style: none;
    margin: 85px 0px 50px 0px;
    padding: 0px;
}

.commitment-list ul li.single-commitment {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 0px 35px;
    min-height: 97px;
    border-radius: 112px;
    background-color: #fff;
    box-shadow: 8px 8px 20px 0px rgba(0, 58, 112, 0.03);
    font-size: 22px;
    font-weight: 600;
}

.commitment-list ul li.single-commitment .commitment-icon {
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commitment-list ul li.single-commitment .commitment-icon img {
    width: 36px;
    height: 36px;
}

.commitment-footer {
    margin: 0px auto;
    max-width: 1168px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.workshop-who {
    background-color: #F5FBFB;
}

.workshop-who .workshop-section-title {
    color: #123A6C;
}

.workshop-who .culture-transform-wrap {
    margin: 50px 0px;
}

.workshop-who .single-culture-transform h4 {
    max-width: 323px;
    margin: 0px auto;
    min-height: 95px;
}

.who-footer {
    margin: 0px auto;
    max-width: 1168px;
    color: #123A6C;
    text-align: center;
    font-size: 22px;
}

.workshop-accreditation {
    background-color: #fff;
}

.workshop-accreditation .workshop-section-title {
    color: #123A6C;
    margin-bottom: 100px;
}

.accreditation-columns {
    display: flex;
    gap: 100px;
    align-items: center;
}

.accreditation-columns .accreditation-image {
    max-width: 50%;
    flex: 1;
}

.accreditation-columns .accreditation-content {
    max-width: 50%;
    flex: 1;
    color: #333;
}

.accreditation-content a {
    font-size: 19px;
    font-weight: 600;
    color: #123A6C;
    text-decoration: underline;
}

.accreditation-content .divider {
    width: 100%;
    height: 1px;
    background-color: #C6CED6;
    margin: 35px 0px;
}

.accreditation-content .cyan-button {
    margin-top: 30px;
}


.workshop-capability {
    background-color: #123A6C;
    text-align: center;
}

.workshop-capability .workshop-section-title,
.workshop-capability .workshop-section-title p {
    color: #E2FDFD;
}

.workshop-capability .workshop-section-title p {
    max-width: 1145px;
    margin-left: auto;
    margin-right: auto;
}

.workshop-capability .secondary-button {
    padding-top: 35px;
}

.workshop-related {
    background-color: #F5FBFB;
}

.workshop-related .workshop-section-title {
    color: #123A6C;
}

.workshop-related .workshop-section-title p {
    max-width: 1024px;
    margin: 0px auto 50px auto;
    text-align: center;
    color: #333;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 25px;
}

.workshop-related .single-offerings-box {
    padding-bottom: 30px;
}

.workshop-related .single-offerings-box .offerings-icon {
    text-align: center;
}

.workshop-related .single-offerings-box .offerings-content {
    margin-bottom: 30px;
}

.workshop-related .single-offerings-box .offerings-content h3 {
    color: #123A6C;
    text-align: center;
    margin-top: 0px;
}