.elementor-230 .elementor-element.elementor-element-210aff2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6f81c7b */.service-page {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #333;
}

/* HERO */
.service-hero {
  background: linear-gradient(135deg, #0f4aa8, #1b6fdc);
  padding: 80px 20px;
  text-align: center;
}

.service-hero h1 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 12px;
}

.service-hero p {
  color: #e9f1ff;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

/* CONTENT */
.service-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.service-block {
  margin-bottom: 40px;
}

.service-block h2 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #0f4aa8;
}

.service-block p {
  font-size: 15px;
  line-height: 1.8;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0f4aa8;
  font-weight: bold;
}

/* CLOSING */
.service-closing {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.service-closing p {
  font-size: 15px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-hero h1 {
    font-size: 28px;
  }

  .service-container {
    padding: 40px 16px;
  }
}
.visa-student {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.visa-container {
  max-width: 950px;
  margin: 0 auto;
}

.visa-student h1 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

.visa-intro {
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 40px;
}

.visa-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 24px;
}

.visa-service {
  margin-top: 60px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.visa-service h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #111827;
}

.visa-list {
  list-style: none;
  padding: 0;
}

.visa-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  color: #374151;
}

.visa-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
  font-weight: bold;
}

.visa-cta {
  margin-top: 70px;
  padding: 45px 40px;
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  border-radius: 18px;
  text-align: center;
  color: #ffffff;
}

.visa-cta p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.visa-button {
  display: inline-block;
  padding: 14px 34px;
  background-color: #ffffff;
  color: #1e3a8a;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.visa-button:hover {
  background-color: #e0e7ff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .visa-student h1 {
    font-size: 28px;
  }

  .visa-service {
    padding: 30px 22px;
  }

  .visa-cta {
    padding: 35px 24px;
  }
}/* End custom CSS */