/* 
Theme Name: Hello Elementor Child
Theme URI: ...
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Clickysoft Team
Author URI: https://clickysoft.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.main-cnt-flex {
    padding: 0px !important;
    margin-bottom: 40px;
}
.header-main {
    padding: 0px !important;    
}
.sticky-header{
    box-shadow: 0px 1px 10px 1px hsl(0deg 0% 0% / 10%);
}
.resource-back {
    margin-bottom: 20px;
}
.resource-back a{    
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 600;
    color: #1E6FEF;
}
.resource-single .container{
    width: 100%;
    max-width: 1240px;
    margin: 40px auto;
    padding: 0px;
}

.resource-content-wrapper{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:60px;
    margin:50px 0;
}

.resource-sidebar{
    position:sticky;
    top:100px;
    align-self:start;
}

.resource-sidebar .resource-toc h4{
    font-size:12px;
    font-weight:bold;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#90A1B9;
}
ul#resource-toc-list{
    padding-left:0px;
    list-style:none;
}

ul#resource-toc-list li {
    padding:20px;
    border-radius:10px;
}
ul#resource-toc-list li a span.toc-number {
    padding-right: 10px;
}
ul#resource-toc-list li:hover {
    background:#EFF6FF;
}

ul#resource-toc-list li:hover a{
    color:#1E6FEF;
}

ul#resource-toc-list li a{
    color:#62748E;
    text-decoration:none;
    font-size:14px;
}

.resource-featured-image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.resource-categories{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.resource-categories a{
    background:#eef5ff;
    color:#0066cc;
    padding:6px 14px;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
}

.resource-title{
    margin-bottom:20px;
}

.resource-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:20px;
    margin-bottom:35px;
    font-size:14px;
    color:#90A1B9;
}
.resources-card__footer {
	border-top: 1px solid #E3E8F0;
	padding-top: 20px;
}
.resources-author__initials {
	font-size: 10px;
    padding: 10px;
    background: #1E6FEF;
    color: #fff;
    border-radius: 50px;	
}
.resources-author__name {
	color: #45556C;
	font-size: 12px;
	font-weight: 500;
	font-family: 'inter', sans-serif;
}
.resource-author{
    display:flex;
    align-items:center;
    gap:10px;
}
.published-date {
	position: relative;
}

.published-date:before {
	content: "";
	background-image: url('/wp-content/uploads/2026/07/published-date-Icon.png');
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
}
.resource-author img{
    border-radius:50%;
    width:40px;
    height:40px;
}

.resource-body{
    line-height:1.8;
}
.resource-body h2 {
    font-size: 20px;
    font-weight: bold;
}
.resource-body h3 {
    font-size: 16px;
    font-weight: bold;
}

.resource-share {
    border-top: 1px solid #E3E8F0;
    margin-top: 30px;
    padding-top: 20px;
}
.resource-share .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: flex;
    align-items: center;
    gap: 20px;
}
.resource-share .heateor_sss_sharing_ul {
    border: 1px solid #E3E8F0;
    border-radius: 10px;
    padding: 6px 12px !important;
}
.resource-share .heateor_sss_sharing_title {
    color: #90A1B9;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans';
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.resource-author-box {
    background: #F8F9FC;
    border: 1px solid #E3E8F0;
    border-radius: 14px;
    padding: 20px;
    margin: 40px 0;
    display: flex;
}
.resource-author-image {
    width: max-content;
}
.resource-author-content {
    width: 100%;
}
.resource-author-image img {
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin-right: 30px;
}
.resource-author-content h3 {
    margin: 0;
    color: #152A4A;
    font-size: 14px;
    font-weight: bold;
}
.resource-author-content p {
    margin-top: 10px;
    color: #4B5563;
    font-size: 14px;
    font-weight: 400;
}

.related-guides .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.related-content-card {
    padding: 20px;
}
.related-category {
    font-size: 12px;
    font-weight: bold;
    color: #008236;
    background: #F0FDF4;
    border-radius: 30px;
    padding: 4px 12px;
    border: 1px solid #DCFCE7;
}
h2.related-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
    color:#152A4A;
}
.related-card h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color:#152A4A;
}
.related-card h3 a {
    color:#152A4A;
}

.related-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 10px;
    color: #90A1B9;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #E3E8F0;
    padding-top: 10px;
}

.related-meta span{
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-author {
    font-weight: 500;
    color: #45556C;
}

.related-card .related-meta img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}


@media (max-width:1025px){
    .resource-single .container{
        padding: 0 20px;
    }
}

@media(max-width:991px){

.resource-content-wrapper{
    grid-template-columns:1fr;
}

.resource-sidebar{
    position:relative;
    top:auto;
}

.related-guides .related-grid { 
    grid-template-columns: repeat(2, 1fr);
}

}

@media(max-width:480px){
.related-guides .related-grid { 
    grid-template-columns: repeat(1, 1fr);
}
}