@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-ExtraBold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;

}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

footer {
  bottom: 0px;
}

body {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  font-weight: 400;
  font-family: "outfit", serif;


}

label {
  font-family: "outfit", serif;

}

span {
  font-family: "outfit", serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "outfit", serif;
  margin: 0px;
}

a {
  font-family: "outfit", serif;
  text-decoration: none !important;
  border-radius:5px;
}

button {
  font-family: "outfit", serif;
  text-decoration: none !important;
}

b {
  font-family: "outfit", serif;

}

img {
  max-width: 100%;
 
}




/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey;

  border-radius: 0px;

}



/* Handle */

::-webkit-scrollbar-thumb {

  background: #000000;

  border-radius: 10px;

}



/* header css start */
.primary_header {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 14px 0px;

}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 6px 0px;
  border-top: 1px solid #c9c9c9;
  z-index: 999;
  background: #ffffff;
}

.sticky .navbar ul li a {
  color: black;
}

.sticky .navbar ul li a:hover {
  color: black;
}


.primary_header .navbar {
  padding: 0;
  width: 100%;
  height: 100%;
}

.primary_header .navbar-img img {
  width: 150px;
  background: white;
  padding: 0px 1px;
  border-radius: 4px;
}

.primary_header .navbar-img:focus-visible {
  outline: none !important;
}

.primary_header .navbar-img img:focus-visible {
  outline: none !important;
  ;
}




.primary_header .navbar ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  padding: 7px 12px;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;

}

.primary_header .navbar ul li a:hover {
  color: #14ca76;

  transition: all 0.25s ease;
  transform: translateY(-5px);
}

.primary_header .navbar ul li a.header_btn {
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  padding: 5px 30px;
}

.primary_header .navbar ul li a.header_btn:hover {
  color: black;
}





.primary_header .navbar-nav .dropdown-menu {
  padding: 50px 10px 60px 10px;

}

.primary_header .navbar-nav .dropdown-menu a {
  width: 100%;
  display: inline-block;
  transition: all 0.2s linear;
  padding: 7px 10px 4px 11px;
  margin-bottom: 5px;
  color: #4c4a4a;
  font-size: 18px;
}

.primary_header .navbar-nav .dropdown-menu a i {
  font-size: 14px;
  margin-right: 4px;
}

.primary_header .navbar-toggler {
  background: #f0f0f0;
  font-size: 18px;
  border-radius: 0px;
  font-weight: 400;
  border: none;
  letter-spacing: 1.4px;
  width: 53px;
  position: relative;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.primary_header .navbar-toggler:focus {
  box-shadow: none;
  border: none;
}



.primary_header .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;

}

.sticky-top {
  top: 100px !important;
}


/* MEGA MENU */

.primary_header .mega-dropdown {
  position: static !important;
}

.primary_header .mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0 !important;
}

@media(max-width:992px) {
  .primary_header .mega-dropdown {
    position: unset !important;
  }
}



.primary_header .mega-menu a:hover {
  text-decoration: underline !important;
}

.primary_header .mega-title {
  color: rgb(0, 0, 0);
  font-size: 28px;
  font-weight: 600;
  border-right: 2px solid #5c5c5c;
}


/* HOVER SUPPORT */

@media(min-width:992px) {

  .primary_header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    transition: all 0.5s ease;
  }
}

.primary_header .mega-menu .child_types li a {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.primary_header .mega-menu .child_types li::marker {
  color: rgb(153, 153, 153);
}

/* header css end */

.homeSlider {
  position: relative;
  overflow: hidden;

}

.homeSlider .z_index {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  padding: 70px 0px;

}

.homeSlider .form_wrapper {
 
  border-radius: 20px;
  position: relative;
}

.homeSlider .form_wrapper ul {
  display: flex;
  justify-content: center;
  gap: 12px 30px;
  padding: 0px;
  margin-bottom: 65px;
  flex-wrap: wrap;
  align-items: center;
}

.homeSlider .form-group>* {
  flex: 1;
}

.homeSlider .form_wrapper ul a {
  font-size: 16px;
  font-weight: 400;
  color: black;

}

.homeSlider .form_wrapper ul a:hover {
  color: #22af7e;
  transition: 0.5s all ease;
}

.homeSlider .form_wrapper ul a i {
  margin-right: 4px;
  font-size: 16px;
}

.homeSlider h1 {
  font-size: 42px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;

}

.homeSlider h1 span {
  color: #000000;
  background: linear-gradient(135deg, #7FFFD4, #b328a457);
  padding: 0px 14px;
}

.homeSlider img {
  width: 100%;
  max-height: 535px;
  object-fit: cover;
  object-position: 100% 34%;

}

/* .homeSlider .overlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 13%) 35%, #ffffff 88%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    z-index: 9;
    
    justify-content: center;
} */


.homeSlider form label {
  font-size: 16px;
  text-align: end;
  font-weight: 600;
  margin-bottom: 3px;
  color: black;
  padding-right: 15px;
}

@media(max-width:992px) {
  .homeSlider form label {
    font-size: 16px;
  }
}

.homeSlider form select {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
}

.homeSlider form select:hover {
  transition: all 0.5s ease;
  border: 1px solid black;
}

.homeSlider form button {
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  border: none;
  background: #000000;
  color: white;
  border-radius: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.homeSlider form button i {
  font-size: 18px;
}

.homeSlider form button:hover {
  transition: 0.5s all ease;
  transform: translateY(-5px);
  background: #444444;
}

.homeSlider form a {
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  border: none;

  background: linear-gradient(135deg, #7FFFD4, #28b383);
  color: #000000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
}

.homeSlider form a i {
  font-size: 18px;
}

.homeSlider form a:hover {
  transition: 0.5s all ease;
  transform: translateY(-5px);
  background: linear-gradient(135deg, #66CDAA #7FFFD4);
}

#country {
  transition: opacity 0.5s ease-in-out;
}


.homeSlider .owl-theme .owl-dots {
  display: none;
}

.homeSlider .owl-theme .owl-nav {
  display: none !important;
  position: absolute;
  display: flex;
  top: 100px;
  background: white;
  justify-content: center;
  align-items: center;

}

.homeSlider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}

.homeSlider .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
}

.tsg-difference-section {

  padding: 90px 0;
}


.tsg-difference-section .tsg-title {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.tsg-difference-section .tsg-title span {
  border-bottom: 5px solid #7efed3;
}

.tsg-difference-section .tsg-card {
  padding: 0 20px;
}

.tsg-difference-section .tsg-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}

.tsg-difference-section .tsg-card .tsg-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
}


.tsg-difference-section .tsg-card .tsg-heading {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 18px;
}


.tsg-difference-section .tsg-card .tsg-text {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
}


.tsg-difference-section .tsg-card .tsg-link {
  font-size: 18px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.tsg-difference-section .tsg-card .tsg-link:hover {
  color: #084298;
  border-color: #084298;
}



@media (max-width: 991px) {
  .tsg-difference-section .tsg-title {
    font-size: 36px;
  }

  .tsg-difference-section .tsg-card .tsg-heading {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tsg-difference-section {
    padding: 60px 0;
  }

  .tsg-difference-section .tsg-title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .tsg-difference-section .tsg-card {
    text-align: center;
    margin-bottom: 50px;
  }

  .tsg-difference-section .tsg-card .tsg-text {
    font-size: 16px;
  }
}


.process-section {

  margin: 0 auto;
  --green-primary: linear-gradient(135deg, #7FFFD4, #28b383);
  --green-light: #d4f5e2;
  --green-mid: #a8e6c3;
  --teal-dark: #000000;
  --body-text: #4c4c4c;
  --card-bg: linear-gradient(135deg, #7FFFD4, #44c397a8);
  --radius-card: 1.25rem;
}

.process-section img {
  width: 100%;
  max-height: 365px;
}

.section-heading {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}


.process-card {
  background: var(--card-bg);
  border-radius: var(--radius-card);
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 32px rgba(0, 0, 0, .07);


}


.steps-track {
  position: relative;

}
.steps.main_page .desc {
  text-align: center;
  font-size: 15px;
}
.steps-track::before {
  content: '';
  position: absolute;
  left: 21px;
  top: 44px;
  width: 10px;
  bottom: 22px;
  background: var(--green-light);
  border-radius: 2px;
  z-index: 0;
}


.steps-track::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 44px;
  width: 2px;
  bottom: 22px;
  background: linear-gradient(to bottom, var(--green-primary), var(--green-mid));
  border-radius: 2px;
  z-index: 1;

  transform-origin: top center;

}


.step-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}

.step-item+.step-item {
  margin-top: 2.4rem;
}


.step-badge {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--green-primary);
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px #fff;





}




.step-content {
  padding-top: 0.1rem;

}


.step-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--teal-dark);
  margin-bottom: 0.3rem;
}

.step-content p {
  font-size: clamp(0.87rem, 2vw, 0.98rem);
  color: var(--body-text);
  margin-bottom: 0;
  line-height: 1.65;
}


.step-item:hover .step-badge {
  transform: scale(1.12);
  box-shadow: 0 0 0 4px #fff, 0 0 0 9px rgba(29, 185, 84, .2);
  transition: transform .25s ease, box-shadow .25s ease;
}



@media (max-width: 576px) {
  .process-card {
    padding: 1.75rem 1.25rem;
  }

  .steps-track::before,
  .steps-track::after {
    left: 19px;
  }
}

.bottom_footer {
  background: linear-gradient(to bottom, #2b2b2b, #070707);

}

.bottom_footer .wrapper {
  padding: 47px 0px 10px 0px;


}


.contact-hero {
  background: white;
  position: relative;
  overflow: hidden;
}



.contact-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 100px 20px 101px 20px;
  background: #efefef;
 

  border-bottom: 2px solid #d2d2d2;

}

.contact-hero .wrap_box {
  max-width: 940px;
  background: #ffffffeb;
  padding: 20px 30px;
  margin: 0px auto;
  position: relative;
  bottom: -137px;
  border-radius: 5px;
}

@media(max-width:992px) {
  .contact-hero .hero-content {
    padding: 0px 20px 101px 20px;
  }

  .primary_header .navbar ul li a img {
    display: none;
  }
}

.contact-hero .hero-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 10%, rgb(0 0 0 / 0%) 40%, #00000024 100%);
  background-position: center;
  z-index: -1;
}

.contact-hero .hero-content.bg_img_main {
  background-image: url('../images/banner/hmain.webp');
  background-size: cover;
  background-position: 100% 0%;
  min-height: 480px;

}
.contact-hero .hero-content.bg_img_600 {
  background-image: url('../images/banner/hero600.webp');
  background-size: cover;
  background-position: 100% 88%;
  min-height: 565px;

}

.contact-hero .hero-content.bg_img_651 {
  background-image: url('../images/banner/hero651.webp');
  background-size: cover;
  background-position: 100% 51%;
  min-height: 565px;

}

.contact-hero .hero-content.blog_detail_img {
  background-image: url('../images/other/tg1.webp');
  background-size: cover;
  background-position: 100% 32%;
}

.contact-hero h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);

}

.contact-hero p {
  font-size: 18px;
}

.contact-hero p.muted_text {
  font-size: 19px;
  letter-spacing: 8px;
  margin-bottom: 5px;
  color: rgb(126 126 126 / 75%);
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.contact-hero .wrap_box_type {
  max-width: 940px;
  background: #ffffffeb;
  padding: 20px 30px;
  margin: 0px auto;
  position: relative;
  bottom: 0px;
  border-radius: 5px;
  height: 100%;
  display: flex;
   
  gap:5px 15px;
}

.contact-hero .wrap_box_type img{ 
  width: 120px;
    height: auto;
    object-fit: cover;
}
.brfore_element::before{
  background: radial-gradient(ellipse 90% 80% at 50% 10%, rgb(0 0 0 / 0%) 40%, #000000a1 100%);
}

.contact-hero .parent_wrapper{
  max-width: 1200px;
  margin: 0px auto;
  bottom: -85px;
    position: relative;
}
.contact-hero .parent_wrapper a {
  color: black;
}
.contact-hero .hero_heading{
  color: white;
  font-size: 54px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
@media(max-width:768px){
  .contact-hero .hero_heading{
    font-size: 40px;
  }
}
.contact-hero .info{
  flex: 1;
}
.contact-hero .info h2,
.contact-hero .info h3{
  font-size: 24px;
}

.contact-hero .info p {
  font-size: 14px;
      margin-bottom: 4px;
}


.bottom_footer .footer_logo {
  width: 180px;
  margin-bottom: 16px;
}

.bottom_footer p {
  font-size: 14px;
  font-weight: 300;
  color: white;
}

 

.bottom_footer .footer_about ul li::marker {
  color: white;
}

.bottom_footer .footer_about a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 3px;
    display: inline-block;
}

 

.bottom_footer .headings ul li::marker {
  color: white;
}

.bottom_footer .headings h6 {
  color: white;
}

.bottom_footer .headings a {
  font-size: 14px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 3px;
    display: inline-block;
}

.bottom_footer a:hover {
  color: #14ca76;
  transition: all 0.5s ease;
 
}

.bottom_footer .card img {
  min-height: 115px;
  object-fit: cover;
  height: 115px;
}
.bottom_footer .contact_box ul {
    list-style:none!important;
    padding: 0;
}
.bottom_footer .contact_box i{
    margin-right: 5px;
}


.contact-methods {
  background: linear-gradient(to bottom, white 0%, var(--surface-color) 100%);

}

.contact-methods img {
  height: 100%;
  border-radius: 28px;
}

.contact-methods h2 {
  font-size: 28px;
  margin-bottom: 3rem;
  text-align: center;
  color: black;
}

.contact-methods h2 i {
  color: #1f88b7;
  margin-right: 15px;
}

.contact-methods .method-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;

  height: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #d5d5d5;
}

.contact-methods .method-card.first_box {
  background: linear-gradient(135deg, #f5f3ff, #fefeff, #ecfeff);
}

.contact-methods .method-card.first_box i {
  color: #0b83d1;
}

.contact-methods .method-card.first_box h4 {
  color: #000000;
}

.contact-methods .method-card.first_box p {
  color: #000000;
}

.contact-methods .method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}

.contact-methods .method-card i {
  font-size: 3.5rem;
  color: #1f87b6;
  margin-bottom: 25px;
  display: block;
}

.contact-methods .method-card h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: black;
  font-weight: 600;
}

.contact-methods .method-card p {

  margin-bottom: 0;
  line-height: 1.7;
}

.contact-methods form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-methods form .form-group {
  margin-bottom: 20px;
}

.contact-methods form input {
  padding: 10px 15px;
}

.contact-methods form input:focus {
  box-shadow: none;
}

.contact-methods form textarea:focus {
  box-shadow: none;
}

.contact-methods form button {
  border-radius: 32px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  border: none;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  width: 100%;
}

.contact-methods form button:hover {
  transform: translateY(-5px);
  transition: all 0.8s ease;
}

.error-404 {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 15px;
}

.error-404 .error-container {
  max-width: 720px;
  width: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.error-404 .error-content h1 {
  font-size: 96px;
  font-weight: 800;
  color: #0B5FA5;
  margin-bottom: 10px;
}

.error-404 .error-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-404 .error-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.error-404 .error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-404 .btn {
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.error-404 .btn-primary {
  background: #0B5FA5;
  color: #fff;
}

.error-404 .btn-primary:hover {
  background: #094e87;
}

.error-404 .btn-outline {
  border: 2px solid #0B5FA5;
  color: #0B5FA5;
}

.error-404 .btn-outline:hover {
  background: #0B5FA5;
  color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .error-404 .error-content h1 {
    font-size: 72px;
  }

  .error-404 .error-content h2 {
    font-size: 24px;
  }
}

.content_box {
  margin-top: 100px;
}

.content_box h6 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
  color: #000;
  border-bottom: 1px solid #000000;
}

.content_box .wrapper {
  margin-bottom: 30px;
}

.content_box .wrapper p {
  font-size: 18px;
  font-weight: 300;
  color: #404040;
}


.disclaimer {
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}





@media(max-width:992px) {
  .ms-auto {
    margin-left: 0px !important;
  }

  .primary_header .responsive_display {
    display: block;
  }

  .primary_header .navbar-nav .dropdown:hover>.dropdown-menu {
    width: 100%;
  }


  .offcanvas {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    width: 100%;
  }

  .offcanvas .btn-close {
    color: #ffffff !important;
    opacity: 1;
    background-color: #FFC107;
    font-size: 24px;

  }


  .offcanvas .offcanvas-body ul li a {
    display: inline-block;
    margin: 10px 0px;
    color: #000;
    width: 100%;
  }


}

@media(max-width:768px) {

  .homeSlider .form_wrapper ul {
    margin-bottom: 55px;

  }

  .homeSlider form a {
    margin-top: 15px;
  }

  .homeSlider h1 {
    font-size: 32px;
  }

  .contact-hero h1 {
    font-size: 26px;
  }

  .primary_header .navbar-brand img {
    width: 160px;
  }



  .primary_header .navbar-collapse {
    position: relative;
    padding: 36px 0px;
    text-align: right;
    width: 100%;
  }



}

@media(max-width:768px) {
  .homeSlider img {
    height: 100vh;
    max-height: 100%;
  }


  .order_2 {
    order: 2 !important;
  }

  .order_1 {
    order: 1 !important;
  }


}


.support-help-section .wrapper {
  padding: 40px;
  background: #6defc39e;
  border-radius: 45px;
}

.support-help-section .support-help-content {
  text-align: center;

}

.support-help-section .support-badge {
  background: #e0e7ff;
  color: #4338ca;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.support-help-section .support-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
}

.support-help-section .support-text {
  color: #475569;
  font-size: 16px;
}

.support-help-section .support-hours {
  gap: 10px;
  color: #334155;
  font-size: 15px;
}

/* Cards */
.support-help-section .support-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.support-help-section .support-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.support-help-section .support-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.support-help-section .support-icon.phone {
  background: #f6f6f6;
  color: #000000;
}

.support-help-section .support-icon.email {
  background: #f6f6f6;
  color: #000000;
}

.support-help-section .support-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}

.support-help-section .support-card-text {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 20px;
}

.mb-faq-modern {
  background: #f8f8f8;
}

.mb-faq-modern__question:not(.collapsed) i {
  transform: rotate(180deg);
}

.mb-faq-modern__question.collapsed {
  color: red;
}

.mb-faq-modern .mb-faq-modern__title {
  font-weight: 600;
  color: #0f172a;
  font-size: 32px;
}

.mb-faq-modern .mb-faq-modern__subtitle {
  color: #475569;
  max-width: 52ch;
  margin-inline: auto;
}


.mb-faq-modern .mb-faq-modern__accordion {
  display: grid;
  gap: 16px;
}


.mb-faq-modern .mb-faq-modern__item {
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);

  overflow: hidden;
}


.mb-faq-modern .mb-faq-modern__question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 18px 22px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-size: 18px;
}

.mb-faq-modern .mb-faq-modern__question span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mb-faq-modern .mb-faq-modern__question i:first-child {
  color: #2563eb;
  font-size: 1.1rem;
}


.mb-faq-modern .mb-faq-modern__answer {
  padding: 0 22px 20px;
  color: #475569;
  line-height: 1.6;
}


.mb-faq-modern .mb-faq-modern__question .fa-chevron-down {
  transition: transform .25s ease;
}

.mb-faq-modern .mb-faq-modern__question:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}


@media (max-width: 575px) {
  .mb-faq-modern .mb-faq-modern__question {
    padding: 16px 18px;
    font-size: 0.95rem;
  }

}


.mb-faq-modern img {
  width: 100%;
 
  object-fit: contain;
  object-position: top;
}

.top_disclaimer {
  background: #eef2f5;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0px;
  color: #0000008a;
}



.mara_link:hover {
  color: #005ee9 !important;
}


.eigibilsucess p {
  display: flex;
  align-items: start;
  flex-direction: column;

}

.eigibilsucess a {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 16px;
  border-radius: 44px;
  font-size: 14px;
  margin-top: 10px;
}



.trip-showcase {
  background: #f3f3f3;
}

.trip-showcase .trip-showcase__heading {
  font-weight: 800;
  font-size: 2rem;
}

.trip-showcase .trip-showcase__card {
  background: #7efed3;
  padding: 25px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.trip-showcase .trip-showcase__title {
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.trip-showcase .trip-showcase__number {
  font-size: 1.4rem;
  font-weight: 800;
  display: block;
}

.trip-showcase .trip-showcase__label {
  font-size: 0.9rem;
  text-transform: lowercase;
}

.trip-showcase .trip-showcase__btn {
  background: #000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.trip-showcase .trip-showcase__btn:hover {
  background: #333;
}

.trip-showcase .trip-showcase__image {
  margin-top: 20px;
  border-radius: 14px;
  overflow: hidden;
}

.trip-showcase .trip-showcase__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
}


.travel-sort-section {
  background: #eef7c8;
  padding: 58px 0px;

}

.travel-sort-section .ts-content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}


.travel-sort-section img {
  max-height: 435px;
  width: 100%;
  object-fit: cover;
  margin-top: 47px;
  border-radius: 47px;
  object-position: center;
  transform: scale(1.3);
  animation: zoomOut linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 60%;
}

.travel-sort-section .ts-text-block a {
  background: black;
  margin-top: 26px;
  padding: 10px 26px;
  display: inline-block;
  color: white;
  border-radius: 5px;
}

@media(max-width:768px) {
  .travel-sort-section .ts-content-wrapper {
    display: inline-block;
  }

  .travel-sort-section img {
    animation: none;
    transform: none;
  }

}

@keyframes zoomOut {
  from {
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
  }
}


.steps {
  background: #ffffff;
  border-radius: 24px;
  padding: 56px 40px 60px;
  margin: 0px auto;
  max-width: 1200px;
  overflow: hidden;
}


.steps__title {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: -0.02em;
}

.steps__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: steps__fadeUp 0.6s ease both;
  position: relative;
}

.steps .steps__item-card i {
  font-size: 29px;
  color: #000000;
  background: white;
  padding: 4px 16px;
  border-radius: 11px;
}

.steps__item:nth-child(1) {
  animation-delay: 0.10s;
}

.steps__item:nth-child(2) {
  animation-delay: 0.25s;
}

.steps__item:nth-child(3) {
  animation-delay: 0.40s;
}

@keyframes steps__fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.steps .sub_title {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.steps__item-card {
  background: linear-gradient(135deg, #7FFFD4, #28b383);
    border-radius: 14px;
    padding: 6px 13px 5px;
    width: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.35s cubic-bezier(.22, .61, .36, 1), box-shadow 0.35s ease;
    min-height: 64px;
}
 .cta_btn{
  /* background: linear-gradient(135deg, #7FFFD4, #57cda4); */
     color: #000000;
    padding: 3px 4px;
    font-size: 18px;
    border: none;
    display: inline-block;
    z-index: 99;
    position: relative;
    border-bottom: 3px solid rgb(13 110 253);
    text-align: left;
    font-weight: 500;
}
 .cta_btn:hover {
  /* background:#74ffcf; */
  color: #000000;
  border-bottom: 3px solid #28b383;
  transition:background 0.5s linear;
}
.steps__item:hover .steps__item-card {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
}


.steps__item-card-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.steps__item-card-row:last-child {
  margin-bottom: 0;
}


.steps__item-card-row--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.steps__item-card-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b0bec5, #78909c);
  display: inline-block;
  flex-shrink: 0;
}


.steps__item-card-line {
  height: 8px;
  border-radius: 4px;
  background: #e0e6ed;
  display: inline-block;
}

.steps__item-card-line--sm {
  width: 55px;
}

.steps__item-card-line--md {
  width: 75px;
}

.steps__item-card-line--accent {
  background: #ff8a65;
  width: 30px;
}

@keyframes steps__btnPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(25, 118, 210, 0);
  }
}


.steps__item-card-envelope-row {
  display: flex;
  align-items: center;
  gap: 14px;
}


.steps__item-card-envelope {
  width: 44px;
  height: 38px;
  border: 2px solid #bdbdbd;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.steps__item-card-envelope::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  height: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.steps__item-card-envelope-check {
  position: absolute;
  bottom: -8px;
  left: 44px;
  width: 20px;
  height: 20px;
  background: #26a69a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  animation: steps__popIn 0.4s 0.8s cubic-bezier(.36, 1.4, .64, 1) both;
  top: 50px;
}

@keyframes steps__popIn {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}


.steps__item-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 16px;
  flex-shrink: 0;
  background: #fff;
  transition: transform 0.3s ease;
  top: -10px;
  margin: auto;
  position: relative;
}

.steps__item:hover .steps__item-badge {
  transform: scale(1.15);
}

.steps__item-badge--orange {
  border: 2.5px solid #ff7043;
  color: #ff7043;
}

.steps__item-badge--blue {
  border: 2.5px solid #1976d2;
  color: #1976d2;
}

.steps__item-badge--teal {
  border: 2.5px solid #26a69a;
  color: #26a69a;
}


.steps__item-heading {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a2e;
  margin-bottom: 10px;
  text-align: center;
}


.steps__item-body {
  font-size: 16px;
  color: #5a6474;
  line-height: 1.65;
  text-align: center;
}


.steps__connector {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 38px;
}

.steps__connector-line {
  width: 70px;
  border-top: 2.5px dashed #9ab0cb;
  position: relative;
  animation: steps__drawLine 1s 0.5s ease both;
}

@keyframes steps__drawLine {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 70px;
    opacity: 1;
  }
}

.steps__connector-line::after {
  content: '›';
  position: absolute;
  right: -10px;
  top: -44px;
  color: #9ab0cb;
  font-size: 48px;
}


@media (max-width: 767px) {
  .steps {
    padding: 36px 20px 40px;
    border-radius: 18px;
  }

  .steps__connector {
    transform: rotate(90deg);
    margin: 8px 0;
  }



}


.process-section a {
  background: black;
  margin-top: 26px;
  padding: 10px 26px;
  display: inline-block;
  color: white;
  border-radius: 5px;

}

.blog_list .blog-card {
  margin-bottom: 20px;
  background: black;
  overflow: hidden;
}

.blog_list .blog-card:hover {
  background: #272727;
  transition: all 0.5s ease;
}

.blog_list .blog-card img {
  height: 200px;
  width: 100%;
  object-fit: cover;

}

.blog_list .blog-card h6 {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.blog_list .blog-card-body {
  padding: 20px 20px;
}

.blog_list .blog-card-body h6 a {
  color: white;
  font-size: 18px;
}

.blog_list .blog-card a.link {
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0px 8px;
}

.blog_list .blog-card:hover a.link {
  color: #14ca76;
}

.visa-section {
  --visa-bg: #ebf5f2;
  --visa-panel: #ffffff;
  --visa-accent: #0d6e5c;
  --visa-accent-glow: #16a085;
  --visa-tab-idle: #ebf5f2;
  --visa-tab-hover: #d2dece;
  --visa-tab-active: #0d6e5c;
  --visa-text: #1a2a22;
  --visa-muted: #5a7060;
  --visa-border: #c6d4c0;
  --visa-radius: 14px;
  --visa-shadow: 0 8px 40px rgba(13, 110, 92, .12);
}


.visa-section {

  padding: 40px 20px;
  color: var(--visa-text);
  position: relative;
  overflow: hidden;
}

.visa-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 110, 92, .10) 0%, transparent 70%);
  top: -100px;
  right: -150px;
  pointer-events: none;
}

.visa-section__heading {

  font-size: 34px;
  color: var(--visa-text);
  margin-bottom: 10px;
  letter-spacing: -.5px;
  animation: fadeDown .6s ease both;
}

.visa-section__subline {
  color: #606060;

  margin-bottom: 0px;
  animation: fadeDown .7s .08s ease both;
}


.visa-section .visa-card {
  background: var(--visa-panel);
  border-radius: var(--visa-radius);
  box-shadow: var(--visa-shadow);
  overflow: hidden;
  animation: fadeUp .7s .15s ease both;
}


.visa-section .visa-nav {
  background: linear-gradient(135deg, #7FFFD4, #28b38394);
  border-right: 2px solid var(--visa-border);
  padding: 12px 0;
  min-width: 240px;
}

.visa-section .visa-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: black;
  border-radius: 0;
  padding: 13px 22px;
  border-left: 3px solid transparent;
  transition: background .22s, color .22s, border-color .22s, padding-left .22s;
  position: relative;
  text-align: left;
      border-bottom: 1px solid #5ca75fad;
}

.visa-section .visa-nav .nav-link:hover {
  background: var(--visa-tab-hover);
  color: var(--visa-accent);
  padding-left: 26px;
}

.visa-section .visa-nav .nav-link.active {
  background: var(--visa-panel);
  color: var(--visa-accent);
  border-left-color: var(--visa-accent);
  font-weight: 600;
  padding-left: 26px;
}


.visa-section .visa-pane {
  padding: 42px 44px;
  flex: 1;
}

.visa-section .tab-pane {
  animation: paneFade .35s ease both;
}

.visa-section .visa-pane__title {

  font-size: 1.6rem;
  color: var(--visa-text);
  margin-bottom: 14px;
}

.visa-section .visa-pane__desc {
  color: black;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 26px;
}

.visa-section .visa-pane__subtitle {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--visa-accent);
  margin-bottom: 14px;
}

.visa-section .req-list {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visa-section .req-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9rem;
  color: var(--visa-text);
  background: var(--visa-bg);
  border: 1px solid var(--visa-border);
  border-radius: 8px;
  padding: 10px 14px;
  animation: slideIn .3s ease both;
}

.visa-section .req-list li:nth-child(1) {
  animation-delay: .05s
}

.visa-section .req-list li:nth-child(2) {
  animation-delay: .10s
}

.visa-section .req-list li:nth-child(3) {
  animation-delay: .15s
}

.visa-section .req-list li:nth-child(4) {
  animation-delay: .20s
}

.visa-section .req-list li:nth-child(5) {
  animation-delay: .25s
}

.visa-section .req-list li:nth-child(6) {
  animation-delay: .30s
}

.visa-section .req-list li .req-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--visa-accent-glow);
  flex-shrink: 0;
  margin-top: 5px;
}


.visa-section .btn-visa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  color: #000;
  border: none;
  border-radius: 0px;
  padding: 13px 28px;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;

  box-shadow: 0 4px 18px rgba(13, 110, 92, .25);
  text-decoration: none;
}

.visa-section .btn-visa:hover {
  background:#59dbb0;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(13, 110, 92, .35);
  color: #000000;
}

.visa-section .btn-visa svg {
  transition: transform .22s;
}

.visa-section .btn-visa:hover svg {
  transform: translateX(4px);
}


.visa-section .visa-badge {
  display: inline-block;
  background: rgba(13, 110, 92, .08);
  color: var(--visa-accent);
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .8px;
  padding: 2px 8px;
  margin-left: 6px;
  vertical-align: middle;
  text-transform: uppercase;
}


@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-18px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes paneFade {
  from {
    opacity: 0;
    transform: translateX(10px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-8px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@media (max-width: 768px) {
  .visa-section .visa-nav {
    min-width: 100%;
    border-right: none;
    border-bottom: 2px solid var(--visa-border);
  }

  .visa-section .visa-pane {
    padding: 28px 20px;
  }
}

.eligible_country {
  --gold: #c9a84c;
  --gold-light: #f0d98b;
  --navy: #1a2b4a;
  --cream: #fdfaf4;
  --muted: #6b7280;
  --border: rgba(201, 168, 76, 0.25);
  --card-bg: rgba(255, 255, 255, 0.72);
  --shadow: 0 4px 24px rgba(26, 43, 74, 0.08);
}

.eligible_country .nav-pills .nav-link.active,
.eligible_country .nav-pills .show>.nav-link{
  background: #31bb8b!important;
}
.eligible_country .nav-pills .nav-link{
  background: #f2f2f2;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.eligible_country {
  position: relative;
  padding: 48px 0 40px;
  overflow: hidden;

}

.eligible_country::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url('../images/other/ctabg.webp');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.5;
  z-index: 0;
}


.eligible_country::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 10%, rgb(255 255 255 / 75%) 40%, #ffffff 100%);
  z-index: 1;
}


.eligible_country .content {
  position: relative;
  z-index: 2;
}


.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);

  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.eligible_country h2 {

  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 12px;
}

.eligible_country h2 span {
  color: var(--gold);
}


.eligible_country .subtitle {

  font-size: .95rem;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 40px;
  max-width: 480px;
}


.gold-divider {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin-bottom: 32px;
}

.country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}

.country-list li {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: .875rem;
  font-weight: 400;
  color: var(--navy);
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: default;

}

/* Flag icon sizing */
.country-list li .fi {
  width: 22px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}


.country-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(26, 43, 74, 0.13);
  border-color: var(--gold);
}


.note-box {
  margin-top: 36px;
  background: rgba(255, 255, 255, 0.82);
  border-left: 3px solid var(--gold);
  border-radius: 0 8px 8px 0;
  padding: 14px 20px;
  
  font-size: .85rem;
  color: var(--muted);
  backdrop-filter: blur(6px);
}

.note-box strong {
  color: var(--navy);
}

.corner-accent {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 110px;
  height: 110px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}

.corner-accent::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
}


@media (max-width: 576px) {
  .country-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .eligible_country {
    padding: 70px 0 60px;
  }
}



/************ */

.page-root {
  padding: 60px 20px 100px;
  overflow-x: hidden;
  position: relative;
  --bg: #f0f4ff;
  --surface: #ffffff;
  --line: #dde3f0;
  --c1: #2563eb;
  --c2: #7c3aed;
  --c3: #d97706;
  --c4: #059669;
  --text: #111827;
  --muted: #6b7280;
}

.page-root__bg-glow {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(700px 500px at 5% 10%, rgba(37, 99, 235, 0.07) 0%, transparent 70%),
    radial-gradient(600px 600px at 95% 90%, rgba(124, 58, 237, 0.06) 0%, transparent 70%),
    radial-gradient(400px 400px at 55% 50%, rgba(5, 150, 105, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.page-root .page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-root .section-header {
  text-align: center;
  margin-bottom: 56px;
  animation: dropIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes blink {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.3;
    transform: scale(0.6);
  }
}

.page-root .section-header__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.06;
  color: var(--text);
}

.page-root .section-header__title-accent {
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-root .section-header__subtitle {
  margin-top: 12px;
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}


.page-root .section-timeline {
  position: relative;
}


.page-root .section-timeline__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 0;
}

.page-root .section-timeline__svg-ghost {
  fill: none;
  stroke: var(--line);
  stroke-width: 2.5;
  stroke-linecap: round;
}

.page-root .section-timeline__svg-draw {
  fill: none;
  stroke: url(#lineGrad);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 9999;
  stroke-dashoffset: 9999;
}


.page-root .section-timeline__steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
}

.page-root .timeline-step {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-root .timeline-step--visible {
  opacity: 1;
  transform: translateY(0);
}


.page-root .timeline-step--odd .timeline-step__card {
  grid-column: 1;
  grid-row: 1;
  padding-right: 24px;
  text-align: right;
}

.page-root .timeline-step--odd .timeline-step__node {
  grid-column: 2;
  grid-row: 1;
}

.page-root .timeline-step--odd .timeline-step__gap {
  grid-column: 3;
  grid-row: 1;
}


.page-root .timeline-step--even .timeline-step__gap {
  grid-column: 1;
  grid-row: 1;
}

.page-root .timeline-step--even .timeline-step__node {
  grid-column: 2;
  grid-row: 1;
}

.page-root .timeline-step--even .timeline-step__card {
  grid-column: 3;
  grid-row: 1;
  padding-left: 24px;
  text-align: left;
}

@media(max-width:768px) {
  .page-root .timeline-step--even .timeline-step__card {
    grid-column: 6;
  }
}


.page-root .timeline-step__node {
  display: flex;
  justify-content: center;
  align-items: center;
}


.page-root .timeline-step__node-bubble {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s;
  z-index: 2;
}

.page-root .timeline-step__node-bubble:hover {
  transform: scale(1.18);
}

.page-root .timeline-step__node-ring {
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  opacity: 0.25;
  transition: inset 0.3s, opacity 0.3s;
}

.page-root .timeline-step__node-bubble:hover .timeline-step__node-ring {
  inset: -11px;
  opacity: 0.55;
}

.timeline-step__node-ripple {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0;
  animation: ripple 2.6s ease-out infinite;
}

@keyframes ripple {
  0% {
    inset: -2px;
    opacity: 0.5;
  }

  100% {
    inset: -22px;
    opacity: 0;
  }
}

.timeline-step__node-icon {
  width: 21px;
  height: 21px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}

.timeline-step__node-bubble:hover .timeline-step__node-icon {
  transform: rotate(-12deg) scale(1.1);
}


.timeline-step--1 .timeline-step__node-bubble {
  background: rgba(37, 99, 235, 0.1);
  color: var(--c1);
}

.timeline-step--2 .timeline-step__node-bubble {
  background: rgba(124, 58, 237, 0.1);
  color: var(--c2);
}

.timeline-step--3 .timeline-step__node-bubble {
  background: rgba(217, 119, 6, 0.1);
  color: var(--c3);
}

.timeline-step--4 .timeline-step__node-bubble {
  background: rgba(5, 150, 105, 0.1);
  color: var(--c4);
}

.timeline-step--1 .timeline-step__node-bubble:hover {
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.25);
}

.timeline-step--2 .timeline-step__node-bubble:hover {
  box-shadow: 0 8px 28px rgba(124, 58, 237, 0.25);
}

.timeline-step--3 .timeline-step__node-bubble:hover {
  box-shadow: 0 8px 28px rgba(217, 119, 6, 0.25);
}

.timeline-step--4 .timeline-step__node-bubble:hover {
  box-shadow: 0 8px 28px rgba(5, 150, 105, 0.25);
}


.doc-card {
  background: var(--surface);
  border: 1.5px solid #adb5bd;
  border-radius: 14px;
  padding: 22px 20px 18px;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
    box-shadow: 0 10px 36px rgba(37, 99, 235, 0.1);
}

.doc-card:hover {
  transform: translateY(-4px);
}


.doc-card__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 14px 14px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.doc-card:hover .doc-card__top-bar {
  transform: scaleX(1);
}


.doc-card__shimmer {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
  background-size: 200% 100%;
  background-position: 200% 0;
  pointer-events: none;
}

.doc-card:hover .doc-card__shimmer {
  animation: shimmer 0.65s ease forwards;
}

@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}


.doc-card__title {

  font-size: 18px;
    font-weight: 600;
    transition: color 0.2s;
    color: black;
}

.doc-card__desc {
  margin-top: 7px;
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  font-weight: 400;
}

.doc-card__badge {
  display: inline-block;
  margin-top: 13px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  border: 1.5px solid currentColor;
  transition: background 0.25s, color 0.25s;
}


.timeline-step--1 .doc-card__top-bar {
  background: linear-gradient(90deg, var(--c1), rgba(37, 99, 235, 0.05));
}

.timeline-step--1 .doc-card__badge {
  color: var(--c1);
}

.timeline-step--1 .doc-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 10px 36px rgba(37, 99, 235, 0.1);
}

.timeline-step--1 .doc-card:hover .doc-card__title {
  color: var(--c1);
}

.timeline-step--1 .doc-card:hover .doc-card__badge {
  background: var(--c1);
  color: #fff;
}


.timeline-step--2 .doc-card__top-bar {
  background: linear-gradient(90deg, var(--c2), rgba(124, 58, 237, 0.05));
}


.timeline-step--2 .doc-card__badge {
  color: var(--c2);
}

.timeline-step--2 .doc-card:hover {
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 10px 36px rgba(124, 58, 237, 0.1);
}

.timeline-step--2 .doc-card:hover .doc-card__title {
  color: var(--c2);
}

.timeline-step--2 .doc-card:hover .doc-card__badge {
  background: var(--c2);
  color: #fff;
}


.timeline-step--3 .doc-card__top-bar {
  background: linear-gradient(90deg, var(--c3), rgba(217, 119, 6, 0.05));
}

.timeline-step--3 .doc-card__badge {
  color: var(--c3);
}

.timeline-step--3 .doc-card:hover {
  border-color: rgba(217, 119, 6, 0.35);
  box-shadow: 0 10px 36px rgba(217, 119, 6, 0.1);
}

.timeline-step--3 .doc-card:hover .doc-card__title {
  color: var(--c3);
}

.timeline-step--3 .doc-card:hover .doc-card__badge {
  background: var(--c3);
  color: #fff;
}


.timeline-step--4 .doc-card__top-bar {
  background: linear-gradient(90deg, var(--c4), rgba(5, 150, 105, 0.05));
}



.timeline-step--4 .doc-card__badge {
  color: var(--c4);
}

.timeline-step--4 .doc-card:hover {
  border-color: rgba(5, 150, 105, 0.35);
  box-shadow: 0 10px 36px rgba(5, 150, 105, 0.1);
}

.timeline-step--4 .doc-card:hover .doc-card__title {
  color: var(--c4);
}

.timeline-step--4 .doc-card:hover .doc-card__badge {
  background: var(--c4);
  color: #fff;
}

@media (max-width: 600px) {
  .timeline-step {
    grid-template-columns: 52px 1fr;
    gap: 0 12px;
  }

  .timeline-step--odd .timeline-step__card,
  .timeline-step--even .timeline-step__card {
    grid-column: 2;
    grid-row: 1;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  .timeline-step--odd .timeline-step__node,
  .timeline-step--even .timeline-step__node {
    grid-column: 1;
    grid-row: 1;
  }

  .timeline-step__gap {
    display: none;
  }
}


.sidebar {
  border: 1px solid black;
  padding: 30px 34px;
  border-radius: 5px;
  box-shadow: -2px 5px 0px 2px;
}

.sidebar ul li a {
  display: inline-block;
  margin-bottom: 7px;
  color: black;
  text-decoration: underline !important;
}

.sidebar ul li a:hover {
  color: #2db788;
}



.careers-section {
  --bg: #fff;
  --accent: #28b383;
  --accent-hover: #000000;
  --text-dark: #1a1a1a;
  --text-muted: #888076;
  position: relative;
  width: 100%;
  height: 390px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--bg);
  border-radius: 10px;
  max-width:1200px;
  margin: 0px auto 80px auto;
}


.careers-section .careers-img-pane {
  position: relative;
  overflow: hidden;
  
}

 


.careers-section .careers-img-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
 
}

 




.careers-section .careers-text-pane {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 50px;
  background:#EEEEEF;
  align-items: start;
 
}
 
 
.careers-section .careers-text-pane .careers-eyebrow {
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-weight: 500;
}

.careers-section .careers-text-pane .careers-divider {
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  margin-bottom: 1.5rem;
  width:65px;
}

 

.careers-section .careers-text-pane .careers-headline {
  font-size:34px;
  color: var(--text-dark);
  margin-bottom: 1.4rem;
}

.careers-section .careers-text-pane .careers-headline span{
  color:#28b182;
}

.careers-section .careers-text-pane .careers-body {
  font-size: 18px;

  color: #000000;

  margin-bottom: 2.6rem;
  font-weight: 400;
}


.careers-section .careers-text-pane .careers-cta {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  color: #000000;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
  transition: gap .3s ease;
  background: linear-gradient(135deg, #7FFFD4, #28b383);
  padding: 11px 31px;
}

.careers-section.main_page .careers-text-pane .careers-cta {
  background: black;
  color: white;
}
.careers-section.main_page .careers-text-pane .careers-cta:hover {
  background: #3e3e3e;
  transition: all 0.5s ease;
}

.careers-section .careers-text-pane .careers-cta:hover {
  gap: 1.2rem;
}





.careers-section .careers-text-pane .careers-cta .careers-cta-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── responsive ── */
@media (max-width: 768px) {
  .careers-section {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  @keyframes careers-img-shrink {
    from {
      width: 100vw;
    }

    to {
      width: 100%;
    }
  }

  .careers-section .careers-img-pane {
    height: 50vw;
  }

  .careers-section .careers-text-pane {
    padding: 2.5rem 1.5rem;
  }
}

.about_us {
  padding: 50px 0px;
  margin: 0px 50px;
}

.about_us .wrapper {
  padding: 50px 50px;
  background: #f5edb3a3;
  border-radius:10px;
      
}
.about_us.main_page{
  
  margin: auto;
}
.about_us.main_page .wrapper{
  padding: 40px 30px;
  background: #ffffffa3;
  border-radius: 10px;
  border: 2px solid #d5d5d5;
}
.about_us.main_page img {
  margin-bottom: 22px;
    border-radius: 5px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}
.about_us.main_page .wrapper a{
  background: #289867;
}
.about_us .wrapper h2 {
  font-size: 30px;
    font-weight: 600;
}

.about_us .wrapper p {
  font-size: 16px;
  margin-bottom: 10px;
}

.about_us .wrapper a {
  background: black;
  padding: 10px 23px;
  color: white;
  margin-top: 10px;
  display: inline-block;
}

.about_us .wrapper a:hover {
  background: #4d4d4d;
  transition: 0.5s all ease;
}

.who_we_are {
  padding: 60px 0px;
  background: linear-gradient(135deg, #ebebeb, #f2f2f2);
  color: rgb(0, 0, 0);
  margin: 0px 50px;

}

.who_we_are h6 {
  font-size: 30px;
  margin-bottom: 16px;
}

.who_we_are p {
  font-size: 16px;
}

.who_we_are ul li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  justify-content: left;
}

.who_we_are ul li i {
  background: #28b383;
  border-radius: 55px;
  padding: 0px 0px;
  color: white;
  font-size: 25px;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  top: 10px;
}

.who_we_are ul.fee_list li i {
  background: #3784f6;
  border-radius: 55px;
  padding: 0px 0px;
  color: rgb(255 255 255);
  font-size: 25px;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
  top: 10px;
}

.who_we_are .apply_btn {
  font-size: 18px;
  background: hwb(216 22% 4%);
  color: rgb(255 255 255);
  padding: 10px 13px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.who_we_are .apply_btn:hover {
  background: hwb(216 17% 17%);
  transition: all 0.5s ease;
}

@media(max-width:992px) {
  .about_us {
    margin: 0px;
  }

  .who_we_are {
    margin: 0px;
  }
}

@media(max-width:576px) {
  .doc-card {
    width: 68vw;
  }
}

.apply_now {
  background: #80ecc8;
  padding: 8px 31px;
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.apply_now:hover {
  background:#59dbb0;
  transition:0.5s all ease;
}


.static-display {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: rgb(249, 250, 251);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217 220 223);
  border-image: initial;
  border-radius: 5px;
  gap: 12px;
}

.static-display .country-name {
  font-size: 16px;
  font-weight: 500;
  color: rgb(31, 41, 55);
}

.au-visa-section {
  --au-bg: #f4f4f4;
  --au-surface: #ffffff;
  --au-border: #e2dfd8;
  --au-text: #1c1c1c;
  --au-muted: #6b6560;
  --au-accent-651: #1a5276;
 
  --au-accent-600: #1e6b45;
 
  --au-cta-bg: #0f2b47;
  --au-cta-accent: #f0a500;
  --au-radius: 14px;
  --au-shadow: 0 4px 24px rgba(0, 0, 0, .07);
 
}

 
.au-visa-section {
  background: var(--au-bg);
  font-family: var(--au-font-body);
  padding: 60px 0 72px;
  color: var(--au-text);
      margin-bottom: 70px;
}

 
.au-visa-section .au-section-label {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--au-muted);
  font-weight: 600;
  margin-bottom: 8px;
}

.au-visa-section .au-section-title {
  
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--au-text);
  margin-bottom: 0;
}

.au-visa-section .au-divider {
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: var(--au-accent-651);
  margin: 18px auto 40px;
}
 
.au-visa-section .au-card {
  background: var(--au-surface);
  border: 1px solid var(--au-border);
  border-radius: var(--au-radius);
  box-shadow: var(--au-shadow);
  padding: 36px 32px 32px;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
  overflow: hidden;
}

.au-visa-section .au-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, .11);
}
 
.au-visa-section .au-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.au-visa-section .au-card--651::before {
  background: var(--au-accent-651);
}

.au-visa-section .au-card--600::before {
  background: var(--au-accent-600);
}

 
.au-visa-section .au-card .au-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 18px;
}

.au-visa-section .au-card--651 .au-icon-wrap {
  background: #eaf0f8;
  color: var(--au-accent-651);
}

.au-visa-section .au-card--600 .au-icon-wrap {
  background: #e8f5ee;
  color: var(--au-accent-600);
}

 
.au-visa-section .au-card .au-visa-tag {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.au-visa-section .au-card--651 .au-visa-tag {
  color: var(--au-accent-651);
}

.au-visa-section .au-card--600 .au-visa-tag {
  color: var(--au-accent-600);
}

.au-visa-section .au-card .au-card-title {
  
  font-size:26px;
  font-weight: 600;
  color: var(--au-text);
  margin-bottom: 4px;
}

.au-visa-section .au-card .au-card-subtitle {
  font-size: .82rem;
  color: var(--au-muted);
  margin-bottom: 22px;
}
 
.au-visa-section .au-card .au-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.au-visa-section .au-card .au-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .875rem;
  color: var(--au-text);
  padding: 7px 0;
  border-bottom: 1px solid var(--au-border);
}

.au-visa-section .au-card .au-feature-list li:last-child {
  border-bottom: none;
}

.au-visa-section .au-card .au-feature-list li .au-feat-icon {
  font-size: .95rem;
  margin-top: 1px;
  flex-shrink: 0;
}

.au-visa-section .au-card--651 .au-feature-list li .au-feat-icon {
  color: var(--au-accent-651);
}

.au-visa-section .au-card--600 .au-feature-list li .au-feat-icon {
  color: var(--au-accent-600);
}

 
.au-visa-section .au-card .au-ideal-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 14px;
}

.au-visa-section .au-card--651 .au-ideal-badge {
  background: #eaf0f8;
  color: var(--au-accent-651);
}

.au-visa-section .au-card--600 .au-ideal-badge {
  background: #e8f5ee;
  color: var(--au-accent-600);
}

 
.au-visa-section .au-cta-card {
  background: var(--au-cta-bg);
  border-radius: var(--au-radius);
  padding: 40px 36px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  box-shadow: 0 6px 32px rgba(15, 43, 71, .25);
}

.au-visa-section .au-cta-card .au-cta-icon {
  width: 52px;
  height: 52px;
  background: rgba(240, 165, 0, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--au-cta-accent);
  margin-bottom: 10px;
}

.au-visa-section .au-cta-card .au-cta-title {
  
  font-size: 1.22rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.au-visa-section .au-cta-card .au-cta-body {
  font-size: .85rem;
  color: rgba(255, 255, 255, .7);
  max-width: 460px;
  margin-bottom: 20px;
}

.au-visa-section .au-cta-card .au-cta-btn {
  background: var(--au-cta-accent);
  color: #0f2b47;
  border: none;
  border-radius: 8px;
  padding: 11px 28px;
  font-size: .875rem;
  font-weight: 600;
  font-family: var(--au-font-body);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}

.au-visa-section .au-cta-card .au-cta-btn:hover {
  background: #d4920a;
  transform: translateY(-1px);
}
 
@media (max-width: 767px) {
  .au-visa-section {
    padding: 40px 0 52px;
  }

  .au-visa-section .au-card {
    padding: 28px 22px 24px;
    margin-bottom: 20px;
  }

  .au-visa-section .au-cta-card {
    padding: 30px 20px;
  }
}

.au-visa-section a{
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 15px;
    background: linear-gradient(135deg, #7FFFD4, #28b383);
    color: black;
    text-align: center;
}

.visa-service-section {
  padding: 60px 0;
  background-color: #f8f9fa;
   
}

.visa-service-section .section-header {
  margin-bottom: 50px;
}

.visa-service-section .section-header h2 {
  color: #000000;
  
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.visa-service-section .section-header h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #FFCD00;
  
}

.visa-service-section .feature-card {
  background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgb(28 161 16 / 50%);
}

.visa-service-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.visa-service-section .feature-card .icon-box {
  width: 50px;
    height: 50px;
    background-color: rgb(0 135 37 / 10%);
    color: #008701;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.visa-service-section .feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.visa-service-section .feature-card p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 16px;
}

@media(max-width:768px){
  .careers-section .careers-headline {
    font-size: 24px!important;
  }
}
@media(max-width:576px){
    .contact-hero .wrap_box_type {
        display:inline-block;
        
    }
    
    .contact-hero .wrap_box_type img{
        width: 120px;
        height: 100px;
        margin-bottom:10px;
    }
}






















