.elementor-60 .elementor-element.elementor-element-44e1c45{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c33fd24 *//* =========================
   EVISA CUSTOM FOOTER - UPDATED
========================= */

.evisa-custom-footer,
.evisa-custom-footer *,
.evisa-custom-footer *::before,
.evisa-custom-footer *::after {
  box-sizing: border-box;
}

.evisa-custom-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at top left, rgba(77, 141, 255, 0.10), transparent 25%),
    radial-gradient(circle at bottom right, rgba(27, 74, 156, 0.08), transparent 24%),
    linear-gradient(135deg, #081f4d 0%, #0f2f6b 45%, #1b4a9c 100%);
  color: #ffffff;
}

.evisa-custom-footer::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(77, 141, 255, 0.08);
  filter: blur(10px);
  pointer-events: none;
}

.evisa-custom-footer .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* =========================
   TOP GRID
========================= */

.evisa-footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 38px;
}

.evisa-footer-col {
  min-width: 0;
}

.evisa-footer-col h4 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

/* =========================
   ABOUT AREA
========================= */

.evisa-footer-about {
  max-width: 460px;
}

.evisa-footer-about h3 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.18;
  font-weight: 800;
  color: #ffffff;
  max-width: 440px;
  word-break: break-word;
  letter-spacing: -0.03em;
}

.evisa-footer-about p {
  margin: 0;
  max-width: 440px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================
   LINKS
========================= */

.evisa-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.evisa-footer-col ul li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  word-break: break-word;
}

.evisa-footer-col ul li:last-child {
  margin-bottom: 0;
}

.evisa-footer-col ul li a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: all 0.25s ease;
}

.evisa-footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 4px;
}

/* =========================
   CONTACT INFO
========================= */

.footer-contact-list li strong {
  color: #ffffff;
  font-weight: 700;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 12px 20px;
  margin-top: 16px;
  border-radius: 14px;
  background: #ffffff;
  color: #1b4a9c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 12px 24px rgba(8, 31, 77, 0.20);
}

.footer-cta-btn:hover {
  background: #eef4ff;
  color: #0f2f6b;
  transform: translateY(-2px);
}

/* =========================
   PAYMENT STRIP
========================= */

.evisa-payment-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 20px;
}

.payment-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #dbe7ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex: 0 0 auto;
}

.payment-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
}

.payment-card {
  min-width: 88px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
  white-space: nowrap;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
}

.payment-card:hover {
  transform: translateY(-2px);
}

.visa-card {
  background: linear-gradient(135deg, #1434cb 0%, #1a1f71 100%);
}

.mastercard-card {
  background: linear-gradient(135deg, #eb001b 0%, #f79e1b 100%);
}

.paypal-card {
  background: linear-gradient(135deg, #003087 0%, #009cde 100%);
}

.stripe-card {
  background: linear-gradient(135deg, #635bff 0%, #8b5cf6 100%);
}

.visa-card::before,
.mastercard-card::before,
.paypal-card::before,
.stripe-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  pointer-events: none;
}

/* =========================
   FOOTER BOTTOM
========================= */

.evisa-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 22px;
  flex-wrap: wrap;
}

.evisa-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* =========================
   LARGE TABLET / SMALL LAPTOP
========================= */
@media (max-width: 1199px) {
  .evisa-footer-top {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 28px;
  }

  .evisa-footer-about h3 {
    font-size: 30px;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .evisa-custom-footer {
    padding: 58px 0 0;
  }

  .evisa-custom-footer .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .evisa-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    padding-bottom: 30px;
  }

  .evisa-footer-about {
    grid-column: 1 / -1;
    max-width: 100%;
  }

  .evisa-footer-about h3 {
    font-size: 28px;
    max-width: 100%;
  }

  .evisa-footer-about p {
    max-width: 100%;
  }

  .evisa-footer-col h4 {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .evisa-footer-col ul li,
  .evisa-footer-about p {
    font-size: 14px;
    line-height: 1.8;
  }

  .evisa-payment-strip {
    gap: 12px;
    align-items: center;
    justify-content: space-between;
  }

  .payment-cards {
    justify-content: flex-end;
    gap: 10px;
  }

  .evisa-footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .footer-bottom-links {
    justify-content: center;
  }

  .footer-cta-btn {
    min-width: 180px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .evisa-custom-footer {
    padding: 48px 0 0;
  }

  .evisa-custom-footer::before {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -60px;
  }

  .evisa-custom-footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .evisa-footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 26px;
  }

  .evisa-footer-about,
  .evisa-footer-col {
    width: 100%;
    max-width: 100%;
  }

  .evisa-footer-about h3 {
    font-size: 24px;
    line-height: 1.24;
  }

  .evisa-footer-about p,
  .evisa-footer-col ul li {
    font-size: 14px;
    line-height: 1.75;
  }

  .evisa-footer-col h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .evisa-payment-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 14px;
  }

  .payment-cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .payment-card {
    min-width: 100%;
    width: 100%;
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }

  .footer-bottom-links {
    gap: 12px;
  }

  .footer-bottom-links a,
  .evisa-footer-bottom p {
    font-size: 13px;
  }

  .footer-cta-btn {
    width: 100%;
    min-width: 100%;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
  .evisa-custom-footer {
    padding: 42px 0 0;
  }

  .evisa-custom-footer .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .evisa-footer-about h3 {
    font-size: 22px;
  }

  .evisa-footer-about p,
  .evisa-footer-col ul li {
    font-size: 13px;
  }

  .evisa-footer-col h4 {
    font-size: 17px;
  }

  .payment-cards {
    grid-template-columns: 1fr;
  }

  .payment-card {
    width: 100%;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 8px;
  }
}


.evisa-custom-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at top left, rgba(77, 141, 255, 0.10), transparent 25%),
    radial-gradient(circle at bottom right, rgba(27, 74, 156, 0.08), transparent 24%),
    linear-gradient(135deg, #081f4d 0%, #0f2f6b 45%, #1b4a9c 100%);
  color: #ffffff;
}

/* Existing glow */
.evisa-custom-footer::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(77, 141, 255, 0.08);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

/* NEW: logo image as left-side background */
.evisa-custom-footer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  background-image: url("https://forestgreen-gaur-811230.hostingersite.com/wp-content/uploads/2026/04/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  filter: drop-shadow(0 0 12px rgba(255,255,255,0.04));
}

.evisa-custom-footer .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .evisa-custom-footer::after {
    width: 240px;
    height: 240px;
    left: 20px;
    opacity: 0.07;
  }
}

@media (max-width: 767px) {
  .evisa-custom-footer::after {
    width: 180px;
    height: 180px;
    left: 12px;
    top: 80px;
    transform: none;
    opacity: 0.06;
  }
}/* End custom CSS */