.custom-container{margin-bottom:70px}.custom-m{margin-bottom:40px}.news-card-skeleton{background:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;animation:pulse 1.5s ease-in-out infinite}.skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-content{padding:20px}.skeleton-date{width:80px;height:14px;margin-bottom:10px}.skeleton-date,.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-title{width:100%;height:18px;margin-bottom:8px}.skeleton-title.short{width:70%}.skeleton-button{width:100px;height:35px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-top:15px;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.news-card-modern{background:#fff;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.news-card-modern:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.news-card-image{position:relative;overflow:hidden;height:250px}.news-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card-modern:hover .news-image{transform:scale(1.05)}.news-overlay{position:absolute;top:20px;left:20px}.news-card-content{padding:25px;flex:1 1;display:flex;flex-direction:column}.news-meta{margin-bottom:15px}.news-date{color:#888;font-size:14px;display:flex;align-items:center;gap:8px}.news-title{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:15px}.news-title-link{color:#333;text-decoration:none;transition:color .3s ease}.news-title-link:hover{color:var(--primary-color2)}.news-excerpt{color:#666;line-height:1.6;margin-bottom:20px;flex:1 1}.news-card-footer{margin-top:auto}.read-more-btn{color:var(--primary-color2);text-decoration:none;font-weight:600;font-size:14px;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.read-more-btn:hover{color:#0056b3;gap:12px}.section-desc{color:#666;font-size:16px;margin-top:15px}.loading-spinner{display:flex;justify-content:center;margin-bottom:20px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color2);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-dots{display:flex;justify-content:center;gap:5px;margin-top:15px}.loading-dots span{width:8px;height:8px;background-color:var(--primary-color2);border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.no-news-message{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:10px;margin:20px 0}.no-news-message h3{color:#333;margin-bottom:10px}.no-news-message p{color:#666;margin:0}.news-card-modern{position:relative;overflow:hidden}.news-card-modern:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s;z-index:1}.news-card-modern:hover:before{left:100%}@media (max-width:576px){.news-card-content{padding:15px}.news-title{font-size:16px}.news-card-image{height:200px}}