.our-value-paragraph {
    font-size: clamp(11px, 2vw, 14px);
    font-family: first-font-light;
    color: #626973;
    text-align: center;
}

.core-value-div {
    width: 50%;
    margin-top: 12px;
}

@media (min-width: 576px) {
    .core-value-div {
        width: 50%;
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .core-value-div {
        width: 33%;
        margin-top: 12px;
    }
}

@media (min-width: 992px) {
    .core-value-div {
        width: 33%;
        margin-top: 12px;
    }
}

@media (min-width: 1200px) {
    .core-value-div {
        width: 25%;
        margin-top: 12px;
    }
}

@media (min-width: 1400px) {
    .core-value-div {
        width: 20%;
    }
}

.title-section_Calculator {
    color: var(--text-color-313A48) !important;
    font-size: clamp(17px, 2vw, 30px);
}

.title-section_Calculator span {
    position: relative;
}

/* .title-section_Calculator span::after {
    content: "";
    background-image: url("/new/assets/Images/texture/topview.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 40px;
    position: absolute;
    left: -25px;
    top: -5px;
    z-index: -1;
    transform: rotate(15deg);
} */

.img-containers_faq {
    border-radius: 10px 10px 10px 50%;
    position: relative;
    margin-bottom: 60px;
}

.img-after-content {
    position: absolute;
    bottom: -30px;
    right: -30%;
    width: 80%;
    height: 80%;
    background-color: #EAF2F9;
    border-radius: 10px 50% 10px 10px;
    overflow: hidden;
    z-index: -1;
}

.img-containers_faq::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -20%;
    width: 50%;
    height: 50%;
    background-color: transparent;
    border: 2px solid #2B7DC0;
    border-radius: 10px 80% 10px 10px;
    overflow: hidden;
    z-index: 1;
}

.img_faq img {
    width: 100%;
    aspect-ratio: 10/ 12;
    object-fit: cover;
    border-radius: 6px;
    position: relative;
    border-radius: 10px 10px 10px 50%;
}

.box {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 20px;
    transition: transform 0.3s ease;
}

.box:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit;
}

.iframe__youtube {
    border: none;
    border-radius: 10px;
}



.about_us-container-form {
    border: 1px solid #E9EAEA;
    padding: 40px;
    border-radius: 0 20px 0 0;
}

.input-about_us {
    width: 100%;
    border: 1px solid #C4C6CA;
    font-size: 14px;
    padding: 10px;
    border-radius: 0 20px 0 0;
}

input[type="file"].input-about_us {
    border: 0;
    padding: 0;
}

input#file-upload-button {
    width: 100%;
    border: 1px solid #C4C6CA;
    font-size: 14px;
    padding: 10px;
    border-radius: 0 20px 0 0;
    background-color: #fff;
}

.button-about_us {
    width: 100%;
    background-color: var(--bg-color-main-5597CD);
    color: var(--text-color-white);
    font-size: 14px;
    padding: 10px;
    border-radius: 0 20px 0 0;
}

textarea.input-about_us {
    outline: none;
    height: 100px;
}