/* Container & Header */
.industry-pulse { margin: 0 auto; padding: 20px; font-family: sans-serif; }
.industry-pulse-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-radius: 12px; margin-bottom: 30px; }

/* Tabs Wrapper & Scrolling */
.tabs-wrapper { display: flex; align-items: center; gap: 8px; overflow: hidden; flex: 1; margin-right: 20px; max-width: calc(100% - 120px); }
.industry-pulse-tabs {   border: 1px solid rgba(15, 62, 76, 0.1); display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; padding: 3px; background: rgb(213, 228, 235); border-radius: 8px; 
.industry-pulse-tabs.no-tag{opacity: 0.5;}
/*   flex-grow: 1;  */
  scrollbar-width: none; -ms-overflow-style: none; 
  white-space: nowrap; }
.industry-pulse-tabs::-webkit-scrollbar { display: none; }

/* Arrows */
.scroll-arrow { background: #fff; border: 1px solid #ddd; border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 4px rgba(0,0,0,0.05); flex-shrink: 0; z-index: 2; color: #555; transition: all 0.2s; font-weight: bold; }
.scroll-arrow:hover { background: #f0f0f0; color: #000; }
/* Tabs */
.industry-pulse-tab { font-family: Futura Md BT; rgba(29, 29, 29, 1); font-size:20px; padding: 7px 16px; border-radius: 8px; border: none; cursor: pointer; display: flex; background: transparent; align-items: center; gap: 8px; c transition: all 0.3s ease; flex-shrink: 0; }
.industry-pulse-tab.active { background: rgba(255, 255, 255, 0.7); color: rgba(29, 29, 29, 1); }
.industry-pulse-tab.no-tag{opacity: 0.5;}
.industry-pulse-tab.no-tag.active{opacity: 0.5;}
.tab-count { background: #0f3e4c; color: #fff; padding: 2px 8px; border-radius: 999px; font-size: 12px; }
.tab-badge { border: 1px solid rgba(0, 0, 0, 0.35); padding: 2px 8px; border-radius: 999px; font-size: 11px; color: rgba(29, 29, 29, 1); }

/* View Toggle */
.industry-pulse-view-toggle { display: flex; gap: 8px; background: #eef3f6; padding: 4px; border-radius: 10px; flex-shrink: 0; }
.industry-pulse-view-btn { width: 40px; height: 40px; border: none; background: transparent; cursor: pointer; border-radius: 8px; }
.industry-pulse-view-btn svg { fill: #7b8794; opacity: 0.5; }
.industry-pulse-view-btn.active svg { opacity: 1; }
/* .industry-pulse-view-btn.active { background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.industry-pulse-view-btn.active svg { fill: #0f766e; opacity: 1; } */

/* Filter Hidden State */
.industry-pulse-card.hidden-by-filter { display: none !important; }

/* Grid Layout */
.industry-pulse-grid { display: flex; flex-wrap: wrap; gap: 20px; transition: all 0.3s ease; }
.industry-pulse-card { background: transparent linear-gradient(327deg, #e7f1f3, #fff) 0 0 no-repeat padding-box;
border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 20px 60px 60px #45738a24;
  border-radius: 32px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); display: flex; }

.view-grid .industry-pulse-card { width: calc(33.333% - 14px); flex-direction: column; }
.view-grid .industry-pulse-image { width: 100%; height: 220px; object-fit: cover; height: auto; border-radius: 32px 32px 0px 0;}

/* List Layout */
.view-list { flex-direction: column; }
.view-list .industry-pulse-card { width: 100%; flex-direction: row; align-items: center; }
.view-list .industry-pulse-image { width: 350px; height: 100%; min-height: 280px; object-fit: cover; border-radius: 12px 0px 0px 12px;}
.view-list .industry-pulse-content { padding: 40px; flex: 1;}

/* Card Content */
.industry-pulse-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
h3.industry-pulse-card-title {  color: #1d1d1d; margin: 0 0 15px 0;  line-height: 1.3; }
h3.industry-pulse-card-title a { color: #1d1d1d; border-bottom:0; text-decoration: none; }
.industry-pulse-desc {  margin-bottom: 30px; }

/* Meta Data Row */
.industry-pulse-meta-row { display: flex; align-items: center; gap: 20px; border-top: 1px solid #D7DDDF; padding-top: 15px; margin-top: auto; font-size: 1rem; color: #1d1d1d; padding-right:10px; }
.industry-pulse-meta-row span { font-family: Roboto; display: flex; align-items: center; }
.industry-pulse-meta-row a:after {right: -10px; opacity: 1;}
.industry-pulse-meta-row span img { margin-right: 6px; }
.industry-pulse-readmore { font-family: Roboto; margin-left: auto; color: rgba(0, 131, 176, 1); text-decoration: none; display: inline-flex; align-items: center; }
.industry-pulse-readmore img { margin-left: 6px; }

.industry-pulse-readmore:hover:after{
 color:salmon; 
}

/* Empty State */
.industry-pulse-empty { padding: 0px 20px; text-align: center; width: 100%; }
.empty-wrapper { background: rgba(255, 255, 255, 1); border: 2px dashed rgba(57, 125, 145, 1); border-radius: 30px; padding: 60px 40px;  margin: 0 auto;  }
.empty-icon { width: 80px; height: 80px; background: #eef3f6; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 20px auto; }
.empty-badge { display: inline-block;  margin-bottom: 20px;  }
.empty-title { font-size: 2.2rem; color: #1d1d1d; margin-bottom: 15px; }
.empty-desc { color: #555; max-width: 550px; margin: 0 auto 30px auto; line-height: 1.6; font-size: 1.05rem; }

/* Empty State Form */
.empty-form { display: flex; justify-content: center; max-width: 450px; margin: 0 auto; box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-radius: 8px; }
.empty-form input { padding: 15px 20px; border: 1px solid #ddd; border-right: none; border-radius: 8px 0 0 8px; outline: none; flex: 1; font-size: 1rem; }
.empty-form button { background-color: #FA8072; color: white; border: none; padding: 15px 25px; border-radius: 0 8px 8px 0; cursor: pointer; font-size: 1rem; font-weight: 500; transition: background 0.3s; }
.empty-form button:hover { background-color: #f76c5c; }
.empty-spam-notice { font-size: 12px; color: #999; margin-top: 15px; }
@media (max-width: 1200px) {
  .view-grid .industry-pulse-card { width: calc(50% - 14px); flex-direction: column; }
}
@media (max-width: 768px) {
  .tabs-wrapper { margin-right: 0px; max-width: 100%; }
  .industry-pulse-card {display:block}
  .industry-pulse-header .industry-pulse-view-toggle {
    display: none;
  }
  .industry-pulse-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .industry-pulse-grid.view-grid .industry-pulse-card {
    width: 100%;
    display:block
  }
  .industry-pulse-grid .industry-pulse-image {
    width: 100%;
    height: auto;
  }
  .industry-pulse-grid .industry-pulse-content {
    padding: 15px;
  }
  .industry-pulse {padding: 20px 15px;}
  .industry-pulse-header {padding:0;}
}
.industry-pulse-readmore.read-more:hover::after{
border-color:salmon;
}