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