/* Override */
#inner-page-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.global-txt {
    font-family: var(--font-family-default);
    font-size: clamp(16px,0.89vw,17px);
    line-height: 1.7;
}

.global-txt p {
    margin: 0 0 clamp(15px,1.51vw,29px);
}

/* Section 1 */
.sec-1 {
    padding: 70px 15px 100px;
}

.ip-test-col {
    width: 50%;
}

.ip-test-col.img {
    padding: 0 0 0 15px;
}

.ip-test-col.img .ip-test-col-inner {
    max-width: 652px;
    width: 100%;
    margin: 0 0 0 auto;
}

.sec-1 .ip-test-txt {
    margin: clamp(30px, 2.86vw, 55px) 0 0;
    max-width: 623px;
    width: 100%;
}

/* Section 2 */
.sec-2 {
    padding: 0 15px 0;
}

div.wpcr3_aggregateRating,
div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_review_datePublished {
    display: none !important;
}

.sec-2 div#wpcr3_id_1042 {
    background: var(--secondary);
    text-align: center;
    padding: 115px 15px;
}

.sec-2 div.wpcr3_review blockquote.wpcr3_content {
    padding: 0;
    max-width: 1220px;
    width: 100%;
    margin: auto;
    font-family: var(--font-family-title-alt);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    text-transform: none;
}

.sec-2 div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 20px;
}

.sec-2 div.wpcr3_review div.wpcr3_review_author {
    display: block !important;
    line-height: 1 !important;
    font-family: var(--font-family-title-alt);
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #fff;
    margin: 10px 0 20px;
}

.sec-2 div.wpcr3_rating_style1_average {
    width: 180px !important;
    height: 32px !important;
    background: url(/wp-content/uploads/2025/08/stars.png) no-repeat center  !important;
}

.sec-2 div.wpcr3_rating_style1_base {
    width: 180px !important;
    height: 32px !important;
    background: none !important;
    padding: 0 !important;
}

.sec-2 div.wpcr3_review div.wpcr3_review_ratingValue {
    margin: 0 !important;
}

.sec-2 .wpcr3_respond_3 .wpcr3_button_1 {
    max-width: 300px;
    width: 100%;
    height: 60px;
    background: var(--secondary);
    text-align: center;
    border: 0;
    color: #fff;
    font-family: var(--font-family-title-alt);
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px !important;
    padding: 0;
}

.sec-2 .wpcr3_div_2 {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 30px;
    border: 1px solid #ccc;
}

.sec-2 .wpcr3_respond_2 textarea {
    width: 100%;
    min-width: 100%;
    resize: none;
}

.sec-2 .wpcr3_table_2 .wpcr3_button_1 {
    background: var(--secondary);
    color: #fff;
    border: 0;
}

/* Section 3 */
.sec-3 {
    padding: 100px 15px;
}

.WidgetTitle__Container-sc-9c92769d-0.lfCQiA.es-widget-title-container {
    display: none !important;
}

.sec-3 .es-embed-root {
    max-width: 100% !important;
    margin-top: 80px !important;
}

.sec-3 .global-title {
    margin-bottom: 80px;
}

@media only screen and (max-width : 1024px) { 
    .ip-test-col {
        width: 100%;
    }

    .ip-test-col-inner {
        max-width: 500px !important;
        width: 100% !important;
        margin: auto !important;
    }

    .ip-test-col.img {
        padding: 50px 0 0;
    }
}
