.proto-subtext {
    background: #F1FFF8D1;
    padding: 8px 16px;
    border-radius: 16px;
    color: #3C3C3B;
}

.proto-subtext b {
    color: #018F83;
}

.our-structured-section {
    background: #FCFCFC;
}

.structured-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #018F8333;
    height: 100%;
    background: #FEFEFE;
}

.structured-card-img {
    /* max-width: 242px; */
    max-height: 116px;
    border-radius: 8px;
    overflow: hidden;
}

.structured-card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    text-align: center;
}

.structured-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    text-align: center;
    color: #5C5C5C;
}

.our-structured-section .gx-3 {
    --bs-gutter-x: 28px;
}




.logo-subtext {
    letter-spacing: 0.05rem;
    text-align: center;
}

.why-oodles-graphic {
    position: relative;
    overflow: hidden;
}


.why-oodles-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.single-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-content-img {
    height: 80px;
    width: 80px;
    max-width: 100%;
    max-height: 100%;
}

.single-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #2B2C2D !important;
}

.single-content p {
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
}

.why-oodles-row .gx-3 {
    --bs-gutter-x: 100px;
}

.why-oodles-row .gy-3 {
    --bs-gutter-y: 30px;
}


.single-content-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.web-app-section {
    background: #F5FFFE;
}

.web-app-section h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #2B2C2D;
}

.web-app-section .texts {
    color: #5C5C5C;
}

.web-app-section .single-content-img {
    max-height: 48px;
    max-width: 48px;
}

.web-app-img {
    max-width: 378px;
    max-height: 272px;
    border-radius: 16px;
    box-shadow: 12px 12px 0px 0px #6BC3B3;
    overflow: hidden;
}

.industry-focused-section {
    background: url('./../images/app-prototyping/bg.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.industry-focused-card {
    backdrop-filter: blur(7px);
    border: 1px solid #EEEEEE;
    background: #ffffff;
    gap: 16px;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-focused-img {
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
}

.industry-focused-card h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #3C3C3B;
    margin-bottom: 0;
}

.industry-focused-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #5C5C5C;
    margin-bottom: 0;
}

.industry-focused-section .gx-3 {
    --bs-gutter-x: 48px;
}


.choose-oodles-section {
    background: url('./../images/app-prototyping/bg2.png');
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.choose-oodles-section h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #FFFFFF !important;
    position: relative;
    z-index: 1;
}

.choose-oodles-section .texts {
    color: #FFFFFF !important;
}











@media (max-width:1199px) {
    .why-oodles-row .gx-3 {
        --bs-gutter-x: 60px;
    }
}

@media (max-width:991px) {


    .why-oodles-graphic .double-circle-heading::before {
        z-index: -1;
        top: -30px;
    }

    .why-oodles-content {
        gap: 32px;
    }

    .single-content-img {
        height: 48px;
        width: 48px;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    .single-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-content-head {
        align-items: center;
        gap: 16px;
    }

    .hide-text {
        display: none;
    }

    .single-content {
        gap: 8px;
    }

    .single-content p {
        text-align: center;
    }

    .single-content h3 {
        text-align: center;
        font-size: 16px;
    }

    .hide-text {
        display: none;
    }

    .structured-card h3,
    .industry-focused-card h4 {
        font-size: 16px;
    }

    .structured-card p {
        font-size: 14px;
    }

    .web-app-section h2,
    .choose-oodles-section h2 {
        font-size: 22px;
    }

    .industry-focused-card p {
        font-size: 14px;
    }

    .double-circle-heading::before {
        top: -36px;
    }
    .industry-focused-section .section-gap{
        gap: 16px;
    }
}

@media (max-width: 575px) {

    .why-oodles-content {
        gap: 30px;
    }
}