/* General Setup */
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; }
/* Header (Screenshot 116) */
.contact-header { background-color: #1E293B; padding: 100px 0; color: white; }
.contact-header h1 { font-family: 'Merriweather', serif; font-size: 52px; font-weight: 700; margin-bottom: 20px; }
.contact-header p { font-size: 20px; opacity: 0.8; max-width: 800px; margin: 0 auto; line-height: 1.6; }

/* Contact Info Left Side */
.section-heading { font-family: 'Merriweather', serif; font-size: 32px; font-weight: 700; }
.info-label { display: block; font-weight: 700; color: #1E293B; font-size: 16px; }
.info-value { color: #64748B; font-size: 16px; margin: 0; }

.icon-box { 
    width: 48px; height: 48px; border-radius: 12px; 
    display: flex; align-items: center; justify-content: center; 
    margin-right: 20px; font-size: 20px; 
}
.email-bg { background-color: #FFF7ED; color: #F97316; }
.location-bg { background-color: #F1F5F9; color: #475569; }

/* Quote Box (Screenshot 117) */
.quote-card { background-color: #F1F5F9; padding: 40px; border-radius: 16px; margin-top: 40px; }
.quote-text { font-family: 'Merriweather', serif; font-style: italic; font-size: 22px; color: #1E293B; margin-bottom: 15px; }
.quote-author { color: #64748B; font-size: 14px; margin: 0; }

/* Message Form Right Side (Screenshot 118) */
.message-card { background: white; border-radius: 24px; padding: 50px; border: 1px solid #f1f5f9; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.message-card h3 { font-family: 'Merriweather', serif; font-weight: 700; margin-bottom: 30px; }
.form-label { font-weight: 500; font-size: 14px; color: #1E293B; margin-bottom: 8px; }

.custom-input { 
    width: 100%; border: 1px solid #E2E8F0; background-color: #F8FAFC; 
    border-radius: 12px; padding: 14px 18px; transition: 0.3s; 
}
.custom-input:focus { outline: none; border-color: #F97316; background-color: white; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1); }

/* Hoverable Button (Screenshot 118) */
.btn-send { 
    background-color: #F97316; color: white; width: 100%; 
    padding: 16px; border: none; border-radius: 12px; 
    font-weight: 700; font-size: 18px; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    display: flex; align-items: center; justify-content: center; 
}
.btn-send:hover { 
    background-color: #EA580C; 
    transform: translateY(-3px); 
    box-shadow: 0 12px 24px rgba(249, 115, 22, 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%; }
}
