.elementor-3397 .elementor-element.elementor-element-ef61d86{--display:flex;}.elementor-3397 .elementor-element.elementor-element-4d3f2b2{--display:flex;}.elementor-3397 .elementor-element.elementor-element-f4fabb4{--display:flex;}.elementor-3397 .elementor-element.elementor-element-f740c13{--display:flex;}.elementor-3397 .elementor-element.elementor-element-30ecae4{--display:flex;}.elementor-3397 .elementor-element.elementor-element-309b62c{--display:flex;}.elementor-3397 .elementor-element.elementor-element-283e343{--display:flex;}.elementor-3397 .elementor-element.elementor-element-dfcf2cb{--display:flex;}.elementor-3397 .elementor-element.elementor-element-0c834ec{--display:flex;}.elementor-3397 .elementor-element.elementor-element-c53f7ea{--display:flex;}.elementor-3397 .elementor-element.elementor-element-e558cb4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1470427 */.wl-hero-section {
  padding: 130px 20px 90px;
  text-align: center;
  position: relative;
  background: #f8f9fc;
}

.wl-hero-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(47,111,237,0.15) 0%, transparent 70%);
  z-index: 0;
}

.wl-hero-container {
  max-width: 950px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.wl-hero-container h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #111;
}

.wl-subheading {
  font-size: 19px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

.wl-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.wl-btn-primary {
  background: #2f6fed;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.wl-btn-primary:hover {
  background: #1f4fc9;
}

.wl-btn-outline {
  border: 2px solid #2f6fed;
  color: #2f6fed;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.wl-btn-outline:hover {
  background: #2f6fed;
  color: #fff;
}

.wl-trust-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 15px;
  color: #333;
}

.wl-trust-bar span {
  background: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Responsive */

@media (max-width: 992px) {
  .wl-hero-container h1 {
    font-size: 32px;
  }

  .wl-subheading {
    font-size: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93f9fd4 */.white-label-pr-section {
  padding: 90px 0;
  background: #fff;
}

.white-label-pr-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.white-label-left {
  flex: 1.3;
}

.white-label-left h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  margin-bottom: 18px;
}

.white-label-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.white-label-cards {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.wl-card {
  background: #f9f9f9;
  padding: 22px;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}
.wl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 30px rgba(0,0,0,0.08);
}
.wl-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.wl-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f6fed;
}
.wl-card p {
  font-size: 15px;
  color: #444;
}

.white-label-right {
  flex: 1;
  position: relative;
}
.white-label-image {
  position: relative;
  width: 112%;
  transform: translateX(20px) scale(1.05);
}
.white-label-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0px 20px 50px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 992px) {
  .white-label-pr-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .white-label-cards {
    flex-direction: column;
  }
  .white-label-image {
    transform: translateX(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecfcdab */.pr-modern-section {
  padding: 120px 0;
  position: relative;
}

.pr-modern-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
}

.pr-modern-left {
  flex: 1;
  position: relative;
}

.pr-modern-left h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.pr-modern-sub {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
  max-width: 500px;
}

.floating-benefits {
  position: relative;
  height: 360px;
}

.benefit-card {
  position: absolute;
  width: 260px;
  padding: 25px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  transition: 0.4s ease;
}

.benefit-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Floating positions */
.card-1 { top: 0; left: 0; }
.card-2 { top: 60px; left: 280px; }
.card-3 { top: 180px; left: 40px; }
.card-4 { top: 220px; left: 320px; }

/* Hover lift */
.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.pr-modern-right {
  flex: 1;
  position: relative;
}

.image-frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.image-frame img {
  width: 100%;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .pr-modern-wrapper {
    flex-direction: column;
  }

  .floating-benefits {
    height: auto;
  }

  .benefit-card {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .card-1, .card-2, .card-3, .card-4 {
    top: auto;
    left: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9d1a6a */.white-label-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.white-label-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.white-label-header {
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 15px;
}

.white-label-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  max-width: 600px;
}

.white-label-scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 20px;
}

.white-label-scroll::-webkit-scrollbar {
  height: 8px;
}

.white-label-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.wl-card {
  min-width: 300px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  transition: 0.4s ease;
  position: relative;
}

.wl-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.wl-number {
  font-size: 60px;
  font-weight: 700;
  color: rgba(47,111,237,0.1);
  position: absolute;
  top: 20px;
  right: 20px;
}

.wl-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111;
  position: relative;
  z-index: 2;
}

.wl-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .white-label-header h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48364fb */.white-label-section {
  padding: 120px 0;
  position: relative;
}

.white-label-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.white-label-header {
  text-align: center;
  margin-bottom: 80px;
}

.white-label-header h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.white-label-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.process-rail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.process-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  transform: translateY(-50%);
  z-index: 0;
}

.process-item {
  width: 22%;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.process-item.top {
  margin-bottom: 100px;
}

.process-item.bottom {
  margin-top: 100px;
}

.process-number {
  font-size: 28px;
  font-weight: 700;
  color: #2f6fed;
  margin-bottom: 15px;
}

.process-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111;
}

.process-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.process-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
}

.white-label-note {
  margin-top: 70px;
  text-align: center;
  font-size: 15px;
  color: #777;
}

/* Responsive */

@media (max-width: 992px) {
  .process-rail {
    flex-direction: column;
    gap: 40px;
  }

  .process-line {
    display: none;
  }

  .process-item {
    width: 100%;
    margin: 0;
  }

  .process-item.top,
  .process-item.bottom {
    margin: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c9ff21 */.visa-support-band {
  padding: 110px 0;
  background: #f8fafc;
  overflow: hidden;
}

.visa-support-header {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.visa-support-header h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.visa-support-header p {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.visa-scroll-wrapper {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 20px 40px;
  scroll-snap-type: x mandatory;
}

.visa-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.visa-tile {
  min-width: 320px;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  scroll-snap-align: start;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  transition: 0.4s ease;
}

.visa-tile:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.1);
}

.visa-icon {
  font-size: 40px;
  margin-bottom: 20px;
}

.visa-tile h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.visa-tile p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .visa-support-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bce1d4 */.partner-section {
  padding: 120px 0;
  background: #ffffff;
}

.partner-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
  align-items: flex-start;
}

.partner-left {
  flex: 0.4;
  position: sticky;
  top: 100px;
}

.partner-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.partner-left h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 20px;
}

.partner-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.partner-right {
  flex: 0.6;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  border-left: 4px solid transparent;
  background: #f8fafc;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.partner-item:hover {
  background: #ffffff;
  border-left: 4px solid #2f6fed;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transform: translateX(6px);
}

.partner-icon {
  font-size: 26px;
  min-width: 30px;
}

.partner-item h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #111;
}

.partner-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .partner-container {
    flex-direction: column;
  }

  .partner-left {
    position: relative;
    top: auto;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7c9b9b */.partners-section {
  padding: 120px 0;
}

.partners-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

.partners-left {
  flex: 0.4;
  position: relative;
}

.partners-accent-line {
  width: 4px;
  height: 120px;
  background: #2f6fed;
  margin-bottom: 25px;
}

.section-label {
  font-size: 14px;
  font-weight: 600;
  color: #2f6fed;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.partners-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0 15px;
  color: #111;
}

.partners-heading p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.partners-right {
  flex: 0.6;
}

.partner-item {
  display: flex;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  transition: 0.3s ease;
}

.partner-item:hover {
  transform: translateX(8px);
}

.partner-icon {
  font-size: 26px;
  margin-right: 20px;
  color: #2f6fed;
}

.partner-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.partner-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .partners-container {
    flex-direction: column;
  }

  .partners-left {
    text-align: center;
  }

  .partners-accent-line {
    margin: 0 auto 20px;
  }

  .partner-item {
    justify-content: center;
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdaaf8a */.partner-benefits-section {
  padding: 120px 0;
  background: #ffffff;
}

.partner-benefits-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 40px;
  padding: 0 20px;
}

.partner-accent-line {
  width: 6px;
  background: linear-gradient(to bottom, #2f6fed, #7aa6ff);
  border-radius: 10px;
}

.partner-content {
  flex: 1;
}

.partner-header h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.partner-header p {
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.partner-benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.partner-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  transition: 0.3s ease;
}

.partner-item:hover {
  transform: translateX(8px);
}

.partner-number {
  font-size: 32px;
  font-weight: 700;
  color: #2f6fed;
  min-width: 50px;
}

.partner-text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.partner-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .partner-benefits-container {
    flex-direction: column;
  }

  .partner-accent-line {
    height: 6px;
    width: 100%;
    margin-bottom: 30px;
  }

  .partner-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcee337 */.strong-cta-section {
  padding: 120px 20px;
  background: linear-gradient(135deg, #1f3c88, #2f6fed, #4c8dff);
  position: relative;
  overflow: hidden;
}

.strong-cta-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  top: -200px;
  right: -200px;
  filter: blur(80px);
}

.strong-cta-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: #ffffff;
  color: #2f6fed;
  padding: 16px 34px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn-primary:hover {
  background: #f1f1f1;
  transform: translateY(-4px);
}

.cta-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn-secondary:hover {
  background: #ffffff;
  color: #2f6fed;
  transform: translateY(-4px);
}

/* Responsive */

@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98d1369 *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */