.elementor-1545 .elementor-element.elementor-element-b556474{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//*
================================================================
MARTVAN HOMEPAGE — Elementor Custom CSS
================================================================
কোথায় paste করবেন:
Elementor Editor → বাম প্যানেলের নিচে ⚙️ (Settings) আইকন
→ Advanced → Custom CSS → এই পুরো CSS paste করুন → Update

অথবা:
Appearance → Customize → Additional CSS → paste করুন
================================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&family=DM+Sans:wght@400;500;700;900&display=swap');

/* ── Reset & Variables ── */
:root {
  --blue:       #378ADD;
  --blue-dark:  #0C447C;
  --blue-light: #E6F1FB;
  --green:      #3B6D11;
  --green-bg:   #EAF3DE;
  --orange:     #FF9800;
  --pink:       #E91E63;
  --ink:        #111318;
  --ink-mid:    #3a3f4a;
  --ink-soft:   #6b7280;
  --rule:       #e4e7ec;
  --white:      #ffffff;
  --card-bg:    #f8fafc;
  --radius:     12px;
  --shadow:     0 2px 16px rgba(0,0,0,.07);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.12);
}

.bangla { font-family: 'Tiro Bangla', serif; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo img { height: 36px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-mid); transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  background: var(--blue); color: var(--white) !important;
  padding: 8px 20px; border-radius: 100px;
  font-weight: 700; font-size: 14px;
  transition: background .2s, transform .15s;
}
.nav-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }

/* ── HERO ── */
.hero {
  background: var(--ink);
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 5% 60px;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 60% 50%, rgba(55,138,221,.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(233,30,99,.1) 0%, transparent 60%);
  pointer-events: none;
}
.hero-text { position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(55,138,221,.15);
  border: 1px solid rgba(55,138,221,.3);
  color: #7ec4f8;
  font-size: 13px; font-weight: 600;
  padding: 6px 14px; border-radius: 100px;
  margin-bottom: 28px; letter-spacing: .4px;
}
.hero-badge span {
  width: 6px; height: 6px; background: #7ec4f8;
  border-radius: 50%; animation: pulse 2s infinite;
  display: inline-block;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero h1 {
  font-family: 'Tiro Bangla', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.25; color: var(--white);
  margin-bottom: 20px; font-weight: 400;
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, #7ec4f8, #378ADD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-family: 'Tiro Bangla', serif;
  color: rgba(255,255,255,.65);
  font-size: 17px; line-height: 1.8;
  margin-bottom: 40px; max-width: 480px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--blue); color: var(--white);
  padding: 14px 28px; border-radius: 100px;
  font-weight: 700; font-size: 15px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s; box-shadow: 0 4px 20px rgba(55,138,221,.4);
}
.btn-primary:hover { background: #2a70c0; transform: translateY(-2px); }
.btn-secondary {
  background: rgba(255,255,255,.1); color: var(--white);
  padding: 14px 28px; border-radius: 100px;
  font-weight: 600; font-size: 15px;
  border: 1px solid rgba(255,255,255,.2);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.btn-secondary:hover { background: rgba(255,255,255,.18); }
.hero-stats {
  display: flex; gap: 32px; margin-top: 48px;
  padding-top: 32px; border-top: 1px solid rgba(255,255,255,.1);
}
.stat-num { font-size: 28px; font-weight: 900; color: var(--white); line-height: 1; }
.stat-label { font-family: 'Tiro Bangla', serif; font-size: 13px; color: rgba(255,255,255,.5); margin-top: 4px; }

/* Hero book cards */
.hero-visual { position: relative; z-index: 1; }
.book-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.book-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius); padding: 20px;
  transition: transform .25s, background .25s;
  display: block;
}
.book-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); }
.book-card:first-child { grid-column: span 2; display: flex; gap: 16px; align-items: center; }
.book-emoji { font-size: 36px; margin-bottom: 10px; }
.book-card:first-child .book-emoji { font-size: 44px; margin: 0; }
.book-cat { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #7ec4f8; margin-bottom: 6px; }
.book-title { font-family: 'Tiro Bangla', serif; font-size: 15px; color: var(--white); line-height: 1.4; }
.book-card:first-child .book-title { font-size: 18px; }
.book-meta { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 6px; }
.book-new {
  background: var(--orange); color: var(--white);
  font-size: 10px; font-weight: 700; padding: 3px 8px;
  border-radius: 4px; letter-spacing: .5px;
  display: inline-block; margin-bottom: 8px;
}

/* ── SECTIONS ── */
section { padding: 80px 5%; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
.section-title { font-family: 'Tiro Bangla', serif; font-size: clamp(24px, 3vw, 36px); color: var(--ink); line-height: 1.3; margin-bottom: 14px; }
.section-sub { font-family: 'Tiro Bangla', serif; font-size: 16px; color: var(--ink-soft); max-width: 540px; line-height: 1.8; }
.section-header { margin-bottom: 48px; }
.section-header-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; flex-wrap: wrap; gap: 20px; }
.view-all {
  font-size: 14px; font-weight: 700; color: var(--blue);
  display: inline-flex; align-items: center; gap: 6px;
  border: 1.5px solid var(--blue); padding: 8px 18px; border-radius: 100px;
  transition: all .2s;
}
.view-all:hover { background: var(--blue); color: var(--white); }

/* ── CATEGORIES ── */
.categories { background: var(--card-bg); }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; }
.cat-card {
  background: var(--white); border: 1.5px solid var(--rule);
  border-radius: var(--radius); padding: 28px 20px;
  text-align: center; cursor: pointer;
  transition: all .22s; position: relative; overflow: hidden;
  display: block;
}
.cat-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--cat-color, var(--blue));
  transform: scaleX(0); transition: transform .22s;
}
.cat-card:hover { border-color: var(--cat-color, var(--blue)); transform: translateY(-3px); box-shadow: var(--shadow); }
.cat-card:hover::after { transform: scaleX(1); }
.cat-icon { font-size: 32px; margin-bottom: 12px; }
.cat-name { font-family: 'Tiro Bangla', serif; font-size: 15px; color: var(--ink); margin-bottom: 6px; }
.cat-count { font-size: 12px; color: var(--ink-soft); }

/* ── POSTS ── */
.posts-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; }
.post-featured {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: 16px; overflow: hidden;
  transition: box-shadow .22s, transform .22s;
  display: flex; flex-direction: column;
}
.post-featured:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.post-img { width: 100%; height: 220px; display: flex; align-items: center; justify-content: center; font-size: 56px; }
.post-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.post-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; }
.post-title { font-family: 'Tiro Bangla', serif; font-size: 20px; line-height: 1.45; color: var(--ink); margin-bottom: 10px; flex: 1; display: block; }
.post-title:hover { color: var(--blue); }
.post-excerpt { font-family: 'Tiro Bangla', serif; font-size: 14px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 18px; }
.post-meta { display: flex; align-items: center; gap: 14px; font-size: 12px; color: var(--ink-soft); }
.posts-side { display: flex; flex-direction: column; gap: 16px; }
.post-small {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 18px;
  display: flex; gap: 14px; align-items: flex-start;
  transition: box-shadow .22s, transform .22s;
}
.post-small:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.post-small-icon { width: 52px; height: 52px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.post-small-title { font-family: 'Tiro Bangla', serif; font-size: 14px; line-height: 1.5; color: var(--ink); margin-bottom: 6px; display: block; }
.post-small-title:hover { color: var(--blue); }
.post-small-meta { font-size: 12px; color: var(--ink-soft); }

/* ── ABOUT ── */
.about-strip { background: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 5%; }
.about-label { color: #7ec4f8; }
.about-title { font-family: 'Tiro Bangla', serif; font-size: clamp(24px, 3vw, 38px); color: var(--white); line-height: 1.3; margin-bottom: 20px; }
.about-body { font-family: 'Tiro Bangla', serif; font-size: 16px; color: rgba(255,255,255,.65); line-height: 1.9; margin-bottom: 32px; }
.about-features { display: flex; flex-direction: column; gap: 16px; }
.about-feat { display: flex; gap: 14px; align-items: flex-start; }
.feat-icon { width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; background: rgba(55,138,221,.15); }
.feat-title { font-family: 'Tiro Bangla', serif; font-size: 15px; color: var(--white); margin-bottom: 4px; }
.feat-desc { font-family: 'Tiro Bangla', serif; font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.6; }
.about-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-stat-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 24px; text-align: center; }
.about-stat-card:first-child { grid-column: span 2; }
.asc-num { font-size: 42px; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 6px; }
.asc-num span { color: var(--blue); }
.asc-label { font-family: 'Tiro Bangla', serif; font-size: 14px; color: rgba(255,255,255,.5); }

/* ── NEWSLETTER ── */
.newsletter { background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); text-align: center; padding: 80px 5%; }
.newsletter h2 { font-family: 'Tiro Bangla', serif; font-size: clamp(24px, 3vw, 36px); color: var(--white); margin-bottom: 14px; }
.newsletter p { font-family: 'Tiro Bangla', serif; font-size: 16px; color: rgba(255,255,255,.75); margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.8; }
.newsletter-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 220px; padding: 14px 20px; border-radius: 100px; border: none; font-size: 15px; font-family: 'Tiro Bangla', serif; outline: none; }
.newsletter-form button { background: var(--ink); color: var(--white); padding: 14px 28px; border-radius: 100px; border: none; font-size: 15px; font-weight: 700; cursor: pointer; transition: all .2s; font-family: 'Tiro Bangla', serif; }
.newsletter-form button:hover { background: #222; transform: translateY(-1px); }
.nl-note { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 14px; }

/* ── LATEST POSTS ── */
.latest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.latest-card { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; transition: all .22s; }
.latest-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.latest-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 44px; }
.latest-body { padding: 18px; }
.latest-title { font-family: 'Tiro Bangla', serif; font-size: 16px; line-height: 1.5; color: var(--ink); margin-bottom: 10px; display: block; }
.latest-title:hover { color: var(--blue); }
.latest-meta { font-size: 12px; color: var(--ink-soft); }
.latest-footer { padding: 14px 18px; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: center; }
.read-link { font-size: 13px; font-weight: 700; color: var(--blue); display: flex; align-items: center; gap: 4px; }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 60px 5% 30px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand img { height: 32px; filter: brightness(0) invert(1); margin-bottom: 16px; display: block; }
.footer-desc { font-family: 'Tiro Bangla', serif; font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.8; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,.6); transition: all .2s; }
.social-btn:hover { background: var(--blue); color: var(--white); border-color: var(--blue); }
.footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-family: 'Tiro Bangla', serif; font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-family: 'Tiro Bangla', serif; font-size: 13px; color: rgba(255,255,255,.35); }
.footer-copy a { color: var(--blue); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 60px 5%; }
  .hero-visual { display: none; }
  .posts-grid { grid-template-columns: 1fr; }
  .about-strip { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  section { padding: 60px 4%; }
  .hero { padding: 50px 4%; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .about-strip { padding: 60px 4%; }
  .footer-top { grid-template-columns: 1fr; }
}

/* ── Scroll animation ── */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }/* End custom CSS */