.container-Approach * {
    font-family: "Manrope", Sans-serif;
}

.container-Approach {
    max-width: 1360px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    gap: 20px;
	justify-content: space-evenly;
}

.container-Approach .step-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
}

.container-Approach .step-wrapper h1 {
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.container-Approach .step-wrapper .step {
    position: absolute;
    width: 150px;
    display: flex;
    gap: 15px;
    cursor: pointer;
}

.container-Approach .step-wrapper h1 p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.container-Approach .step-wrapper .one {
    top: 90px;
    left: 225px;
}

.container-Approach .step-wrapper .two {
    top: 170px;
    right: 70px;
}

.container-Approach .step-wrapper .three {
    bottom: 170px;
    right: 70px;
}

.container-Approach .step-wrapper .four {
    bottom: 90px;
    left: 228px;
}

.container-Approach .step-wrapper .five {
    bottom: 170px;
    left: 78px;
}

.container-Approach .step-wrapper .six {
    top: 170px;
    left: 70px;
}

.step-circle-hover {
    transition: all 0.25s ease;
    fill: #6969F4 !important;
}

.container-Approach .step-wrapper .step.one {
    flex-direction: column;
}

.container-Approach .step-wrapper .step.two,
.container-Approach .step-wrapper .step.three {
    flex-direction: row-reverse;
}

.container-Approach .step-wrapper .step.four {
    flex-direction: column-reverse;
}

.container-Approach .step-wrapper .content {
    max-width: 55%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.container-Approach .step-wrapper .content img,
.container-Approach .step-wrapper .content i,
.container-Approach .step-wrapper .content svg {
    width: 24px;
    height: 24px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    object-fit: contain;
}

.container-Approach .step-wrapper .content .content-inner {
    max-width: 95px;
    width: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.container-Approach .step-wrapper .content .content-inner h2 {
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    color: #0C0044;
}

.container-Approach .step-wrapper .content .content-inner p {
    font-size: 12px;
    line-height: 100%;
    margin: 0;
    height: 35px;
    overflow: hidden;
    font-size: #161616;
}

.container-Approach .step-wrapper .step.one .content img,
.container-Approach .step-wrapper .step.one .content i,
.container-Approach .step-wrapper .step.one .content svg {
    top: -13px;
    left: -30px;
}

.container-Approach .step-wrapper .step.one .content .content-inner {
    padding: 30px 0;
}

.container-Approach .step-wrapper .step.two .content img,
.container-Approach .step-wrapper .step.two .content i,
.container-Approach .step-wrapper .step.two .content svg {
    top: -38px;
    right: 30px;
}

.container-Approach .step-wrapper .step.two .content .content-inner {
    padding: 30px 0;
}

.container-Approach .step-wrapper .step.three .content img,
.container-Approach .step-wrapper .step.three .content i,
.container-Approach .step-wrapper .step.three .content svg {
    top: -8px;
    right: -30px;
}

.container-Approach .step-wrapper .step.three .content .content-inner {
    padding: 30px 0;
}

.container-Approach .step-wrapper .step.four .content img,
.container-Approach .step-wrapper .step.four .content i,
.container-Approach .step-wrapper .step.four .content svg {
    top: 70px;
    right: -28px;
}

.container-Approach .step-wrapper .step.four .content .content-inner {
    padding: 30px 0;
}

.container-Approach .step-wrapper .step.five .content img,
.container-Approach .step-wrapper .step.five .content i,
.container-Approach .step-wrapper .step.five .content svg {
    top: 105px;
    left: 33px;
}

.container-Approach .step-wrapper .step.five .content .content-inner {
    padding: 30px 0;
}

.container-Approach .step-wrapper .step.six .content img,
.container-Approach .step-wrapper .step.six .content i,
.container-Approach .step-wrapper .step.six .content svg {
    top: 70px;
    left: -25px;
}

.container-Approach .step-wrapper .step.six .content .content-inner {
    padding: 30px 0;
}

.container-Approach .info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 600px;
	max-width: 600px;
}

.info-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0C0044;
}

.info-wrapper p {
    font-size: 18px;
    font-weight: 500;
    color: #0C0044;
}

.container-Approach .info-wrapper div {
    text-align: left;
    width: 100%;
}

.container-Approach .info-wrapper .d-none {
    display: none !important;
}

.container-Approach .info-wrapper .d-block {
    display: block;
}

.color-fff {
    transition: all 0.75s ease;
    color: #fff !important;
    filter: invert(1) brightness(15);
}

.radial {
    transition: all 0.75s ease;
}

.container-Approach .approach-Image {
    display: none;
}

/* .info-wrapper div p {
	margin: 0;
} */

.container-Approach .accordion__body {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .container-Approach {
        flex-direction: column;
		gap: 30px;
    }

    #staticText {
		display: none !important;
    }

    .container-Approach .info-wrapper .d-none,
    .container-Approach .info-wrapper .d-block {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        gap: 15px;
        padding: 20px;
    }

    .container-Approach .info-wrapper {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
		width: 100%;
        margin: 0 auto;
        gap: 30px;
    }

    .container-Approach .step-wrapper {
        display: none;
    }

    .container-Approach .approach-Image {
        display: block;
		width: 75%;
		margin: 0 auto;
    }

    .container-Approach .info-wrapper p {
        margin-top: 0;
    }

    .container-Approach .accordion {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 0;
    }

    .container-Approach .accordion__body {
        display: none !important;
        padding: 1em;
        border-top: 0;
    }

    .container-Approach .is-active .accordion__body {
        display: block !important;
        padding: 0 20px;
    }

    .container-Approach .description {
        display: none;
        border-radius: 0;
        text-align: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .container-Approach .accordion__header,
    .container-Approach .accrodionHeader {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .container-Approach .accordion__header>*,
    .container-Approach .accrodionHeader>* {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }

    .container-Approach .accordion__toggle {
        height: 3px;
        background-color: #fff;
        min-width: 13px;
        display: block;
        position: relative;
        flex-shrink: 1;
        border-radius: 2px;
    }

    .container-Approach .accordion__toggle::before {
        content: "";
        width: 3px;
        height: 13px;
        display: block;
        background-color: #fff;
        position: absolute;
        top: -5px;
        left: 5px;
        border-radius: 2px;
    }

    .container-Approach .toggle_wrapper {
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #6969F4;
        border-radius: 5px;
    }

    .container-Approach .is-active .accordion__toggle::before {
        display: none;
    }

    .container-Approach .accrodionHeader,
    .container-Approach .accordion__header {
        width: 100%;
        justify-content: space-between;
    }

    .container-Approach .accordion__header {
        background: #fff;
        box-shadow: 0px 0px 5px -3px #161616;
        border-radius: 10px;
    }

    .container-Approach .accordion__header,
    .container-Approach .accrodionHeader {
        flex-direction: row;
    }

    .container-Approach .info-wrapper h2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .info-wrapper h2 {
        font-size: 18px;
    }

    .info-wrapper p {
        font-size: 14px;
    }
	
}

@media screen and (max-width: 454px) {
    .container-Approach .approach-Image {
		width: 100%;
    }
}