body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
    color: #374151;
    font-size: 14px; 
    line-height: 1.6;
    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; }

.hero-header {
    background-color: #1a2e4c;
    color: white;
    padding: 100px 0;
}

.content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.back-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 13px;
    display: block;
    margin-bottom: 20px;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px; /* इमेजमधील पहिल्या लेटरसारखा मोठा साईज */
    font-weight: 700;
}

.subtitle {
    font-size: 16px;
    opacity: 0.9;
}

.letter-card {
    background: white;
    max-width: 900px;
    margin: 40px auto 80px; 
    padding: 60px 80px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.05);
}

.salutation {
    margin-bottom: 25px;
}

/* Headings font-size adjusted to match the first image letter */
.section-heading {
    font-family: 'Playfair Display', serif;
    color: #1a2e4c;
    font-size: 26px; /* इमेजमधील 'Why We Are Reaching Out' सारखा साईज */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.standard-list li {
    margin-bottom: 8px;
}

.non-political-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
}

.highlight-text {
    color: #c2410c;
    font-weight: 600;
    font-size: 16px;
}

.activity-card {
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.activity-card span {
    color: #10b981;
}

.orange-quote-box {
    background-color: #fffaf0;
    border: 1px solid #ffedd5;
    padding: 25px;
    border-radius: 12px;
    margin: 35px 0;
}

.orange-quote-box .highlight {
    color: #c2410c;
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
}

.quote-box {
    background-color: #1a2e4c;
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
}

.italic-quote {
    font-style: italic;
    font-size: 17px;
    color: #4b5563;
}

.signature {
    margin-top: 50px;
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.name {
    font-weight: 700;
    font-size: 16px;
    color: #1a2e4c;
}

.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;
    }
    .main-title { font-size: 32px; }
    .section-heading { font-size: 22px; }
}