/* ===== MEDIA PAGE ===== */

nav a.nav-active { color: var(--saffron); border-bottom: 2px solid var(--saffron); padding-bottom: 2px; }

/* ── HERO ─────────────────────────────────────────── */
.m-hero {
  position: relative;
  min-height: auto;
  height: auto;
  display: block;
  overflow: hidden;
  background: transparent;
}
.m-hero-bg {
  display: none;
}
.m-hero::after {
  display: none;
}
.m-hero-img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 0;
  animation: floatUp .8s ease both;
}
.m-hero-body {
  display: none !important;
  position: relative;
  z-index: 3;
  padding: 100px 0 60px 0;
  max-width: 580px;
}
.m-hero-body h1 {
  font-size: 3rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 14px;
}
.m-hero-body h1 span { color: var(--saffron); }
.m-hero-body > p { font-size: 1rem; color: #555; margin-bottom: 20px; line-height: 1.7; }
.m-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  color: #888;
}
.m-breadcrumb a { color: var(--saffron); font-weight: 600; }
.m-breadcrumb i { font-size: .6rem; color: #ccc; }

/* ── TABS ─────────────────────────────────────────── */
.m-tabs-bar {
  background: #fff;
  border-bottom: 2px solid #f0e8e0;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.m-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.m-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 10px;
  border: none;
  border-right: 1px solid #f0e8e0;
  background: #fff;
  color: #555;
  font-weight: 600;
  font-size: .88rem;
  font-family: inherit;
  cursor: pointer;
  transition: .25s;
}
.m-tab:last-child { border-right: none; }
.m-tab:hover { background: #fff5ee; color: var(--saffron); }
.m-tab.active { background: var(--saffron); color: #fff; }
.m-tab i { font-size: 1rem; }

/* ── SECTION COMMON ───────────────────────────────── */
.m-section { padding: 60px 0; background: #fff; }
.m-vs-section { background: var(--light); }

.m-sec-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.m-sec-title h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; }
.m-title-line { display: flex; gap: 4px; }
.orange-line { display: block; width: 36px; height: 3px; background: var(--saffron); border-radius: 2px; }
.green-line  { display: block; width: 20px; height: 3px; background: var(--green);   border-radius: 2px; }

/* ── NEWS GRID ────────────────────────────────────── */
.m-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.m-news-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f0e8e0;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
  transition: .3s;
  opacity: 0;
  transform: translateY(20px);
}
.m-news-card.in { opacity: 1; transform: translateY(0); }
.m-news-card:nth-child(2) { transition-delay: .08s; }
.m-news-card:nth-child(3) { transition-delay: .16s; }
.m-news-card:nth-child(4) { transition-delay: .24s; }
.m-news-card:hover { box-shadow: 0 10px 32px rgba(255,106,0,.15); transform: translateY(-5px); }
.m-news-img { position: relative; overflow: hidden; }
.m-news-img img { width: 100%; height: 185px; object-fit: cover; display: block; transition: .4s; }
.m-news-card:hover .m-news-img img { transform: scale(1.06); }
.m-news-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--saffron); color: #fff;
  font-size: .68rem; font-weight: 700;
  padding: 3px 10px; border-radius: 20px;
}
.m-news-blog-badge {
  position: absolute; top: 10px; right: 10px;
  background: var(--green); color: #fff;
  font-size: .62rem; font-weight: 700;
  padding: 2px 8px; border-radius: 20px;
  display: flex; align-items: center; gap: 4px;
}
.m-news-body { padding: 16px; }
.m-news-date { font-size: .72rem; color: var(--saffron); font-weight: 600; display: flex; align-items: center; gap: 5px; margin-bottom: 8px; }
.m-news-body h3 { font-size: .9rem; font-weight: 700; line-height: 1.45; margin-bottom: 8px; }
.m-news-body p { font-size: .78rem; color: #666; line-height: 1.65; margin-bottom: 14px; }
.m-read-more { font-size: .78rem; font-weight: 700; color: var(--saffron); transition: .2s; }
.m-read-more:hover { letter-spacing: .4px; }

/* ── ELFSIGHT YOUTUBE GALLERY ─────────────────────── */
.yt-elfsight-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 24px rgba(255,106,0,.08);
  min-height: 200px;
}
.yt-elfsight-wrap .elfsight-app-f033e2c5-adfd-4b0a-8b48-04d30067b0f1 {
  width: 100%;
}

/* YouTube Channel Bar */
.yt-channel-bar {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg,#ff0000,#cc0000);
  border-radius: 12px; margin-bottom: 24px;
}
.yt-channel-icon {
  width: 46px; height: 46px; background: rgba(255,255,255,.2); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.3rem; flex-shrink: 0;
}
.yt-channel-info { flex: 1; }
.yt-channel-info strong { display: block; color: #fff; font-size: .9rem; font-weight: 700; }
.yt-channel-info span  { color: rgba(255,255,255,.8); font-size: .75rem; }
.yt-subscribe-btn {
  background: #fff; color: #ff0000; padding: 8px 18px; border-radius: 20px;
  font-size: .8rem; font-weight: 700; display: flex; align-items: center; gap: 6px;
  text-decoration: none; transition: .2s; white-space: nowrap;
}
.yt-subscribe-btn:hover { background: #ff0000; color: #fff; }

/* ── SOCIAL FEEDS GRID ───────────────────────────── */
.social-feeds-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.social-feeds-grid .social-card{height:700px}.social-feeds-grid .social-card-body{height:calc(700px - 54px)}@media(max-width:991px){.social-feeds-grid{grid-template-columns:1fr}.social-feeds-grid .social-card{height:650px}.social-feeds-grid .social-card-body{height:calc(650px - 54px)}}

/* ── MEDIA RESPONSIVE ─────────────────────────────── */
@media(max-width:992px) {
  .m-hero-body { padding: 80px 0 40px 0; }
  .m-hero-body h1 { font-size: 2.2rem; }
}
@media(max-width:768px) {
  .m-hero-body { padding: 80px 20px 40px; text-align: center; margin: 0 auto; max-width: 100%; }
  .m-hero { min-height: auto; height: auto; }
  .m-tabs { grid-template-columns: repeat(2,1fr); }
  .m-nl-wrap { flex-direction: column; }
  .m-nl-form input { min-width: 100%; width: 100%; }
  .m-nl-form { width: 100%; }
  .m-news-grid { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:640px) {
  nav, .header .btn-primary { display: none; }
  .hamburger { display: block; }
  .m-tabs { grid-template-columns: repeat(2,1fr); }
  .m-news-grid { grid-template-columns: 1fr; }
}

/* ── SHARED SOCIAL CARDS (same as home page) ─────────────────────── */
.social-card{background:#fff;border-radius:18px;width:100%;height:700px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);display:flex;flex-direction:column;min-width:0}
.social-card-header{height:54px;min-height:54px;flex-shrink:0;padding:0 20px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:700;color:#1a1a1a}
.social-card-header .fab{font-size:1.1rem}
.social-card-header .fa-instagram{color:#e1306c}
.social-card-header .fa-facebook{color:#1877f2}
.social-card-header .fa-x-twitter{color:#000}
.social-card-body{flex:1;height:calc(700px - 54px);overflow-y:auto;overflow-x:hidden;min-width:0}
.social-card-body::-webkit-scrollbar{width:4px}
.social-card-body::-webkit-scrollbar-thumb{background:#e8e8e8;border-radius:2px}
.social-card-body .fb-page,.social-card-body .fb-page span,.social-card-body .fb-page iframe{width:100%!important;max-width:100%!important}
.instagram-body{display:flex;justify-content:center;align-items:flex-start;width:100%;overflow:hidden;padding:0}
.instagram-body > div,.instagram-body .elfsight-app-833c6dc8-8576-4a78-b070-d4be1c859d01{width:100%!important;max-width:100%!important;margin:0 auto!important;overflow:hidden!important}
.instagram-body iframe{width:100%!important;max-width:100%!important;overflow:hidden!important}
.social-not-configured{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%;color:#ccc;text-align:center;padding:30px}
.social-not-configured i{font-size:2.8rem}
.social-not-configured p{font-size:.85rem;color:#aaa}
.social-loading{display:flex;align-items:center;justify-content:center;gap:8px;height:100%;color:#bbb;font-size:.85rem}
.sf-follow-btn{padding:5px 14px;border-radius:20px;font-size:.72rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:.2s;flex-shrink:0}
.ig-btn{background:rgba(225,48,108,.1);color:#dc2743;border:1px solid rgba(225,48,108,.3)}.ig-btn:hover{background:#dc2743;color:#fff}
.fb-btn{background:rgba(24,119,242,.1);color:#1877f2;border:1px solid rgba(24,119,242,.3)}.fb-btn:hover{background:#1877f2;color:#fff}
.x-btn{background:rgba(0,0,0,.06);color:#000;border:1px solid rgba(0,0,0,.15)}.x-btn:hover{background:#000;color:#fff}
.tweet-card{display:block;padding:14px 16px;border-bottom:1px solid #f5f5f5;text-decoration:none;color:#1a1a1a;transition:.15s}
.tweet-card:last-child{border-bottom:none}
.tweet-card:hover{background:#fafafa}
.tweet-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.tweet-avatar{width:36px;height:36px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;flex-shrink:0}
.tweet-card-head strong{display:block;font-size:.82rem;font-weight:700;line-height:1.2}
.tweet-handle{font-size:.7rem;color:#888}
.tweet-date{margin-left:auto;font-size:.68rem;color:#bbb;white-space:nowrap;flex-shrink:0}
.tweet-img{width:100%;border-radius:8px;margin-bottom:8px;max-height:180px;object-fit:cover;display:block}
.tweet-text{font-size:.81rem;color:#444;line-height:1.6;margin-bottom:8px}
.tweet-view{font-size:.7rem;color:#FF6A00;font-weight:600;display:flex;align-items:center;gap:4px}
@media(max-width:991px){.social-card{height:650px}.social-card-body{height:calc(650px - 54px)}}

/* ── SCROLL TOP ───────────────────────────────────── */
.scroll-top {
  position: fixed; bottom: 30px; right: 30px;
  width: 44px; height: 44px; background: var(--saffron); color: #fff;
  border: none; border-radius: 50%; font-size: 1rem; cursor: pointer;
  opacity: 0; pointer-events: none; transition: .3s; z-index: 999;
  box-shadow: 0 4px 16px rgba(255,106,0,.4);
}
.scroll-top.visible { opacity: 1; pointer-events: auto; }

/* ── NEWSLETTER ───────────────────────────────────── */
.m-newsletter{position:relative;padding:50px 0;background:linear-gradient(135deg,#fff8f2,#fff);border-top:1px solid #f0e8e0;overflow:hidden}
.m-nl-bg{position:absolute;inset:0;opacity:.5}
.m-nl-wrap{position:relative;z-index:1;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.m-nl-left{display:flex;align-items:center;gap:18px;flex:1;min-width:240px}
.m-nl-icon{width:64px;height:64px;background:rgba(255,106,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:var(--saffron);flex-shrink:0}
.m-nl-left h2{font-size:1.2rem;font-weight:800;margin-bottom:4px}
.m-nl-left p{font-size:.8rem;color:#666}
.m-nl-form{display:flex;gap:10px;flex-wrap:wrap}
.m-nl-form input{padding:12px 18px;border:1.5px solid #ddd;border-radius:8px;font-size:.88rem;font-family:inherit;outline:none;min-width:240px;transition:.2s}
.m-nl-form input:focus{border-color:var(--saffron)}
.m-nl-success{background:#e6f9ee;border:1px solid var(--green);color:var(--green);padding:10px 16px;border-radius:8px;font-size:.85rem;font-weight:600;margin-top:12px}

/* ── FONT INHERIT ─────────────────────────────────── */
input, select, textarea, button { font-family: 'Poppins', sans-serif; }

/* ── FLOAT UP KEYFRAME ────────────────────────────── */
@keyframes floatUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
