/* --- Global Styles --- */
body { font-family: 'Inter', sans-serif; background-color: #fff; color: #1E293B; margin: 0; }

/* --- Navbar Styling --- */
.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; }

/* --- Navy Header (Screenshot 112) --- */
.volunteer-header { background-color: #1E293B !important; padding: 100px 0 !important; color: white !important; }
.volunteer-header h1 { font-family: 'Merriweather', serif !important; font-size: 52px !important; font-weight: 700 !important; margin-bottom: 20px !important; }
.volunteer-header p { font-size: 20px !important; opacity: 0.8 !important; max-width: 800px !important; margin: 0 auto !important; }

/* --- Grid Cards (Screenshot 113) --- */
.ways-section { padding: 80px 0 !important; background-color: #F8FAFC !important; }
.section-title { font-family: 'Merriweather', serif !important; font-size: 36px !important; font-weight: 700 !important; }
.contribution-card { 
    background: white !important; padding: 22px !important; border-radius: 14px !important; 
    border: 1px solid #E2E8F0 !important; display: flex !important; align-items: center !important; 
    font-size: 15px !important; font-weight: 500 !important; transition: 0.3s ease !important; 
}
.contribution-card:hover { transform: translateY(-5px) !important; box-shadow: 0 10px 25px rgba(0,0,0,0.05) !important; border-color: #F97316 !important; }
.contribution-card i { color: #F97316 !important; margin-right: 15px !important; font-size: 22px !important; }

/* --- Form (Screenshot 114) --- */
.form-title { font-family: 'Merriweather', serif !important; font-size: 38px !important; font-weight: 700 !important; }
.form-sub { color: #64748B !important; font-size: 18px !important; margin-bottom: 40px !important; }
.form-label { font-weight: 500 !important; color: #1E293B !important; margin-bottom: 10px !important; }
.custom-input { 
    padding: 14px 18px !important; background-color: #F8FAFC !important; 
    border: 1px solid #E2E8F0 !important; border-radius: 12px !important; transition: 0.3s ease !important; 
}
.custom-input:focus { border-color: #F97316 !important; background-color: #fff !important; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1) !important; }
.btn-apply-now { 
    background-color: #F97316 !important; color: white !important; width: 100% !important; 
    padding: 16px !important; border: none !important; border-radius: 12px !important; 
    font-weight: 700 !important; font-size: 18px !important; transition: 0.3s ease !important; 
}
.btn-apply-now:hover { background-color: #EA580C !important; box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3) !important; }

/* --- Navy Box (Screenshot 114/115) --- */
.navy-collab-box { background-color: #1E293B !important; border-radius: 28px !important; padding: 50px 45px !important; color: white !important; height: 100% !important; }
.collab-title { font-size: 28px !important; font-weight: 700 !important; margin-bottom: 25px !important; display: flex !important; align-items: center !important; }
.emoji-icon { margin-right: 12px !important; }
.collab-list { list-style: none !important; padding: 0 !important; margin-bottom: 35px !important; }
.collab-list li { font-size: 18px !important; margin-bottom: 18px !important; display: flex !important; align-items: center !important; }
.orange-check { background: #F97316 !important; color: white !important; width: 24px !important; height: 24px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 14px !important; margin-right: 15px !important; font-weight: bold !important; }

/* Outline Button with Hover Effect */
.btn-partner-outline { 
    display: block !important; width: 100% !important; text-align: center !important; padding: 14px !important; 
    border: 2px solid #F97316 !important; color: #F97316 !important; text-decoration: none !important; 
    border-radius: 12px !important; font-weight: 700 !important; transition: 0.3s ease !important; margin-bottom: 40px !important; 
}
.btn-partner-outline:hover { background-color: #F97316 !important; color: white !important; }

.collab-footer { border-top: 1px solid rgba(255,255,255,0.1) !important; padding-top: 25px !important; }
.letter-link { color: #F97316 !important; text-decoration: none !important; font-weight: 600 !important; transition: 0.3s ease !important; }
.letter-link:hover { text-decoration: underline !important; }
.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%; }
}
