@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden !important;
  transition: all 0.5s;
}
:root {
  --black-color: #000;
  --white-color: #fff;
  --fontssize20: 1.25rem;
  --fontssize14: 0.875rem;
  --fontssize10: 0.625rem;
  --fontsize18: 1.125rem;
  --fontsize28: 1.75rem;
  --fontsize24: 1.5rem;
  --fontsize34: 2.125rem;
  --fontsize44: 2.75rem;
  --fontsize50: 3.125rem;
  --fontsize54: 3.375rem;
  --fontsize62: 3.875rem;
  --fontsize64: 4rem;
  --fontsize75: 4.688rem;
}
button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
button {
  border: 0;
  outline: 0;
}
section {
  position: relative;
  padding: 5rem 0;
}
.owl-theme .owl-dots .owl-dot {
  font-size: 0;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #093053;
}
p {
  color: var(--black-color);
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #569adc;
  border-radius: 3px;
  transition: 0.3s;
}
.defult-btn {
  flex: 1 1 auto;
  height: 50px;
  color: var(--black-color);
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16.756px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  transition: 0.3s ease-out;
  border: 1.764px solid #000;
}

:is(.section-heading):is(h1, h2, h3) {
  margin: 1rem 0;
  font-size: var(--fontsize64);
  font-weight: 700;
  /* line-height: 85px; */
  color: var(--black-color);
}
.section-heading p {
  font-size: var(--fontsize18);
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}

/* main-header */
.header-topbar {
  padding: 1rem 0;
}
.contact-details {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.contact-details li {
  font-size: var(--fontssize14);
  color: var(--black-color);
}
.contact-details li img {
  margin-right: 10px;
}
.contact-details li a {
  color: var(--white-color);
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1rem;
}
.social-icons li span {
  font-size: var(--fontssize14);
}
.main-header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.navbar-area {
  background-color: var(--white-color);
  border-radius: 11px;
  padding: 1rem;
}
.navbar {
  padding: 0;
  justify-content: right;
  gap: 30px;
}
.headerlogo img {
  width: 200px;
}

.navbar-nav .nav-link img {
  margin-right: 10px;
  transition: 0.5s ease-in-out;
}

.navbar-nav .nav-link {
  font-size: var(--fontssize18);
  color: var(--black-color);
  font-weight: 600;
}
.offcanvas-end {
  width: 100%;
}
.navbar-nav .nav-link:hover {
  color: #093053;
}
.header-button img {
  margin-left: 10px;
  width: 10px;
}
.defult-btn.header-button {
  width: 200px;
  height: 60px;
  position: relative;
  overflow: hidden;
  transition: all 1000ms;
}

.defult-btn.header-button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #569adc;
  box-shadow: 0 20.666px 41.333px -9.92px rgba(0, 0, 0, 0.25);
  border: none;
}
.defult-btn.header-button:hover img {
  filter: invert(1);
}
.defult-btn.header-button::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(157deg, #569adc 0%, #002255 100%);
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.defult-btn.header-button:hover::before {
  width: 240px;
}
/* end-main-header */
/* main-banner */
.main-banner {
  background: url(../images/bannerbg.jpg) center/cover no-repeat;
  padding: 13rem 0 2rem;
}
.banner-area .section-heading h1 {
  font-size: var(--fontsize75);
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 10px;
  padding-top: 14px;
  line-height: 75.605px;
  letter-spacing: -3px;
}

.banner-tagline {
  background-color: #8fc8ff;
  padding: 10px;
  border-radius: 6.613px;
  color: #03315b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.banner-area .section-heading span {
  color: var(--white-color);
  font-size: 23px;
  font-style: italic;
  font-weight: 500;
  padding: 15px 0 16px;
  display: block;
}
.banner-area .section-heading p {
  font-weight: 400;
  color: #b1c8e8;
  line-height: 29.25px;
}
.banner-area .section-heading .des-text {
  padding: 0;
  font-weight: 400;
  color: var(--white-color);
  line-height: 29.25px;
  font-style: inherit;
  font-size: var(--fontsize18);
  display: contents;
}
.bold-point {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 25px 0;
}
.bold-point li {
  display: flex;
  height: 44.243px;
  padding: 5.34px 12.205px;
  align-items: center;
  gap: 9.154px;
  border-radius: 9.154px;
  border: 0 solid #8fc8ff;
  background: rgba(3, 16, 39, 0.6);
  backdrop-filter: blur(1.5256348848342896px);
}
.bold-point li div {
  color: var(--white-color);
  font-size: var(--fontssize10);
  font-weight: 600;
}
.counting-numbers {
  text-align: center;
}
.counting-numbers * {
  color: var(--white-color);
}
.counting-numbers h6 {
  text-transform: uppercase;
  font-size: var(--fontsize20);
  font-weight: 800;
  margin-bottom: 0;
  padding: 4px 0;
}
.counting-numbers p {
  font-size: var(--fontsize18);
  color: #cbd5e4;
  text-align: center;
  font-size: 6.913px;
  font-weight: 700;
  line-height: 10.37px; /* 150% */
  letter-spacing: 0.691px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.counterul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 427px;
  height: 86px;
  padding: 13px 22.123px 28px 22.123px;
  border-radius: 11.061px;
  border: 2px solid #8fc8ff;
  background: rgba(150, 200, 245, 0.35);
  backdrop-filter: blur(4.147973537445068px);
  margin-top: 1.5rem;
}
/* banner-form */

.banner-form {
  border-radius: 19.84px;
  border: 3px solid #569adc;
  background: linear-gradient(157deg, #569adc 0%, #002255 100%);
  box-shadow: 0 20.666px 41.333px -9.92px rgba(0, 0, 0, 0.25);
  padding: 28px 26px 24px;
  width: 100%;
  max-width: 450px;
  position: relative;
  text-align: center;
}
.banner-form h2 {
  color: var(--white-color);
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
}

/* Airplane icon top-right */
.banner-form .plane-icon {
  position: absolute;
  top: -20px;
  right: -20px;
}

/* Top badge */
.banner-form .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 2.48px;
}

.banner-form .badge-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.banner-form .subtitle {
  color: var(--white-color);
  font-size: 11.061px;
  font-weight: 400;
}

/* Alert banner */
.banner-form .alert-banner {
  background: #699ac9;
  border: 0.827px solid #d9e8f8;
  border-radius: 6.613px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.banner-form .alert-text {
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
}

.banner-form .alert-text strong {
  color: #fff;
}

/* Serving row */
.banner-form .serving-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.banner-form .serving-label {
  color: #e6e6e6;
  font-size: 10px;
  font-weight: 600;
}

.banner-form .flag-pills {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: center;
}

.banner-form .flag-pill {
  color: #64748b;
  background-color: #f8fafc;
  border-radius: 2.675px;
  border: 0.67px solid #e2e8f0;
  padding: 3px 7px;
  font-size: 7.36px;
  font-weight: 700;
}

.banner-form .flag-more {
  font-size: 8px;
  line-height: 11.91px;
  font-weight: 500;
  color: #f6f6f6;
}

/* Form grid */
.banner-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.banner-form .form-group {
  margin-bottom: 10px;
}

.banner-form .form-group.half {
  margin-bottom: 0;
}

.banner-form label {
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
  color: #e6e6e6;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.827px;
  text-transform: uppercase;
  text-align: start;
}

.banner-form label .req {
  color: #57bfff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 2px;
}

.banner-form .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-form .input-wrap svg {
  position: absolute;
  left: 11px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  flex-shrink: 0;
}

.banner-form input,
.banner-form select {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 0.827px solid #d9e8f8;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  padding: 10px 12px 10px 34px;
  outline: none;
}

.banner-form input::placeholder {
  color: #c8dbf6;
  font-size: 11.573px;
  font-weight: 400;
}

.banner-form select {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.45);
}

select option {
  background: #1e4fa8;
  color: #fff;
}

.banner-form input:focus,
.banner-form select:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
}

.banner-form .form-btn {
  width: 100%;
  background: linear-gradient(180deg, #5295d6 0%, #03315b 140.24%);
  border: 2px solid #82c1ff;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 20px;
  margin-top: 5px;
  letter-spacing: 0.2px;
}

.form-btn:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.form-btn:active {
  transform: translateY(0);
}

/* Trust row */
.banner-form .trust-row {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 12px;
}

.banner-form .trust-row p {
  font-size: 11px;
  color: #b8b8b8;
  font-weight: 400;
  line-height: 14.197px;
}

.banner-form .trust-row a {
  color: #fff;
  text-decoration: underline;
}

/* Bottom badges */
.banner-form .badges-row {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
  gap: 4px;
}

.banner-form .badge-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 600;
  color: #8bc6ff;
  letter-spacing: 0.3px;
}

.banner-form .badge-item svg {
  opacity: 0.6;
}

/* end-main-banner */
.counter-wrapper {
  background-color: #161616;
  padding: 40px 0;
}

.counter-box {
  border-right: 1px solid #222;
  display: flex;
  gap: 15px;
  transition: 0.3s ease;
}

.counter-box:hover {
  border-color: #444;
  transform: translateY(-3px);
}

.counter-box .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.counter-content h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.counter-content p {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.4;
}

/* visa-hero-section */
.visa-hero-section {
  background: url(../images/visa-hero-section.png) center/cover no-repeat;
}
.visa-hero-left {
  position: relative;
}
.visa-hero-right .row {
  --bs-gutter-y: 1rem;
}
.visa-hero-right .section-heading {
  margin-top: 1rem;
}
.visa-hero-right .section-heading span {
  color: #569adc;
  padding: 0;
}

.visa-hero-right .description {
  font-family: "Manrope", sans-serif;
  color: var(--black-color);
  font-size: var(--fontsize18);
  line-height: 28px;
  margin-bottom: 34px;
}
.main-image {
  position: relative;
}
.approved-box {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0px 19.14px 65.74px 0px #00000026;
  width: 238px;
  position: absolute;
  bottom: 2.2rem;
  left: -1.2rem;
}
.approved-box h3 {
  color: #569adc;
  font-size: var(--fontsize28);
  font-weight: 800;
  margin: 0;
}

.approved-box p {
  font-size: 15px;
  color: #686868;
  margin: 0;
}
.visa-hero-right .legal-card {
  display: flex;
  align-self: start;
  gap: 10px;
  padding: 0 10px;
  color: #fff;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.legal-icon {
  width: 80px;
}
.vertical-line:before {
  content: "";
  position: absolute;
  background: url(../images/vertical-line.png) no-repeat;
  width: 1px;
  height: 346px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 85%);
}
.visa-hero-right .legal-title {
  font-family: "Domine", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.visa-hero-right .legal-description {
  color: #000;
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  margin: 0;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  border-radius: 7px;
  background-color: #03315b;
  padding: 20px;
  text-align: center;
  grid-auto-flow: row;
}
.calendar li span {
  font-family: "DM Sans", sans-serif;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
.calendar li h4 {
  font-family: "EB Garamond", serif;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.visa-buttons {
  margin: 25px auto 0;
}
.visa-buttons .defult-btn {
  background-color: #569adc;
  color: var(--white-color);
  border-radius: 12px;
  border: 0;
  margin-right: 1rem;
  padding: 10px 34px;
}
.visa-buttons .btn.defult-btn.btn-outline {
  background-color: transparent;
  color: #424242;
  border: 3px solid #d7d7d7;
  padding: 10px 50px;
}

/* visa-hero-section */

/* ── visa-packages-section ── */
.visa-packages-sec {
  background: url(../images/package-bg.png) center/contain no-repeat #03315b;
}
.visa-packages-sec .section-heading {
  color: var(--white-color);
  margin-top: 1rem;
}
.visa-packages-sec .pack-wrapper p {
  font-family: "Manrope", sans-serif;
  font-size: var(--fontsize18);
  color: var(--white-color);
  margin-bottom: 40px;
}
/* ── Card ── */
.visa-card {
  backdrop-filter: blur(17.859872817993164px);
  border: 1.49px solid #569adc;
  border-radius: 23px;
  padding: 52px 32px 32px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 919px;
}

/* ── Card badge ── */
.card-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px 0 12px 0;
  line-height: 1;
}
.badge-popular {
  background-color: #569adc;
  color: #0a1628;
}
/* ── Card title ── */
.card-visa-title {
  font-size: var(--fontsize44);
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 6px;
}
.card-visa-sub {
  font-size: var(--fontssize14);
  font-weight: 500;
  color: #91c5f8;
  margin: 0;
}
.visa-card hr {
  color: #fff;
}
/* ── Feature rows ── */
.feature-list li {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.07); */
}

.feature-label {
  font-size: var(--fontsize18);
  font-weight: 700;
  letter-spacing: 0.82px;
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 4px;
}

.feature-value {
  color: #9ca3af;
  font-weight: 400;
  line-height: 25px;
}

/* ── VS badge ── */
.vs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 1;
  padding: 0;
}
/* ── Bottom CTA row ── */
.cta-note {
  font-family: "Manrope", sans-serif;
  color: var(--white-color);
  margin-bottom: 18px;
}
:is(.visa-packages-sec, .footer-wraper) .visa-buttons .defult-btn {
  background-color: #569adc;
  color: #111415;
}
:is(.visa-packages-sec, .footer-wraper, .cta-sec) .btn.defult-btn.btn-outline {
  color: var(--white-color);
  border: 3px solid #ffffff33;
}
:is(.visa-packages-sec, .footer-wraper, .cta-sec) .defult-btn img {
  filter: invert(1);
}
:is(.visa-packages-sec, .footer-wraper, .cta-sec)
  .visa-buttons
  .defult-btn.btn-outline
  img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(27%) saturate(935%)
    hue-rotate(170deg) brightness(90%) contrast(91%);
}
/* ── visa-packages-section ── */
/* our-process-sec */
/* Lady Justice watermark */
.justice-watermark {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-image: url("../images/our-procees.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
/* ── Slider shell ── */
.process-slider {
  position: relative;
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 40px;
  /* height is set by JS */
}

/* ── Progress line ── */
.progress-line {
  position: absolute;
  left: 18px;
  top: 40px;
  width: 4px;
  height: 80px;
  background-color: #569adc;
  border-radius: 20px;
  z-index: 2;
}

/* ── Arrows ── */
.top-arrow,
.bottom-arrow {
  position: absolute;
  left: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}
.top-arrow {
  top: 0;
}
.bottom-arrow {
  bottom: 0;
}
.top-arrow::before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 28px;
}
.bottom-arrow::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 28px;
}

/* ── Wrapper (GSAP drives transform) ── */
.swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  will-change: transform;
}

/* ── Slide ── */
.swiper-slide {
  flex-shrink: 0;
  opacity: 0.4;
  cursor: pointer;
}

.swiper-slide-active {
  opacity: 1;
}
/* ── Step card ── */
.step-card {
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 14px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.2s ease;
}
.card-icon-box svg {
  width: 32px;
  height: 32px;
}
.step-title {
  font-size: var(--fontsize28);
  font-weight: 600;
  color: var(--black-color);
  margin: 0 0 4px;
  transition: color 0.3s;
}
.step-desc {
  font-weight: 400;
  color: var(--black-color);
  line-height: 1.55;
  margin: 0;
  transition: color 0.3s;
}
.step-badge {
  font-size: 0.68rem;
  background-color: #a9a9a9;
  color: var(--white-color);
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
  transition:
    background 0.3s,
    color 0.3s;
}

/* Active card styles */
.swiper-slide-active .step-card {
  background-color: #569adc;
  box-shadow: 0 8px 32px rgba(94, 162, 234, 0.3);
}
.swiper-slide-active .step-title {
  color: #ffffff;
}
.swiper-slide-active .step-desc {
  color: rgba(255, 255, 255, 0.85);
}
.swiper-slide-active .step-badge {
  background-color: #03315b;
  color: var(--white-color);
}
.swiper-slide-active .card-icon-box svg {
  stroke: #fff;
}

/* RIGHT IMAGE */
.right-image {
  position: relative;
}

.image-box {
  width: 100%;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.image-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s;
}

.image-box img.active {
  opacity: 1;
}

/* our-process-sec */

/* cta */
.cta-sec {
  padding: 4rem 0;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
}
.cta-wraper .section-heading h3 {
  font-size: var(--fontsize50);
  text-transform: uppercase;
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 800;
}
.cta-wraper .section-heading h3 span {
  font-weight: 600;
  color: #569adc;
}
.cta-wraper .section-heading p {
  font-size: var(--fontsize24);
  color: var(--white-color);
  margin: 1rem 0 1.5rem;
}
.cta-sec .visa-buttons .defult-btn {
  background-color: var(--white-color);
  color: var(--black-color);
}
/* end cta */

/* assessment-sec */
.assessment-sec {
  position: relative;
}
.assessment-sec::before {
  content: "";
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/leaf.png) center/cover no-repeat;
  z-index: 0;
}
.assessment-sec::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  background: url(../images/pngwing.com.png) center/contain no-repeat;
}
.assessment-sec .feat {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.assessment-sec .feat-body {
  width: 250px;
}
.assessment-sec .feat-body h4 {
  display: block;
  font-size: var(--fontsize14);
  font-weight: 600;
  color: #000;
}

.assessment-sec .feat-body p {
  font-size: 12px;
  color: #696969;
  line-height: 16px;
}
/* .assessment-sec .visa-buttons .defult-btn {
  margin: 0;
} */
/* ── RIGHT ── */
.step-form {
  background: linear-gradient(
    152.5deg,
    rgba(81, 147, 213, 0.99) -1.81%,
    rgba(3, 38, 89, 0.99) 91.37%
  );
  border-radius: 16px;
  padding: 24px;
  height: -webkit-fill-available;
  position: relative;
  z-index: 1;
}
.result-screen {
  color: var(--white-color);
}
.right-header h3 {
  font-size: var(--fontsize24);
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 2px;
}

.right-header p {
  font-size: var(--fontssize14);
  color: var(--white-color);
}

.steps-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps {
  display: flex;
  align-items: center;
}

.assessment-sec .step {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontsize14);
  font-weight: 700;
  flex-shrink: 0;
}

.assessment-sec .step.active {
  background-color: #03315b;
  color: #fff;
}

.assessment-sec .step.inactive {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.22);
}

.assessment-sec .step-line {
  width: 45px;
  height: 4px;
  border-radius: 12px;
  margin: 0 5px;
  background-color: #afc4dc;
}
.assessment-sec .step-line.active {
  background-color: #03315b;
}
.assessment-sec .q-num {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.assessment-sec .question {
  font-size: 21px;
  font-weight: 700;
  color: var(--white-color);
  line-height: 31px;
  margin: 1.5rem 0;
}

.assessment-sec .options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.assessment-sec .option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.option.selected {
  border-color: var(--white-color);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.check {
  color: #5cd0f0;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.btn-prev {
  font-family: "Manrope", sans-serif;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fontsize14);
  cursor: pointer;
  font-weight: 600;
}
.btn-prev img {
  margin-right: 4px;
}
.btn-next {
  background: #569adc;
  color: var(--black-color);
  border: none;
  padding: 9px 22px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
}
/* assessment-sec */
/* footer-sec */
.footer-sec {
  background: url(../images/footer-bg.jpg) center / cover no-repeat;
  padding: 5rem 0 0;
}
.footer-wraper {
  padding-bottom: 4rem;
}
.footer-wraper .section-heading {
  color: var(--white-color);
}
.footer-wraper p {
  color: var(--white-color);
  margin: 0 10rem;
}
/* ── NAV (bottom of hero) ── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 48px;
  border-top: 1px solid rgba(90, 174, 255, 0.12);
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.18s;
}
:is(.nav-links, .nav-link) a:hover {
  color: #569adc;
}
.copy-right p {
  margin: 0;
  text-align: center;
  padding: 0.5rem;
  color: var(--black-color);
  background-color: #569adc;
}
/* footer-sec */

/* popup-form */
/* popup-form */
#entry-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999990;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.62);
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
}

:is(.popimgarea :is(h3, h2)) {
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-text-stroke-color: var(--black-color);
  text-align: left;
}
.headingpopup {
  padding: 1rem 2rem 1rem 3rem;
}
.headingpopup h4 {
  font-size: 18px;
  color: #0000006b;
}
.popimgarea img {
  border-radius: 0 0 0 22px;
}
.entry-box {
  background: url(../images/popup-bg.png) center/cover no-repeat;
  padding-top: 0;
  padding: 0;
  max-width: 1243px;
  margin: 0 auto;
  border-radius: 22px;
  position: relative;
}

a#entry-box_close {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 59px;
  color: var(--white-color);
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -10px;
  z-index: 999;
  background-color: #03315b;
  box-shadow: 0px 1px 7.5px 0px #000000;
}

.form-btn button {
  background-color: #569adc;
  box-shadow: 1px 10px 20.7px 0px #73b4f480;
  padding: 10px 5rem;
  font-size: 27px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 12px;
  border: none;
}
.form-btn-text {
  font-size: 11px;
  color: var(--white-color);
}
a#entry-box_close svg {
  width: 17px;
  height: 17px;
  position: absolute;
  filter: invert(1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.entry-box .form-text-1 h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}

.entry-box .form-text-1 h4 span {
  color: #78b9f8;
  text-transform: uppercase;
}

.col-sm-12.entry-right {
  padding: 30px;
}

.entry-box .form-text-1 p {
  color: var(--white-color);
  font-size: var(--fontsize14);
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}

.entry-box .form-text-1 p strong {
  text-transform: uppercase;
}

.entry-box label {
  color: var(--black-color);
  text-transform: capitalize;
}

.form-text-1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 2rem;
}

.entry-box .form-control {
  min-height: 65px;
  border-radius: 13px;
  background-color: #ffffff29;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  display: block;
  padding: 15px 24px;
  border: 1.64px solid #94caff;
}

.entry-box .form-control {
  margin-bottom: 1.5rem;
}
.entry-box textarea.form-control {
  height: 135px;
}
.entry-box .form-control::placeholder {
  color: #ffffff;
}

.form-message {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #22c55e;
}


/* green card tool */
.card-panel {
    background: #eff9ff;
    border: 1px solid #0b2444;
    padding: 1.75rem;
    border-radius: 20px;
}

label.form-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #222324;
    font-weight: 700;
    font-family: "Inter", sans-serif !important;
}

select.form-select, input.form-control {
    border-color: #C7BEA9;
    border-radius: 2px;
    font-size: 1rem;
    height: 55px;
    background: transparent;
    border-radius: 10px;
}

select.form-select:focus, input.form-control:focus {
    border-color: #0B2545;
    box-shadow: 0 0 0 .2rem rgba(11,37,69,.15);
}

.field-hint {
    font-size: .75rem;
    color: #5B6472;
    margin-top: .35rem;
    line-height: 1.5;
}

.btn-calc {
    background: #0B2545;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 1rem 1.6rem;
    border-radius: 2px;
    width: 100%;
}

.btn-calc:hover {
    background: 081A33;
    color: #fff;
}

#resultPanel {
    display: none;
    margin-top: 2rem;
}

.result-card {
    background: #0B2545;
    color: #fff;
    padding: 1.75rem;
    border-radius: 2px;
}

.result-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #569adc;
    font-weight: 700;
    margin: 0 0 .5rem;
}

.result-range {
    font-family: Georgia,serif;
    font-size: 2.5rem;
    margin: 10px 0 .3rem;
}

.result-sub {
    font-size: 1rem;
    color: #B9C3D6;
    margin: 1.25rem 0;
}

.result-breakdown {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 1rem;
}

.result-breakdown .row-item {
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.result-breakdown .row-item .k {
    color: #B9C3D6;
}

.result-breakdown .row-item .v {
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.status-badge {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 99px;
    margin-bottom: .9rem;
}

.badge-current {
    background: #E8F1E9;
    color: #2F6B47;
}

.badge-waiting {
    background: #97c4f1;
    color: #03315b;
}

.badge-unavailable {
    background: #F7EAE2;
    color: #A8431C;
}
.cta-panel {
  background: #d7e7f7;
  border: 1px solid #d7e7f7;
  padding:1.5rem 1.75rem;
  margin-top:1.75rem;
  text-align:center;
}
  .cta-panel h3 {
    font-family:Georgia,serif;
    font-weight:400;
    color:#0B2545;
    font-size: 2.5rem;
    margin:0 0 .5rem;
  }
  .cta-panel p {
    font-size: 1rem;
    color:#5B6472;
    margin-bottom:1rem;
  }
  .btn-cta { 
    color:#0B2545;
    font-size: 16px;
    font-weight: 600;
    letter-spacing:.02em;
    background-color: #569adc;
    color: var(--white-color);
    border-radius: 12px;
    border: 0;
    margin-right: 1rem;
    padding: 20px 34px;
  }
  .btn-cta:hover{
    background: #0B2545;
    color:#fff;
  } 
  .green-tool-sec .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/visa-hero-section.png) center / cover no-repeat;
    z-index: 0;
  }
  .green-tool-sec .container {
    position: relative;
  }
  .green-tool-sec {
    background-color: #ecfbff8c;
  }
  .green-tool-sec::before {
    content: "";
    position: absolute;
    width: 200px;
    top: 0;
    /* left: 0; */
    right: 0;
    bottom: 0;
    background: url(../images/leaf.png) center / cover no-repeat;
    z-index: 0;
    transform: scale(-1);
}
/* green card tool end */
