.logo-text p {
    text-align: center;
    margin: 0 auto;
}

.hovering-square-dottes-one {
    width: 20%;
    top: 60%;
}

.user-experience-section,
.essential-section {
    position: relative;
    background: #FCFCFC;
    z-index: -1;
    overflow: hidden;
}

.logo-essential-content .gy-3 {
    --bs-gutter-y: 24px;
}

.logo-essential-content .gx-3 {
    --bs-gutter-x: 80px;
}

.logo-essential-content .user-experience-content {
    margin-top: 0;
}

.single-essential-img {
    max-width: 80px;
    max-height: 80px;
}

.single-essential-img img {
    max-width: 80px;
    max-height: 80px;
}

.single-expertise {
    border: 1px solid #018F8333;
    background: #FEFEFE;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    padding: 16px;
    align-items: center;
    height: 100%;
}

.single-expertise-img {
    max-height: 56px;
    max-width: 56px;
}

.single-expertise-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    color: #2B2C2D;
}

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



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

.package-section {
    background: #F5FFFE;
}

.package-section .logo-subtext {
    color: #5C5C5C;
}

.package-section-img {
    /* min-width: 356px;
    min-height: 156px; */
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

.package-section .single-content-head {
    gap: 16px;
}

.package-section .single-content h3 {
    letter-spacing: 0.05rem;
    font-size: 18px;
}

.package-section .why-oodles-row .gx-3 {
    --bs-gutter-x: 80px;
}

.package-section .double-circle-heading {
    z-index: 1;
}

.personality-row .gx-3 {
    --bs-gutter-x: 32px;
}
.personality-row .gy-4 {
    --bs-gutter-y: 16px;
}

.personality-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #018F8333;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.personality-img {
    max-width: 214px;
    max-height: 116px;
    border-radius: 8px;
    overflow: hidden;
}

.personality-text h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    text-align: center;
    margin-bottom: 0 !important;
}

.personality-text span {
    color: #018F83;
}

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


/* common 1*/

.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;
}

.single-content-head span {
    color: #018F83;
}


/* common */



@media (min-width: 1200px) {
    .expertise-section .double-circle-heading::before {
        left: 320px;
    }
}

@media (max-width:1199px) {
    .logo-essential-content .gx-3 {
        --bs-gutter-x: 48px;
    }

    /* comm */
    .why-oodles-row .gx-3 {
        --bs-gutter-x: 60px;
    }

    /* comm */
}

@media (max-width:991px) {



    .single-essential-img {
        max-width: 56px;
        max-height: 56px;
    }

    .single-essential-img img {
        max-width: 56px;
        max-height: 56px;
    }

    .circle-logo::before {
        width: 50px;
        height: 50px;
        left: -30%;
    }

    .logo-essential-content .user-experience-content {
        padding: 0
    }

    .circle-logo {
        padding-left: 14px;
    }

    .single-expertise-heading {
        font-size: 16px;
    }

    .single-expertise {
        padding: 12px;
        gap: 12px;
    }



    .single-expertise-img {
        max-height: 48px;
        max-width: 48px;
        overflow: hidden;
    }

    .single-expertise-subheading {
        font-size: 14px;
    }

    .essential-subtext {
        margin-bottom: 12px !important;
    }



    /* comm */

    .double-circle-heading {
        z-index: 1;
    }


    .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;
    }

    /* commm */

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

    .package-section .single-content {
        gap: 8px;
    }

    .personality-row {
        max-width: 575px;
        margin: 0 auto;
    }

    .personality-card {
        padding: 12px;
        gap: 16px;
    }

    .personality-text h4 {
        font-size: 16px;
    }

    .personality-subtext p {
        font-size: 14px;
    }

    .single-line {
        display: none;
    }
    .form-banner .double-circle-heading::before{
        top: -32px;
    }

}

@media (max-width: 575px) {

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




}