/*
 * Custom blog styles for Surya Chandra Lite.
 * Add blog page specific CSS here.
 */
 body, button, input, select, textarea{
    font-family: 'Poppins', sans-serif;
 }

.site-header #header-right button.outline{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
 }

.site-content .inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0px;
}

.site-content .inner-wrapper #primary{
    width: inherit;
    float: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 calc(70% - 10px);

}
.site-content .inner-wrapper #sidebar-primary{
    width: inherit;
    float: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 calc(30% - 10px);
}

 #custom-header{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 65px;
 }
 #custom-header::after {
    display: none;
}

.page-title {
	font-size: 30px;
	position:relative;
	transform:none;
    margin: 0px;
}

/*--------------------------------------------------------------
 Breadcrumbs (homepage schema trail + inner pages)
--------------------------------------------------------------*/
#breadcrumb{
    padding: 0px!important;
}
#breadcrumb ul,
#breadcrumb ol.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}


#breadcrumb li::after {
    margin: 0px 10px;
}

.custom-header-content{
    position: relative;
    bottom: inherit;
    transform: inherit;
    min-height: inherit;
    padding: 100px 20px;
}

.container{
    width: 100%;
    max-width: 1180px;
}

article.hentry, .archive article.hentry{
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
    padding: 0px;
}

article.hentry .entry-thumb{
    margin: 0px;
}

article.hentry .entry-thumb  img{
    border-radius: 20px 20px 0px 0px;
    margin: 0px;
}

article.hentry .entry-content-wrapper{
    padding: 20px;
}
article.hentry .entry-content-wrapper .entry-header{
    margin: 0px 0px 15px 0px;
}
article.hentry .entry-content-wrapper h2{
    font-size: 20px;
    font-weight: 700;
    color: #0f3c77;
}

article.hentry .entry-content-wrapper .entry-meta a{
    color: #000;
}

article.hentry .entry-content-wrapper .entry-content{
    font-size: 14px;
    color: #000;
}

article.hentry .entry-content-wrapper .entry-content a.more-link{
    display: none;
}

article.hentry .entry-content-wrapper .entry-content .addtoany_content{
    margin: 0px;
    padding: 20px 20px 0px 20px;
    border-top: 1px solid #EBEBEB;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

article.hentry .entry-content-wrapper .entry-content .addtoany_content .a2a_kit a{
    line-height: 0;
    padding: 0px;
    margin-right: 10px;
}

article.hentry .entry-content-wrapper .entry-content .addtoany_content .a2a_kit a .a2a_svg { 
    background: none!important;
   
}

article.hentry .entry-content-wrapper .entry-content .addtoany_content .a2a_kit a .a2a_svg svg path{
    fill: #2D455E!important;
}

.single-post .site-content .inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0px;
}

.single-post .site-content .inner-wrapper #primary{
    width: inherit;
    float: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 calc(70% - 10px);
}

.single-post .site-content .inner-wrapper #sidebar-primary{
    width: inherit;
    float: none;
    padding: 0px;
    margin: 0px;
    flex: 0 0 calc(30% - 10px);
}

.single-post article.hentry,
.single-post .archive article.hentry{
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
    padding: 0px;
}

.single-post article.hentry .entry-content-wrapper{
    padding: 20px;
}

article.hentry .entry-content-wrapper .entry-content .addtoany_content .a2a_kit a .a2a_svg svg path{
    fill: #2D455E!important;
}

.single-post .entry-ai-tools-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px;
}

.single-post .entry-ai-tools-row .tts_play_button{
    flex: 0 0 auto;
    width: auto!important;
    margin: 0!important;
}

.single-post .entry-ai-tools-row  .tts__listent_content{
    width: auto;
    height: auto;
    padding: 0;
    margin: 0px!important;
}

.single-post .entry-ai-summary{
    margin: 0;
    justify-content: flex-end;
}

.single-post .entry-ai-summary{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
}

.single-post .entry-ai-summary__label{
    margin: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.single-post .entry-ai-summary__list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.single-post .entry-ai-summary__item::before{
    display: none;
}

.single-post .entry-ai-summary__button{
    width: 50px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.single-post .entry-ai-summary__button:hover{
    color: #ffffff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.single-post .entry-ai-summary__button svg{
    display: block;
}

.single-post .entry-ai-summary__button.chatgpt-btn{
    background-color: #10a37f;
    border-color: #10a37f;
}

.single-post .entry-ai-summary__button.google-ai-btn{
    background-color: #2563eb;
    border-color: #2563eb;
}

.single-post .entry-ai-summary__button.perplexity-btn{
    background-color: #7c3aed;
    border-color: #7c3aed;
}

.single-post .entry-ai-summary__button.grok-btn{
    background-color: #111111;
    border-color: #111111;
}

.single-post .entry-ai-summary__button.claude-btn{
    background-color: #f97316;
    border-color: #f97316;
}

.sidebar .widget_block {
    display: block!important;
}

.sidebar .widget .recent-posts-section{
    margin-top: 20px;
    float: none;
}

.sidebar .widget .recent-posts-item{
    float: none;
    margin: 0 0 18px;
    padding: 0;
}

.sidebar .widget .recent-posts-item:last-child{
    margin-bottom: 0;
}

.sidebar .widget .recent-posts-wrapper{
    display: flex;
    align-items: center;
    gap: 14px;
}

.sidebar .widget .recent-posts-thumb{
    float: none;
    flex: 0 0 70px;
    width: 70px;
    margin-right: 0;
}

.sidebar .widget .recent-posts-thumb img{
    width: 70px;
    height: 70px;
    max-width: 70px !important;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.sidebar .widget .recent-posts-text-content{
    display: block;
    flex: 1;
    min-width: 0;
}

.sidebar .widget .recent-posts-meta{
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.sidebar .widget .recent-posts-meta .posted-on::before{
    display: none;
}

.sidebar .widget .recent-posts-title{
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar .widget .recent-posts-title a{
    color: #111111;
}

.sidebar .widget_block{
    margin-top: 0!important;
    margin-bottom: 20px!important;
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 20px;
    box-shadow: 0px 10px 60px 0px rgba(38, 45, 118, 0.08);
}

.single-post .post-toc-widget{
    margin-bottom: 20px!important;
}

.single-post .post-toc{
    padding: 0;
}

.single-post .post-toc__title{
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #1F2C3B;
}

.single-post .post-toc__nav{
    display: block;
}

.single-post .post-toc__track{
    position: relative;
    padding-left: 18px;
}

.single-post .post-toc__line{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #EBEBEB;
}

.single-post .post-toc__indicator{
    position: absolute;
    top: 0;
    left: -1px;
    width: 4px;
    height: 24px;
    background-color: #47C8FF;
    border-radius: 4px;
    opacity: 0;
    transition: transform 0.2s ease, height 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
}

.single-post .post-toc__list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-post .post-toc__item{
    margin: 0 0 10px;
    padding: 0;
    border: none;
}

.single-post .post-toc__item:last-child{
    margin-bottom: 0;
}

.single-post .post-toc__item::before{
    display: none!important;
}

.single-post .post-toc__link{
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #1F2C3B;
    text-decoration: none;
    transition: color 0.2s ease;
}

.single-post .post-toc__link:hover,
.single-post .post-toc__link:focus-visible{
    color: #47C8FF;
    outline: none;
}

.single-post .post-toc__link.is-active{
    color: #47C8FF;
    font-weight: 600;
}

.single-post .post-toc__item--faq-section{
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #EBEBEB;
}

.sidebar .widget_block .wp-block-heading{
    margin: 0px;
    font-size:14px;
    font-weight: 600;
    color: #1F2C3B;
}

.sidebar #block-9.widget_block{
    padding: 0px!important;
}

.app-cta-card .app-cta-header{
    background-color: #132D51;
    border-bottom: 10px solid #47C8FF;
    padding: 20px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.app-cta-card .app-cta-header h3{
    margin: 0px;
    font-size:16px;
    font-weight: 600;
    color: #fff;
}

.app-cta-card .app-cta-content{
    padding:40px 20px 20px 20px;
}

.app-cta-content h2{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.1;
}

.app-cta-content h2 span{
    color: #47C8FF;
    display: block;
}

.app-cta-list{
    list-style: none;
}

.app-cta-list li{
    font-size: 12px!important;
    font-weight: 600;
    color: #1F2C3B;
    margin-bottom: 10px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: relative;
}

.app-cta-list li::before{
    display: none!important;
}

.app-cta-list li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1F2C3B;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.app-cta-content .app-cta-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    line-height: normal;
    border: 1px solid #154880;
    background-color: #154880;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.app-cta-content .app-cta-btn:hover{
    background-color: #fff;
    color: #154880;
    border-color: #154880;
}
.sidebar .wp-block-archives-list {
    margin-top: 20px;
}
.sidebar .wp-block-archives-list li{
    font-size: 14px;
    color: #1F2C3B;
    margin-bottom: 10px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    position: relative;
}

.sidebar .wp-block-archives-list li:last-child{
    margin-bottom: 0;
}

.sidebar .wp-block-archives-list li::before{
    display: none!important;
}

.sidebar .wp-block-archives-list li::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #005DA6;
    top: 50%;
    transform: translateY(-50%);
}

.post-faq{
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #C0D8E2;
    border-radius: 10px;
}

.post-faq__title{
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #1F2C3B;
}

.post-faq__accordion{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-faq__item{
    border: 1px solid #C0D8E2;
    border-radius: 8px;
    overflow: hidden;
    background-color: #EEFAFF;
}

.post-faq__question{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #1F2C3B;
    cursor: pointer;
}

.post-faq__question:hover,
.post-faq__question:focus{
    color: #004681;
    outline: none;
    box-shadow: none;
    background-color: transparent;

}

.post-faq__icon{
    flex-shrink: 0;
    display: inline-flex;
    color: #004681;
    transition: transform 0.2s ease;
}

.post-faq__question.is-open .post-faq__icon{
    transform: rotate(180deg);
}

.post-faq__answer{
    padding: 0 16px 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #1F2C3B;
}

.post-faq__answer p{
    margin: 0;
}

.authorbox{
    background-color: #EEFAFF;
    border: 1px solid #C0D8E2;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.authorbox .author-avatar{
    float: none;
    margin: 0px;
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
}
.authorbox .author-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.authorbox .author-info{
    flex: 1;
    min-width: 0;
}

.authorbox .author-info .author-header{
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #1F2C3B;
}

.authorbox .author-info .author-content{
    margin: 0;
    font-size: 14px;
    color: #1F2C3B;
}

.author-social__list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.author-social__item::before{
    display: none!important;
}

.author-social__link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #C0D8E2;
    color: #004681;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.author-social__link svg{
    display: block;
    flex-shrink: 0;
}

.author-social__link:hover{
    background-color: #004681;
    border-color: #004681;
    color: #ffffff;
    text-decoration: none;
}

.author-social__link--instagram:hover{
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
    color: #ffffff;
}

.author-social__link--facebook:hover{
    background-color: #1877f2;
    border-color: #1877f2;
}

.author-social__link--twitter:hover{
    background-color: #000000;
    border-color: #000000;
}

.author-social__link--linkedin:hover{
    background-color: #0a66c2;
    border-color: #0a66c2;
}

.social-poptin_popups i.mystickyelement_poptin_icon{
    background: none!important;
    font-style: normal!important;
}

.social-poptin_popups i::before{
    content: "\f27a";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: #28B7BA;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span.mystickyelements-social-icon, span.mystickyelements-social-icon a{
    background-color: transparent!important;
    border-radius:100%!important;
    border: 1px solid #28B7BA!important;
    min-width: 45px;
    min-height: 45px;
    
}

@media screen and (max-width: 768px) {
    .site-content .inner-wrapper{
        flex-direction: column;
    }
    #breadcrumb a{
        color: #fff;
    }
    #breadcrumb li{
        font-size: 14px;
        padding-top: 0px;
    }
    .mystickyelement-lists-wrap{
        padding-right: 15px!important;
    }
    .single-post .entry-ai-tools-row{
        flex-direction: column;
        gap: 20px;
    }
    .single-post .entry-ai-summary{
        justify-content: center;
    }
    h1.page-title.blog-detail-title{
        margin-top: 0px!important;
    }
}
