.all_blogs_container{width:100%;max-width:1400px;height:auto;margin:50px auto;padding:15px 30px 30px}.heading{color:#000;text-transform:uppercase;overflow-wrap:anywhere;word-break:break-word;letter-spacing:.4px;font-size:16px;line-height:24px}.latest-blog-author-date{gap:5px;display:flex}.latest-blog-author-date p{letter-spacing:.4px;color:#686262;font-size:14px;line-height:21px}.featured_post{background:#f4fceb;justify-content:flex-start;align-items:center;gap:30px;padding:30px;display:flex}.featured_post img{object-fit:cover;border-radius:10px;width:400px;min-width:400px;height:250px}.featured_post_content .latest-blog-title{text-transform:capitalize;word-spacing:5px;color:#000;-webkit-line-clamp:3;overflow-wrap:anywhere;word-break:break-word;letter-spacing:.4px;-webkit-box-orient:vertical;font-size:28px;font-weight:600;line-height:42px;display:-webkit-box;overflow:hidden}.featured_post:hover{background:#edf8e0}.latest_articles_container{margin:50px 0}.latest_articles{grid-template-rows:auto;grid-template-columns:repeat(3,calc(33.3333% - 13.3333px));gap:20px;width:100%;height:auto;display:grid}.blog_card{background:#fff;border-radius:10px;width:100%;height:350px}.blog_card img{object-fit:cover;border:1px solid #cdcdcd;border-radius:10px;width:100%;height:250px}.blog_title{color:#000;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word;-webkit-box-orient:vertical;height:auto;margin-left:5px;font-size:18px;display:-webkit-box;overflow:hidden}.blog-content-div{flex-direction:column;flex:auto;padding-left:7px;display:flex}.blog-author-data p{word-break:break-word;margin:0;font-size:14px}.blog_card:hover .blog_title{color:var(--primary-color)}.blogpageheading{border-bottom:1px solid #e0e1e2;justify-content:space-between;align-items:center;gap:20px;margin-top:35px;margin-bottom:35px;padding:10px 0;display:flex}.blogpageheading h1{letter-spacing:.4px;text-transform:uppercase;color:#000;overflow-wrap:anywhere;word-break:break-word;font-size:36px;line-height:54px}.blogpageheading p{letter-spacing:.4px;text-transform:uppercase;color:#000;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:16px;line-height:24px}.blog-author-data{gap:5px;margin-top:auto;display:flex}.show-more-btn-container{justify-content:center;align-items:center;margin:20px 0;display:flex}@media only screen and (max-width:1000px) and (min-width:601px){.featured_post{display:block}.featured_post img{width:100%;min-width:100%;height:230px}.blog_card img{height:230px}.latest_articles{grid-template-columns:repeat(2,calc(50% - 10px))}}@media only screen and (max-width:600px) and (min-width:100px){.all_blogs_container{gap:15px;padding:10px}.featured_post{padding:20px;display:block}.featured_post img{width:100%;min-width:100%;height:230px;margin-top:10px}.featured_post_content h1{margin-top:10px;font-size:20px;line-height:normal}.blog_card img{height:230px}.latest_articles{grid-template-columns:repeat(1,1fr)}.blogpageheading h1{font-size:28px;line-height:40px}.blogpageheading p{font-size:14px;line-height:22px}.blogpageheading img{display:none}.latest_articles_container{margin:30px 0}.blog_title{margin-top:5px;margin-bottom:6px;font-size:16px}.blog_author_name{margin-top:6px}.featured_post_content .latest-blog-title{font-size:22px;line-height:35px}}
.loading-more-spinner-wrapper{justify-content:center;align-items:center;padding:20px 0;display:flex}.loading-more-spinner{border:3px solid var(--primary-color);border-left-color:#ccc;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.loading-more-text{color:#333;margin-left:10px;font-size:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
