    body { margin: 0; font-family: 'Segoe UI', sans-serif; color: #333; background: #f4f0fb; line-height: 1.6; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    .container { max-width: 1200px; margin: auto; padding: 20px; }

    header { background: #5e2b97; color: #fff; padding: 20px 0; }
    header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
    .logo { font-size: 24px; font-weight: bold; }
    nav { display: flex; gap: 20px; }
    nav a { color: #fff; }
    .nav-toggle { display: none; font-size: 24px; cursor: pointer; }

    .btn { background: #fff; color: #5e2b97; padding: 10px 20px; border-radius: 6px; font-weight: 600; transition: 0.3s; }
    .btn:hover { background: #ddd; }

    .hero { text-align: center; padding: 80px 20px; background: #e9e2fa; }
    .hero h1 { font-size: 42px; margin-bottom: 20px; }
    .hero p { font-size: 18px; margin-bottom: 30px; }

    .features { padding: 60px 0; background: #fff; }
    .features h2 { text-align: center; margin-bottom: 40px; }
    .feature-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
    .feature { flex: 1 1 250px; background: #f7f3fc; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 0 8px rgba(0,0,0,0.05); }

    .usecases { background: #f0e6ff; padding: 60px 20px; text-align: center; }
    .usecases h2 { margin-bottom: 20px; }

    .testimonials { background: #fff; padding: 60px 20px; }
    .testimonial { background: #f7f3fc; border-left: 4px solid #5e2b97; padding: 20px; margin-bottom: 20px; border-radius: 6px; }

    .faq { padding: 60px 20px; background: #fff; }
    .accordion-item { margin-bottom: 10px; border: 1px solid #ccc; border-radius: 5px; }
    .accordion-header { padding: 15px; background: #f3f3f3; cursor: pointer; font-weight: bold; }
    .accordion-body { display: none; padding: 15px; background: #fff; }

    .cta { background: #5e2b97; color: #fff; text-align: center; padding: 60px 20px; }
    .cta h2 { font-size: 30px; margin-bottom: 15px; }

    footer { background: #1f1f1f; color: #ccc; text-align: center; padding: 30px 20px; }
    .social-icons a { margin: 0 10px; color: #ccc; font-size: 18px; }

    @media(max-width: 768px) {
      nav { display: none; flex-direction: column; background: #5e2b97; width: 100%; margin-top: 10px; }
      nav.active { display: flex; }
      .nav-toggle { display: block; color: white; }
    }



/* Visa Links Section */
.visa-links {
  background: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.visa-links h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #222;
}

.icon-box-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.icon-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  transition: all 0.3s ease;
  border-top: 4px solid #2d89ff;
}

.icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.icon-box i {
  font-size: 36px;
  color: #2d89ff;
  margin-bottom: 15px;
}

.icon-box h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.icon-box h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.icon-box h3 a:hover {
  color: #2d89ff;
}

.icon-box p {
  color: #555;
  font-size: 0.95rem;
}







.requirements-documents {
  background: #f0f7ff;
  padding: 60px 20px;
  text-align: center;
}

.requirements-documents h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #2d89ff;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}

.document-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 25px 15px;
  transition: 0.3s ease;
  border-top: 4px solid #2d89ff;
}

.document-item i {
  font-size: 30px;
  color: #2d89ff;
  margin-bottom: 10px;
}

.document-item p {
  margin: 0;
  font-weight: 500;
}


.apply-steps {
  background: #f9fbff;
  padding: 60px 20px;
}

.apply-steps h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #2d89ff;
}

.step-list {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  list-style: decimal;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.step-list li {
  margin-bottom: 20px;
}


.processing-time {
  background: #f8faff;
  padding: 60px 20px;
  color: #333;
}

.processing-time h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  color: #2d89ff;
}

.processing-time h3 {
  font-size: 1.3rem;
  margin-top: 30px;
  color: #2d89ff;
}

.processing-time p {
  font-size: 1rem;
  line-height: 1.7;
  margin: 10px 0;
}

.processing-time ul {
  list-style: none;
  padding-left: 0;
}

.processing-time ul li {
  padding-left: 24px;
  position: relative;
  margin: 8px 0;
}

.processing-time ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
}


.visa-problems {
  background: #fff8f8;
  padding: 60px 20px;
  color: #333;
}

.visa-problems h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #d9534f;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.problem-item {
  background: #fff;
  border-left: 4px solid #d9534f;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.problem-item h3 {
  font-size: 1.1rem;
  color: #b52a2a;
  margin-bottom: 10px;
}

.problem-item p {
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-section {
  padding: 60px 20px;
  background: #f5faff;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.contact-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2d89ff;
  outline: none;
}

.contact-form .btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #2d89ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #226fcb;
}

.visa-cost {
  background: #f0faff;
  padding: 60px 20px;
  color: #333;
}

.visa-cost h2 {
  font-size: 2rem;
  text-align: center;
  color: #2d89ff;
  margin-bottom: 30px;
}

.cost-table {
  max-width: 700px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.cost-row {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.cost-row:nth-child(odd) {
  background: #f9fcff;
}

.cost-row span {
  font-size: 1rem;
}

.note {
  text-align: center;
  margin-top: 30px;
  font-style: italic;
  font-size: 0.95rem;
  color: #666;
}
