.summary-content {
    font-size: 16px;
    line-height: 24px;
    color: #50504c;
    font-style: italic;
    margin: 0px;
    letter-spacing: 0.2px;
}
.section {
    padding: 4rem 0rem;
}
.faq-yoast h3 {
    font-size: 46px;
    width: 340px;
}
.faq-yoast {
    background: #f6f6f7;
    margin-top: 4rem;
}
.schema-faq-section {
    border-bottom: 1px solid #e0e0e0;
    padding: 22px 0;
    cursor: pointer;
    position: relative;
    border-radius: 0px !important;
}
.schema-faq-section.active strong {
    color: #735ae5 !important;
}
.schema-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #141413 !important;
    position: relative;
    margin-left: 25px;
    font-family: "ManropeMed";
    letter-spacing: 0.5px;
}
.sr-faq-heading {
    margin-bottom: -8px !important;
}
.schema-faq-section:last-child {
    border-bottom: none;
}
.schema-faq-question::after {
    content: "+";
    font-size: 24px;
    transition: transform 0.8s;
    position: absolute;
    left: -25px;
}

.schema-faq-section.active .schema-faq-question::after {
    content: "-";
    transform: rotate(180deg);
    position: absolute;
    left: -25px;
    color: #735ae5;
}

.schema-faq-answer {
    display: none;
    padding-top: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 25px;
}

.schema-faq-section.active .schema-faq-answer {
    display: block;
}
.singlePost {
    padding: 4rem 0rem 0rem 0rem;
}
.color-141413 {
    color: #141413;
}
.singlePost h1 {
    color: #141413;
    font-size: 40px;
    line-height: 46px;
}
.blogBanner .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainBlogFilterButton .search select {
    border: 1px solid #d3d3d3;
    width: 230px;
    padding: 13px;
    border-radius: 10px;
    color: #4e4e4e;
}
.singlePost .authorAndMeta {
    margin: 20px 0 20px;
}
.widget_search input#searchInput {
    border: 1px solid #d3d3d3;
    padding: 12px 22px 12px 52px;
    color: #4e4e4e;
    /*     width: 230px; */
    border-radius: 10px;
}
.breadcrumbs > span[property="itemListElement"]:has(a):not(:last-of-type) > a {
    color: #50504c;
}
.breadcrumbs > span[property="itemListElement"]:last-of-type > span[property="name"] {
    color: #735ae5;
}
.singlePost .category a {
    background: #735ae5;
    border-radius: 6px;
    color: #fff;
    padding: 6px 12px;
}
.srtoc > ol > li:before {
    content: "";
    background: #7f7f7f;
    border-radius: 12px;
    position: absolute;
    width: 2px;
    height: 16px;
    top: 6px;
    left: -10px;
}
.singlePost .srtoc ol {
    line-height: 20px;
}

.singlePost .srtoc ol li {
    margin-bottom: 6px;
    margin-left: 10px;
    position: relative;
    font-size: 14px;
}
.singlePost .srtoc .toc-sub li {
    /* 	margin-left: 0px;	 */
    list-style-type: decimal;
}
.srtoc ol.toc-sub li:before {
    color: #737377 !important;
}
.srtoc ol.toc-sub li.active::before {
    background: #fff;
    color: #735ae5 !important;
}
.singlePost p {
    font-size: 16px;
    color: #50504c;
    line-height: 26px;
    margin: 0 0 20px;
}
.singlePost ol,
.singlePost ul {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 26px;
}
.singlePost .authorAndMeta .author {
    gap: 12px;
}
.singlePost .authorAndMeta .author .authorDetails p {
    margin-bottom: 0;
}
.authorDetails p.authorName {
    margin-bottom: 0;
    color: #141413;
}
.singlePost .authorAndMeta .author .authorDetails .autor-positon {
    color: #9d9d9d;
}
.srtoc a {
    color: #7f7f7f !important;
}
.srtoc a:hover {
    text-decoration: none;
}
.toc_content_heading {
    border-right: 1px solid #e0e0e0;
}

/* Sticky TOC */
.toc_content_heading .srtoc {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.srtoc ol li.active::before {
    background: #735ae5;
}

.srtoc ol li.active a {
    color: #735ae5 !important;
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

.tldr-box {
    background-color: #f6f6f7;
    border-radius: 10px;
    padding: 40px;
    margin: 20px 0px 40px 0px;
    display: flex;
}

.tldr-content {
    border-left: 4px solid #d0d0d0;
    padding-left: 16px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}
.tldr-content p {
    font-size: 16px;
    line-height: 24px;
    color: #50504c;
    font-style: italic;
    margin: 0px;
    letter-spacing: 0.2px;
}
.tldr-content strong {
    display: block;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.tldr.blog-summery {
    width: 100%;
}
.share_frieds {
    padding: 64px 0px 0px;
}
.share_frieds .share {
    background: #e6f5fb55;
    border-radius: 12px;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.share_frieds .share h3 {
    font-size: 20px;
    line-height: 20px;
    color: #141413;
    margin: 0;
}
.share_frieds .share .icons {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.singlePost .share .icons a img {
    width: 26px;
    height: 26px;
}

.singlePost .staticContent {
    background: #fff;
}
.newsletter_sec .newsletter {
    background: linear-gradient(90deg, #ffeea5 0%, rgba(255, 238, 165, 0.25) 48.56%, #f0ffe3 100%);
    border-radius: 12px;
    padding: 60px;
    text-align: center;
}
.newsletter_sec .newsletter p {
    font-size: 18px;
    line-height: 28px;
}
.newsletter_sec .newsletter .lightInputEmail .es_subscription_form {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 12px 24px #4429be1f;
    border: 1px solid #0000000d;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px;
    width: 100%;
    margin: 0 auto 10px;
}
.newsletter_sec .newsletter .lightInputEmail {
    margin: 0px auto;
    max-width: 600px;
}
.newsletter_sec .newsletter .lightInputEmail .es_subscription_form .es-field-wrap input[type="email"] {
    color: #000000b3;
    font-size: 18px;
    width: 100%;
    line-height: 21px;
    padding: 14px 0 14px 20px;
    border: none;
    outline: none;
}
.newsletter_sec .newsletter .lightInputEmail .es_subscription_form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter_sec .newsletter .lightInputEmail .es_subscription_form input[type="submit"] {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: #735ae5 0 0 no-repeat padding-box;
    border: 1px solid #735ae5;
    border-radius: 10px;
    padding: 18px 33px;
    cursor: pointer;
    transition: all 0.5s ease;
}
Section.calculator.singlePost h3 {
    font-size: 46px;
    line-height: 26px;
    color: #141413;
}
.single-post .relatedBlogs h2 {
    font-size: 46px;
    line-height: 26px;
    color: #141413;
}

.section.calculator.singlePost {
    padding: 4rem 0rem 2rem 0rem;
}
.singlePost .bolgCalc .calcComponentStyle label {
    color: #141413;
}
.calcComponentStyle .singleForm.defaultForm ul {
    background: #fff;
}
.singlePost .bolgCalc .calcComponentStyle .tabContent {
    max-width: 1200px;
}
.singlePost .bolgCalc .calcComponentStyle .singleForm ul li a.active {
    border-bottom: 3px solid #735ae5 !important;
}
.calcComponentStyle .singleForm ul li a {
    color: #141413 !important;
    font-weight: 600;
}
.defaultForm table thead tr {
    color: #141413;
}
/*for international */
.singlePost .bolgCalc .calcComponentStyle .intForm .tabContent {
    max-width: 1200px;
    height: 500px;
    overflow: auto;
}
.tabPopup table thead tr {
    color: #141413;
}
.singlePost .staticContent p {
    font-size: 15px;
    line-height: 32px;
    color: #141413;
}

.footerCtaSection {
    padding-top: 0px;
}
.singlePost figure {
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .blogBanner .col-md-12 {
        flex-direction: column-reverse;
        gap: 20px;
    }
    #searchInput::placeholder {
        color: #a7a7a7 !important;
    }
    .blogBanner .mainBlogFilterButton {
        width: 100%;
    }
    .singlePost .authorAndMeta {
        margin: 20px 0px 5px 0px;
    }
    .singlePost figure {
        margin: 0 0 20px;
    }
    .Sidebar {
        padding-top: 0px;
    }
    .custom-banner-after-post {
        display: none;
    }
    .widget_search input#searchInput {
        width: 100;
    }
    .toc_content_heading .srtoc {
        display: none;
    }
    .tldr-box {
        padding: 15px;
        margin: 20px 0px 25px 0px;
    }
    .tldr-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .singlePost h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .section.comment_sec.singlePost {
        padding: 2rem 0rem 2rem 0rem;
    }
    .section.calculator.singlePost {
        padding: 2rem 0rem 2rem 0rem;
    }
    .singlePost .staticContent {
        padding: 15px;
    }
    .share_frieds .share {
        display: none;
    }
    .faq-yoast h3 {
        font-size: 36px;
    }
    .faq-yoast {
        margin-top: 0rem;
    }
    main#primary.singlePost {
        padding: 0px;
    }
    .post-faqs {
        margin-top: 0px;
    }
    Section.calculator.singlePost h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .single-post .relatedBlogs h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .singlePost .staticContent p {
        font-size: 14px;
        line-height: 22px;
    }
    .singlePost .bolgCalc .calcComponentStyle .intForm .tabContent {
        height: 350px;
        overflow: auto;
    }
    .share_frieds {
        padding: 0px;
    }
    .footerCtaSection.ctaWithCurvedArrow .footerCtaBgWrapper .container .row .contentWrapper .headingText {
        font-size: 32px;
        line-height: 42px;
    }
    .section.newsletter_sec {
        padding: 2.5rem 0rem 2.5rem 0rem;
    }
    .newsletter_sec .newsletter .lightInputEmail .es_subscription_form input[type="submit"] {
        padding: 10px 15px;
    }
    .newsletter_sec .newsletter .lightInputEmail .es_subscription_form .es-field-wrap input[type="email"] {
        padding: 14px 0 14px 10px;
    }
    .newsletter_sec .newsletter {
        padding: 15px;
        text-align: left;
    }
    .newsletter_sec h3.fontSize52 {
        font-size: 32px;
        line-height: 42px;
    }
    .relatedBlogs {
        padding: 0px !important;
    }
    .footerCtaSection {
        padding: 64px 0px;
        margin: 0px 15px;
    }
    .singlePost .wp-block-yoast-faq-block .schema-faq-section {
        border-radius: 0;
    }
    .singlePost .comments-area {
        margin-top: 0px;
    }
    .singlePost .faq-heading {
        font-size: 28px;
        line-height: 28px;
    }
    .wp-block-yoast-faq-block {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        background: #f6f6f7;
        padding: 40px 15px;
    }
    .post_inner_content .inserted-featured-image {
        padding: 15px 0px;
    }
}
/* Comments Title */
.comments-title {
}

.comments-title span {
    color: #735ae5;
}

/* Comment List */
.comment-list {
    list-style-type: none;
    padding-left: 0 !important;
}

.comment {
    padding: 20px;
    border-radius: 8px;
}

.comment-body {
    display: flex;
    flex-direction: column;
}

/* Author and Metadata */
.comment-author {
    display: flex;
    align-items: center;
}

.comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-author .fn {
    font-weight: bold;
    color: #141413;
}

.comment-author .says {
    color: #9d9d9d;
    margin-left: 5px;
}

.comment-metadata {
    margin-top: 10px;
    font-size: 14px;
    color: #7f7f7f;
}

.comment-metadata a {
    color: #735ae5;
}

.comment-metadata .edit-link a {
    color: #ff5733;
    text-decoration: none;
}

.comment-content {
    margin-top: 20px;
    font-size: 16px;
    color: #50504c;
    line-height: 1.6;
}

/* Reply Link */
.reply {
    margin-top: 15px;
}

.reply a {
    color: #735ae5;
    font-weight: bold;
    text-decoration: none;
}

.reply a:hover {
    text-decoration: underline;
}

/* Comment Form */
#respond {
    margin-top: 50px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.comment-reply-title {
    font-size: 20px;
    font-weight: bold;
    color: #141413;
    margin-bottom: 20px;
}

.comment-form-comment label {
    font-size: 16px;
    color: #141413;
    margin-bottom: 10px;
    display: block;
}

.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #141413;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    resize: vertical;
}

.form-submit {
    margin-top: 15px;
}

.form-submit .submit {
    background-color: #735ae5;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.form-submit .submit:hover {
    background-color: #563ac6;
}

.logged-in-as {
    font-size: 14px;
    color: #9d9d9d;
}

.logged-in-as a {
    color: #735ae5;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

/* Styling for when comment is being replied */
.comment-reply-link {
    font-size: 14px;
    color: #735ae5;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* Styling for different comment types */
.comment.even {
    background-color: #f5f5f5;
}

.comment.odd {
    background-color: #fafafa;
}

/* Error handling */
.error-message {
    color: red;
    font-weight: bold;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 767px) {
    #comments {
        padding: 20px;
    }

    .comment-list {
        padding-left: 0;
    }

    .comment-author .avatar {
        width: 30px;
        height: 30px;
    }

    .comment-author .fn {
        font-size: 14px;
    }

    .comment-content {
        font-size: 14px;
    }

    .reply a {
        font-size: 14px;
    }

    #respond {
        padding: 15px;
    }

    .comment-form-comment textarea {
        font-size: 14px;
    }

    .form-submit .submit {
        font-size: 14px;
    }
}
