body {
    background-color: #1a2b4b;
    color: white;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* Navbar same to same */
.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; }
.btn-join:hover {
    background-color: #ed8941; /* Hover kelyavar thoda dark color */
    color: #ffffff;
    transform: translateY(-2px); /* Button thoda varti udel */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
}

/* Positioning & Spacing Badalat (Kami kelele antar) */
.hero-section {
    padding-top: 80px; /* नॅव्हबारसाठी जागा */
    padding-bottom: 0; /* खालची पॅडिंग काढून टाका जेणेकरून इमेज खाली चिकटेल */
    background: radial-gradient(circle at 80% 40%, #8ba9e4 0%, #4066b7 35%, #0d1b3e 100%);
    display: flex;
    align-items: stretch; /* कंटेंटनुसार उंची वाढवण्यासाठी */
    position: relative;
    overflow: hidden;
    color: white;
    min-height: 600px; /* एक किमान उंची सेट करा */
}

.hero-img-col {
    display: flex;
    justify-content: center; 
    align-items: flex-end; /* इमेजला तळाला (Bottom) सेट करण्यासाठी */
    height: auto; /* 100vh काढून टाका, यामुळे सेक्शन विनाकारण मोठा होतो */
}

.hero-img {
    max-height: 550px; /* तुमच्या आवडीनुसार इमेजची उंची कमी-जास्त करा */
    width: auto;
    display: block;
    filter: drop-shadow(-20px 10px 30px rgba(0,0,0,0.4));
    margin-bottom: -1px; /* किंवा 0 */
    align-self: flex-end;
    transform: scale(1.2); /* 1.0 पेक्षा जेवढी जास्त संख्या द्याल, तेवढी इमेज मोठी होईल (उदा. 1.2 म्हणजे 20% मोठी) */
    transform-origin: bottom;
}
.content-positioner {
    max-width: 850px;
    margin-left: 12%; 
}

/* Typography (Font thoda lahan kela) */
.hero-title {
    font-family: 'Lora', serif;
    font-size: 4rem; /* 5rem varun kami kele */
    font-weight: 700;
    line-height: 1.1;
}
.text-orange { color: #f97316; }
.hero-desc { color: #94a3b8; font-size: 1.1rem; }
.owner { color: #f97316; border-bottom: 1px solid #f97316; }

/* Buttons */
.btn-main-orange { background: #f97316; color: white; border: none; padding: 12px 25px; border-radius: 10px; font-weight: 600; }
.btn-main-orange:hover {
    background-color: #ed8941; /* Hover kelyavar thoda dark color */
    color: #ffffff;
    transform: translateY(-2px); /* Button thoda varti udel */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
}
.btn-outline-custom { border: 1px solid rgba(255,255,255,0.2); color: white; background: transparent; padding: 12px 25px; border-radius: 10px; }
.btn-outline-custom:hover {
    background-color: #ed8941; /* Hover kelyavar thoda dark color */
    color: #ffffff;
    transform: translateY(-2px); /* Button thoda varti udel */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Shadow effect */
}

/* Lahan Cards (Compact look) */
.stats-row { display: flex; gap: 15px;margin-bottom: 50px; }
.stat-card {
    background: rgba(80, 133, 219, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 25px; /* Padding kami keli */
    border-radius: 12px;
    flex: 0 1 180px; /* Cards chi width lahan keli */
}
.stat-card i { color: #f97316; font-size: 18px; display: block; margin-bottom: 5px; }
.stat-card h3 { font-size: 22px; font-weight: 700; margin: 0; }
.stat-card p { color: #bbc0c6; font-size: 12px; margin: 0; }

.badge-pill {
    background: rgba(255, 255, 255, 0.05);
    color: #fb923c;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 13px;
}
.about-section {
    background-color: #f8fafc; /* फिकट राखाडी बॅकग्राउंड */
    padding: 100px 0;
}

.about-heading {
    font-family: 'Lora', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 25px;
}

.about-text {
    max-width: 900px;
    font-size: 1.15rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 60px;
}

.feature-card-white {
    background-color: #ffffff; /* पूर्ण पांढरे कार्ड्स */
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.feature-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 25px;
}

.feature-desc {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
}

.icon-square {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.icon-blue { background-color: #f1f5f9; color: #475569; }
.icon-orange { background-color: #fff7ed; color: #f97316; }
.icon-green { background-color: #f0fdf4; color: #22c55e; }

.quote-box-dark {
    background-color: #101b37;
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    margin-top: 80px;
}

.quote-text {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}

/* Background & Spacing */
.purpose-section-final {
    background-color: #f1f3f5;
    padding: 80px 0;
}

/* Badge & Headings */
.purpose-badge-pill {
    background: #ffedd5; color: #ea580c;
    padding: 5px 15px; border-radius: 50px;
    font-size: 13px; font-weight: 600; display: inline-block;
}

.purpose-heading-bold {
    font-family: 'Lora', serif;
    font-size: 3rem; font-weight: 700;
    color: #0f172a; line-height: 1.1;
}

/* Left Column Cards - Compact Design */
.purpose-cards-stack { display: flex; flex-direction: column; gap: 10px; }

.purpose-item-row {
    background: #ffffff;
    padding: 16px 22px;
    border-radius: 18px;
    display: flex; align-items: center; gap: 15px;
}

.purpose-item-row span { font-size: 1rem; font-weight: 500; color: #1e293b; }

.p-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.ic-orange { background: #fff7ed; color: #f97316; }
.ic-red { background: #fef2f2; color: #ef4444; }
.ic-blue { background: #f0f9ff; color: #0ea5e9; }
.ic-green { background: #f0fdf4; color: #22c55e; }
.ic-peach { background: #fffaf5; color: #fdba74; }
.ic-gray { background: #f8fafc; color: #64748b; }

/* Right Column Boxes - Balanced Height */
.vision-card-box, .mission-card-box {
    padding: 35px 40px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vision-card-box { background-color: #101b37; color: white; }
.mission-card-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 25px 40px; /* आधी 45px होते, आता 25px केले आहे */
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* मजकूर वरून सुरू होईल */
    flex: 0 1 auto; /* flex-fill ऐवजी हे वापरा, ज्यामुळे उंची गरजेनुसारच राहील */
}

/* Custom Tags */
.v-pill-tag { background: rgba(253, 186, 116, 0.2); color: #fdba74; padding: 4px 14px; border-radius: 50px; font-size: 11px; width: fit-content; }
.m-pill-tag { background: #f0fdf4; color: #166534; padding: 4px 14px; border-radius: 50px; font-size: 11px; width: fit-content; }

/* Typography */
.v-title-main { font-family: 'Lora', serif; font-size: 1.7rem; font-weight: 700; line-height: 1.35; margin-top: 10px; }
.m-title-main {
    font-family: 'Lora', serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 10px;
    color: #0f172a; /* हा तो गडद निळा/काळा रंग आहे जो व्हिजनला वापरलाय */
}
.v-desc-text { color: #94a3b8; font-size: 0.95rem; margin-top: 15px; }

/* Mission Points Grid (Screenshot 94 Match) */
.mission-points-list { list-style: none; padding: 0; margin: 0; }
.mission-points-list li {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mission-points-list li::before {
    content: "";
    width: 7px; height: 7px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
}

/* Section Styles */
.neutrality-section {
  padding: 80px 0; /* वर आणि खाली जागा सोडली */
  background-color: #faf8f4;
  width: 100%;
  overflow: hidden; /* बाजूला स्क्रोल येऊ नये म्हणून */
}

.neutrality-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.neutrality-title {
  font-size: clamp(28px, 5vw, 36px); /* मोबाईलवर ऑटोमॅटिक लहान होईल */
  font-weight: 700;
  color: #1c2434;
  text-align: center;
}

.neutrality-subtitle {
  color: #6c757d;
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Card Box Wrapper */
.neutrality-box-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.neutrality-box {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  background: linear-gradient(135deg, #142b52, #1f3b6f);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.neutrality-item {
  background-color: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.neutrality-item:last-child {
  margin-bottom: 0;
}

.check-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f28b2c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-weight: bold;
  flex-shrink: 0; /* Icon लहान होऊ नये म्हणून */
}
.education-section {
  background-color: #f2f0eb;
  padding: 80px 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.education-badge {
  display: inline-block;
  background-color: #e9ecef;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.education-title {
  font-size: 40px;
  font-weight: 700;
  color: #1e293b;
}

.education-subtitle {
  color: #64748b;
  margin-bottom: 50px;
}

/* Card Height Fix */
.edu-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: left;
  height: 100%; /* सर्व कार्ड्स समान उंचीचे दिसतील */
  border: 2px solid transparent;
  box-shadow: 0 10px 20px rgba(0,0,0,0.02);
}

/* Specific Border Colors as per Image */
.border-orange { border-color: #fef08a; } /* Light yellow/orange border */
.border-yellow { border-color: #fde68a; }

.edu-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* Icon Colors */
.blue-bg { background-color: #dbeafe; color: #1e40af; }
.orange-bg { background-color: #ffedd5; color: #9a3412; }
.green-bg { background-color: #dcfce7; color: #166534; }
.yellow-bg { background-color: #fef9c3; color: #854d0e; }

.edu-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.edu-quote {
  font-style: italic;
  font-size: 14px;
  color: #475569;
  margin-bottom: 15px;
  min-height: 45px; /* Text alignment साठी */
}

.edu-desc {
  font-size: 14px;
  color: #64748b;
}

/* Bottom Text Style */
.bottom-heading {
  font-size: 28px;
  font-weight: 500;
  color: #334155;
}

.highlight {
  color: #f28b2c;
}

.participation-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.movement-badge {
  display: inline-block;
  background-color: #fff4e6;
  color: #f28b2c;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.participation-title {
  /* इमेजमधील आकाराप्रमाणे ३६px ते ४०px दरम्यान ठेवले आहे */
  font-size: 38px; 
  font-weight: 800;
  color: #1c2434;
  /* ओळींमधील अंतर कमी करण्यासाठी १.१ किंवा १.२ वापरा */
  line-height: 1.15; 
  margin-bottom: 20px;
  /* हेडींग जास्त पसरू नये म्हणून मॅक्स विड्थ दिली आहे */
  max-width: 500px; 
  letter-spacing: -0.5px; /* अक्षरांमधील अंतर थोडे कमी केले आहे */
}

.participation-text {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 40px;
}

/* List Styling */
.participation-list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #475569;
}

.list-icon-box {
  width: 40px;
  height: 40px;
  background-color: #f1f5f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #1e293b;
}

.list-icon-box svg {
  width: 18px;
  height: 18px;
}

/* Button */
.btn-volunteer {
  display: inline-flex;
  align-items: center;
  background-color: #f28b2c;
  color: white;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-volunteer:hover {
  background-color: #e67e22;
  color: white;
}

/* Founder Card (Right Side) */
.founder-card {
  background-color: #142b52;
  border-radius: 40px;
  color: white;
  overflow: hidden; /* इमेजचे कोपरे गोल कापले जाण्यासाठी */
  padding: 0; /* पॅडिंग 0 केली कारण इमेजला कडेला चिकटवायचे आहे */
}

.founder-flex-container {
  display: flex;
  align-items: stretch; /* दोन्ही बाजूंची उंची सारखी ठेवण्यासाठी */
}

.founder-image-wrapper {
  flex: 0 0 40%; /* इमेज डाव्या बाजूला ४०% जागा घेईल */
  max-width: 40%;
}

.founder-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* इमेज चपटी न होता व्यवस्थित कापली जाईल */
  object-position: top center; /* चेहऱ्याचा भाग वरून व्यवस्थित दिसेल */
  display: block;
}

.founder-text-content {
  flex: 1; /* उरलेली ६०% जागा मजकूर घेईल */
  padding: 40px; /* मजकुरासाठी आतून जागा */
}

/* तुमचे बाकीचे स्टाइल्स तसेच ठेवा */
.founder-badge {
  display: inline-block;
  background-color: rgba(255,255,255,0.1);
  color: #f28b2c;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 20px;
}

.founder-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.founder-quote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}

.orange-divider {
  width: 50px;
  height: 4px;
  background-color: #f28b2c;
}

/* मोबाईलसाठी इमेज वर आणि मजकूर खाली दिसेल */
@media (max-width: 768px) {
  .founder-flex-container {
    flex-direction: column;
  }
  .founder-image-wrapper {
    max-width: 100%;
    height: 300px; /* मोबाईलवर इमेजची उंची */
  }
}
.orange-divider {
  width: 60px;
  height: 4px;
  background-color: #f28b2c;
  border-radius: 2px;
}

.subscribe-section {
  padding: 100px 20px;
  background-color: #f3f1ed; /* इमेजमधील फिकट क्रीम बॅकग्राउंड */
  font-family: 'Inter', sans-serif;
}

/* Mail Icon */
.mail-icon-box {
  width: 65px;
  height: 65px;
  background-color: #fff4e6;
  color: #f28b2c;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

.mail-icon-box svg {
  width: 32px;
  height: 32px;
}

.subscribe-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
}

.subscribe-subtitle {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 40px;
}

/* Check Badges */
.check-badge {
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 15px;
  color: #475569;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border: 1px solid #e2e8f0;
}

.check-badge svg {
  width: 16px;
  height: 16px;
  color: #10b981; /* Green check icon */
}

/* Form Styling */
.subscribe-form {
  max-width: 600px;
  margin: 0 auto;
}

.email-input {
  height: 55px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}

.email-input:focus {
  border-color: #f28b2c;
  box-shadow: 0 0 0 3px rgba(242, 139, 44, 0.1);
  outline: none;
}

.btn-subscribe {
  background-color: #f28b2c;
  color: white;
  padding: 0 35px;
  height: 55px;
  border-radius: 12px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background-color: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 139, 44, 0.3);
}

.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%; }
}

/* Responsive */
@media (max-width: 576px) {
  .subscribe-form {
    flex-direction: column;
  }
  .btn-subscribe {
    width: 100%;
  }
  .subscribe-title {
    font-size: 32px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .participation-title { font-size: 36px; }
  .founder-card { padding: 30px; }
}
/* मोबाईलसाठी विशेष बदल */
@media (max-width: 576px) {
  .neutrality-box {
    padding: 20px 15px;
  }
  .neutrality-item {
    font-size: 16px;
    padding: 12px 15px;
  }
}