/* ===============================
   Section: Our Structured Section
   =============================== */
.our-structured-section {
    background: #FCFCFC;
}

.our-structured-section .texts {
    color: #5C5C5C;
}

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

/* ===============================
   Structured Card
   =============================== */
.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-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;
}

/* ===============================
   Why Oodles Section
   =============================== */
.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;
}

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

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

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

.why-oodles-graphic span {
    color: #018F83;
}

.when-to-section {
    background: #F5FFFE;
}

.when-to-section .single-content-img {
    max-height: 48px;
    max-width: 48px;
}

.when-to-section h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    color: #2B2C2D;
}

.when-to-section span {
    color: #018F83;
}

.when-to-section .logo-subtext {
    text-align: unset;
}

.when-to-section .web-app-img {
    min-width: 368px;
    border-radius: 16px;
    /* overflow: hidden; */
    position: relative;
    display: inline-block;
}

.web-app-img::before {
    content: "";
    position: absolute;
    width: 212px;
    height: 212px;
    background-color: #D991461A;
    border-radius: 50%;
    top: 20px;
    left: -130px;
    z-index: 0;
}

.web-app-img::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #D99146;
    border-radius: 50%;
    top: 40px;
    left: -90px;
    z-index: 0;
}

.web-app-img img {
    position: relative;
    z-index: 1;
    border-radius: 16px;
}

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

.industry-focused-section {
    background: #ffffff;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.industry-focused-card {
    backdrop-filter: blur(7px);
    border: 1px solid #EEEEEE;
    background: #ffffff;
    gap: 16px;
    border-radius: 12px;
    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;
}

.our-industries-gap {
    display: flex;
    flex-direction: column;
    gap: 48px;
}



/* ===============================
   Media Queries
   =============================== */
@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;
    }

    .single-content {
        gap: 8px;
    }

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

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

    .structured-card h3 {
        font-size: 16px;
    }

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

    .double-circle-heading::before {
        top: -36px;
    }

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

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

    .double-circle-heading::before {
        top: -36px;
    }

    .industry-focused-section .section-gap {
        gap: 16px;
    }

    .when-to-section h2 {
        font-size: 22px;
        text-align: center;
    }

    .when-to-section .logo-subtext {
        text-align: center;
    }

    .hide-text {
        display: none;
    }

    .our-industries-gap {
        gap: 16px;
    }

    .web-app-img img {
        max-width: 70% !important;
    }

    .when-to-section .web-app-img {
        justify-content: end;
    }

    .web-app-img::after {
        left: 180px;
        top: 80px;
    }

    .web-app-img::before {
        left: 0;
        top: -20px;
    }
}

@media (max-width: 575px) {
    .why-oodles-content {
        gap: 30px;
    }
}