.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-twoCardBox{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;
    background-color: white;
    border-top: 1px solid var(--dark-clr);
    border-radius: .75rem;
    box-shadow: 0 20px 50px -25px color-mix(in oklab, oklch(0.48 0.18 258)40%, transparent);
    padding: 1.5rem;
}

.grad-icon{
    width: 45px;
    height:45px;
    background: linear-gradient(107.43deg,
      rgba(0, 104, 199, 1) 0%,
      rgba(0, 0, 0, 1) 100%);
    border-radius: .75rem;
}

.twoCardBox-list{
    list-style: none;
    padding: 0;
}

.twoCardBox-list li{
    display: flex;
    align-items: start;
    gap: .5rem;
    margin-bottom: .5rem;
}

.twoCardBox-tickIcon{
    display: inline-block;
    background-color: var(--card-clr);
    color: var(--dark-clr);
    padding: .15rem .35rem;
    border-radius: 100%;
    font-size: .80rem;
    font-weight: 500;
}

.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-table-container{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-top: 2rem;
}

.dyn-blc-sub-table{
    width: 100%;
    border-radius: .75rem;
}

.dyn-blc-sub-thead tr{
    background-color: var(--dark-clr);
    color: white;
}

.dyn-blc-sub-thead tr th:first-child{
    border-top-left-radius: .75rem;
}

.dyn-blc-sub-thead tr th:last-child{
    border-top-right-radius: .75rem;
}

.dyn-blc-sub-thead tr th{
    padding: .75rem 0;
    text-align: center;
}
.dyn-blc-sub-tbody tr{
    font-size: 1rem;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.dyn-blc-sub-tbody tr:hover{
    background-color: var(--card-clr);
}

.dyn-blc-sub-tbody tr td{
    padding: .75rem 1rem;
    border: 1px solid var(--card-clr);
    white-space: nowrap;
}

.dyn-blc-sub-cardSectionOne{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    height: 100%;
    border-radius: .5rem;
    background-color: white;
    transition: .3s ease-in-out;
}

.dyn-blc-sub-cardSectionOne:hover{
    box-shadow: var(--dark-clr) 4px 7px 2px 1px;
}

.dyn-blc-sub-cardSectionTwo{
    background-color: var(--card-clr);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    height: 100%;
    border-radius: .5rem;
    transition: .3s ease-in-out;
}

.dyn-blc-sub-cardSectionTwo:hover{
    background-color: white;
}

.cardSectionTwoPoints{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: start;
}

.dyn-blc-sub-cardSectionThreeContainer > div:nth-child(odd) .dyn-blc-sub-cardSectionThree{
    border-bottom: 5px solid var(--dark-clr);
}

.dyn-blc-sub-cardSectionThreeContainer > div:nth-child(even) .dyn-blc-sub-cardSectionThree{
    border-top: 5px solid var(--dark-clr);
}

.dyn-blc-sub-cardSectionThree{
    padding: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    background-color: var(--card-clr);
    border-radius: 1.75rem 0;
}

.cardSectionThreePoints{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.cardSectionThreePoints li{
    padding: .25rem .5rem;
    background-color: white;
    color: var(--dark-clr);
}

.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-evenClrContainer > div:nth-child(even) .dyn-blc-sub-evenClrBox {
    background-color: var(--card-clr); 
}


.dyn-blc-sub-evenClrBox{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    border: 1px solid var(--card-clr);
}


.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-techIconSetImage1 {
    background-image: url('/img/v2/techStack/cosmos-techStacks.webp');
}

.dyn-blc-teckIconSet {
    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;
    justify-content: center;
    gap: .5rem;
    align-items: center;
    background-color: var(--card-clr);
    border-radius: .5rem;
    padding: .5rem 1rem;
    height: 100%;
}

.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: 1.05rem;
    font-weight: 500;
    line-height: 1.6rem;
    width: 100%;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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


@media (max-width: 424px){
    .dyn-blc-teckIconSet{
        display: none;
    }
}


@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%;
    }

}