/* General Styling */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #334155;
    font-size: 14px; /* Image प्रमाणे लहान font size */
    line-height: 1.7;
    margin: 0;
}
.custom-nav { border-bottom: 1px solid #e2e8f0; padding: 10px 0; }
.v-circle { background: #1e293b; color: white; width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: 12px; }
.b-main { display: block;
    font-family: 'Playfair Display', serif; /* Serif font image sathi */
    font-weight: 700;
    color: #0d1b3e; /* Dark Navy Blue color image pramane */
    font-size: 19px; /* Image madhe font thoda motha aahe */
    letter-spacing: -0.5px; }
.b-sub { display: block;
    font-family: sans-serif; /* Initiative sathi sadha font */
    font-size: 13px; /* Khup lahan size image pramane */
    color: #64748b; /* Grey color */
    margin-top: -2px; /* Varachya nava kade thoda sarakvanyasathi */
    font-weight: 400; }
.nav-link { color: #475569 !important; font-weight: 500; padding: 8px 15px !important; }
.nav-link.active { background: #1e293b !important; color: white !important; border-radius: 8px; }
.btn-join { background-color: #f97316; color: white; border: none; padding: 8px 20px; border-radius: 8px; font-weight: 600; }
/* Header matching Screenshot */
.hero-header {
    background-color: #1a2e4c; /* तंतोतंत तोच निळा रंग */
    color: white;
    padding: 60px 0 120px 0;
}

.header-nav {
    max-width: 900px;
    margin: 0 auto 30px;
}

.back-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.back-link:hover {
    color: white;
}

.header-content {
    max-width: 900px;
    margin: 0 auto;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.subtitle {
    font-size: 16px;
    opacity: 0.9;
}

/* Card Styling - Positioning it below blue section as requested */
.letter-card {
    background: white;
    max-width: 900px;
    margin: 40px auto 80px; /* Card is completely below the blue section */
    padding: 60px 80px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.recipient-box {
    margin-bottom: 30px;
}

/* Headings from Image 119/120 style */
.section-heading {
    font-family: 'Playfair Display', serif;
    color: #1a2e4c;
    font-size: 26px; /* Exactly like School Letter heading */
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

.info-alert-box {
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 0;
}

.small-sub {
    font-size: 13px;
    color: #64748b;
    margin-top: 5px;
}

/* Grid Checkmarks */
.check-item {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-item span {
    color: #16a34a;
    font-weight: bold;
}

.quote-italic {
    font-style: italic;
    color: #475569;
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
}

.bullet-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.bullet-list li {
    margin-bottom: 10px;
}

.blue-tag-box {
    background-color: #1a2e4c;
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0;
}

.gray-focus-box {
    background-color: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    font-weight: 500;
    color: #1e293b;
    border: 1px solid #f1f5f9;
}

.orange-final-box {
    background-color: #fffaf0;
    border: 1px solid #ffedd5;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
}

.bold-highlight {
    color: #c2410c;
    font-weight: 700;
    font-size: 19px;
}

.footer-signature {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
}

.sign-name {
    font-weight: 700;
    font-size: 18px;
    color: #1a2e4c;
    margin-bottom: 2px;
}

.org-name {
    color: #64748b;
    font-size: 14px;
}
.main-footer {
  background-color: #0f2142; /* इमेजमधील तोच डार्क नेव्ही ब्लू कलर */
  color: #ffffff;
  padding: 80px 0 40px;
  font-family: 'Inter', sans-serif;
}

/* Brand Section */
.brand-logo-circle {
  width: 55px;
  height: 55px;
  background-color: #f28b2c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}

.footer-brand-name {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.footer-brand-sub {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}

.footer-description {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
  max-width: 480px; /* इमेजमध्ये मजकूर पसरलेला नाहीये */
  margin-top: 25px;
}

.footer-tagline {
  font-style: italic;
  color: #f28b2c;
  font-size: 18px;
  margin-top: 20px;
}

/* Headings */
.footer-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Links & Contact */
.footer-link-list li, .contact-list li {
  margin-bottom: 18px;
  font-size: 16px;
}

.footer-link-list a, .contact-list a, .contact-list span {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.2s;
}

.footer-link-list a:hover {
  color: #f28b2c;
}

.contact-list i {
  color: #f28b2c;
  width: 20px;
  margin-right: 12px;
}

/* Bottom Border & Copyright */
.footer-bottom-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 60px;
}

.copyright-text, .movement-label {
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-description { max-width: 100%; }
}

@media (max-width: 768px) {
    .letter-card {
        padding: 30px;
        margin: 20px 15px;
    }
}