/* wp-post-content */
.wp-post-content {
    margin-top: 25px;
    color: var(--font-color-sec-content-717171);
}

.wp-post-content > h1,
.wp-post-content > h2,
.wp-post-content > h3,
.wp-post-content > h4,
.wp-post-content > h5,
.wp-post-content > h6 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wp-post-content > h1 { font-size: 32px; }
.wp-post-content > h2 { font-size: 28px; }
.wp-post-content > h3 { font-size: 24px; }
.wp-post-content > h4 { font-size: 22px; }
.wp-post-content > h5 { font-size: 20px; }
.wp-post-content > h6 { font-size: 18px; }

.wp-post-content > p {
    font-size: 18px;
    color: inherit;
    line-height: 150%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.wp-post-content > ul {
    margin-top: 25px;
    margin-bottom: 25px;
    list-style: none;
    color: inherit;
}

.wp-post-content > ul li {
    position: relative;
    margin: 0;
    padding-left: 26px;
    font-family: inherit;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.88;
}

.wp-post-content > ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #d6e700;
    border-radius: 50%;
}

.wp-post-content > ol {
    margin-top: 25px;
    margin-bottom: 25px;
    counter-reset: list;
    list-style: none;
    color: inherit;
}

.wp-post-content > ol li {
    position: relative;
    margin: 0;
    padding-left: 26px;
    font-family: inherit;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.88;
}

.wp-post-content > ol li:before {
    content: '';
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    top: 0;
    left: 0;
    color: #d6e700;
    font-weight: 700;
}

.wp-post-content > p a,
.wp-post-content > ul a,
.wp-post-content > ol a {
    text-decoration: underline;
    color: #F99A8A
}

.wp-post-content > p a:hover,
.wp-post-content > ul a:hover,
.wp-post-content > ol a:hover {
    text-decoration: none;
}

.wp-post-content blockquote {
    padding: 25px 25px 25px 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    background-color: #F6F6F6;
    position: relative;
}
.wp-post-content blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #d6e700;
}

.wp-post-content table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
}

.wp-post-content table th {
    font-weight: 700;
    text-align: left;
    padding: 13px 20px;
    color:#080E0F;
}

.wp-post-content table td {
    padding: 16px 20px 28px;
}

.wp-post-content .wp-block-image {
    margin: 25px 0;
}

.wp-post-content > *:first-child {
    margin-top: 0;
}

.wp-post-content > *:last-child {
    margin-bottom: 0;
}
.wp-post-content img.single_review_logo_img{
    object-fit:contain;
}

.wp-post-content .single_review_logo_img_main{
    display: flex;
    justify-content: center;
    width: 100%;
    border: 1px solid #000;
    padding: 25px 10px;
    margin: 10px auto;
    box-sizing: border-box;
    height: 200px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-align-items: center;
}

.wp-post-content .single_review_logo_img_main a{
    display:flex;
}
/* content form css start from here */
#wpcf7-f66812-o1 {
    padding:30px;
    background: var(--sec-bg-FFF);
    box-shadow: 0px 0px 10px rgba(17, 17, 17, 0.25);
    border-radius: 6px;
}
.newsletter-p-wapper h4 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: normal !important;
    color: var(--font-color-080E0F) !important;
    margin-bottom: 12px !important;
    font-family: 'Inter', sans-serif !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}
.newsletter-footer p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: .005em !important;
    color: var(--font-color-080E0F) !important;
    padding: 0 !important;
    margin: 0 !important;
}
.newsletter-p-wapper p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: .005em !important;
    color: var(--font-color-080E0F) !important;
    margin-bottom: 20px;
    margin-top: 0;
}
.newsletter-p-form { display:flex; flex-flow:row; border:1px solid var(--border-color-191919); border-radius: 4px; }

.newsletter-p-form { display:flex; flex-flow:row; border:1px solid var(--border-color-191919); align-items: center; border-radius: 4px; padding: 6px; }
.newsletter-p-input p, .newsletter-p-button p { padding:0; margin:0; }
.newsletter-p-input { max-width:80%; width:100%; }
.newsletter-p-button { max-width:20%; width:100%; position:relative; }
.newsletter-p-input p input { 
    width:100% !important;  
    background-color: transparent;
    border: 0px solid var(--border-color-191919) !important;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .005em;
    font-family: 'Inter', sans-serif;
    height: 50px !important;
    padding:0 10px;
    color:var(--font-color-080E0F);
}
.newsletter-p-input p .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -43px;
}
.newsletter-p-button p input {
    border: 1px solid #c4ff7d;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .005em;
    font-family: 'Inter',sans-serif;
    background-color: #c4ff7d;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px !important;
    position: relative;
    justify-content: center;
    cursor:pointer;
}
.newsletter-p-button p input:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.newsletter-p-button .wpcf7-spinner { position:absolute; bottom:-40px; }
input:focus { outline:unset !important; box-shadow:unset !important; }
.newsletter-footer {
    margin-top: 20px;
}
.newsletter-footer p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: .005em !important;
    color: var(--font-color-080E0F) !important;
    padding:0 !important;
}
.newsletter-footer p a { color:#F99A8A; }
.wpcf7 form .wpcf7-response-output {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: .005em !important;
    color: #080E0F;
    padding:10px !important;
    margin: 14px 0 14px !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: .005em !important;
    padding:10px !important;
    margin: 14px 0 0 !important;
}
.wpcf7 form .wpcf7-list-item{
    margin-left: 0;
}
.footer-newsletter-footer .wpcf7-list-item label{
    display: flex;
    margin-bottom: 10px;
    gap: 5px;
    align-items: center;
}
.footer-newsletter-footer .wpcf7-list-item label input{
    width: max-content;
}
.footer-newsletter-footer .wpcf7-list-item label a{
    color:#F99A8A;
}
/* Input focus state */
.wpcf7 .newsletter-input:focus {
    border-color: #6200ea;
    box-shadow: 0 4px 8px rgba(98, 0, 234, 0.2);
}
@media(max-width:767px){
    #wpcf7-f66812-o1 { padding:20px; }
    .newsletter-p-form {
        border: 0;
        flex-flow: column;
        padding: 0;
    }
    .newsletter-p-input p input { border: 1px solid var(--border-color-191919) !important; }
    .newsletter-p-input { max-width:100%; }
    .newsletter-p-button { max-width:100%; margin-top:20px; }
    .newsletter-p-input p .wpcf7-not-valid-tip { position:relative; bottom:0; }
    .newsletter-footer {
        margin-top: 20px;
    }

}
/* content form css end here */