body {
  font-family: 'Inter', sans-serif;
  color: #1f2937;
}

/* NAV */
/* NAVBAR HEIGHT */
/* NAVBAR – THINNER BUT PREMIUM */
.navbar {
  min-height: 64px;     /* 👈 thinner bar */
  padding: 6px 0;       /* 👈 less vertical padding */
}

.brand-logo {
  height: 56px;   /* stays same */
  width: auto;
  max-height: 60px;
}


@media (max-width: 768px) {
  .brand-logo {
    height: 44px;
  }
}

.navbar-brand img {
  max-height: none;
}

.nav-link {
  color: #1f2937 !important;
}

.nav-link:hover {
  color: #4f46e5 !important;
}


/* HERO */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  display: flex;
  align-items: center;
}

/* TRUST */
.trust {
  background: #f8fafc;
  padding: 20px 0;
  font-weight: 500;
}

/* SECTIONS */
.section {
  padding: 90px 0;
}

.section-head h2 {
  font-weight: 800;
}

/* SERVICES */
.service-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

/* DATA */
.bg-soft {
  background: #f1f5f9;
}

.data-list li {
  margin-bottom: 10px;
}

.data-box {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* CONTACT */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: none;
}

.footer {
  background: #020617;
  color: #94a3b8;
  padding: 20px;
}
.contact-section {
  background: #f9fafb;
  padding: 80px 20px;
  text-align: center;
}

.contact-section h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-section p {
  color: #555;
  margin-bottom: 50px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: auto;
}

.contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.contact-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.contact-label {
  color: #777;
  font-size: 14px;
  margin-bottom: 6px;
}

.contact-value {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}
 
.trust {
  background: #f8fafc;
}

.trust-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 18px;
  height: 100%;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trust-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.1);
}

.trust-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.trust-item h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #111827;
}

.trust-item p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.process-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 22px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.process-step {
  font-size: 28px;
  font-weight: 800;
  color: #4f46e5;
  margin-bottom: 12px;
}

.process-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}

.process-card p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.why-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.why-icon {
  font-size: 36px;
  margin-bottom: 14px;
}

.why-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.why-card p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}
.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 28px;
  height: 100%;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.12);
}

.service-icon {
  font-size: 38px;
  margin-bottom: 16px;
}

.service-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.service-card p {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}
.accordion-item {
  border: none;
}

.accordion-button {
  border-radius: 12px !important;
  background: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #4f46e5;
  background: #eef2ff;
}

.accordion-body {
  font-size: 15px;
  line-height: 1.6;
}
 
