.services_heading_box_sec {
    background-image: url("../img/about.png");
    background-size: 100%;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 20px;
    position: relative;
}
.services_heading_box_sec .background_overlay {
    background: linear-gradient(
        180deg,
        rgba(191, 51, 19, 0) 19.980063795853216%,
        var(--token-2f560859-5998-4075-847c-9f666c5cfc0b, rgb(10, 10, 10)) 73%
    );
    flex: none;
    height: 100%;
    left: calc(50.00000000000002% - 100% / 2);
    opacity: 0.75;
    overflow: hidden;
    position: absolute;
    top: calc(50.00000000000002% - 100% / 2);
    width: 100%;
    z-index: 1;
}
.services_heading_box_sec h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 100px #000;
    font-family: Unbounded;
    font-size: 67px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -2.5px;
    position: relative;
    z-index: 2;
    padding: 9rem 0rem;
    margin-top: 3rem;
    opacity: 0;
    transform: perspective(1200px) translateY(-100px);
    animation: fadeInAndMove 1.2s ease-out forwards;
}
.services_heading_box_sec h1 span {
    color: #ff6e0c;
}
.services_heading_box_sec p {
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 100px #000;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    margin-top: 1rem;
    opacity: 0.8;
}
.services_heading_box_sec a {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* border-radius: 30px; */
    background: #ff6e0c;
    color: #0a0a0a;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    padding: 9px 22px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.need_this_service_detail .section_headings {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.5rem;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.need_this_service_detail .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.need_this_service_detail .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
}
.text_p p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Satoshi";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1.2px;
}
.text_p p span {
    color: #fff;
}
.text_p ul li {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1.2px;
}
@keyframes fadeInAndMove {
    0% {
        opacity: 0;
        transform: perspective(1200px) translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: perspective(1200px) translateY(0);
    }
}

/* Accordion Styling */
.need_this_service_detail .accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.need_this_service_detail .accordion-item {
    /* border-top: 1px solid #ddd; */
    margin-bottom: 1rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.need_this_service_detail .accordion-header {
    display: flex;
    gap: 10px;
    border-radius: 30px;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    align-items: center;
    transition: padding 0.5s ease, background-color 0.3s ease;
    position: relative;
    justify-content: space-between;
}
.need_this_service_detail .accordion-header .number {
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    flex-shrink: 0;
    /* padding: 20px; */
}
.need_this_service_detail .accordion-header .text {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.need_this_service_detail .accordion-header .text h2 {
    display: flex;
    font-size: 13px;
    flex: 1 0 0px;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.32px;
    margin-bottom: 0;
}
.need_this_service_detail .accordion-header .icon {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.3s ease;
}
.need_this_service_detail .accordion-header .icon span {
    will-change: transform;
    transform-origin: 50% 50% 0px;
    display: inline-flex;
    transition: transform 0.3s ease;
}
.need_this_service_detail .accordion-header:hover {
    background-color: #ffffff1a;
    padding: 20px 20px 20px 40px;
    color: #ff6e0c;
}
.need_this_service_detail .accordion-header:hover .icon {
    background: #ff6e0c;
}
.need_this_service_detail .accordion-item.active .accordion-header .icon span {
    transform: rotate(-135deg);
}

.need_this_service_detail .accordion-item.active .accordion-header {
    color: #ff6e0c;
}
.need_this_service_detail .accordion-item.active .accordion-header .icon {
    background: #ff6e0c;
}
.need_this_service_detail .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.need_this_service_detail .accordion-content p {
    font-size: 16px;
    font-family: "Satoshi";
    font-weight: 400;
    line-height: 27px;
    width: 85%;

    color: #fff;
    opacity: 0.6;
}
.need_this_service_detail .accordion-content.open {
    padding: 20px;
    max-height: 200px;
}
.need_this_service_detail .accordion-item.active .accordion-header {
    /* transform: translate3d(0, 0, 0) scale(1); */
    /* padding: 20px; */
    background-color: transparent;

    /* Reset hover effect when active */
}

.need_this_service_detail .accordion-item.active .accordion-content {
    max-height: 300px;
    /* Adjust based on content */
    padding: 20px;
    transform: scaleY(1);
    /* Scale animation on open */
}

@media (max-width: 767px) {
    .need_this_service_detail .accordion-header {
        padding-right: 4rem;
    }
    .need_this_service_detail .accordion-header:after {
        position: absolute;
        right: 0;
        top: 25%;
        transform: translate(-50%, 0px);
    }
    .need_this_service_detail .accordion-header:hover {
        background-color: #ffffff1a;
        padding: 20px 4rem 20px 40px;
    }

    .need_this_service_detail .accordion-item.active .accordion-header:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNjg0NSA1LjU1OTc3TDcuMzA5NTMgOS45MzQ3N0M3LjI2ODkgOS45NzU0NSA3LjIyMDY1IDEwLjAwNzcgNy4xNjc1NCAxMC4wMjk3QzcuMTE0NDIgMTAuMDUxOCA3LjA1NzQ5IDEwLjA2MzEgNyAxMC4wNjMxQzYuOTQyNSAxMC4wNjMxIDYuODg1NTcgMTAuMDUxOCA2LjgzMjQ2IDEwLjAyOTdDNi43NzkzNSAxMC4wMDc3IDYuNzMxMSA5Ljk3NTQ1IDYuNjkwNDcgOS45MzQ3N0wyLjMxNTQ3IDUuNTU5NzdDMi4yMzMzOCA1LjQ3NjggMi4xODcyNiA1LjM2NjM0IDIuMTg3MjYgNS4yNTAyNEMyLjE4NzI2IDUuMTM0MTUgMi4yMzMzOCA1LjAyMjggMi4zMTU0NyA0Ljk0MDcxQzIuMzk3NTYgNC44NTg2MiAyLjUwOTkgNC44MTI1IDIuNjI1IDQuODEyNUMyLjc0MDEgNC44MTI1IDIuODUyNDQgNC44NTg2MiAyLjkzNDUzIDQuOTQwNzFMNyA5LjAwNjczTDExLjA2NTUgNC45NDA3MUMxMS4xMDYxIDQuOTAwMDYgMTEuMTU0NCA0Ljg2ODIyIDExLjIwNzUgNC44NDgyMkMxMS4yNjA2IDQuODI4MjIgMTEuMzE3NSA0LjgxMjUgMTEuMzc1IDQuODEyNUMxMS40MzI1IDQuODEyNSAxMS40ODk0IDQuODI4MjIgMTEuNTQyNSA0Ljg0ODIyQzExLjU5NTYgNC44NjgyMiAxMS42NDM5IDQuOTAwMDYgMTEuNjg0NSA0Ljk0MDcxQzExLjcyNTIgNC45ODEzNiAxMS43NTc0IDUuMDI5NjIgMTEuNzc3NCA1LjA4MjczQzExLjc5NzQgNS4xMzU4NCAxMS44MTI3IDUuMTkyNzYgMTEuODEyNyA1LjI1MDI0QzExLjgxMjcgNS4zMDc3MyAxMS43OTc0IDUuMzY0NjUgMTEuNzc3NCA1LjQxNzU2QzExLjc1NzQgNS40NzA2NyAxMS43MjUyIDUuNTE5MTMgMTEuNjg0NSA1LjU1OTc3WiIgZmlsbD0iIzBEMEQwRCIvPgo8L3N2Zz4=");
        transform: translate(-50%, 0px) rotate(180deg);
    }
}

/* brands section styles */

.brands_section_box {
    margin-top: 100px;
}

.brands_section_box .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.brands_section_box .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.coments_and_brands_sec {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}
/* Carousel and animation css starts */
.rc-carousel {
    --body-bg: transparent;
    --box-gap: 1.5rem;
    --tile-size: 8rem;
    width: 100%;

    margin: var(--box-gap) auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* border-radius: 30px; */
}
.rc-carousel::before,
.rc-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    background-image: linear-gradient(
        to var(--direction),
        transparent,
        var(--body-bg)
    );
    z-index: inherit;
}
.rc-carousel::before {
    left: 0;
    --direction: left;
}

.rc-carousel::after {
    right: 0;
    --direction: right;
}
.rc-carousel-strip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: slideX 20s linear infinite;
    animation: slideX 20s linear infinite;
}
.rc-carousel-strip.reverse {
    /* reverse animation */
    animation-direction: reverse;
}
/* .rc-carousel-strip:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  } */
.rc-carousel-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: var(--box-gap);
}

.rc-carousel-item {
    -ms-flex-negative: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* width: var(--tile-size); */
    /* height: var(--tile-size); */
    /* width: 186px; */
    /* height: 98px; */
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 13.5px 28px;
    display: flex;
    width: 186px;
    height: 98px;
    padding: 13.5px 28px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.rc-carousel-item-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@-webkit-keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    0% {
        -webkit-transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
        transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
    }
}

@keyframes slideX {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    0% {
        -webkit-transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
        transform: translateX(
            calc(-1 * (var(--tile-size) + var(--box-gap)) * (var(--tiles) / 2))
        );
    }
}

/* Animation won't work if you preferes reduced motion */
@media (prefers-reduced-motion) {
    /* styles to apply if a user's device settings are set to reduced motion */
    .rc-carousel::before,
    .rc-carousel::after {
        display: none;
    }
    .rc-carousel-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .rc-carousel-box [aria-hidden="true"] {
        display: none;
    }
    .rc-carousel-strip {
        animation: none;
    }
}

/* got_question_sec style */

.got_question_sec {
    margin-top: 100px;
}
.got_question_sec .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.got_question_sec .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

/* Accordion Styling */
.got_question_sec .accordion {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.got_question_sec .accordion-item {
    /* border-top: 1px solid #ddd; */
    margin-bottom: 1rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px);
}

.got_question_sec .accordion-header {
    border-radius: 30px;
    /* background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2.5px); */
    color: #fff;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.32px;
    padding: 20px;
    /* font-size: 16px; */
    /* font-weight: bold; */
    cursor: pointer;
    /* background-color: #f9f9f9; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: padding 0.5s ease, background-color 0.3s ease;
    position: relative;
}

.got_question_sec .accordion-header:hover {
    background-color: #ffffff1a;
    padding: 20px 20px 20px 40px;
}

.got_question_sec .accordion-header:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNjg0NSA1LjU1OTc3TDcuMzA5NTMgOS45MzQ3N0M3LjI2ODkgOS45NzU0NSA3LjIyMDY1IDEwLjAwNzcgNy4xNjc1NCAxMC4wMjk3QzcuMTE0NDIgMTAuMDUxOCA3LjA1NzQ5IDEwLjA2MzEgNyAxMC4wNjMxQzYuOTQyNSAxMC4wNjMxIDYuODg1NTcgMTAuMDUxOCA2LjgzMjQ2IDEwLjAyOTdDNi43NzkzNSAxMC4wMDc3IDYuNzMxMSA5Ljk3NTQ1IDYuNjkwNDcgOS45MzQ3N0wyLjMxNTQ3IDUuNTU5NzdDMi4yMzMzOCA1LjQ3NjggMi4xODcyNiA1LjM2NjM0IDIuMTg3MjYgNS4yNTAyNEMyLjE4NzI2IDUuMTM0MTUgMi4yMzMzOCA1LjAyMjggMi4zMTU0NyA0Ljk0MDcxQzIuMzk3NTYgNC44NTg2MiAyLjUwOTkgNC44MTI1IDIuNjI1IDQuODEyNUMyLjc0MDEgNC44MTI1IDIuODUyNDQgNC44NTg2MiAyLjkzNDUzIDQuOTQwNzFMNyA5LjAwNjczTDExLjA2NTUgNC45NDA3MUMxMS4xMDYxIDQuOTAwMDYgMTEuMTU0NCA0Ljg2ODIyIDExLjIwNzUgNC44NDgyMkMxMS4yNjA2IDQuODI4MjIgMTEuMzE3NSA0LjgxMjUgMTEuMzc1IDQuODEyNUMxMS40MzI1IDQuODEyNSAxMS40ODk0IDQuODI4MjIgMTEuNTQyNSA0Ljg0ODIyQzExLjU5NTYgNC44NjgyMiAxMS42NDM5IDQuOTAwMDYgMTEuNjg0NSA0Ljk0MDcxQzExLjcyNTIgNC45ODEzNiAxMS43NTc0IDUuMDI5NjIgMTEuNzc3NCA1LjA4MjczQzExLjc5NzQgNS4xMzU4NCAxMS44MTI3IDUuMTkyNzYgMTEuODEyNyA1LjI1MDI0QzExLjgxMjcgNS4zMDc3MyAxMS43OTc0IDUuMzY0NjUgMTEuNzc3NCA1LjQxNzU2QzExLjc1NzQgNS40NzA2NyAxMS43MjUyIDUuNTE5MTMgMTEuNjg0NSA1LjU1OTc3WiIgZmlsbD0iIzBEMEQwRCIvPgo8L3N2Zz4=");
    font-size: 18px;
    color: #0d0d0d;
    transition: transform 0.3s ease;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #ff6e0c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.got_question_sec .accordion-item.active .accordion-header:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNjg0NSA1LjU1OTc3TDcuMzA5NTMgOS45MzQ3N0M3LjI2ODkgOS45NzU0NSA3LjIyMDY1IDEwLjAwNzcgNy4xNjc1NCAxMC4wMjk3QzcuMTE0NDIgMTAuMDUxOCA3LjA1NzQ5IDEwLjA2MzEgNyAxMC4wNjMxQzYuOTQyNSAxMC4wNjMxIDYuODg1NTcgMTAuMDUxOCA2LjgzMjQ2IDEwLjAyOTdDNi43NzkzNSAxMC4wMDc3IDYuNzMxMSA5Ljk3NTQ1IDYuNjkwNDcgOS45MzQ3N0wyLjMxNTQ3IDUuNTU5NzdDMi4yMzMzOCA1LjQ3NjggMi4xODcyNiA1LjM2NjM0IDIuMTg3MjYgNS4yNTAyNEMyLjE4NzI2IDUuMTM0MTUgMi4yMzMzOCA1LjAyMjggMi4zMTU0NyA0Ljk0MDcxQzIuMzk3NTYgNC44NTg2MiAyLjUwOTkgNC44MTI1IDIuNjI1IDQuODEyNUMyLjc0MDEgNC44MTI1IDIuODUyNDQgNC44NTg2MiAyLjkzNDUzIDQuOTQwNzFMNyA5LjAwNjczTDExLjA2NTUgNC45NDA3MUMxMS4xMDYxIDQuOTAwMDYgMTEuMTU0NCA0Ljg2ODIyIDExLjIwNzUgNC44NDgyMkMxMS4yNjA2IDQuODI4MjIgMTEuMzE3NSA0LjgxMjUgMTEuMzc1IDQuODEyNUMxMS40MzI1IDQuODEyNSAxMS40ODk0IDQuODI4MjIgMTEuNTQyNSA0Ljg0ODIyQzExLjU5NTYgNC44NjgyMiAxMS42NDM5IDQuOTAwMDYgMTEuNjg0NSA0Ljk0MDcxQzExLjcyNTIgNC45ODEzNiAxMS43NTc0IDUuMDI5NjIgMTEuNzc3NCA1LjA4MjczQzExLjc5NzQgNS4xMzU4NCAxMS44MTI3IDUuMTkyNzYgMTEuODEyNyA1LjI1MDI0QzExLjgxMjcgNS4zMDc3MyAxMS43OTc0IDUuMzY0NjUgMTEuNzc3NCA1LjQxNzU2QzExLjc1NzQgNS40NzA2NyAxMS43MjUyIDUuNTE5MTMgMTEuNjg0NSA1LjU1OTc3WiIgZmlsbD0iIzBEMEQwRCIvPgo8L3N2Zz4=");
    transform: rotate(180deg);
}

.got_question_sec .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.got_question_sec .accordion-content p {
    font-size: 16px;
    font-family: "Satoshi";
    font-weight: 400;
    line-height: 27px;
    width: 85%;

    color: #fff;
    opacity: 0.6;
}
.got_question_sec .accordion-content.open {
    padding: 20px;
    max-height: 200px;
}
.got_question_sec .accordion-item.active .accordion-header {
    /* transform: translate3d(0, 0, 0) scale(1); */
    /* padding: 20px; */
    background-color: transparent;

    /* Reset hover effect when active */
}

.got_question_sec .accordion-item.active .accordion-content {
    max-height: 300px;
    /* Adjust based on content */
    padding: 20px;
    transform: scaleY(1);
    /* Scale animation on open */
}

@media (max-width: 767px) {
    .got_question_sec .accordion-header {
        padding-right: 4rem;
    }
    .got_question_sec .accordion-header:after {
        position: absolute;
        right: 0;
        top: 25%;
        transform: translate(-50%, 0px);
    }
    .got_question_sec .accordion-header:hover {
        background-color: #ffffff1a;
        padding: 20px 4rem 20px 40px;
    }

    .got_question_sec .accordion-item.active .accordion-header:after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEuNjg0NSA1LjU1OTc3TDcuMzA5NTMgOS45MzQ3N0M3LjI2ODkgOS45NzU0NSA3LjIyMDY1IDEwLjAwNzcgNy4xNjc1NCAxMC4wMjk3QzcuMTE0NDIgMTAuMDUxOCA3LjA1NzQ5IDEwLjA2MzEgNyAxMC4wNjMxQzYuOTQyNSAxMC4wNjMxIDYuODg1NTcgMTAuMDUxOCA2LjgzMjQ2IDEwLjAyOTdDNi43NzkzNSAxMC4wMDc3IDYuNzMxMSA5Ljk3NTQ1IDYuNjkwNDcgOS45MzQ3N0wyLjMxNTQ3IDUuNTU5NzdDMi4yMzMzOCA1LjQ3NjggMi4xODcyNiA1LjM2NjM0IDIuMTg3MjYgNS4yNTAyNEMyLjE4NzI2IDUuMTM0MTUgMi4yMzMzOCA1LjAyMjggMi4zMTU0NyA0Ljk0MDcxQzIuMzk3NTYgNC44NTg2MiAyLjUwOTkgNC44MTI1IDIuNjI1IDQuODEyNUMyLjc0MDEgNC44MTI1IDIuODUyNDQgNC44NTg2MiAyLjkzNDUzIDQuOTQwNzFMNyA5LjAwNjczTDExLjA2NTUgNC45NDA3MUMxMS4xMDYxIDQuOTAwMDYgMTEuMTU0NCA0Ljg2ODIyIDExLjIwNzUgNC44NDgyMkMxMS4yNjA2IDQuODI4MjIgMTEuMzE3NSA0LjgxMjUgMTEuMzc1IDQuODEyNUMxMS40MzI1IDQuODEyNSAxMS40ODk0IDQuODI4MjIgMTEuNTQyNSA0Ljg0ODIyQzExLjU5NTYgNC44NjgyMiAxMS42NDM5IDQuOTAwMDYgMTEuNjg0NSA0Ljk0MDcxQzExLjcyNTIgNC45ODEzNiAxMS43NTc0IDUuMDI5NjIgMTEuNzc3NCA1LjA4MjczQzExLjc5NzQgNS4xMzU4NCAxMS44MTI3IDUuMTkyNzYgMTEuODEyNyA1LjI1MDI0QzExLjgxMjcgNS4zMDc3MyAxMS43OTc0IDUuMzY0NjUgMTEuNzc3NCA1LjQxNzU2QzExLjc1NzQgNS40NzA2NyAxMS43MjUyIDUuNTE5MTMgMTEuNjg0NSA1LjU1OTc3WiIgZmlsbD0iIzBEMEQwRCIvPgo8L3N2Zz4=");
        transform: translate(-50%, 0px) rotate(180deg);
    }
}

.meeet_the_founder {
    margin-top: 100px;
}
.meeet_the_founder p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* .meeet_the_founder .content {
    margin-top: 5rem;
} */
.meeet_the_founder .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.meeet_the_founder .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.meeet_the_founder .other_content ul {
    padding-left: 0;
    padding-top: 1rem;
}
.meeet_the_founder .other_content ul li {
    padding: 10px 19.787px 12px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5px);
    display: inline-block;
    margin: 5px;
}
.meeet_the_founder .other_content ul li .last {
    color: #fff;
    font-family: Satoshi;
    font-size: 14.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.meeet_the_founder h4 {
    color: #fff;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}
.meeet_the_founder .feature_box ul {
    padding-left: 0;
    padding-top: 1rem;
}

.meeet_the_founder .feature_box ul li {
    /* padding: 10px 19.787px 12px 20px; */
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5px);
    /* display: inline-block; */
    margin: 5px;
    height: 62px;
    padding: 0px 35.38px 0px 27.95px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: bottom;
}
.founder_image_box {
    position: relative;
    width: 400px;
    margin-left: auto;
    height: 551px;
    overflow: hidden;
}

.founder_image_box .bottom_fileter {
    background: linear-gradient(
        180deg,
        rgba(84, 84, 84, 0) 0%,
        rgb(10, 10, 10) 67.17499532098009%
    );
    bottom: 0;
    flex: none;
    height: 225px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.founder_image_box .background_color_filer {
    aspect-ratio: 0.9025974025974026 / 1;
    background-color: #ff6e0c;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    bottom: 0;
    flex: none;
    height: 392px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%);
    width: 99%;
    will-change: transform;
    z-index: -1;
}
.founder_image_box h3 {
    /* --framer-link-text-color: #0099ff; */
    /* --framer-link-text-decoration: underline; */
    bottom: 0;
    flex: none;
    height: auto;
    left: 50%;
    position: absolute;
    text-shadow: 0px 1px 62px #000000;
    transform: translate(-50%);
    /* white-space: pre-wrap; */
    width: 100%;
    word-break: break-word;
    word-wrap: break-word;
    z-index: 1;
    color: #fff;
    text-shadow: 0px 1px 62px #000;
    font-family: Unbounded;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2.5px;
    /* outline: none; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* flex-shrink: 0; */
    /* transform: translateX(-50%); */
}
.our_squad_sec {
    margin-top: 100px;
}
.our_squad_sec .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our_squad_sec .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
}
.our_squad_sec .section_headings p {
    color: #fff;
    text-align: center;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    opacity: 0.6;
    margin-bottom: 2rem;
}
.founder_image_box h3 span {
    color: #ff6e0c;
}
.our_squad_sec .team_content {
    display: grid;
    flex: none;
    gap: 10px;
    grid-auto-rows: minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    height: min-content;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}
.team_content .team {
    position: relative;

    /* width: 473.33px; */
    /* height: 478px; */
    /* padding: 24px; */
}
.team_content .team .top_box {
    background-color: var(
        --token-affa1b72-7c43-4531-b217-6ad9a97be289,
        rgba(255, 255, 255, 0.05)
    );
    /* padding: 24px; */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.team_content .team .top_box .text .first_text h4 {
    color: #ff6e0c;
    text-shadow: 16px 8px 27px rgba(0, 0, 0, 0.25);
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -2.5px;
    position: absolute;
    top: 40px;
    left: 0;
    transition: top 0.5s ease;
}
.team_content .team .top_box .text .second_text h5 {
    color: #fff;
    text-align: right;
    text-shadow: 16px 8px 27px rgba(0, 0, 0, 0.46);
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    position: absolute;
    top: 74px;
    right: 0px;
    transition: top 0.5s ease;
}
.team_content .team .top_box .image_box {
    flex: none;
    height: 88%;
    max-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
    filter: contrast(1.06) grayscale(1)
        drop-shadow(rgba(0, 0, 0, 0.66) 0px 31px 27px);
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: filter 0.5s ease-in-out;
}
.team_content .team:hover .top_box .image_box {
    filter: contrast(1.06) grayscale(0)
        drop-shadow(rgba(0, 0, 0, 0.66) 0px 31px 27px);
}
.team_content .team .top_box .image_box .img_sec {
    transform: scale(0.85);
}
.team_content .team .top_box .image_box .img_sec img {
    display: block;
    width: 100%;
    height: 100%;
    /* border-radius: inherit; */
    object-position: center bottom;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.5s ease;
    padding-bottom: 0;
}
.team_content .team .top_box .bottom_overlay {
    bottom: 0;
    flex: none;
    height: 76px;
    left: calc(50.00000000000002% - 100% / 2);
    overflow: visible;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(84, 84, 84, 0) 0%,
        rgb(0, 0, 0) 100%
    );
    opacity: 1;
}
.team_content .team .top_box .background_overlay {
    aspect-ratio: 1 / 1;
    flex: none;
    top: 50%;
    overflow: visible;
    position: absolute;
    top: 50%;
    width: 19px;
    left: 50%;
    z-index: 0;
    background-color: #ff6e0c;
    border-radius: 50.7042%;
    transform: translateX(-50%);
    transform-origin: 50% 50% 0px;
    z-index: -1;
    height: 19px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: height 0.5s ease-in-out, top 0.5s ease-in-out,
        width 0.5s ease-in-out;
}
.team_content .team:hover .top_box .background_overlay {
    height: 515px;
    top: 90px;
    width: 112%;
}
.team_content .team .bottom_box {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    width: 100%;
    padding: 23px 6.33px 25px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
.team_content .team .bottom_box h5 {
    color: #fff;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}
.team_content .team .bottom_box p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 0;
}

.team_content .team:hover .top_box .image_box .img_sec img {
    transform: translateY(31px);
}

.team_content .team:hover .top_box .text .first_text h4 {
    top: 20px;
}

.team_content .team:hover .top_box .text .second_text h5 {
    top: 54px;
}

@media (max-width: 1350px) {
    .team_content .team .top_box .image_box {
        max-height: 376px;
    }
}
@media (max-width: 1200px) {
    .team_content .team .top_box .image_box {
        max-height: 330px;
    }
    .team_content .team .top_box .text .first_text h4 {
        font-size: 34px;
    }
}

@media (max-width: 1100px) {
    .team_content .team .top_box .image_box {
        max-height: 300px;
    }
}

@media (max-width: 992px) {
    .our_squad_sec .team_content {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
    .team_content .team .top_box .text .first_text h4 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .our_squad_sec .team_content {
        display: block;
    }
    .team_content .team .top_box .text .first_text h4 {
        font-size: 44px;
    }
    .team_content .team .top_box .image_box {
        max-height: 500px;
    }
    .team_content .team {
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 512px) {
    .team_content .team .top_box .image_box {
        max-height: 322px;
    }
}

.our_agency_section {
    margin-top: 100px;
}
.our_agency_section .section_headings {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.5rem;
}
.our_agency_section .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our_agency_section .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-bottom: 0;
}
.our_agency_section .right_content p {
    color: #fff;
    text-align: left;
    font-family: "Satoshi";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.36px;
    opacity: 0.6;
    margin-bottom: 2rem;
}

.our_agency_section .main_agency_content .step_1 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 380px;
    margin-bottom: 0.8rem;
}
.our_agency_section .main_agency_content .step_1 .image_box {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
    will-change: var(--framer-will-change-override, transform);
    border-radius: 20px;
    transition: all 0.5s ease; /* Smooth transition for 3D effect */
    transform-style: preserve-3d; /* Enable 3D transformations */
}
.our_agency_section .main_agency_content .step_1 .image_box .img {
    /* height: 400px; */
    flex: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 953px;
    border-radius: 20px;
    filter: brightness(0.4) grayscale(1);
    will-change: transform;
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: all 0.5s ease-in-out;
}
.our_agency_section .main_agency_content .step_1 .image_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.our_agency_section .main_agency_content .step_1 .image_box_2 {
    flex: 2 0 0px;
}

.our_agency_section .main_agency_content .step_1 .image_box_2 .img {
    filter: brightness(1) grayscale(0);
}
.our_agency_section .main_agency_content .step_1 .image_box_1:hover {
    flex: 2 0 0px;
}
.our_agency_section .main_agency_content .step_1 .image_box_1:hover .img {
    filter: brightness(1) grayscale(0);
}

.our_agency_section
    .main_agency_content
    .step_1
    .image_box_1:hover
    + .image_box_2 {
    flex: 1 0 0px;
}
.our_agency_section
    .main_agency_content
    .step_1
    .image_box_1:hover
    + .image_box_2
    .img {
    filter: brightness(0.4) grayscale(1);
}

.our_agency_section .main_agency_content .step_2 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 1px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 380px;
    margin-bottom: 0.8rem;
}
.our_agency_section .main_agency_content .step_2 .image_box {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
    will-change: var(--framer-will-change-override, transform);
    border-radius: 20px;
    transition: all 0.5s ease; /* Smooth transition for 3D effect */
    transform-style: preserve-3d; /* Enable 3D transformations */
}
.our_agency_section .main_agency_content .step_2 .image_box .img {
    /* height: 400px; */
    flex: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 953px;
    border-radius: 20px;
    filter: brightness(0.4) grayscale(1);
    will-change: transform;
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: all 0.5s ease-in-out;
}
.our_agency_section .main_agency_content .step_2 .image_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.our_agency_section .main_agency_content .step_2 .image_box_2 {
    flex: 2 0 0px;
}

.our_agency_section .main_agency_content .step_2 .image_box_2 .img {
    filter: brightness(1) grayscale(0);
}
.our_agency_section .main_agency_content .step_2 .image_box_1:hover {
    flex: 2 0 0px;
}
.our_agency_section .main_agency_content .step_2 .image_box_1:hover .img {
    filter: brightness(1) grayscale(0);
}

.our_agency_section
    .main_agency_content
    .step_2
    .image_box_1:hover
    + .image_box_2 {
    flex: 1 0 0px;
}
.our_agency_section
    .main_agency_content
    .step_2
    .image_box_1:hover
    + .image_box_2
    .img {
    filter: brightness(0.4) grayscale(1);
}

.our_agency_section .main_agency_content .step_3 {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 1px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    height: 380px;
    margin-bottom: 0.8rem;
}
.our_agency_section .main_agency_content .step_3 .image_box {
    align-content: center;
    align-items: center;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
    will-change: var(--framer-will-change-override, transform);
    border-radius: 20px;
    transition: all 0.5s ease; /* Smooth transition for 3D effect */
    transform-style: preserve-3d; /* Enable 3D transformations */
}
.our_agency_section .main_agency_content .step_3 .image_box .img {
    /* height: 400px; */
    flex: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 953px;
    border-radius: 20px;
    filter: brightness(0.4) grayscale(1);
    will-change: transform;
    transform: none;
    transform-origin: 50% 50% 0px;
    transition: all 0.5s ease-in-out;
}
.our_agency_section .main_agency_content .step_3 .image_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
}

.our_agency_section .main_agency_content .step_3 .image_box_2 {
    flex: 2 0 0px;
}

.our_agency_section .main_agency_content .step_3 .image_box_2 .img {
    filter: brightness(1) grayscale(0);
}
.our_agency_section .main_agency_content .step_3 .image_box_1:hover {
    flex: 2 0 0px;
}
.our_agency_section .main_agency_content .step_3 .image_box_1:hover .img {
    filter: brightness(1) grayscale(0);
}

.our_agency_section
    .main_agency_content
    .step_3
    .image_box_1:hover
    + .image_box_2 {
    flex: 1 0 0px;
}
.our_agency_section
    .main_agency_content
    .step_3
    .image_box_1:hover
    + .image_box_2
    .img {
    filter: brightness(0.4) grayscale(1);
}

.our_stages {
    margin-top: 100px;
}

.our_stages .section_headings span {
    padding: 5px 11.653px 5px 12px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.1);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.656px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}
.our_stages .section_headings h2 {
    color: #fff;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -1.8px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.our_stages .content-box .steps__content {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
    height: auto;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}
.our_stages .content-box .steps__content .timeline_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 318px; */
    gap: 13px;
}
.our_stages
    .content-box
    .steps__content
    .timeline_wrapper
    .timeline_wrapper_progress_bar {
    align-content: center;
    align-items: center;
    display: flex;
    /* flex: 1 0 0px; */
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 348px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 3px;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.05);
    opacity: 1;
}
.timeline_wrapper_progress_bar_line {
    background: linear-gradient(
        180deg,
        rgba(84, 84, 84, 0) 70.44724801060994%,
        var(--token-4fdd7769-e1d0-45b2-8e3d-fe484baba321, rgb(232, 84, 66))
            /* {"name":"Light Green"} */ 100%
    );
    will-change: transform;
    opacity: 1;
    transform: perspective(1200px) translateY(-320.878px);
    flex: none;
    height: calc(var(--framer-viewport-height, 100vh) * 0.5);
    overflow: hidden;
    position: relative;
    width: 100%;
}
.our_stages .content-box .steps__content .framer-text {
    /* color: #ff6e0c;
    text-shadow: 0px 1px 23px #fd0; */
    color: #ffdd006e;
    text-shadow: rgba(255, 221, 0, 0) 0px 0px 0px;
    opacity: 0.15;
    font-family: Unbounded;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 46.2px;
    letter-spacing: -1px;
    text-transform: uppercase;
    transition: text-shadow 1s ease-out, opacity 1s ease-out;
}

.our_stages .content-box .steps__content .content_wrapper_content_text {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    transform: perspective(1200px) translateY(200px);
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.our_stages .content-box .steps__content .content_wrapper_content_text span {
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.05);
    color: #ff6e0c;
    text-align: center;
    font-family: Inter;
    font-size: 10.484px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
}
.our_stages .content-box .steps__content .content_wrapper_content_text h3 {
    color: #fff;
    font-family: Unbounded;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-top: 1rem;
}
.our_stages .content-box .steps__content .content_wrapper_content_text p {
    color: #fff;
    font-family: "Satoshi";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
}

@media (max-width: 992px) {
    .services_heading_box_sec h1 {
        font-size: 47px;
        padding: 5rem 0rem;
    }
    .founder_image_box {
        /* width: 387px;
        height: 513px; */
        margin-right: auto;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    .our_agency_section .main_agency_content .step_2,
    .our_agency_section .main_agency_content .step_3,
    .our_agency_section .main_agency_content .step_1 {
        display: block;
        height: 100%;
    }
    .our_agency_section .main_agency_content .step_2 .image_box,
    .our_agency_section .main_agency_content .step_3 .image_box,
    .our_agency_section .main_agency_content .step_1 .image_box {
        display: block;
        flex: none;
        width: 100%;
        margin-bottom: 1rem;
    }
    .our_agency_section .main_agency_content .step_2 .image_box .img,
    .our_agency_section .main_agency_content .step_3 .image_box .img,
    .our_agency_section .main_agency_content .step_1 .image_box .img {
        width: 100%;
        flex: none;
    }
    .services_heading_box_sec h1 {
        font-size: 47px;
        padding: 3rem 0rem;
    }
    .founder_image_box {
        width: 387px;
        height: 513px;
        margin-right: auto;
        margin-bottom: 3rem;
    }
    .our_stages .content-box .steps__content .framer-text {
        font-size: 33px;
    }
    .our_stages .content-box .steps__content {
        gap: 10px;
    }
}
