#homeBlogSection{background-color:var(--bg-section);position:relative;overflow:hidden}#homeBlogSection:before{content:"";background:var(--primary-alpha-10);filter:blur(100px);z-index:0;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}#homeBlogSection .container{z-index:1;position:relative}#homeBlogSection .section-title{margin-bottom:3rem;position:relative}#homeBlogSection .section-title .title{color:var(--text-primary);font-size:var(--font-size-3xl);font-weight:700;display:inline-block;position:relative}#homeBlogLeft .blog-box{border-radius:var(--radius-lg);height:100%;min-height:500px;box-shadow:var(--shadow-lg);transition:all var(--transition-normal);position:relative;overflow:hidden}#homeBlogLeft .blog-box:before{content:"";opacity:0;transition:opacity var(--transition-normal);z-index:1;background:linear-gradient(#0000 50%,#000000b3 100%);position:absolute;inset:0}#homeBlogLeft .blog-box:hover:before{opacity:1}#homeBlogLeft .blog-box img{object-fit:cover;width:100%;height:100%;transition:transform .1s}#homeBlogLeft .blog-box:hover img{transform:scale(1.05)}#homeBlogLeft .blog-box:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}#homeBlogRight{gap:1.5rem;height:100%;min-height:500px}#homeBlogRight .blog-box-content{background:var(--bg-white);border-radius:var(--radius-md);transition:all var(--transition-normal);box-shadow:var(--shadow-sm);flex:1;align-items:center;height:calc(25% - 1.125rem);min-height:110px;padding:0 20px;display:flex;position:relative;overflow:hidden}#homeBlogRight .blog-box-content:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-alpha-10),transparent);width:100%;height:100%;transition:left var(--transition-slow);position:absolute;top:0;left:-100%}#homeBlogRight .blog-box-content:hover:before{left:100%}#homeBlogRight .blog-box-content:hover{box-shadow:var(--shadow-md);background:var(--bg-hover);transform:translate(4px)}#homeBlogRight .blog-img{object-fit:cover;border-radius:var(--radius-sm);width:20%;height:80%;transition:all var(--transition-normal);flex-shrink:0}#homeBlogRight .blog-box-content:hover .blog-img{box-shadow:var(--shadow-md);transform:scale(1.05)}#homeBlogRight h5{font-size:var(--font-size-lg);margin-bottom:.5rem;line-height:1.4}#homeBlogRight h5 a{color:var(--text-primary);transition:color var(--transition-fast);-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}#homeBlogRight h5 a:hover{color:var(--primary-color)}#homeBlogRight .list-inline{margin-bottom:0}#homeBlogRight .list-inline-item{color:var(--text-muted);font-size:var(--font-size-sm)}#homeBlogRight .list-inline-item i{color:var(--primary-color);margin-right:.25rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}#homeBlogSection.wow{visibility:hidden}#homeBlogSection.animated{visibility:visible}#homeBlogLeft .blog-box{animation:.8s ease-out slideInLeft}#homeBlogRight .blog-box-content .flex-grow-1{padding:1.25rem}#homeBlogRight .blog-box-content:first-child{animation-delay:.1s}#homeBlogRight .blog-box-content:nth-child(2){animation-delay:.2s}#homeBlogRight .blog-box-content:nth-child(3){animation-delay:.3s}#homeBlogRight .blog-box-content:nth-child(4){animation-delay:.4s}@media (width<=991.98px){#homeBlogSection .section-title .title{font-size:var(--font-size-2xl)}#homeBlogLeft .blog-box{min-height:400px}#homeBlogRight{gap:1rem}#homeBlogRight .blog-box-content{padding:1rem}#homeBlogRight h5{font-size:var(--font-size-base)}}@media (width<=767.98px){#homeBlogSection{padding:3rem 0}#homeBlogSection:before{width:300px;height:300px;top:-20%;right:-20%}#homeBlogSection .section-title{text-align:center;margin-bottom:2rem}#homeBlogLeft .blog-box{min-height:300px;margin-bottom:1.5rem}#homeBlogRight{gap:1rem}#homeBlogRight .blog-box-content{text-align:center;flex-direction:column;padding:1rem}#homeBlogRight .blog-img{width:100%;height:180px;margin-bottom:1rem;margin-right:0!important}#homeBlogRight h5{font-size:var(--font-size-base);margin-bottom:.5rem}#homeBlogRight h5 a{-webkit-line-clamp:3}#homeBlogLeft .blog-box,#homeBlogRight .blog-box-content{animation:.6s ease-out fadeInUp}}@media (width<=575.98px){#homeBlogSection{padding:2.5rem 0}#homeBlogSection .section-title .title{font-size:var(--font-size-xl)}#homeBlogLeft .blog-box{border-radius:var(--radius-md);min-height:250px}#homeBlogRight .blog-box-content{border-radius:var(--radius-sm);padding:.875rem}#homeBlogRight .blog-img{border-radius:var(--radius-sm);height:150px}#homeBlogRight h5{font-size:.9rem;line-height:1.3}#homeBlogRight .list-inline-item{font-size:.75rem}}#homeBlogLeft:empty:before,#homeBlogRight:empty:before{content:"";border-radius:var(--radius-md);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:300px;animation:1.5s infinite loading;display:block}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.blog-date{color:var(--text-muted);font-size:var(--font-size-sm)}.blog-category{background:var(--primary-alpha-10);color:var(--primary-color);border-radius:var(--radius-sm);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.5px;padding:.25rem .75rem;font-weight:500;display:inline-block}.icon-size-15{vertical-align:middle;width:15px;height:15px}@media (width<=767.98px){#homeBlogSection{padding:2.5rem 0}#homeBlogSection .section-title{text-align:center;padding-bottom:2rem!important}#homeBlogLeft{margin-bottom:1.5rem}#homeBlogLeft .blog-box{min-height:250px;max-height:300px}#homeBlogRight{gap:1rem;min-height:auto}#homeBlogRight .blog-box-content{height:auto;min-height:90px;margin-bottom:.75rem;flex-direction:row!important;padding:.75rem!important}#homeBlogRight .blog-box-content:last-child{margin-bottom:0}#homeBlogRight .blog-img{object-fit:cover;flex-shrink:0;width:80px!important;height:80px!important;margin-bottom:0!important;margin-right:.75rem!important}#homeBlogRight .blog-box-content .flex-grow-1{text-align:left!important;padding:0!important}#homeBlogRight h5{margin-bottom:.25rem!important;font-size:.9rem!important;line-height:1.3!important}#homeBlogRight h5 a{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}#homeBlogRight .list-inline{margin-bottom:0!important}#homeBlogRight .list-inline-item{margin-right:0!important;font-size:.75rem!important}#homeBlogRight .icon-size-15{width:12px!important;height:12px!important}}@media (width<=575.98px){#homeBlogSection .container{padding-left:1rem;padding-right:1rem}#homeBlogSection .section-title .title{font-size:1.5rem!important}#homeBlogLeft .blog-box{border-radius:.75rem;min-height:200px;max-height:250px}#homeBlogRight .blog-box-content{border-radius:.5rem;box-shadow:0 2px 4px #0000000d;padding:.625rem!important}#homeBlogRight .blog-img{border-radius:.375rem;width:70px!important;height:70px!important}#homeBlogRight h5{font-size:.85rem!important;font-weight:600!important}#homeBlogRight .blog-box-content:hover{transform:none;box-shadow:0 2px 6px #00000014}#homeBlogRight .blog-box-content:hover .blog-img{transform:none}}@media (width<=399.98px){#homeBlogSection{padding:2rem 0}#homeBlogSection .section-title{padding-bottom:1.5rem!important}#homeBlogSection .section-title .title{font-size:1.25rem!important}#homeBlogLeft{margin-bottom:1rem}#homeBlogLeft .blog-box{min-height:180px;max-height:220px}#homeBlogRight{gap:.75rem}#homeBlogRight .blog-box-content{min-height:80px;margin-bottom:.5rem;padding:.5rem!important}#homeBlogRight .blog-img{width:60px!important;height:60px!important;margin-right:.625rem!important}#homeBlogRight h5{font-size:.8rem!important}#homeBlogRight .list-inline-item{font-size:.7rem!important}}@media (width<=767.98px) and (orientation:landscape){#homeBlogLeft .blog-box{min-height:200px;max-height:250px}#homeBlogRight .blog-box-content{min-height:70px}#homeBlogRight .blog-img{width:60px!important;height:60px!important}}@media (hover:none) and (pointer:coarse){#homeBlogLeft .blog-box:hover,#homeBlogRight .blog-box-content:hover,#homeBlogLeft .blog-box:hover img,#homeBlogRight .blog-box-content:hover .blog-img{transform:none!important}#homeBlogRight h5 a{padding:.25rem 0;display:block}}@media (width<=767.98px){#homeBlogLeft .blog-box,#homeBlogRight .blog-box-content{animation:none!important}#homeBlogSection.animated #homeBlogLeft .blog-box,#homeBlogSection.animated #homeBlogRight .blog-box-content{animation:.4s ease-out simpleFadeIn!important}}@keyframes simpleFadeIn{0%{opacity:0}to{opacity:1}}@media (width<=767.98px){#homeBlogLeft .blog-box img,#homeBlogRight .blog-img{object-fit:cover!important;object-position:center!important}#homeBlogRight{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-y:auto}#homeBlogRight::-webkit-scrollbar{width:4px}#homeBlogRight::-webkit-scrollbar-thumb{background:var(--primary-alpha-20);border-radius:2px}}