  :root{
	--ord: #D45A0E;
	--brd: #3E2616;
    --wb-orange:#F4791F;
    --wb-orange-deep:#D45A0E;
    --wb-orange-light:#FDB872;
    --wb-cream:#FFF6EC;
    --wb-yellow:#F9C84B;
    --wb-brown:#5A3A22;
    --wb-brown-deep:#3E2616;
    --wb-grey:#6E6259;
    --wb-grey-light:#EDE6DC;
    --wb-black:#221A14;
    --shadow-soft: 0 10px 35px rgba(120, 60, 10, 0.12);
  }

  *{box-sizing:border-box;}

  body{
	font-family: "Noto Serif Bengali", serif;
	  font-size: clamp(.9rem, 1.5vw, 1rem);
/*     font-family:'Poppins', 'Hind Siliguri', sans-serif; */
    color:var(--wb-black);
    background:var(--wb-cream);
    overflow-x:hidden;
  }

  .bn{
	font-family: "Noto Serif Bengali", serif;
	  clamp(1.1rem, 2.5vw, 1.25rem);
/*     font-family:'Hind Siliguri','Tiro Bangla', sans-serif; */
  }

  .bn-display{
    font-family:'Baloo Da 2','Hind Siliguri', sans-serif;
  }

  h1,h2,h3,h4,h5{
    font-family:'Playfair Display', serif;
    color:var(--wb-brown-deep);
  }

  .text-orange{color:var(--wb-orange-deep) !important;}
  .text-yellow{color:var(--wb-yellow) !important;}
  .bg-cream{background:var(--wb-cream) !important;}
  .bg-brown{background:var(--wb-brown-deep) !important;}

  .section-pad{padding:80px 0;}
  @media(max-width:768px){ .section-pad{padding:55px 0;} }

  /* ===== NAVBAR ===== */
  .navbar-wb{
    background:rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    box-shadow:0 4px 25px rgba(150,80,20,0.08);
    padding: 10px 0;
  }
  .navbar-wb .navbar-brand{
    font-family:'Baloo Da 2', sans-serif;
    font-weight:700;
    color:var(--wb-orange-deep);
    font-size:1.5rem;
  }
  .navbar-wb .nav-link{
    font-weight:600;
    color:var(--wb-brown) !important;
    margin:0 6px;
    letter-spacing:.5px;
    transition:.25s;
  }
  .navbar-wb .nav-link:hover, .navbar-wb .nav-link.active{
    color:var(--wb-orange-deep) !important;
  }
  .brand-dot{
    width:42px;height:42px;border-radius:50%;
    background:linear-gradient(135deg,var(--wb-orange),var(--wb-orange-deep));
    display:inline-flex;align-items:center;justify-content:center;
    color:#fff; font-size:1.2rem; margin-right:8px;
    box-shadow:0 4px 12px rgba(244,121,31,.4);
  }

  /* ===== HERO ===== */
  .hero{
    position:relative;
	  text-align: center;
/*     min-height:100vh; */
    display:flex;
    align-items:center;
    background:var(--wb-orange-deep);
    overflow:hidden;
	  padding-top: 0;
  }
/*   .hero::before{
    content:"";
    position:absolute; inset:0;
    background:
      radial-gradient(circle at 18% 28%, rgba(255,193,110,0.55) 0%, transparent 45%),
      radial-gradient(circle at 85% 15%, rgba(255,255,255,0.5) 0%, transparent 40%);
    pointer-events:none;
  } */
  .hero-wave{
    position:absolute; bottom:-2px; left:0; width:100%; line-height:0; z-index:2;
  }
  .hero-content{position:relative; z-index:3;}
  .hero-eyebrow{
    display:inline-flex; align-items:center; gap:10px;
    font-weight:700; letter-spacing:3px; font-size:.8rem;
    color:var(--wb-orange-deep); text-transform:uppercase;
    background:#fff; border-radius:50px; padding:6px 20px;
    box-shadow:var(--shadow-soft);
  }
  .hero-title{
    font-family:'Baloo Da 2', sans-serif;
    font-weight:800;
    font-size:clamp(2.8rem, 6vw, 5rem);
    line-height:1.1;
    color:var(--wb-orange-deep);
    text-shadow: 2px 3px 0 rgba(255,255,255,.6);
    margin:18px 0 8px;
  }
  .hero-sub{
    font-family:'Hind Siliguri', sans-serif;
    font-size:clamp(1.1rem,2.2vw,1.5rem);
    font-weight:600;
    color:var(--wb-brown);
    margin-bottom:24px;
  }
  .hero-quote-card{
    background:rgba(255,255,255,0.75);
    border-left:5px solid var(--wb-orange);
    border-radius:14px;
    padding:24px 28px;
    box-shadow:var(--shadow-soft);
    backdrop-filter:blur(6px);
    max-width:560px;
  }
  .hero-quote-card .quote-mark{
    font-size:2.5rem; color:var(--wb-orange); font-family:Georgia,serif; line-height:0.5;
  }
  .hero-quote-card p{
    font-size:1.05rem; line-height:1.85; color:var(--wb-brown-deep); margin-bottom:10px;
  }
  .hero-quote-card .quote-cite{
    font-weight:600; color:var(--wb-orange-deep); font-size:.9rem;
  }
  .hero-img-wrap{
    position:relative;
    display:flex; justify-content:center; align-items:flex-end;
    height:100%;
  }
  .hero-img-wrap img{
    max-width:100%;
    filter:drop-shadow(0 25px 35px rgba(120,60,10,.25));
  }
  .scroll-down{
    position:absolute; bottom:90px; left:50%; transform:translateX(-50%);
    z-index:4; color:var(--wb-orange-deep); font-size:1.6rem;
    animation:bounce 2s infinite;
    background:#fff; width:46px; height:46px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    box-shadow:var(--shadow-soft);
  }
  @keyframes bounce{
    0%,100%{transform:translate(-50%,0);}
    50%{transform:translate(-50%,8px);}
  }

  /* ===== SECTION HEADERS ===== */
  .section-tag{
    display:inline-block; font-weight:700; letter-spacing:3px;
    text-transform:uppercase; font-size:.78rem; color:var(--wb-orange-deep);
    border:1.5px dashed var(--wb-orange); border-radius:50px; padding:6px 22px;
    margin-bottom:14px;
  }
  .section-title{
    font-weight:800; font-size:clamp(1.9rem,4vw,2.7rem); color:var(--wb-brown-deep);
  }
  .section-title .bn-accent{
    font-family:'Baloo Da 2', sans-serif; color:var(--wb-orange-deep);
  }
  .section-divider{
    width:90px; height:4px; border-radius:5px; margin:18px auto;
    background:linear-gradient(90deg,var(--wb-yellow),var(--wb-orange));
  }
  .text-muted-soft{color:#8a7a6c;}

  /* ===== HISTORY / NEWSPAPER SECTION ===== */
  .history-section{
    background:
      linear-gradient(180deg, var(--wb-cream) 0%, #FBE9D4 100%);
    position:relative;
  }
  .timeline-wrap{position:relative;}
  .timeline-line{
    position:absolute; left:50%; top:0; bottom:0; width:3px;
    background:repeating-linear-gradient(to bottom, var(--wb-orange) 0 10px, transparent 10px 20px);
    transform:translateX(-50%);
  }
  @media(max-width:767px){
	a.banner-btn {
    	font-size: 0.7rem;
		padding: 0.7rem;
	}
    .timeline-line{left:24px;}
  	}

  .news-card{
    background:#fffaf3;
    border:1px solid #f0dcc4;
    border-radius:6px;
    padding:18px;
	  margin: 10px 5px;
    position:relative;
/*     transform:rotate(var(--rot,-1deg)); */
    transition:.35s;
  }
  
  .news-card .pin{
    position:absolute; top:-10px; left:50%; transform:translateX(-50%);
    width:22px; height:22px; border-radius:50%;
    background:radial-gradient(circle at 30% 30%, #ff8a4c, #c9430b);
    box-shadow:0 4px 6px rgba(0,0,0,.25);
  }
  .news-card img{
    width:100%; border:1px solid #ddd; filter:sepia(.25) contrast(1.02);
    border-radius:3px;
  }
  .news-card .news-cap{
    font-size:.85rem; font-weight:600; color:var(--wb-brown); margin-top:10px;
    font-family:'Hind Siliguri', sans-serif;
  }
  .news-card .news-date{
    display:inline-block; background:var(--wb-orange); color:#fff;
    font-size:.9rem; font-weight:700; padding:3px 10px; border-radius:30px;
    margin-bottom:8px; letter-spacing:1px;
  }

  .timeline-item{
    background:#fff;
    border-radius:14px;
    padding:24px 26px;
    box-shadow:var(--shadow-soft);
    border-top:4px solid var(--wb-orange);
    height:100%;
  }
  .timeline-item h5{font-size:1.05rem; font-weight:700;}
  .timeline-item .yr{
    font-family:'Baloo Da 2', sans-serif; font-weight:800;
    color:var(--wb-orange-deep); font-size:1.3rem; display:block; margin-bottom:6px;
  }
  .timeline-item p{font-size:.92rem; color:#6b5a4a; line-height:1.75; margin-bottom:0;}

  .timeline-dot{
    width:18px; height:18px; border-radius:50%;
    background:var(--wb-orange-deep); border:4px solid #fff;
    box-shadow:0 0 0 4px var(--wb-orange-light);
    position:absolute; left:50%; transform:translate(-50%,-50%); top:36px;
  }
  @media(max-width:767px){
    .timeline-dot{left:24px;}
  }

  /* ===== PERSONALITIES ===== */
  .personalities-section{
    background:var(--wb-brown-deep);
    background-image:
      radial-gradient(circle at 10% 10%, rgba(244,121,31,.18) 0, transparent 40%),
      radial-gradient(circle at 90% 90%, rgba(249,200,75,.15) 0, transparent 40%);
    color:#fff;
  }
  .personalities-section .section-title, .personalities-section h2{
    color:#fff;
  }
  .personalities-section .text-muted-soft{ color:#cdb8a6; }
  .personalities-section .section-tag{ color:var(--wb-yellow); border-color:var(--wb-yellow);}

  .person-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:16px;
    padding:18px 14px 20px;
    text-align:center;
    transition:.3s;
    height:100%;
  }
  .person-card:hover{
    background:rgba(255,255,255,0.12);
    transform:translateY(-6px);
    border-color:var(--wb-orange);
  }
  .person-card .ph{
    width:90px; 
	height:115px; 
/* 	border-radius:50%;  */
	overflow:hidden;
    margin:0 auto 14px; 
	border:3px solid #fff;
    background:#fff;
  }
  .person-card .ph img{width:100%;height:100%;object-fit:cover;}
  .person-card .pname{
    font-weight:700; font-size:.98rem; color:#fff; font-family:'Hind Siliguri',sans-serif;
    margin-bottom:2px;
  }
  .person-card .prole{
    font-size:.78rem; color:var(--wb-yellow); font-weight:500;
  }

  /* placeholder avatar */
  .ph-placeholder{
    width:100%;height:100%;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,var(--wb-orange-light),var(--wb-orange));
    color:#fff; font-size:2rem; font-weight:700;
  }

  /* ===== QUOTE SECTION ===== */
  .quote-section{
    background:linear-gradient(135deg, var(--wb-orange) 0%, var(--wb-orange-deep) 100%);
    color:#fff;
    position:relative;
    overflow:hidden;
  }
  .quote-section::before{
    content:"\f10d";
    font-family:"Font Awesome 6 Free"; 
	font-weight:900;
    position:absolute; 
	top:-40px;
	left:30px;
    font-size:10rem; 
	color:rgba(255,255,255,0.08);
  }
  .quote-section::after{
    content:"\f10d";
	transform: rotate(180deg);
    font-family:"Font Awesome 6 Free"; 
	font-weight:900;
    position:absolute; 
	bottom:-40px;
	right:30px;
    font-size:10rem; 
	color:rgba(255,255,255,0.08);
  }
  .quote-section .quote-text{
    font-family:'Playfair Display', serif;
    font-style:italic;
    font-size:clamp(1.4rem, 3vw, 2.1rem);
    line-height:1.7;
  }
  .quote-section .quote-bn{
    font-family:'Hind Siliguri', sans-serif; font-weight:500;
    font-size:clamp(1.1rem,2.4vw,1.45rem); line-height:2;
  }
  .quote-section .quote-author{
    font-weight:700; letter-spacing:1px; color:var(--wb-yellow);
    margin-top:18px; display:block; font-size:1.15rem;
  }
  .quote-section .quote-source{
    color:#ffe3c2; font-size:.85rem;
  }

  /* ===== ARTICLES ===== */
  .article-card{
    border:none; border-radius:16px; overflow:hidden;
    box-shadow:var(--shadow-soft); transition:.3s; height:100%;
    background:#fff;
  }
  .article-card:hover{transform:translateY(-8px); box-shadow:0 20px 40px rgba(120,60,10,.18);}
  .article-card .art-img{
    height:190px; overflow:hidden; position:relative;
  }
  .article-card .art-img img{width:100%;height:100%;object-fit:cover; transition:.5s;}
  .article-card:hover .art-img img{transform:scale(1.08);}
  .article-card .art-cat{
    position:absolute; top:14px; left:14px;
    background:var(--wb-orange); color:#fff; font-size:.72rem; font-weight:700;
    padding:5px 14px; border-radius:30px; letter-spacing:1px;
  }
  .article-card .card-body{padding:22px;}
  .article-card .art-meta{font-size:.78rem; color:var(--wb-grey); margin-bottom:8px;}
  .article-card h5{font-size:1.08rem; font-weight:700; line-height:1.4;}
  .article-card p{font-size:.9rem; color:#8a7a6c;}
  .read-link{
    color:var(--wb-orange-deep); font-weight:700; font-size:.88rem; text-decoration:none;
  }
  .read-link i{transition:.3s;}
  .read-link:hover i{transform:translateX(4px);}

  /* ===== CM THANKS ===== */
  .cm-section{
    background:var(--wb-grey-light);
    position:relative;
  }
  .cm-card{
    background:#fff; border-radius:24px; box-shadow:var(--shadow-soft);
    padding:40px; position:relative; overflow:hidden;
  }
  .cm-card::after{
    content:""; position:absolute; right:-60px; top:-60px; width:200px; height:200px;
    background:radial-gradient(circle, var(--wb-yellow) 0%, transparent 70%); opacity:.5;
  }
  .cm-photo{
    width:160px; height:160px; border-radius:50%; overflow:hidden;
    border:5px solid var(--wb-orange); margin:0 auto;
    box-shadow:0 10px 30px rgba(244,121,31,.3);
  }
  .cm-photo img{width:100%;height:100%;object-fit:cover;}
  .cm-card h3{font-weight:800;}
  .cm-card .cm-name{
    font-family:'Baloo Da 2', sans-serif; color:var(--wb-orange-deep);
    font-size:1.6rem; font-weight:800;
  }
  .cm-card .cm-role{color:var(--wb-grey); font-weight:600; letter-spacing:1px; font-size:.85rem;}

  /* ===== FOOTER ===== */
  footer{
    background:var(--wb-brown-deep); color:#e9d9c9;
    position:relative;
  }
  footer .foot-logo{
    font-family:'Baloo Da 2', sans-serif; font-weight:800; color:#fff; font-size:1.6rem;
  }
  footer a{color:#e9d9c9; text-decoration:none; transition:.25s;}
  footer a:hover{color:var(--wb-orange);}
  footer .social-icon{
    width:38px;height:38px;border-radius:50%;
    background:rgba(255,255,255,0.07);
    display:flex;align-items:center;justify-content:center;
    transition:.3s;
  }
  footer .social-icon:hover{background:var(--wb-orange);}
  .footer-divider{border-color:rgba(255,255,255,0.08);}
  .footer-bottom{font-size:.85rem; color:#bba692;}

  /* shapes */
  .bg-blob{
    position:absolute; border-radius:50%; filter:blur(40px); opacity:.35; z-index:0;
  }

  /* small heading helper */
  .eyebrow-icon{color:var(--wb-orange);}

/* History & single page */
 .bdot {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--or), var(--ord));
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 1.1rem;
      margin-right: 8px;
      box-shadow: 0 4px 12px rgba(244, 121, 31, .38);
    }

    .blog-hero {
      background: linear-gradient(160deg, var(--brd) 0%, #6B3A1F 55%, var(--ord) 100%);
      padding: 130px 0 100px;
      position: relative;
      overflow: hidden;
    }

    .blog-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 80% 20%, rgba(249, 200, 75, .1) 0, transparent 45%), radial-gradient(circle at 10% 80%, rgba(244, 121, 31, .15) 0, transparent 40%);
    }

    .blog-hero .wave {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      line-height: 0;
      z-index: 2;
    }

    .bhi {
      position: relative;
      z-index: 3;
    }

    .blog-cat {
      display: inline-block;
      background: var(--or);
      color: #fff;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 5px 18px;
      border-radius: 30px;
      margin-bottom: 20px;
    }

    .blog-hero h1 {
      font-family: 'Baloo Da 2', 'Hind Siliguri', sans-serif;
      font-weight: 800;
      color: #fff;
      font-size: clamp(1.8rem, 4.2vw, 3rem);
      line-height: 1.25;
      margin-bottom: 20px;
    }

    .blog-hero .lede {
      font-family: 'Hind Siliguri', sans-serif;
      color: #e0c9b5;
      font-size: 1.08rem;
      line-height: 1.85;
      max-width: 800px;
    }

    .mrow {
      display: flex;
      flex-wrap: wrap;
      gap: 22px;
      align-items: center;
      margin-top: 32px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, .12);
    }

    .mav {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--orl), var(--or));
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: #fff;
      font-size: 1.05rem;
      border: 2px solid rgba(255, 255, 255, .2);
      flex-shrink: 0;
    }

    .man {
      font-weight: 700;
      color: #fff;
      font-size: 1.65rem;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .mar {
      font-size: .75rem;
      color: #bfa08a;
    }

    .mchip {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: .81rem;
      color: #cdb8a6;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .mchip i {
      color: var(--orl);
    }

    .sstrip {
      background: rgba(255, 246, 236, .96);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid #f0dcc4;
      padding: 11px 0;
/*       position: sticky; */
      top: 80px;
      z-index: 90;
    }

    .sstrip .lbl {
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--gr);
    }

    .sb {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: .8rem;
      transition: .25s;
    }

    .sb:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
    }

    .sfb {
      background: #1877F2;
      color: #fff;
    }

    .stw {
      background: #000;
      color: #fff;
    }

    .swa {
      background: #25D366;
      color: #fff;
    }

    .scp {
      background: var(--grl);
      color: var(--br);
    }

    .blog-body {
      padding: 70px 0 90px;
    }

    .rcol {
      max-width: 780px;
      margin: 0 auto;
    }

    .cover-img {
      width: 100%;
      border-radius: 18px;
      overflow: hidden;
      margin-bottom: 50px;
      box-shadow: var(--sh);
    }

    .cover-ph {
      height: 420px;
      background: linear-gradient(135deg, var(--orl) 0%, var(--ord) 50%, var(--br) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-align: center;
      padding: 30px;
      position: relative;
    }

    .cp-yr {
      font-family: 'Baloo Da 2', sans-serif;
      font-size: clamp(4rem, 10vw, 7rem);
      font-weight: 800;
      line-height: 1;
      opacity: .13;
      position: absolute;
      right: 30px;
      bottom: 20px;
      pointer-events: none;
    }

    .cover-ph h2 {
      font-family: 'Baloo Da 2', 'Hind Siliguri', sans-serif;
      font-size: clamp(1.9rem, 5vw, 3rem);
      font-weight: 800;
      color: #fff;
      margin-bottom: 8px;
    }

    .cover-ph p {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 1.08rem;
      opacity: .85;
      margin: 0;
    }

    .cover-img figcaption {
      text-align: center;
      font-size: .8rem;
      color: var(--gr);
      font-style: italic;
      font-family: 'Hind Siliguri', sans-serif;
      padding: 12px 0 0;
    }

    .prose {
      font-size: 1.12rem;
      line-height: 2.1;
      color: #3a2c20;
    }

    .prose p {
      margin-bottom: 1.65rem;
    }

    .prose .drop::first-letter {
      float: left;
      font-family: 'Baloo Da 2', sans-serif;
      font-size: 5rem;
      font-weight: 800;
      line-height: .78;
      color: var(--ord);
      padding: .05em .12em 0 0;
    }

    .prose h2 {
      font-family: 'Baloo Da 2', 'Hind Siliguri', sans-serif;
      font-size: 1.7rem;
      font-weight: 800;
      color: var(--brd);
      border-left: 5px solid var(--or);
      padding-left: 18px;
      margin: 3rem 0 1.2rem;
    }

    .stats-band {
      background: var(--brd);
      border-radius: 16px;
      padding: 32px 36px;
      margin: 2.5rem 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
      gap: 20px;
      text-align: center;
    }

    .snum {
      font-family: 'Baloo Da 2', sans-serif;
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--orl);
      line-height: 1;
      display: block;
    }

    .slbl {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .8rem;
      color: #cdb8a6;
      margin-top: 6px;
    }

    .pull {
      background: linear-gradient(135deg, var(--ord), var(--br));
      border-radius: 16px;
      padding: 32px 36px;
      margin: 2.5rem 0;
      position: relative;
      overflow: hidden;
    }

    .pull::before {
      content: "\f10d";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      top: -24px;
      left: 20px;
      font-size: 9rem;
      color: rgba(255, 255, 255, .06);
      pointer-events: none;
    }

    .pull p {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 1.2rem;
      line-height: 1.9;
      color: #fff;
      margin: 0 0 12px;
    }

    .pull cite {
      font-style: normal;
      font-size: .82rem;
      color: var(--yl);
      font-weight: 700;
    }

    .iq {
      border-left: 4px solid var(--yl);
      border-radius: 0 10px 10px 0;
      background: var(--grl);
      padding: 18px 22px;
      margin: 2rem 0;
    }

    .iq p {
      margin: 0;
      font-style: italic;
      color: var(--brd);
      font-size: 1rem;
    }

    .iq cite {
      display: block;
      margin-top: 8px;
      font-style: normal;
      font-size: .8rem;
      font-weight: 700;
      color: var(--ord);
    }

    .cbox {
      background: #fff;
      border: 1px solid #f0dcc4;
      border-radius: 16px;
      padding: 28px 30px;
      margin: 2.5rem 0;
      box-shadow: var(--sh);
    }

    .cbox h4 {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--ord);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .cbox ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .cbox ul li {
      padding: 9px 0 9px 32px;
      position: relative;
      border-bottom: 1px dashed #f0dcc4;
      font-size: 1rem;
      color: #4a3526;
      line-height: 1.75;
    }

    .cbox ul li:last-child {
      border-bottom: none;
    }

    .cbox ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 14px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(244, 121, 31, .18);
    }

    .cbox ul li::after {
      content: "";
      position: absolute;
      left: 5px;
      top: 19px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--ord);
    }

    .tl {
      padding-left: 28px;
      position: relative;
      margin: 2.5rem 0;
    }

    .tl::before {
      content: "";
      position: absolute;
      left: 6px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: repeating-linear-gradient(to bottom, var(--or) 0 8px, transparent 8px 16px);
    }

    .tlr {
      position: relative;
      margin-bottom: 26px;
    }

    .tlr::before {
      content: "";
      position: absolute;
      left: -24px;
      top: 5px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid var(--or);
      box-shadow: 0 0 0 3px rgba(244, 121, 31, .18);
    }

    .tlr .yr {
      font-family: 'Baloo Da 2', sans-serif;
      font-weight: 800;
      font-size: 1rem;
      color: var(--ord);
      display: block;
      margin-bottom: 3px;
    }

    .tlr p {
      margin: 0;
      font-size: 1rem;
      line-height: 1.82;
    }

    .news-mock {
      background: #f7edd8;
      border: 1px solid #d8c4a4;
      border-radius: 14px;
      overflow: hidden;
      margin: 2.5rem 0;
      box-shadow: var(--sh);
    }

    .nm-head {
      background: var(--brd);
      color: #fff;
      padding: 12px 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .nm-body {
      padding: 28px 32px;
      filter: sepia(.08);
    }

    .nm-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.4rem, 3.5vw, 2.1rem);
      font-weight: 900;
      color: var(--brd);
      letter-spacing: .5px;
      line-height: 1.2;
      text-transform: uppercase;
      border-bottom: 3px double var(--br);
      padding-bottom: 10px;
      margin-bottom: 12px;
    }

    .nm-sub {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      color: var(--br);
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 16px;
    }

    .nm-col {
      column-count: 2;
      column-gap: 28px;
      font-size: .88rem;
      color: #4a3526;
      line-height: 1.75;
      font-family: Georgia, serif;
    }

    @media(max-width:576px) {
      .nm-col {
        column-count: 1;
      }
    }

    .nm-col p {
      margin-bottom: .8rem;
      text-align: justify;
    }

    .ornament {
      display: flex;
      align-items: center;
      gap: 14px;
      margin: 40px 0;
    }

    .ornament::before,
    .ornament::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(to right, transparent, #e0c8a8, transparent);
    }

    .oi {
      color: var(--or);
      font-size: 1rem;
      flex-shrink: 0;
    }

    .tc-lbl {
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gr);
      display: block;
      margin-bottom: 12px;
    }

    .tag {
      display: inline-block;
      background: #fff;
      border: 1.5px solid #f0dcc4;
      color: var(--br);
      font-size: .8rem;
      font-weight: 600;
      padding: 5px 16px;
      border-radius: 30px;
      margin: 4px;
      cursor: pointer;
      transition: .2s;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .tag:hover {
      background: var(--or);
      color: #fff;
      border-color: var(--or);
    }

    .acard {
      background: #fff;
      border: 1px solid #f0dcc4;
      border-radius: 18px;
      padding: 30px;
      display: flex;
      gap: 22px;
      align-items: center;
      margin-top: 50px;
      box-shadow: var(--sh);
    }

    @media(max-width:576px) {
      .acard {
        flex-direction: column;
        text-align: center;
      }
    }

    .acard .av {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      flex-shrink: 0;
      background: linear-gradient(135deg, var(--orl), var(--ord));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      font-weight: 800;
      color: #fff;
      border: 4px solid var(--orl);
    }

    .acard h5 {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .acard p {
      font-size: .9rem;
      color: var(--gr);
      line-height: 1.7;
      margin: 0;
    }

    .acard .soc {
      margin-top: 12px;
      display: flex;
      gap: 8px;
    }

    @media(max-width:576px) {
      .acard .soc {
        justify-content: center;
      }
    }

    .sbtn {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: .78rem;
      transition: .25s;
    }

    .sbtn:hover {
      transform: translateY(-3px);
    }

    .related {
      background: var(--grl);
      padding: 72px 0;
    }

    .section-tag {
      display: inline-block;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: .75rem;
      color: var(--ord);
      border: 1.5px dashed var(--or);
      border-radius: 50px;
      padding: 5px 20px;
      margin-bottom: 12px;
    }

    .section-title {
      font-family: 'Baloo Da 2', 'Hind Siliguri', sans-serif;
      font-weight: 800;
      font-size: clamp(1.7rem, 3.5vw, 2.3rem);
      color: var(--brd);
    }

    .divider {
      width: 80px;
      height: 4px;
      border-radius: 4px;
      background: linear-gradient(90deg, var(--yl), var(--or));
      margin: 14px 0 0;
    }

    .acard-r {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--sh);
      transition: .3s;
      height: 100%;
    }

    .acard-r:hover {
      transform: translateY(-7px);
      box-shadow: 0 20px 40px rgba(120, 60, 10, .17);
    }

    .acard-r .thumb {
      height: 185px;
      position: relative;
      overflow: hidden;
    }

    .acard-r .thumb .ph {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.6rem;
      color: rgba(255, 255, 255, .65);
    }

    .acard-r .bcat {
      position: absolute;
      top: 13px;
      left: 13px;
      background: var(--or);
      color: #fff;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 4px 13px;
      border-radius: 30px;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .acard-r .cbody {
      padding: 22px;
    }

    .acard-r .cmeta {
      font-size: .75rem;
      color: var(--gr);
      margin-bottom: 8px;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .acard-r h5 {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: 1.02rem;
      font-weight: 700;
      line-height: 1.45;
      margin-bottom: 8px;
    }

    .acard-r p {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .87rem;
      color: #8a7a6c;
      line-height: 1.7;
      margin-bottom: 16px;
    }

    .rm {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .84rem;
      font-weight: 700;
      color: var(--ord);
      text-decoration: none;
    }

    .rm i {
      transition: .25s;
    }

    .rm:hover i {
      transform: translateX(4px);
    }

    .comments-wrap {
      padding: 72px 0;
      background: #fff;
    }

    .cmf {
      background: var(--cr);
      border: 1px solid #f0dcc4;
      border-radius: 16px;
      padding: 32px;
      box-shadow: var(--sh);
      margin-top: 48px;
    }

    .cmf h5 {
      font-family: 'Hind Siliguri', sans-serif;
      font-weight: 700;
      font-size: 1.08rem;
      color: var(--brd);
      margin-bottom: 22px;
    }

    .cmf .form-control {
      border: 1.5px solid #f0dcc4;
      border-radius: 10px;
      padding: 11px 15px;
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .92rem;
      background: #fff;
    }

    .cmf .form-control:focus {
      border-color: var(--or);
      box-shadow: 0 0 0 3px rgba(244, 121, 31, .1);
    }

    .btn-sub {
      background: linear-gradient(135deg, var(--or), var(--ord));
      color: #fff;
      border: none;
      border-radius: 10px;
      padding: 12px 28px;
      font-weight: 700;
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .95rem;
      cursor: pointer;
      transition: .25s;
    }

    .btn-sub:hover {
      opacity: .9;
      transform: translateY(-2px);
    }

    .cmt {
      display: flex;
      gap: 16px;
      padding: 26px 0;
      border-bottom: 1px solid #f0dcc4;
    }

    .cmt:last-of-type {
      border-bottom: none;
    }

    .cmt .av {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 1rem;
      color: #fff;
    }

    .cmt .cn {
      font-weight: 700;
      color: var(--brd);
      font-family: 'Hind Siliguri', sans-serif;
    }

    .cmt .cd {
      font-size: .76rem;
      color: var(--gr);
      margin-left: 8px;
    }

    .cmt p {
      font-family: 'Hind Siliguri', sans-serif;
      font-size: .95rem;
      color: #4a3526;
      line-height: 1.82;
      margin: 6px 0 0;
    }

    .rbtn {
      background: none;
      border: 1.5px solid var(--orl);
      color: var(--ord);
      font-size: .73rem;
      font-weight: 700;
      padding: 4px 13px;
      border-radius: 20px;
      cursor: pointer;
      transition: .2s;
      margin-top: 10px;
      font-family: 'Hind Siliguri', sans-serif;
    }

    .rbtn:hover {
      background: var(--or);
      color: #fff;
      border-color: var(--or);
    }

    .reply {
      margin-left: 64px;
    }
.wbhistory-writer{
	font-size: 1.5rem;
    font-weight: 700;
	font-family: 'Baloo Da 2', sans-serif;
    color: var(--wb-orange-deep);
}
.news-card{
/* 	padding: 10px 5px; */
    cursor:pointer;
    transition:.3s ease;
}

/* .news-card:hover{
	margin-top: 20px;
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
} */
.history-slider-wrapper{
    padding: 40px 30px;
    margin: 40px 0 60px;
}

.history-slider .item{
    padding: 10px 5px;
}

.history-slider .news-card{
    height: 100%;
}

.quote-slider .owl-nav {
    display: flex;
	padding-top: 20px;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.quote-slider .owl-nav .owl-prev,
.quote-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    background: transparent !important;
    color: #fff !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.quote-slider .owl-nav .owl-prev:hover,
.quote-slider .owl-nav .owl-next:hover {
    background: rgba(255,255,255,0.15) !important;
}

.quote-slider .owl-nav .owl-prev i,
.quote-slider .owl-nav .owl-next i {
    font-size: 18px;
    color: #fff;
}
.quote-author.bn {
    position: relative;
    display: inline-block;
    color: var(--wb-yellow);
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.quote-author.bn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 260px;
    height: 2px;
    background: var(--wb-yellow);
    border-radius: 50px;
    transform: translateX(-50%);
}

.quote-source.bn {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-top: 4px;
}

/* Important: remove underline from date/source if any old CSS exists */
.quote-source.bn::after {
    display: none !important;
    content: none !important;
}
h2.banner-btm-head {
    line-height: 3.3rem;
}


/* Video */
.video-section {
    background: var(--wb-cream) !important;
    background-image: radial-gradient(circle at 10% 10%, rgba(244, 121, 31, .18) 0, transparent 40%), radial-gradient(circle at 90% 90%, rgba(249, 200, 75, .15) 0, transparent 40%);
    color: #fff;
}
.video-card {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-content {
    padding: 20px;
}

.video-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #24395C;
}

.video-short {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

.video-more {
    display: none;
    margin-top: 12px;
    font-size: 15px;
    color: #6c757d;
    line-height: 1.6;
}

.continue-btn {
    border: 0;
    background: transparent;
    color: #EF5023;
    font-weight: 700;
    padding: 0;
    margin-left: 4px;
    cursor: pointer;
}

.continue-btn:hover {
    color: #D43E15;
}
.video-section .row {
    align-items: flex-start;
}

.video-section .col {
    display: block;
}

.video-card {
    height: auto !important;
}
.less-btn{
	border: 0;
    background: transparent;
    color: #EF5023;
    font-weight: 700;
    padding: 0;
    margin-left: 4px;
}

/* Mobile menu overlay */
@media (max-width: 991.98px) {

    .navbar-wb {
        z-index: 9999;
    }

    .navbar-wb .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        z-index: 9998;
        padding: 16px 18px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .navbar-wb .navbar-nav {
        width: 100%;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    .navbar-wb .navbar-nav li {
        width: 100%;
    }

    .navbar-wb .navbar-nav li a,
    .navbar-wb .navbar-nav .nav-link {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
}