.dyn-blc-sub-callToAction {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: white;
    padding: 4rem 0;
    border: 0.5rem solid var(--dark-clr);
    border-radius: 4rem 0rem;
    background: linear-gradient(94.51deg, rgba(0, 104, 199, 1) 0%, rgba(2, 12, 23, 1) 100%);
}

.dyn-blc-sub-image {
    position: absolute;
    top: var(--top);
    left: 0;
    height: 100%;
}

.dyn-blc-sub-cta-btn {
    border: 2px solid transparent;
    background-color: white;
    color: black;
    font-size: 0.95rem;
    padding: 0.4rem 2.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.3s ease-in-out;
}

.dyn-blc-sub-cta-btn:hover {
    border: 2px solid white;
    color: white;
    background-color: var(--dark-clr);
    transform: scale(1.045);
}


.dyn-blc-sub-borderBox {
    border: 1px solid transparent;
    background-color: var(--card-clr);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    border-radius: .5rem;
    transform: translateY(0);
    transition: transform 0.4s ease-in-out, 0.4s ease-in-out;
}

.dyn-blc-sub-borderBox:hover .card-txt {
    color: var(--dark-clr);
}

.dyn-blc-sub-borderBox:hover {
    transform: translateY(-2%);
    border: 1px solid var(--dark-clr);
}

.dyn-blc-sub-tab-btn {
    padding: 2rem 1rem;
    border-radius: .5rem;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    background-color: var(--card-clr);
    transition: .3s ease-in-out;
}

.dyn-blc-sub-tab-btn:hover,
.dyn-blc-sub-tab-btn.active {
    background-color: var(--dark-clr);
    color: white;
}


.dyn-blc-sun-white-card {
    padding: 1rem;
    height: 100%;
    background-color: #fff;
    border-radius: 1rem;
    transition: 0.4s ease-in-out;
}

.dyn-blc-sun-white-card:hover {
    box-shadow: var(--dark-clr) 7px 7px 2px 1px;
}

.dyn-blc-min-height {
    height: 700px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0180f7 rgba(136, 119, 136, 0);
}

.dyn-blc-scrl-box {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    border: 2px solid transparent;
    transition: 0.4s ease-in-out;
}

.dyn-blc-scrl-box:hover {
    border: 2px solid var(--dark-clr);
}


.dyn-blc-sub-listCards-effect {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    background: linear-gradient(89.79deg,
            rgba(255, 255, 255, 0) 0%,
            var(--clr) 190%);
    border-radius: .5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
    overflow: hidden;
}


.dyn-blc-sub-smartIconset {
    display: inline-block;
    width: 34px;
    height: 34px;
    transform: scale(1.25);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.dyn-blc-sub-smartIconsetImage1 {
    background-image: url('/img/v2/service/blc-sub-icon1.webp');
}

.scroll-slider {
    height: 300vh;
    position: relative;
}

.dyn-blc-slider-bg {
    background-image: url('/img/v2/service/blc-slider-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-wrapper {
    position: sticky;
    top: 15%;
    height: auto;
    overflow: hidden;
    padding: 0 1rem;
}

.dyn-blc-slider-container {
    display: flex;
    height: 100%;
    padding: 4rem 0;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.2s linear;
}

.dyn-blc-slider {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 1000px;
    padding: 2rem 1.5rem;
    margin: 1rem;
    border-radius: 1rem;
    background-color: white;
    border: 1px solid var(--dark-clr);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
}

.dyn-blc-slider::before {
    content: '';
    position: absolute;
    top: -8%;
    left: -2%;
    width: 64px;
    height: 110px;
    background-color: var(--dark-clr);
    border-radius: .25rem;
    transform: rotate(226deg);
    box-shadow: rgb(0, 0, 0) 0px 15px 15px;
}

.dyn-blc-min-height {
    height: 700px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0180f7 rgba(136, 119, 136, 0);
}

.dyn-blc-tech-tab-btn {
    border-bottom: 2px solid transparent;
    background: rgba(255, 255, 255, 0.25);
    white-space: nowrap;
    padding: 1rem;
    font-size: 1rem;
    border-radius: .5rem;
    width: 100%;
    text-align: start;
    transition: 0.4s ease-in-out;
}

.dyn-blc-tech-tab-btn:hover,
.dyn-blc-tech-tab-btn.active {
    border-bottom: 2px solid var(--dark-clr);
    background-color: #ffffff;
    transform: scale(1.025);
    color: var(--dark-clr);
}

.dyn-blc-tech-tab-btn:hover+.tech-tab-btn {
    transform: scale(1.015);
}

.dyn-blc-tech-tab-btn:has(+ .tech-tab-btn:hover) {
    transform: scale(1.015);
}

.dyn-blc-tech-right {
    background-color: #ffffff;
    border-radius: 0 1rem 1rem 0;
}

.dyn-blc-defiTechIconSetImage1 {
    background-image: url('/img/v2/techStack/blue-teckstacks.webp');
}

.dyn-blc-defiteckIconSet {
    display: inline-block;
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    padding: 1.5rem;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px inset;
    transform: scale(1);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.dyn-blc-tech-items {
    display: flex;
    gap: .5rem;
    align-items: center;
    background-color: var(--card-clr);
    border-radius: .5rem;
    padding: .5rem 1rem;
    height: 100%;
}


.dyn-blc-sub-devprocess {
    position: relative;
    background-color: var(--card-clr);
    padding: 1rem 3rem;
    border-radius: 0.5rem;
    height: 100%;
    border: 2px solid transparent;
    transition: 0.4s ease-in-out;
}

.dyn-blc-sub-num {
    position: absolute;
    top: -10%;
    left: -6%;
    width: 70px;
    height: 70px;
    font-size: 2rem;
    font-weight: bolder;
    border: 0.5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--dark-clr);
    color: white;
    border-radius: 6rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dyn-blc-sub-devprocess:hover {
    border: 2px solid var(--dark-clr);
}

.dyn-blc-sub-dp-center-line {
    position: relative;
}

.dyn-blc-sub-dp-center-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 4px;
    height: 100%;
    border-radius: 1rem;
    background-color: var(--dark-clr);
}

.dyn-blc-sub-dp-card:nth-child(even) {
    padding-left: calc(50% + 50px);
}

.dyn-blc-sub-dp-card:nth-child(odd) {
    padding-right: calc(50% + 50px);
    padding-left: 0;
}

.dyn-blc-sub-dp-card-inner-odd-1,
.dyn-blc-sub-dp-card-inner-odd,
.dyn-blc-sub-dp-card-inner-even {
    position: relative;
    background-color: var(--card-clr);
    padding: 1rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    z-index: 1;
}

.dyn-blc-sub-dp-card-number-odd {
    position: absolute;
    top: 0%;
    right: -21.3%;
}

.dyn-blc-sub-dp-card-number-odd-1 {
    position: absolute;
    top: 0%;
    right: -20.2%;
}

.dyn-blc-sub-dp-card-number-even {
    position: absolute;
    top: 4%;
    left: -20.7%;
}

.dyn-blc-sub-dp-card-inner-odd-1::before,
.dyn-blc-sub-dp-card-inner-odd::before {
    content: '';
    position: absolute;
    background-color: var(--card-clr);
    width: 34px;
    height: 34px;
    top: 3%;
    right: -2%;
    transform: rotate(30deg);
}

.dyn-blc-sub-dp-card-inner-even::before {
    content: '';
    position: absolute;
    background-color: var(--card-clr);
    width: 34px;
    height: 34px;
    top: 3%;
    left: -2%;
    transform: rotate(40deg);
    z-index: -1;
}

.dyn-blc-sub-related-circle {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 2px solid var(--dark-clr);
    border-radius: 100%;
}

.dyn-blc-sub-ls-box {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1rem;
    border: 1px solid transparent;
    background-color: white;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .2s ease-in-out;
}

.dyn-blc-sub-ls-box:hover {
    border-radius: 1rem;
    border: 1px solid var(--dark-clr);
    background-color: var(--card-clr);
}

#faq .faq-list {
    position: relative;
}

#faq .faq-list h2 {
    color: #1a73e8;
    margin-bottom: 20px;
}

#faq .faq-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    padding: 10px 10px 10px 30px;
    position: relative;
    transition: 0.3s ease-in-out;
}

#faq .faq-item.active {
    padding-left: 3.25rem;
    color: #1a73e8;
}

#faq .faq-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    /* background: url('https://img.icons8.com/ios-filled/50/1a73e8/arrow.png') no-repeat center center; */
    background: url("/img/devprog-img/ico/faqArrow.png") no-repeat center center;
    background-size: contain;
    /* transform: translateY(50%); */
    transition: top 0.3s ease;
}

#faq .faq-answer {
    background-color: #dceeff;
    padding: 30px;
    border-radius: 12px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
    display: none;
}

[id^="faq-answer-"]:empty {
    display: none !important;
    padding: 0 !important;
}



@media only screen and (max-width: 576px) {
    .scroll-slider {
        height: 250vh;
    }

    .slider-wrapper {
        top: 7%;
    }

    .dyn-blc-slider-container {
        padding: 2rem 0;
    }

    .dyn-blc-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 100%;
        padding: 2rem 1.5rem;
    }

    .dyn-blc-slider::before {
        top: -6%;
        left: -9%;
    }

    .dyn-blc-id-container {
        flex-direction: column;
        text-align: center;
    }

    .dyn-blc-sub-devprocess {
        position: relative;
        background-color: var(--card-clr);
        padding: 1.5rem 2.25rem;
    }

    .dyn-blc-sub-num {
        left: -9%;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .dyn-blc-sub-dp-card:nth-child(even) {
        padding-left: calc(0% + 0px);
    }

    .dyn-blc-sub-dp-card:nth-child(odd) {
        padding-right: calc(0% + 0px);
    }

    .dyn-blc-sub-dp-card-number-odd-1,
    .dyn-blc-sub-dp-card-number-odd {
        position: static;
        top: 0%;
        right: 0%;
    }

    .dyn-blc-sub-dp-card-number-even {
        position: static;
        top: 0%;
        right: 0%;
    }

    .dyn-blc-sub-dp-card-inner-odd-1::before,
    .dyn-blc-sub-dp-card-inner-odd::before,
    .dyn-blc-sub-dp-card-inner-even::before {
        visibility: hidden;
        right: 0;
    }

    .dyn-blc-sub-dp-center-line::before {
        visibility: hidden;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    .scroll-slider {
        height: 250vh;
    }

    .slider-wrapper {
        top: 7%;
    }

    .dyn-blc-slider-container {
        padding: 2rem 0;
    }

    .dyn-blc-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 450px;
        padding: 2rem 1.5rem;
    }

    .dyn-blc-slider::before {
        top: -6%;
        left: -9%;
    }

    .dyn-blc-id-container {
        flex-direction: column;
        text-align: center;
    }

    .dyn-blc-iconDesignSet {
        width: 44px;
        height: 44px;
        padding: 1.5rem;
    }

    .dyn-blc-sub-dp-card:nth-child(even) {
        padding-left: calc(0% + 0px);
    }

    .dyn-blc-sub-dp-card:nth-child(odd) {
        padding-right: calc(0% + 0px);
    }

    .dyn-blc-sub-dp-card-number-odd-1,
    .dyn-blc-sub-dp-card-number-odd {
        position: static;
        top: 0%;
        right: 0%;
    }

    .dyn-blc-sub-dp-card-number-even {
        position: static;
        top: 0%;
        right: 0%;
    }

    .dyn-blc-sub-dp-card-inner-odd::before,
    .dyn-blc-sub-dp-card-inner-even::before {
        visibility: hidden;
    }

    .dyn-blc-sub-dp-center-line::before {
        visibility: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .slider-wrapper {
        top: 7%;
    }

    .dyn-blc-slider-container {
        padding: 2rem 0;
    }

    .dyn-blc-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 450px;
        padding: 2rem 1.5rem;
    }

    .dyn-blc-slider::before {
        top: -6%;
        left: -9%;
    }

    .dyn-blc-sub-dp-card:nth-child(even) {
        padding-left: calc(50% + 30px);
    }

    .dyn-blc-sub-dp-card:nth-child(odd) {
        padding-right: calc(50% + 30px);
    }

    .dyn-blc-sub-dp-card-number-odd-1 {
        right: -31.5%
    }

    .dyn-blc-sub-dp-card-number-odd {
        right: -33.5%
    }

    .dyn-blc-sub-dp-card-number-even {
        left: -32.8%;
    }

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .dyn-blc-slider {
        width: 100%;
        min-width: 700px;
        padding: 4rem 1.5rem;
    }

    .dyn-blc-sub-dp-card-number-odd-1 {
        right: -28.5%;
    }

    .dyn-blc-sub-dp-card-number-odd {
        right: -30.5%;
    }

    .dyn-blc-sub-dp-card-number-even {
        left: -29.7%;
    }

    #ai .carousel-control-prev {
        left: 76%;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {

    .dyn-blc-sub-dp-card-number-odd-1 {
        right: -24.2%;
    }

    .dyn-blc-sub-dp-card-number-odd {
        right: -25%;
    }

    .dyn-blc-sub-dp-card-number-even {
        left: -24.5%;
    }

}