.cbd-blog-grid {display:grid;grid-template-columns:repeat(3, 1fr);gap:30px;}
@media (max-width: 1024px) {
    .cbd-blog-grid{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width: 600px) {
    .cbd-blog-grid{grid-template-columns:1fr;}
}
.reading-time {font-size:18px !important;line-height:27px !important;font-family: 'Inter';color: #000;margin-bottom: 15px !important;font-weight: 600 !important;}
.cbd-card-area{padding:0px 8px;}
/* .cbd-post-card{background:#fff;border-radius:24px !important;padding:24px 16px;border:1px solid #d3d3d3;} */
.cbd-post-thumb img{width:100%;}
.cbd-post-meta{font-family:'Inter';font-size:16px;line-height:21px;font-weight:500;color:#484848;display:flex;justify-content:space-between;align-items: center;margin-top:24px;margin-bottom:24px;}
/*.cbd-post-title{margin-top:10px; font-size: 18px; color: #333;}*/
.cbd-post-excerpt {margin-top:16px;margin-bottom:24px !important;font-size:18px;line-height:27px;color: #484848;font-family:"Inter";display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.cbd-read-more{color: #f26522; text-decoration: none; font-weight: bold;}
.cbd-read-more:hover{color: #ee6c4d;}
.cbd-pagination{text-align: center; margin-top: 30px;}
.cbd-single-wrapper{display: flex; gap: 50px;}
.cbd-single-content{flex: 3;}
.cbd-sidebar{flex: 1;}
.cbd-sidebar ul{list-style: none;padding: 0;}
.cbd-sidebar li{margin-bottom: 10px;}
/* .cbd-post-thumb img{border-radius: 24px !important;} */
.cbd-category{border:1px solid #ee6c4d;padding:5px 20px;border-radius:36px;margin-right: 9px;text-align:center;}
.cbd-post-title a{color:#000;font-size:24px;line-height:34px;font-family:'Inter';font-weight:500;}
.cbd-read-more{font-family:'Inter';font-size:18px;line-height:27px;font-weight:500;color:#1a446a;}
.cbd-category:hover {border: 1px solid #1a446a;}
.cbd-category a:hover {color:#1a446a;}
.single-post .site-content .ast-container{display: block !important;padding: 70px 0px;}

.cbd-title {font-size: 40px; line-height: 50px; color: #000000; font-family: "DM Sans"; font-weight: 500;margin-top: 24px;}
.cbd-sidebar ul {margin: 0px !important;}
.cbd-main-side {display: flex; gap: 24px; width: 100%; border-bottom: 1px dashed #a1a1a1; padding-bottom: 24px; margin-bottom: 24px;}
.cbd-main-side:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.cbd-first {width: 40%;}
.cbd-second {width: 60%;align-content:center;}
.cbd_side_title {font-size: 16px; line-height: 24px; font-weight: 500; font-family: 'Inter'; margin-bottom: 10px !important;}
.cbd_meta_title {line-height:21px;font-size:14px;font-weight:500;color:#1a446a;font-family: 'Inter'; }
.cbd_side_title a {color: #000;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;line-height: 1.4em;max-height: 2.8em;}
/* .cbd-feature-image img{border-radius:8px;} */
.cbd-post-card .cbd-post-thumb img{transition:all .4s ease;}
.cbd-post-card:hover .cbd-post-thumb img{transform: scale(1.1);}
.cbd-post-card .cbd-post-thumb {overflow: hidden;}
/* .cbd-post-card .cbd-post-thumb {overflow: hidden;border-radius: 24px;} */
.cbd-read-more:hover img{content: url(https://visitorsmind.com/wp-content/uploads/2025/06/ArrowRight-Orange.svg);}
/* .cbd-feature-image img{border-radius:8px;} */
.cbd-post-title a:hover{color: #ee6c4d;}
.cbd-post-card.ast-article-inner{border-radius:0px !important;padding:0px;box-shadow:none;}
/*search css*/
.cbd-custom-search{display:flex;align-items:center;position:relative;max-width:100%;margin-bottom:44px}.cbd-search-input{width:100%;padding:10px 40px 10px 15px;border:1px solid #ccc;border-radius:30px;font-size:14px;outline:0;box-sizing:border-box}
.cbd-search-button{position:absolute;right:24px;background:0 0;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#333;/*background: #fff;*/
    box-shadow: none;}.search-icon{width:18px;height:18px;stroke:#333}
.cbd-search-button:hover{background:#ee6c4d00;color:#333;}
.single-post input[type="search"]{border:1px solid #d3d3d3;box-shadow:none;border-radius:10px;padding: 12px 24px;color:#484848;font-family:'DM Sans';}
.cbd-sidebar h4 {font-weight: 500;font-size: 24px;line-height: 34px;font-family: 'Inter';color: #000;margin-bottom: 24px;}
/* .cbd-first img{border-radius:8px;} */
.cbd-sidebar {flex: 1;position: sticky;top: 20px;height: fit-content;}
.single-post input[type="search"]::placeholder{font-size:18px;line-height:27px;font-family:'DM Sans';color:#484848;font-weight:300;}

@media (max-width: 1800px) {
.single-post .site-content .ast-container{padding:70px 50px !important;}
}
@media (max-width: 1500px) and (min-width: 1366px) {
    .cbd-sidebar{flex:1.2;}
}
@media (max-width: 1366px) and (min-width: 1200px) {
    /* Single Blog Page */
    .cbd-read-more img{width:20px;height:20px;}
    .cbd-title{font-size: 30px;line-height: 40px;}
    .single-post input[type="search"]{padding: 12px 18px;}
    .cbd-search-button{right:18px;}
    .cbd-main-side{padding-bottom: 20px;margin-bottom: 20px;gap: 16px;}
    .cbd-single-wrapper{gap:30px !important;}
    .cbd-custom-search{margin-bottom:20px;}
    .cbd-sidebar h4{margin-bottom:16px;}
    .cbd_side_title a{font-size:14px;line-height:21px;}
    .cbd_meta_title{line-height:18px;font-size:12px;}
    .cbd_side_title{margin-bottom:7px !important;}
    .single-post input[type="search"]{height: 44px;}
    .cbd-sidebar h4{font-size:22px;line-height:30px;}
    .single-post input[type="search"]::placeholder{font-size:18px;line-height:27px;}
    /* End Single Blog Page*/
    .single-post .site-content .ast-container{padding: 50px 40px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:20px 16px;} */
    .cbd-category{padding:5px 14px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:20px;margin-bottom:20px;}
    .cbd-post-title a{font-size:20px;line-height:28px;}
    .cbd-post-excerpt{font-size:16px;line-height:24px;}
    .cbd-read-more{font-size:16px;line-height:24px;}
	.reading-time{font-size:16px !important;line-height:24px !important;}
}
@media (max-width: 1200px) and (min-width: 1024px) {
    .cbd-read-more img{width:20px;height:20px;}
    /* Single Blog Page */
    .cbd-sidebar {flex:1.3;}
    .cbd-title{font-size: 24px;line-height: 30px;margin-top:20px;}
    .single-post input[type="search"]{padding: 12px 18px;}
    .cbd-search-button{right:18px;}
    .cbd-main-side{padding-bottom: 20px;margin-bottom: 20px;gap: 16px;}
    .cbd-single-wrapper{gap:30px !important;}
    .cbd-custom-search{margin-bottom:20px;}
    .cbd-sidebar h4{margin-bottom:16px;}
    .cbd_side_title a{font-size:14px;line-height:21px;}
    .cbd_meta_title{line-height:18px;font-size:12px;}
    .cbd_side_title{margin-bottom:7px !important;}
    .single-post input[type="search"]{height: 44px;}
    .cbd-sidebar h4{font-size:22px;line-height:30px;}
    .single-post input[type="search"]::placeholder{font-size:16px;line-height:24px;}
    /* End Single Blog Page*/
    .single-post .site-content .ast-container{padding: 40px 30px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:20px 16px;border-radius:12px;}
    .cbd-post-card .cbd-post-thumb{border-radius: 12px;} */
/*     .cbd-post-thumb img{border-radius: 12px !important;} */
    .cbd-category{padding:5px 10px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:20px;margin-bottom:20px;}
    .cbd-post-title a{font-size:20px;line-height:28px;}
    .cbd-post-excerpt{font-size:16px;line-height:24px;}
    .cbd-read-more{font-size:16px;line-height:24px;}
    .reading-time{font-size:16px !important;line-height:24px !important;}
}
@media (max-width: 1024px) and (min-width: 880px) {
    .cbd-read-more img{width:20px;height:20px;}
    /* Single Blog Page */
    .cbd-sidebar {flex:1.3;margin-top:24px;}
    .cbd-title{font-size: 24px;line-height: 30px;margin-top:20px;}
    .single-post input[type="search"]{padding: 12px 18px;}
    .cbd-search-button{right:18px;}
    .cbd-main-side{padding-bottom: 20px;margin-bottom: 20px;gap: 16px;}
    .cbd-single-wrapper{gap:30px !important;}
    .cbd-custom-search{margin-bottom:20px;}
    .cbd-sidebar h4{margin-bottom:16px;}
    .cbd_side_title a{font-size:14px;line-height:21px;}
    .cbd_meta_title{line-height:18px;font-size:12px;}
    .cbd_side_title{margin-bottom:7px !important;}
    .single-post input[type="search"]{height: 44px;}
    .cbd-sidebar h4{font-size:22px;line-height:30px;}
    .cbd-single-wrapper{display:block;}
    .single-post input[type="search"]::placeholder{font-size:16px;line-height:24px;}
    /* End Single Blog Page*/
    
    .single-post .site-content .ast-container{padding: 40px 30px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:20px 16px;border-radius:12px;}
    .cbd-post-card .cbd-post-thumb{border-radius: 12px;} */
/*     .cbd-post-thumb img{border-radius: 12px !important;} */
    .cbd-category{padding:5px 10px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:16px;margin-bottom:16px;}
    .cbd-post-title a{font-size:20px;line-height:28px;}
    .cbd-post-excerpt{font-size:16px;line-height:24px;margin-top: 14px;margin-bottom: 14px !important;}
    .cbd-read-more{font-size:16px;line-height:24px;}
	.reading-time{font-size:16px !important;line-height:24px !important;}
}
@media (min-width: 767px) and (max-width: 880px) and (orientation: landscape) {
    .cbd-read-more img{width:20px;height:20px;}
    /* Single Blog Page */
    .cbd-sidebar {flex:1.3;margin-top: 24px;}
   .cbd-title{font-size: 24px;line-height: 30px;margin-top:20px;}
    .single-post input[type="search"]{padding: 12px 18px;}
    .cbd-search-button{right:18px;}
    .cbd-main-side{padding-bottom: 20px;margin-bottom: 20px;gap: 16px;}
    .cbd-single-wrapper{gap:30px !important;}
    .cbd-custom-search{margin-bottom:20px;}
    .cbd-sidebar h4{margin-bottom:16px;}
    .cbd_side_title a{font-size:14px;line-height:21px;}
    .cbd_meta_title{line-height:18px;font-size:12px;}
    .cbd_side_title{margin-bottom:7px !important;}
    .single-post input[type="search"]{height: 44px;}
    .cbd-sidebar h4{font-size:22px;line-height:30px;}
    .cbd-single-wrapper{display:block;}
    .single-post input[type="search"]::placeholder{font-size:16px;line-height:24px;}
    /* End Single Blog Page*/
    
    .single-post .site-content .ast-container{padding: 30px 20px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:20px 16px;border-radius:12px;}
    .cbd-post-card .cbd-post-thumb{border-radius: 12px;} */
/*     .cbd-post-thumb img{border-radius: 12px !important;} */
    .cbd-category{padding:5px 10px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:20px;margin-bottom:20px;}
    .cbd-post-title a{font-size:20px;line-height:28px;}
    .cbd-post-excerpt{font-size:16px;line-height:24px;margin-top: 14px;margin-bottom: 14px !important;}
    .cbd-read-more{font-size:16px;line-height:24px;}
	.reading-time{font-size:16px !important;line-height:24px !important;}
}
@media (max-width: 880px) {
    .cbd-read-more img{width:16px;height:16px;}
    /* Single Blog Page */
    .cbd-sidebar {flex:1.3;margin-top: 24px;}
    .cbd-title{font-size:20px;line-height:27px;margin-top:16px;}
    .single-post input[type="search"]{padding: 8px 12px;}
    .cbd-search-button{right:12px;}
    .cbd-main-side{padding-bottom:16px;margin-bottom:16px;gap:12px;}
    .cbd-single-wrapper{gap:30px !important;}
    .cbd-custom-search{margin-bottom:20px;}
    .cbd-sidebar h4{margin-bottom:16px;}
    .cbd_side_title a{font-size:14px;line-height:21px;}
    .cbd_meta_title{line-height:18px;font-size:12px;}
    .cbd_side_title{margin-bottom:7px !important;}
    .single-post input[type="search"]{height: 38px;}
    .cbd-sidebar h4{font-size:18px;line-height:27px;}
    .cbd-single-wrapper{display:block;}
    .single-post input[type="search"]::placeholder{font-size:14px;line-height:21px;}
    /* End Single Blog Page*/
    .single-post .site-content .ast-container{padding: 30px 20px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:20px 16px;border-radius:12px;}
    .cbd-post-card .cbd-post-thumb{border-radius: 12px;} */
/*     .cbd-post-thumb img{border-radius: 12px !important;} */
    .cbd-category{padding:5px 10px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:14px;margin-bottom:14px;}
    .cbd-post-title a{font-size:20px;line-height:28px;}
    .cbd-post-excerpt{font-size:16px;line-height:24px;margin-top: 14px;margin-bottom: 14px !important;}
    .cbd-read-more{font-size:16px;line-height:24px;}
	.reading-time{font-size:16px !important;line-height:24px !important;}
}
@media (max-width: 767px) {
    .single-post .site-content .ast-container{padding: 30px 20px !important;}
    .cbd-blog-grid{gap:20px;}
/*     .cbd-post-card{padding:15px 12px;border-radius:8px;}
    .cbd-post-card .cbd-post-thumb{border-radius: 8px;} */
/*     .cbd-post-thumb img{border-radius: 8px !important;} */
    .cbd-category{padding:5px 10px;margin-right:0px;margin-bottom:10px;}
    .cbd-post-meta{font-size:14px;line-height:20px;margin-top:14px;margin-bottom:14px;align-items: flex-start;flex-direction: column;}
    .cbd-post-title a{font-size:18px;line-height:27px;}
    .cbd-post-excerpt{font-size:14px;line-height:21px;margin-top:5px;margin-bottom:12px !important;}
    .cbd-read-more{font-size:14px;line-height:21px;}
    .search-icon{width:16px;height:16px;}
	.reading-time{font-size:14px !important;line-height:21px !important;}
}
@media (max-width: 450px) {
    .cbd-main-side{display:block;}
    .cbd-first{width:100%;}
    .cbd-second{width:100%;margin-top:16px;}
    .cbd_side_title a{font-size:16px;line-height:24px;}
    .cbd_meta_title{font-size:14px;line-height:20px;}
}