.gh-back-tag a {
    color: #27A9E1;
    text-align: center;
    font-family: "Sora";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 100px;
    border: 1.5px solid var(--Primary-light, #27A9E1);
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 6.5px 16px;
}

.gh-back-content h2 {
    color: #134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 781px;
    margin: 0 auto;
    padding: 37px 0 80px 0;
}

.gbs-sess h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 600;
}

.gbs-sess p {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.gh-back-sessions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 60px 40px 60px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08), 0px 32px 60px 0px rgba(0, 0, 0, 0.06);
}

.gh-back-tag {
    padding-top: 24px;
}

.bgs-sess-line {
    position: relative;
}

.bgs-sess-line::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #D1D5DB;
    top: 10px;
    left: -100px;
}

.bgs-sess-line::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #D1D5DB;
    top: 10px;
    right: -100px;
}

.gh-back-sessions-bg {
    position: relative;
}

.si-group-abso {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.pfc-txt h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.pfc-txt p {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.pfc-txt {
    margin-bottom: 15px;
}

.program-focus {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.program-focus-bg {
    padding-top: 79px;
}

.program-foc-content {
    max-width: 696px;
}

.program-foc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* key feature */

.group-key-feature h4 {
    color: #134A8E;
    font-family: "Sora";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    /* margin: 0; */
}

.group-key-feature p {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
}

.group-key-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.group-key-feature ul li {
    color: #6B7280;
    font-family: "Sora";
    font-size: 16px;
    font-weight: 400;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 49%;
}

.group-key-feature {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.12);
    padding: 24px;
    margin-top: 120px;
}

.group-accordion-head h2 {
    color: #134A8E;
    text-align: center;
    font-family: "Sora";
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.group-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accor-1.svg);
    transform: rotate(0deg);
    width: 55px;
    height: 55px;
    background-size: cover;
}

.group-accordion .accordion-button::after {
    background-image: url(../images/accor-22.svg);
    width: 55px;
    height: 55px;
    background-size: cover;
    box-shadow: 0px 4px 18px 0px rgba(8, 15, 52, 0.06);
    border-radius: 100%;
}

.group-accordion .accordion-button {
    color: #111827;
    font-family: "Sora";
    font-size: 20px;
    font-weight: 600;
    border-radius: 16px;
}

.group-accordion .accordion-button:not(.collapsed) {
    background: #FFF;
    box-shadow: unset;
}

.group-accordion .accordion-body {
    color: #64748B;
    font-family: Sora;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(19, 74, 142, 0.16);
    border-radius: 16px;
}

.group-accordion .accordion-button:focus {
    box-shadow: unset;
}

.accordion-item {
    border-radius: 16px;
    border: 2.229px solid #27A9E1;
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(19, 74, 142, 0.16);
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.accordion-item:not(:first-of-type) {
    border: 2.229px solid #27A9E1;
}

.group-accordion {
    border-radius: 32px;
    background-color: #F0F9FF;
    padding: 40px;
    margin: 60px 0;
}

.group-key-feature-bg {
    padding-bottom: 60px;
}

.group-heading{
    position: relative;
}
.group-heading:after {
    position: absolute;
    content: '';
    background: url(../images/hamburg-line.png) repeat;
    width: 100%;
    height: 400px;
    z-index: -1;
    top: 0px;
    opacity: 0.3;
}


.group-heading-bg{
    position: relative;
}
.group-heading-bg::after{
    position: absolute;
    content: url(../images/ham-gr1.png);
    top: 0;
    left: 0;
    z-index: -2;
}

.group-heading-bg::before{
    position: absolute;
    content: url(../images/ham-gr2.png);
    top: 64px;
    right: 0;
    z-index: -2;
}

.gh-back-sessions-mar{
    max-width: 1172px;
    margin: 0 auto;
}


/* ==========C H E F S ========= */

.gh-back-session-head-bg{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08), 0px 32px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    max-width: 1141px;
    margin: 0 auto;
    background-color: white;
}

.gh-back-session-head-bg .gh-back-sessions{
    box-shadow: unset;
    padding: 0;
    /* padding: 32px 60px 40px 60px; */
}

.bgds-sess-para .bgds-ps-txt{
    color: #134A8E;
    font-family: "Sora";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.bgds-sess-para{
    padding: 32px 0px 0px 0px;
    margin: 0 24px;
}
.bgds-sep{
    padding-bottom: 40px;
    padding-top: 20px;
}

.bgds-sess-para-border{
    border-bottom: 1px solid #D1D5DB;
    padding-bottom: 20px;
}
.group-heading-af::after{
    height: 295px;
}

.bgds-sess-para .bgs-sess-line{
    width: 100%;
    max-width: 472px;
}
.bgds-sess-para .bgs-sess-line::after {
    left: -16px;
}
.bgds-sess-para .bgs-sess-line::before {
  right: -16px;
}

@media (max-width:991px) {
    .gh-back-sessions {
        padding: 32px 10px 40px 10px;
    }

    .gbs-sess p {
        font-size: 13px;
    }

    .gbs-sess h4 {
        font-size: 16px;
    }

    .gh-back-content h2 {
        padding: 37px 0 40px 0;
    }

    .bgs-sess-line::after {
        left: -20px;
    }

    .bgs-sess-line::before {
        right: -20px;
    }

    .program-focus {
        flex-direction: column-reverse;
    }

    .group-key-feature {
        margin-top: 50px;
    }

    .group-key-feature ul li {
        flex: 1 0 100%;
    }

    .group-accordion {
        margin: 0;
    }
}

@media (max-width:767px) {
    .gh-back-content h2 {
        padding: 20px 0 20px 0;
        font-size: 24px;
    }

    .gh-back-sessions {
        flex-direction: column;
        padding: 12px 10px 20px 10px;
    }

    .bgs-sess-line::before,
    .bgs-sess-line::after {
        content: unset;
    }
    .gbs-sess{
        text-align: center;
        padding-bottom: 20px;
    }
    .pfc-txt p {
        font-size: 14px;
    }
    .pfc-txt h4 {
        font-size: 16px;
    }
    .group-key-feature {
        margin-top: 20px;
        padding: 15px;
    }
    .group-key-feature h4 {
        font-size: 24px;
    }
    .group-key-feature ul li {
        font-size: 11px;
    }
    .group-key-feature-bg {
        padding-bottom: 40px;
    }
    .group-accordion {
        padding: 20px;
    }
    .group-accordion-head h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .group-accordion .accordion-button {
        font-size: 12px;
        padding: 10px;
        }
        .group-accordion .accordion-body {
            font-size: 11px;
            padding: 10px;
        }
        .group-accordion .accordion-button:not(.collapsed)::after, .group-accordion .accordion-button::after{
            width: 25px;
            height: 25px;
        }
        .accordion-item {
            margin-bottom: 15px;
        }
        .program-focus-bg {
            padding-top: 60px;
        }
     
       
}