input:focus:not([type="tel"]),
textarea:focus,
select:focus {
  box-shadow: none !important;
}
/* Field Error blinking */
@keyframes error-blink-bg {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #fbf7e1;
  }
  100% {
    background-color: #ffffff;
  }
}
.error-blink-bg .invalid-feedback {
  animation: error-blink-bg 5s ease-in-out 1;
}
/* Field Error blinking */
.grecaptcha-badge {
  visibility: hidden;
}
@media (max-width: 991px) {
  .mob-header-mt {
    margin-top: 68px;
  }
  .visitor_topright {
    padding-top: 10px !important;
  }
}
.css-19bb58m input:focus:not([type="tel"]),
.css-19bb58m textarea:focus,
.css-19bb58m select:focus,
.css-19bb58m input:active,
.css-19bb58m input:hover,
.css-19bb58m input:target,
.css-19bb58m input:focus,
.css-19bb58m input:focus-within,
.css-19bb58m input:focus-visible,
.css-19bb58m input:autofill- {
  border-color: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  background: transparent !important;
  outline: none !important;
}

input:-internal-autofill-selected,
input:-webkit-autofill {
  border-color: none !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  background-color: transparent !important;
  background: transparent !important;
  outline: none !important;
}
.visa-reg-form-select .floating-label {
  margin-bottom: 0px !important;
  width: fit-content;
}
.interest-info-icon {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  top: -8px;
  right: -3px;
  font-size: 12px;
  padding: 1px 7px;
  display: inline-block;
  cursor: pointer;
  animation: shake 0.5s ease-in-out;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-2px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.visa-apply-form .floating-label {
  width: auto !important;
}
@media (max-width: 991px) {
  .floating-label label {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .question-label {
    width: 90%;
  }
}
@media (max-width: 390px) {
  .question-label {
    font-size: 15px;
  }
}

/* tinny-content styles */
.tinny-content {
  font-family: "Poppins", sans-serif !important;
  direction: ltr;
  text-align: left;
}
/* Group 1: Headings */
.tinny-content h1,
.tinny-content h2,
.tinny-content h3,
.tinny-content h4,
.tinny-content h5,
.tinny-content h6 {
  font-family: "Poppins", sans-serif !important;
}

/* Group 2: Text content elements */
.tinny-content p {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content span {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content strong {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content em {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content b {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content mark {
  font-family: "Poppins", sans-serif !important;
}

/* Group 3: Forms and interactive elements */
.tinny-content button {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content input {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content select {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content textarea {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content label {
  font-family: "Poppins", sans-serif !important;
}

/* Group 4: Lists and tables */
.tinny-content ul {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content ol {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content li {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content table {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content tr {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content td {
  font-family: "Poppins", sans-serif !important;
}
.tinny-content th {
  font-family: "Poppins", sans-serif !important;
}

/* Group 5: Layout and semantic tags */
.tinny-content article,
.tinny-content aside,
.tinny-content details,
.tinny-content figcaption,
.tinny-content figure,
.tinny-content section,
.tinny-content time,
.tinny-content audio,
.tinny-content video,
.tinny-content fieldset,
.tinny-content legend,
.tinny-content a {
  font-family: "Poppins", sans-serif !important;
}

/* tinny-content styles */
.lg-show-btn {
  display: block !important;
}

.sm-show-btn {
  display: none !important;
}

@media (max-width: 991px) {
  .lg-show-btn {
    display: none !important;
  }
  .sm-show-btn {
    display: block !important;
    margin: auto;
    justify-content: center;
  }
}

.payment_declained h4 {
  font-size: 20px !important;
  text-transform: capitalize;
}

.payment_declained p {
  font-size: 13px;
  color: #8f7e7e;
}

.payment_declained ul {
  text-align: left;
  padding: 0 0 0 80px;
}

.payment_declained ul li {
  font-weight: 300;
  color: #434343;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .payment_declained ul {
    padding-left: 40px;
  }
}

/* Footer */

.footer {
  padding: 32px 0;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-color: #00000054;
    background-blend-mode: overlay; */
  position: relative;
  z-index: 1;
}

.footer::after {
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.34) 0%,
    rgb(0 0 0 / 51%) 100%
  );
  top: 0px;
  left: 0px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 6;
}

.left-footer h3 {
  font-size: 12px;
  line-height: 17px;
  color: white;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 300;
}

.footer-logo img {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.right-footer h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #f0f0f0;
  position: relative;
}

.right-footer h3::after {
  content: "";
  display: block;
  width: 20%;
  border-bottom: 2px solid var(--primary-color);
  margin-top: 5px;
}

.right-footer ul li {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #f0f0f0;
}

.right-footer ul {
  list-style: none;
  padding-left: 0;
}

.right-footer ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #aeaeae;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-all;
}

.right-footer ul li a:hover {
  color: var(--primary-color);
}

@media (max-width: 992px) {
  .footer-logo {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 35px 0;
    background-blend-mode: overlay;
    background-color: #00000042;
  }

  .footer-inner {
    display: block;
  }

  .footer-logo {
    width: 50%;
    margin: 0 auto;
  }

  .right-footer h3::after {
    margin: 0 auto;
    margin-top: 5px;
  }

  .right-footer {
    margin-top: 20px;
    text-align: center;
  }

  .right-footer ul {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .left-footer h3 {
    text-align: center;
  }

  .footer-logo {
    width: 85%;
    margin-bottom: 15px;
  }

  .footer {
    background-blend-mode: overlay;
    background-color: #000000b2;
  }
}

/* Footer */

.form-label-full-width {
  max-width: 100% !important;
  margin-bottom: 5px;
  font-weight: 400;
  color: #1f2124;
  font-size: 14px;
}



@media (min-width: 1900px) {
   .right-footer ul li{
    font-size: 16px;
  }
  .right-footer ul li a{
    font-size: 17px;
  }
  .right-footer h3{
    font-size: 31px;
  }
}