@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;
}
:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    overflow-x: hidden;
}

p{
   font-family: "outfit", serif;
    

}
div{
    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;
}
button{
    font-family: "outfit", serif;
    text-decoration:none!important;
}
b{
    font-family: "outfit", serif;
        
}
img{
    max-width: 100%;
    
}
/*scroll bar code */



/* 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;

}


 

.primary_header{
 z-index: 999;
    background-color:#fff;
    position: relative;
    width: 100%;
    padding: 15px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}

 
.sticky .navbar ul li a{
    color: black;
}
.sticky .navbar ul li a:hover{
    color: black;
}
.sticky .lang-dropdown label{
    color: black;
}
 
.primary_header .navbar-brand{
      border-radius: 44px;
    color:black!important;
    font-weight: 800;
}
.primary_header .navbar-brand img{
    width: 120px;  
        background: white;
    padding: 0px 1px;
    border-radius: 4px;
}  
.navbar-expand-lg .navbar-nav{
    gap: 5px;
    align-items: start;
}
 
.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}

.primary_header .navbar ul li a{
        color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    
}
 
.primary_header .navbar ul li a.active{
    color: #000;
 
    padding: 7px 12px;
    border-bottom: 3px solid transparent;
    background:#00acff;
     
}
.primary_header .navbar ul li a:hover{
    color:#019c0e;
    transition: all 0.25s ease;
    transform: translateY(-5px);
}
.primary_header .navbar ul li a img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 8px;
    filter: grayscale(1);
}

.primary_header .navbar ul li a:hover img{
    filter: grayscale(0);
    transition: all 0.5s ease;
}
 
.primary_header .nav_country_list li{
  border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 4px 0px;
}
.primary_header .navbar-nav .dropdown-menu {
  padding: 5px 20px 15px 20px;
    border: 1px solid #b4b4b4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 18px 20px -23px;
    min-width: 230px;

}
.primary_header .navbar-nav .dropdown-menu a{

  width: 100%;
    display: inline-block;
    transition: all 0.2s linear;
    padding: 7px 10px 4px 0px;
}
.primary_header .navbar-toggler {
    background-color: #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 .navbar-nav .dropdown-menu .wrapper{
    height: 100%;
    padding: 5px 7px;
    width: 100%;
} 
 
.primary_header .dropdown:hover .dropdown-menu{
    display: block;
    opacity: 1;
    transition: all 0.5s ease;

}

.sticky-top{
    top:100px!important;
}

.primary_header .apply_eta_btn{
    background: linear-gradient(135deg, #019c0e, #5ac11a);
    color: white!important;
    font-size:13px!important;  
    border-radius: 30px;
    padding: 10px 20px!important;
}
 



 
.homeSlider{
    position: relative;
    overflow: hidden;
    background: #fff;
    
 
}
.homeSlider .z_index{
    position: relative;
    overflow: hidden;
    
}
 
.homeSlider h1{
    font-size: 40px;
    font-weight: 600;
    color:#ffffff;
    margin-bottom: 15px;
    text-align: center;
}
.homeSlider h1 span{
    color: #0994b0;
    font-size: 24px;
}
 
.homeSlider img{
    width: 100%;
    max-height: 544px;
    object-fit: cover;
    object-position: 100% 35%;
    
}
 @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  } 
.homeSlider .overlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, rgb(0 0 0 / 12%) 35%, #00000069 88%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    z-index: 9;
    
    justify-content: center;
}
 
 
 
 
.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;
}
.why_choose{
    margin:90px 0px;
}
.why_choose .wrapper{
    background: #f2f2f2;
    border-radius: 36px;
    padding: 55px 60px;
}
.why_choose .wrapper .sec_title{
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 34px;
    position: relative;
}
.why_choose .wrapper .sec_title:before{
    position: absolute;
    width: 22%;
    height: 3px;
    background: #000;
    content: '';
    top: 47px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;

}


.why_choose .wrapper .sub_title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 24px;
}
.why_choose .wrapper p{
    text-align: center;
    font-size: 19px;
}
.bottom_footer{
    background: #2a2828;
    
}
.bottom_footer .wrapper{
    padding: 47px 0px 70px 0px;
    

}


.how_we_support .section-title {
      text-align: center;
      margin-bottom: 50px;
      
    }
.how_we_support .section-title h6{
    font-size:32px;
}
.how_we_support .section-title p{
        font-size: 20px;
    font-weight: 400;
}
.how_we_support .card-custom {
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #fff;
}

.how_we_support .card-custom:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.how_we_support .card-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

 
.how_we_support .bg-gradient-1 { background: linear-gradient(135deg, #ff7e5f, #feb47b); }
.how_we_support .bg-gradient-2 { background: linear-gradient(135deg, #6a11cb, #2575fc); }
.how_we_support .bg-gradient-3 { background: linear-gradient(135deg, #43cea2, #185a9d); }

@media (max-width: 767px) {
  .how_we_support .card-custom { margin-bottom: 30px; }
}




.pd-section{
    padding:90px 0;
     
}
.pd-section .wrapper{
    padding: 68px 40px;
    background: #1a1a1a;
    border-top-right-radius: 62px;
    border-top-left-radius: 62px;
}
.pd-heading{
    text-align:center;
    margin-bottom:60px;
}
.pd-heading h6{
    font-size:42px;
    font-weight:700;
    color:#fff;
}
.pd-heading p{
        font-size: 20px;
    color: #fff;
    font-weight: 400;
}

 
.pd-card{
    position:relative;
    height: 435px;
    border-radius:22px;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
    transition:0.4s ease;
}
.pd-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 60px rgba(0,0,0,0.18);
}

.pd-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s ease;
}
.pd-card:hover img{
    transform:scale(1.08);
}
 
.pd-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.05));
}

 
.pd-content{
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:white;
}

.pd-title{
    font-size:32px;
    font-weight:600;
}

.pd-btn{
    background:rgba(255,255,255,0.25);
    backdrop-filter:blur(8px);
    color:white;
    border:1px solid rgba(255,255,255,0.4);
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    text-decoration:none;
    transition:0.3s;
}
.pd-btn i{
    margin-left:6px;
}
.pd-btn:hover{
    background:white;
    color:#111;
}

.pd-scroll {
    opacity: 0;
    transform: translateY(50px) scale(0.96);
    transition: all 0.9s ease;
}

 
.pd-scroll:has(:not(.pd-card)) {
    opacity: 1;
}

 
@supports (animation-timeline: view()) {
    .pd-scroll {
        animation: reveal linear forwards;
        animation-timeline: view();
        animation-range: entry 10% cover 25%;
    }

    @keyframes reveal {
        from {
            opacity: 0;
            transform: translateY(50px) scale(0.96);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }
}

 

.who_we_are {
    padding:80px 0px 70px 0px;

}
.who_we_are .wrapper{
    text-align: center;
}

.who_we_are .sec_title {
    font-size: 34px;
    font-weight: 700;
    color: black;
}
.who_we_are .wrapper p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}

.who_we_are img{
    max-height: 440px;
    width: 100%;
    object-fit: cover;
    margin-top: 47px;
    border-radius: 47px;
    object-position: bottom;
    /* transform: scale(1.3); */
  /* animation: zoomOut linear forwards;
  animation-timeline: view();
  animation-range: entry 0% cover 60%; */
}

.zoom-section {
   
  display: flex;
  justify-content: center;
  align-items: center;
  
}
 
@keyframes zoomOut {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}

.visa-features {
    max-width: 980px;
    margin: auto;
}

 
.visa-features .visa-features__item {
    background: white;
    padding: 12px 25px;
    border-radius: 4px;  
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    height: 100%;
}

 
.visa-features .visa-features__item:hover {
  transform: translateY(-5px);
}

 
.visa-features .visa-features__item .visa-features__icon-box {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.visa-features .visa-features__item .visa-features__icon-box i {
  font-size: 20px;
    color: #ffffff;
    line-height: 1;
    background: #0da10f;
    border-radius: 46px;
}

 
.visa-features .visa-features__item .visa-features__text {
  font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 0;
     
}

.contact-hero {
  background: white;
  position: relative;
 
}



.contact-hero .hero-content {
    position: relative;
    z-index: 2;
     
    padding: 121px 20px 92px 20px;
    background: #efefef;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-bottom: 60px;
    box-shadow: 0px -3px 95px -51px;
    overflow: hidden;
    background-position: center;
    border-bottom: 2px solid #d2d2d2;
    background-image: url('../images/banner/breadcrumb.webp');
}
.contact-hero .hero-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:linear-gradient(135deg, #f5f3ff, #ffffff00, #ecfeff00);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content .breadcrumbs{
    position: absolute;
    bottom: 24px;
}


.contact-hero h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: black;
    
}
.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 .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.contact-hero .breadcrumbs ul li+li {
    padding-left: 10px;
    color: black;
}
.contact-hero .breadcrumbs ul li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: black;
}

.contact-hero .lead {
    font-size: 22px;
    opacity: 0.95;
    margin: 0 auto 30px 0px;
   
    font-weight: 400;
    color: #000000;
}

.bottom_footer img{
        width: 120px;
    margin-bottom: 16px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.bottom_footer .footer_about p{
    font-size: 14px;
    font-weight: 400;
}
.bottom_footer .footer_about ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.bottom_footer .footer_about a{
        color: #000;
    font-size: 14px;
    font-weight: 400;
}

.bottom_footer p{
    color:white;
}
.bottom_footer .headings h6{
    color:white;
    border-bottom:1px solid white;
        display: inline-block;
}
.bottom_footer ul{
    padding:0px;
}

.bottom_footer .headings a{
        color: #fff;
    font-size: 14px;
    font-weight: 400;
     
}
.bottom_footer a:hover{
    color:#fff ;
    transition:all 0.5s ease;
    transform: translateY(10px);
}

@keyframes reveal-entry {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes grow-line {
  from { transform: scaleY(0); transform-origin: top; }
  to { transform: scaleY(1); transform-origin: top; }
}


 .visa-process {
    padding: 80px 0 0px 0px;
    background: #f4f4f4;
}

.visa-process .visa-process__main-title {
  font-weight: 600;
  font-size: 2.5rem;
  color: #0b1a27;
}

 
.visa-process .visa-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 75px 0px;
}

 
 

 
.visa-process .visa-timeline .visa-timeline__item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box;
}

 
.visa-process .visa-timeline .visa-timeline__item:nth-child(odd) { left: 0; text-align: right; }
.visa-process .visa-timeline .visa-timeline__item:nth-child(even) { left: 50%; text-align: left; }
 
.visa-process .visa-timeline .visa-timeline__item .visa-timeline__icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -25px;
  top: 15px;
  background-color: white;
  border: 4px solid #f0f0f0;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: 0.3s;
}

.visa-process .visa-timeline .visa-timeline__item:nth-child(even) .visa-timeline__icon {
  left: -25px;
}

 
.visa-timeline__icon--purple { color: #4F38DE; border-color: #4F38DE !important; }
.visa-timeline__icon--teal { color: #319FA0; border-color: #319FA0 !important; }
.visa-timeline__icon--orange { color: #FF8965; border-color: #FF8965 !important; }

 
.visa-process .visa-timeline .visa-timeline__item .visa-timeline__content {
  padding: 25px;
  background: #fdfdfd;
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow:0px 9px 15px -16px black;
  transition: 0.3s;
}

.visa-process .visa-timeline .visa-timeline__item:hover .visa-timeline__content {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.visa-process .visa-timeline .visa-timeline__item .visa-timeline__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.visa-process .visa-timeline .visa-timeline__item .visa-timeline__desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}

.visa-process .visa-timeline .visa-timeline__item .visa-timeline__time {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #999;
}

 
@media screen and (max-width: 768px) {
  .visa-process .visa-timeline::after { left: 31px; }
  
  .visa-process .visa-timeline .visa-timeline__item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    text-align: left !important;
  }
  
  .visa-process .visa-timeline .visa-timeline__item:nth-child(even) { left: 0%; }
  
  .visa-process .visa-timeline .visa-timeline__item .visa-timeline__icon {
    left: 6px !important;
  }
}

.visa-process .sub_title{
    font-size: 20px;
    font-weight: 400;
}


@keyframes reveal-entry {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes grow-line {
  from { transform: scaleY(0); transform-origin: top; }
  to { transform: scaleY(1); transform-origin: top; }
}

 
.visa-process .visa-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background: linear-gradient(to bottom, #4F38DE, #319FA0, #FF8965);
  top: 0; bottom: 0;
  left: 50%;
  margin-left: -2px;
  
 
  animation: grow-line linear forwards;
  animation-timeline: view();
  animation-range: entry 0% exit 50%;
}

 
.visa-process .visa-timeline .animate-on-scroll {
  animation: reveal-entry linear forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;
}
.visa-process .visa-timeline .visa-timeline__item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.visa-process .visa-timeline .visa-timeline__item:nth-child(even) {
  left: 50%;
  text-align: left;
}

/* 5. Enhancing the Icon "Pop" on Scroll */
@keyframes icon-pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.visa-process .visa-timeline .visa-timeline__item .visa-timeline__icon {
  animation: icon-pop linear forwards;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

 
@media screen and (max-width: 768px) {
  .visa-process .visa-timeline::after { left: 31px; }
  .visa-process .visa-timeline .visa-timeline__item {
    width: 100% !important;
    left: 0 !important;
    padding-left: 70px;
    text-align: left !important;
  }
}

.contact-methods {
  background: linear-gradient(to bottom, white 0%, var(--surface-color) 100%);
  padding: 40px 0;
}

.contact-methods h2 {
  font-size: 2.5rem;
  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 #1f87b6;
}
.contact-methods .method-card.first_box {
        background: radial-gradient(circle at top left, #62B0C4 0%, #3FBFBF 35%, #2F8FBF 60%, #0B5FA5 100%);
}
.contact-methods .method-card.first_box i{
    color: white;
}
.contact-methods .method-card.first_box h4{
    color: white;
}
.contact-methods .method-card.first_box p{
    color: white;
}
.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: white;
    border:none;
    background: radial-gradient(circle at top left, #62B0C4 0%, #3FBFBF 35%, #2F8FBF 60%, #0B5FA5 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 h6{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #000000;
}

.content_box .wrapper{
    margin-bottom: 30px;
}
.content_box .wrapper p{
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}


.disclaimer{
    font-size: 13px;
}




 

.common_main_box{
    padding: 60px 0px;
}
.common_main_box ul li a{
  padding: 0px 19px;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    
}
.common_main_box ul li a:hover{
    text-decoration: underline!important;
}
.common_main_box ul li::marker{
    color: #ffac56;
    font-size: 20px;
}
.common_main_box ul li a.active{
    background:#ffac56;
    width: 100%;
    padding: 7px 19px;
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transform: 0.5s all linear;

}
.common_main_box .sidebar{
  border: 2px solid #e7e7e7;
    padding: 25px 25px;
    border-radius: 20px;
   
}

.common_main_box .sidebar> h4{
    font-size: 18px;
    margin-bottom: 14px;
}

.content_area{
     padding: 5px 36px 48px 36px;
    border-radius: 20px;
    
    background: #f3f3f3;
}
.content_area h6{
    font-size: 20px;
    border-left: 2px solid #198754;
    padding-left: 14px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 35px;
    background: #e2e9f0;
    padding: 10px 10px;
}
.content_area p{
        font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}



.bottom_apply_box{
        position: fixed;
        max-width: 320px;
    right: 20px;
    bottom: 31px;
    z-index: 9999;
    background: #fbfbfb;
    padding: 9px 24px;
    box-shadow: 0px 0px 54px -26px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-top: 1px solid #a2a2a2;
    border-radius: 17px;
}
.bottom_apply_box.d-none {
    transform: translateY(100%);
    opacity: 0;
}

.bottom_apply_box:not(.d-none) {
    transform: translateY(0);
    opacity: 1;
}
.bottom_apply_box a{
        background: #eeb919;
    padding: 10px 20px;
    display: inline-block;
    color: #000000;
    border-radius: 60px;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.bottom_apply_box a:hover{
    color: white;
    transition: all  0.5s  ease-in-out;
    background: #000000;
}
.bottom_apply_box h6{
    margin-bottom: 0px;
    font-size: 18px;
    color:#000;
    font-weight: 500;
}

.eta-modern {
  background:linear-gradient(180deg, #f5f5f5, #ffffff);
}

 
.eta-modern__title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.eta-modern__subtitle {
  color: #64748b;
  margin-bottom: 40px;
}

 
.eta-modern__cta {
  background: linear-gradient(135deg, #019c0e, #5ac11a);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eta-modern__cta:hover {
  background: #000;
  color: white;
  transform: translateY(-2px);
}

 
.eta-modern__stat {
  text-align: center;
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid #919191;
}

.eta-modern__stat h6{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0px;
}
.eta-modern__stat h6 span{
    font-size: 14px;
}

.eta-modern__stat:hover {
  transform: translateY(-6px);
}

.eta-modern__stat i {
  font-size: 28px;
  color: #2563eb;
  margin-bottom: 10px;
}

 
.eta-modern__timeline {
  position: relative;
  padding-left: 56px;
}

 
.eta-modern__timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e6efff;
  border-radius: 10px;
}

 
.eta-modern__progress {
  position: absolute;
  left: 24px;
  top: 0;
  width: 4px;
  height: 0;
  background: black;
  border-radius: 10px;

  animation: fillProgress linear both;
  animation-timeline: scroll(root);
}

 
.eta-modern__step {
  position: relative;
  background: #fff;
  padding: 22px 26px;
  border-radius: 16px;
  margin-bottom: 34px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);

  opacity: 0;
  transform: translateY(40px);
  border:1px solid #a4a4a4 !important;

  animation: stepReveal linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 45%;
}
.eta-modern__step p{
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.eta-modern__step i {
  position: absolute;
  left: -52px;
  top: 22px;
  width: 42px;
  height: 42px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;

  animation: iconActivate linear both;
  animation-timeline: view();
  animation-range: entry 30% cover 40%;
}

 
.eta-modern__step.highlight {
  --active-color: #22c55e;
}

.eta-modern__step {
  --active-color: #2563eb;
}

 
@keyframes stepReveal {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
    border-left-color: var(--active-color);
    box-shadow: 0 18px 40px rgba(37,99,235,0.18);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    border-left-color: var(--active-color);
  }
}

@keyframes iconActivate {
  0% {
    background: #eff6ff;
    color: #2563eb;
    transform: scale(0.9);
  }
  60% {
    background: linear-gradient(135deg, #000000, #000000);
    color: #fff;
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(37,99,235,0.15);
  }
  100% {
    background: linear-gradient(135deg, #000000, #000000);
    color: #fff;
    transform: scale(1.1);
  }
}

@keyframes fillProgress {
  from { height: 0%; }
  to   { height: 100%; }
}

 
.eta-modern__step a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
}

 
@media (max-width: 768px) {
  .eta-modern__timeline {
    padding-left: 30px;
  }

  .eta-modern__step i {
    left: -34px;
  }

  .eta-modern__timeline::before,
  .eta-modern__progress {
    left: 12px;
  }
}

.search_box {
    position: relative;
    
}
.search_box .form_wrapper{
    background:#ffffffc7;
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    margin: 70px 0px;
    z-index: 99;
    border: 2px solid #c2c2c2;
}

.search_box form label{ 
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3px;
    color: black;
 }
.search_box form select{
    padding: 10px;
 }
.search_box form select:hover{
    transition: all 0.5s ease;
    border:1px solid black;
  }
.search_box form button{
        width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    border: none;
    background: #000000;
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
 }
.search_box form button i{
    font-size: 18px;
}
.search_box form button:hover{
    transition: 0.5s all ease;
    transform: translateY(-5px);
    background: #444444;
}
 
 
.expand_content_wrapper {
    padding: 30px 0px;
}
.expand_content_wrapper p{
    margin-bottom: 0px;
}
 










/*media queries*/
@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;
    }  
    .primary_header .nav_country_list{
        display: block;
    }
    .primary_header .navbar-nav .dropdown-menu{
        width: unset;
    }
    
}
@media(max-width:768px){
    .who_we_are img{
        animation-timeline: none;
    }
    .homeSlider h1{
        font-size: 25px;
    }
    .contact-hero h1 {
        font-size: 32px;
    }
    .primary_header .navbar-brand img{
        width:160px;
    }
     
     
    
    .primary_header .navbar-collapse {
        position: relative;
        padding: 36px 0px;
        text-align: right;
        width: 100%;
    }
    .why_choose .wrapper .sec_title:before{
        top: 98px;
    }
    
    
}

@media(max-width:576px){
    .homeSlider img{
        height: 80vh;
        object-position:center;
    }
    
     
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}

.eta-cta {
  padding: 50px 35px;
  background: linear-gradient(135deg, #0f766e, #115e59);
  border-radius: 24px;
  margin: 40px 0;
}

.eta-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* LEFT CONTENT */
.eta-content {
  color: #ffffff;
}

.eta-badge {
  display: inline-block;
  background: #fb7185;
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.eta-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.eta-content h2 span {
  color: #fcd34d;
}

.eta-content p {
  font-size: 16px;
  color: #d1fae5;
  max-width: 520px;
  margin-bottom: 30px;
}

.eta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0f766e;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.eta-note {
  margin-top: 18px;
  font-size: 14px;
  color: #ecfeff;
}

/* RIGHT VISUAL */
.eta-visual {
  display: flex;
  justify-content: center;
}

.eta-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  padding: 26px;
  width: 260px;
  border-radius: 18px;
  color: #ffffff;
  transform: rotate(-6deg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.eta-card h4 {
  color: #fcd34d;
  margin-bottom: 18px;
}

.card-line {
  height: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 6px;
  margin-bottom: 10px;
}

.card-line.short {
  width: 60%;
}

.eta-card span {
  font-size: 13px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .eta-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eta-visual {
    margin-top: 30px;
  }

  .eta-content h2 {
    font-size: 32px;
  }
}
.country-list-section {
  background: rgb(243 243 243);
  border-radius: 32px;
}
.country-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.country-list li p {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(116, 116, 116);
    border-radius: 10px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px;
    margin-bottom: 0px;
}
.parent_wrapper {
  padding: 5px;
    background: rgb(212 212 212);
    border-radius: 36px;
    overflow: hidden;
}

#showMoreBtn {
  background: rgb(62, 62, 62);
  border: 1px solid white;
}

 
:root {
      --primary:    #0d3b2e;
      --accent:     #e5b72d;
      --accent-mid: #000;
      --light-bg:   #f7f8f2;
      --card-bg:    #ffffff;
      --muted:      #6b7a6e;
      --border:     #dde8e2;
      --open-bg:    #0d3b2e;
      --open-text:  #e8f55a;
    }

.faq-section {
      padding: 20px 0 100px;
    }

    /* ── Header ── */
    .faq-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--accent);
      color: var(--primary);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 18px;
    }
    .faq-eyebrow i { font-size: .85rem; }

    .faq-title {
       
      font-size: 36px;
      font-weight: 800;
      line-height: 1.15;
      margin-bottom: 14px;
    }
    .faq-title span {
      color: var(--accent-mid);
    }

    .faq-subtitle {
      color: var(--muted);
      font-size: 1rem;
      font-weight: 400;
      max-width: 460px;
      line-height: 1.65;
    }

    /* ── Decorative number ── */
    .faq-deco {
       
     font-size: 113px;
      font-weight: 800;
      color: transparent;
      -webkit-text-stroke: 2px var(--border);
      line-height: 1;
      user-select: none;
      pointer-events: none;
      margin-top: -10px;
    }

    /* ── Accordion ── */
    .faq-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid var(--border);
      background: transparent;
      border-radius: 0 !important;
      overflow: hidden;
      transition: background .25s;
    }
    .faq-accordion .accordion-item:first-child {
      border-top: 1px solid var(--border);
    }

    .faq-accordion .accordion-button {
       
      font-size: 1rem;
      font-weight: 600;
      color: var(--primary);
      background: transparent;
      padding: 22px 10px 22px 0;
      box-shadow: none;
      display: flex;
      align-items: center;
      gap: 14px;
      transition: color .2s;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
      color: var(--accent-mid);
      background: transparent;
    }
    .faq-accordion .accordion-button::after { display: none; }

    /* Custom icon pill */
    .faq-q-num {
      min-width: 34px;
      height: 34px;
      border-radius: 50%;
      background: var(--accent);
      color: var(--primary);
      font-size: .75rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background .25s, color .25s;
    }
    .accordion-button:not(.collapsed) .faq-q-num {
      background: var(--primary);
      color: var(--accent);
    }

    /* Plus / minus toggle */
    .faq-toggle-icon {
      margin-left: auto;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 1.5px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: border-color .25s, background .25s, transform .35s;
      font-size: .8rem;
      color: var(--muted);
    }
    .accordion-button:not(.collapsed) .faq-toggle-icon {
      background: var(--accent);
      border-color: var(--accent);
      color: var(--primary);
      transform: rotate(45deg);
    }

    .faq-accordion .accordion-body {
      
      color: black;
      font-size: .96rem;
      line-height: 1.75;
    }
    .faq-accordion .accordion-body p { margin-bottom: .8rem; }
    .faq-accordion .accordion-body p:last-child { margin-bottom: 0; }

    /* Highlight box inside answer */
    .faq-highlight {
      background: var(--light-bg);
      border-left: 3px solid var(--accent-mid);
      padding: 12px 16px;
      border-radius: 0 8px 8px 0;
      margin-top: 12px;
      font-size: .92rem;
    }

    /* ── Side card ── */
    .faq-side-card {
      background: var(--primary);
      border-radius: 20px;
      padding: 36px 30px;
      color: #fff;
      position: sticky;
      top: 30px;
    }
    .faq-side-card .badge-pill {
      background: var(--accent);
      color: var(--primary);
      font-weight: 700;
      font-size: .7rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 100px;
      display: inline-block;
      margin-bottom: 16px;
    }
    .faq-side-card h4 {
       
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .faq-side-card p {
      font-size: .9rem;
      color: rgba(255,255,255,.65);
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .faq-side-card .btn-apply {
      background: var(--accent);
      color: var(--primary);
      border: none;
      font-weight: 700;
      font-size: .92rem;
      padding: 12px 24px;
      border-radius: 100px;
      width: 100%;
      transition: opacity .2s, transform .2s;
    }
    .faq-side-card .btn-apply:hover {
      opacity: .88;
      transform: translateY(-2px);
    }
    .faq-side-card .stat-row {
      display: flex;
      gap: 16px;
      margin-top: 28px;
    }
    .faq-side-card .stat {
      flex: 1;
      background: rgba(255,255,255,.07);
      border-radius: 12px;
      padding: 14px 10px;
      text-align: center;
    }
    .faq-side-card .stat-val {
       
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--accent);
      display: block;
    }
    .faq-side-card .stat-lbl {
      font-size: .72rem;
      color: rgba(255,255,255,.5);
      text-transform: uppercase;
      letter-spacing: .07em;
    }

    /* ── Footer note ── */
    .faq-footer-note {
      margin-top: 40px;
      padding: 18px 22px;
      background: #fff;
      border-radius: 14px;
      border: 1px solid var(--border);
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
    .faq-footer-note i {
      font-size: 1.1rem;
      color: var(--accent-mid);
      margin-top: 2px;
      flex-shrink: 0;
    }
    .faq-footer-note p {
      font-size: .88rem;
      color: var(--muted);
      margin: 0;
      line-height: 1.55;
    }
    .faq-footer-note a {
      color: var(--primary);
      font-weight: 600;
      text-decoration: underline;
    }

    /* ── Responsive tweaks ── */
    @media (max-width: 991.98px) {
      .faq-deco { display: none; }
      .faq-side-card { position: static; margin-top: 48px; }
    }
    @media (max-width: 575.98px) {
      .faq-accordion .accordion-body { padding-left: 48px; }
    }
    
    /*who we are */
     :root {
      --ink:        #075d35;
      --paper:      #f5f2ed;
      --gold:       #c9a84c;
      --gold-light: #f0d998;
      --rust:       #b84c2b;
      --slate:      #3a3f4b;
      --slate-mid:  #6b7280;
      --line:       rgba(14,14,14,.1);
      --card-shadow: 0 4px 32px rgba(14,14,14,.08);
    }
.wwa-section {
      padding: 40px 0 110px;
      position: relative;
      overflow: hidden;
    }

    /* Subtle grain texture overlay */
    .wwa-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

   
    .wwa-watermark {
      position: absolute;
      top: -30px;
      right: -60px;
       
      font-size: clamp(120px, 20vw, 240px);
      font-weight: 700;
      color: transparent;
      -webkit-text-stroke: 1.5px rgba(14,14,14,.055);
      line-height: 1;
      user-select: none;
      pointer-events: none;
      letter-spacing: -.02em;
      z-index: 0;
    }

    .wwa-section > .container { position: relative; z-index: 1; }

     
    .wwa-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 18px;
    }
    .wwa-label::before {
      content: '';
      display: block;
      width: 32px;
      height: 1.5px;
      background: var(--gold);
    }

    .wwa-title {
       
      font-size: clamp(2.6rem, 6vw, 4.2rem);
      font-weight: 600;
          font-size: 34px;
      line-height: 1.1;
      letter-spacing: -.02em;
      color: var(--ink);
    }
    .wwa-title em {
      font-style: italic;
      color: var(--gold);
    }

    .wwa-intro {
      font-size: 1rem;
      font-weight: 300;
      color: var(--slate-mid);
      line-height: 1.8;
      
      margin-top: 18px;
    }

    /* ════════════════════════════════
       DIVIDER
    ════════════════════════════════ */
    .wwa-divider {
      width: 100%;
      height: 1px;
      background: var(--line);
      margin: 23px 0;
    }

    /* ════════════════════════════════
       CONTENT BLOCKS
    ════════════════════════════════ */
    /* Left: main narrative */
    .wwa-narrative {
      border-left: 2px solid var(--gold);
      padding-left: 28px;
    }
    .wwa-narrative p {
      font-size: .97rem;
      font-weight: 300;
      color: var(--slate);
      line-height: 1.85;
      margin-bottom: 1.1rem;
    }
    .wwa-narrative p:last-child { margin-bottom: 0; }
    

    /* Bond badge */
    .bond-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 24px;
      background: var(--ink);
      color: #fff;
      font-size: .8rem;
      font-weight: 500;
      padding: 10px 18px;
      border-radius: 4px;
      letter-spacing: .03em;
    }
    .bond-badge i { color: var(--gold); font-size: 1rem; }
    .bond-badge span { opacity: .55; margin: 0 4px; }

    /* ════════════════════════════════
       FEES CARD (right column)
    ════════════════════════════════ */
    .fees-card {
      background: #075d35;
      color: #fff;
      border-radius: 16px;
      padding: 40px 36px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    /* decorative circle */
    .fees-card::after {
      content: '';
      position: absolute;
      bottom: -60px;
      right: -60px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(201,168,76,.18) 0%, transparent 70%);
      pointer-events: none;
    }

    .fees-card-label {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--gold);
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
    }
    .fees-card-label::before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 1.5px;
      background: var(--gold);
    }

    .fees-card h3 {
 
      font-size: clamp(1.7rem, 3.5vw, 2.3rem);
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: #fff;
    }
    .fees-card h3 em {
      font-style: italic;
      color: var(--gold-light);
    }

    .fees-card p {
      font-size: .91rem;
      font-weight: 300;
      color: rgba(255,255,255,.6);
      line-height: 1.8;
      margin-bottom: 0;
    }

    /* Pill list */
    .fees-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 24px 0;
    }
    .fees-pills .pill {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
      color: rgba(255,255,255,.8);
      font-size: .78rem;
      font-weight: 500;
      padding: 6px 14px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .fees-pills .pill i { color: var(--gold); font-size: .8rem; }

    /* ════════════════════════════════
       TRUST STRIP
    ════════════════════════════════ */
    .trust-strip {
      margin-top: 52px;
      border-top: 1px solid var(--line);
      padding-top: 36px;
    }
    .trust-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
    .trust-icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: var(--ink);
      color: var(--gold);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .trust-item h6 {
      font-size: .88rem;
      font-weight: 600;
      color: var(--ink);
      margin-bottom: 4px;
    }
    .trust-item p {
      font-size: .8rem;
      color: var(--slate-mid);
      line-height: 1.55;
      margin: 0;
    }

    /* ════════════════════════════════
       RESPONSIVE
    ════════════════════════════════ */
    @media (max-width: 991.98px) {
      .fees-card { margin-top: 40px; }
      .wwa-watermark { display: none; }
    }
    @media (max-width: 575.98px) {
      .wwa-section { padding: 70px 0 80px; }
      .wwa-narrative { padding-left: 18px; }
      .fees-card { padding: 28px 22px; }
      .trust-strip { margin-top: 36px; }
    }    
    
.top_disclaimer p {
    text-align: center;
    margin: 0px;
    font-size: 13px;
}    
    
    
:root {
       
      --visa-saffron:        #E8621A;
      --visa-saffron-light:  #FF8C42;
      --visa-saffron-pale:   #FFF0E6;
      --visa-saffron-glow:   rgba(232, 98, 26, 0.20);

      --visa-teal:           #0D7377;
      --visa-teal-light:     #14A0A5;
      --visa-teal-pale:      #E6F6F7;

      --visa-green:          #138808;

      /* Backgrounds */
      --visa-bg-overlay:     rgba(255, 251, 245, 0.84);

      /* Cards */
      --visa-card-bg:              #FFFFFF;
      --visa-card-border:          #EDE8E0;
      --visa-card-hover-bg:        #FFF5EE;
      --visa-card-hover-border:    #E8621A;
      --visa-card-shadow:          0 2px 16px rgba(100, 60, 20, 0.08);
      --visa-card-hover-shadow:    0 10px 36px rgba(232, 98, 26, 0.18);
      --visa-card-radius:          16px;

      /* Typography */
      --visa-text-heading:   #1C1008;
      --visa-text-body:      #4A3828;
      --visa-text-muted:     #9A8070;
      --visa-text-label:     #7A6858;

      --visa-font-display:   'Cormorant Garamond', Georgia, serif;
      --visa-font-body:      'Plus Jakarta Sans', sans-serif;

   
      --visa-stat-divider:   #DDD4C8;

      
      --visa-ease-spring:    cubic-bezier(0.34, 1.56, 0.64, 1);
      --visa-ease-smooth:    cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --visa-transition:     0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

   
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

   

     
    .visa-section {
      position:   relative;
      
      display:    flex;
      align-items: center;
      overflow:   hidden;

      background-image:      url('https://images.unsplash.com/photo-1524492412937-b28074a5d7da?auto=format&fit=crop&w=1800&q=80');
      background-size:       cover;
      background-position:   center 40%;
      background-attachment: fixed;
    }

 
    .visa-section::before {
      content:    '';
      position:   absolute;
      inset:      0;
      background: var(--visa-bg-overlay);
      z-index:    1;
    }

    
    .visa-section::after {
      content:  '';
      position: absolute;
      inset:    0;
      background:
        radial-gradient(ellipse 60% 50% at 5%  10%,  rgba(232,98,26,0.07) 0%, transparent 70%),
        radial-gradient(ellipse 55% 45% at 95% 90%, rgba(13,115,119,0.06) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(255,220,180,0.12) 0%, transparent 80%);
      z-index:         1;
      pointer-events:  none;
    }

     
    .visa-inner {
      position: relative;
      z-index:  2;
      width:    100%;
      padding:  88px 0 80px;
    }

     
    .visa-header {
      text-align:    center;
      margin-bottom: 52px;

      --header-accent:  var(--visa-saffron);        
      --header-accent2: var(--visa-teal);
    }

    .visa-header .visa-eyebrow {
       
      font-size:      0.68rem;
      font-weight:    700;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color:          var(--header-accent);         
      display:        inline-flex;
      align-items:    center;
      gap:            10px;
      margin-bottom:  12px;
      opacity: 0;
      animation: slideUp 0.65s ease 0.1s forwards;
    }

    .visa-header .visa-eyebrow::before,
    .visa-header .visa-eyebrow::after {
      content:    '';
      display:    block;
      width:      30px;
      height:     1.5px;
      background: linear-gradient(90deg, transparent, var(--header-accent));
    }
    .visa-header .visa-eyebrow::after {
      background: linear-gradient(90deg, var(--header-accent), transparent);
    }

    .visa-header h2 {
     
      font-size:      34px;
      font-weight:    600;
      color:          var(--visa-text-heading);
      line-height:    1.1;
      letter-spacing: -0.015em;
      margin-bottom:  16px;
      opacity: 0;
      animation: slideUp 0.65s ease 0.22s forwards;
    }

    .visa-header h2 .accent-word {
      color:    var(--header-accent);              
      position: relative;
    }

    .visa-header h2 .accent-word::after {
      content:       '';
      position:      absolute;
      bottom:        4px;
      left:          0;
      width:         100%;
      height:        4px;
      background:    linear-gradient(90deg, var(--visa-saffron), var(--visa-saffron-light));
      border-radius: 2px;
      opacity:       0.45;
    }

    .visa-header .visa-subtitle {
      font-size:   1rem;
      color:       var(--visa-text-label);
      max-width:   520px;
      margin:      0 auto;
      line-height: 1.75;
      opacity: 0;
      animation: slideUp 0.65s ease 0.36s forwards;
    }

 
    .visa-stats {
      display:         flex;
      justify-content: center;
      flex-wrap:       wrap;
      margin-bottom:   52px;
      background:      rgba(255,255,255,0.78);
      border:          1px solid var(--visa-card-border);
      border-radius:   60px;
      padding:         18px 40px;
      backdrop-filter: blur(16px);
      max-width:       640px;
      margin-left:     auto;
      margin-right:    auto;
      box-shadow:      0 4px 24px rgba(100,60,20,0.07);
      opacity: 0;
      animation: slideUp 0.65s ease 0.48s forwards;

      --stat-divider: var(--visa-stat-divider);    
    }

    .visa-stat {
      flex:         1;
      min-width:    110px;
      text-align:   center;
      padding:      4px 24px;
      border-right: 1px solid var(--stat-divider);  
    }

    .visa-stat:last-child { border-right: none; }

    .visa-stat__number {
      display:     block;
          
      font-size:   1.65rem;
      font-weight: 700;
      color:       var(--visa-saffron);
      line-height: 1.1;
    }

    .visa-stat__label {
      font-size:      0.68rem;
      font-weight:    600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color:          var(--visa-text-muted);
    }

    
    .visa-grid {
      display:               grid;
      grid-template-columns: repeat(6, 1fr);
      gap:                   16px;
      margin-bottom:         44px;
    }

    @media (max-width: 1199px) { .visa-grid { grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 767px)  { .visa-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 479px)  { .visa-grid { grid-template-columns: repeat(2, 1fr); } }

   
    .visa-card {
      position:       relative;
      background:     var(--visa-card-bg);
      border:         1.5px solid var(--visa-card-border);
      border-radius:  var(--visa-card-radius);
      padding:        22px 10px 18px;
      display:        flex;
      flex-direction: column;
      align-items:    center;
      gap:            10px;
      cursor:         pointer;
      box-shadow:     var(--visa-card-shadow);
      overflow:       hidden;

      transition:
        background   var(--visa-transition),
        border-color var(--visa-transition),
        transform    var(--visa-transition),
        box-shadow   var(--visa-transition);

      opacity: 0;
      animation: popIn 0.5s ease both;
    }

    .visa-card:nth-child(1)  { animation-delay: 0.55s; }
    .visa-card:nth-child(2)  { animation-delay: 0.62s; }
    .visa-card:nth-child(3)  { animation-delay: 0.69s; }
    .visa-card:nth-child(4)  { animation-delay: 0.76s; }
    .visa-card:nth-child(5)  { animation-delay: 0.83s; }
    .visa-card:nth-child(6)  { animation-delay: 0.90s; }
    .visa-card:nth-child(7)  { animation-delay: 0.97s; }
    .visa-card:nth-child(8)  { animation-delay: 1.04s; }
    .visa-card:nth-child(9)  { animation-delay: 1.11s; }
    .visa-card:nth-child(10) { animation-delay: 1.18s; }
    .visa-card:nth-child(11) { animation-delay: 1.25s; }
    .visa-card:nth-child(12) { animation-delay: 1.32s; }

     
    .visa-card::before {
      content:       '';
      position:      absolute;
      top:           0;
      left:          50%;
      width:         0;
      height:        3px;
      background:    linear-gradient(90deg, var(--visa-saffron), var(--visa-saffron-light));
      border-radius: 0 0 3px 3px;
      transition:    width 0.3s ease, left 0.3s ease;
    }

    .visa-card:hover {
      background:   var(--visa-card-hover-bg);
      border-color: var(--visa-card-hover-border);
      transform:    translateY(-7px) scale(1.04);
      box-shadow:   var(--visa-card-hover-shadow);
    }

    .visa-card:hover::before {
      width: 60%;
      left:  20%;
    }

    .visa-card__flag {
      font-size:   2.2rem;
      line-height: 1;
      filter:      drop-shadow(0 2px 8px rgba(100,60,20,0.12));
      transition:  transform var(--visa-transition);
    }

    .visa-card:hover .visa-card__flag {
      transform: scale(1.18) rotate(-5deg);
    }

    .visa-card__name {
      font-size:      0.72rem;
      font-weight:    600;
      color:          var(--visa-text-heading);    
      letter-spacing: 0.02em;
      text-align:     center;
      line-height:    1.3;
      transition:     color 0.2s ease;
    }

    .visa-card:hover .visa-card__name {
      color: var(--visa-saffron);                
    }

     
    .visa-cta-wrap {
      text-align: center;
      opacity: 0;
      animation: slideUp 0.6s ease 1.4s forwards;
    }

    .visa-btn {
      display:        inline-flex;
      align-items:    center;
      gap:            10px;
       
      font-size:      0.85rem;
      font-weight:    700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-decoration: none;
      color:          #fff;
      background:     linear-gradient(135deg, var(--visa-saffron) 0%, var(--visa-saffron-light) 100%);
      border:         none;
      border-radius:  50px;
      padding:        16px 48px;
      cursor:         pointer;
      box-shadow:     0 6px 28px var(--visa-saffron-glow),
                      inset 0 1px 0 rgba(255,255,255,0.22);
      transition:     transform 0.28s ease,
                      box-shadow 0.28s ease,
                      filter 0.28s ease;
    }

    .visa-btn:hover {
      transform:  translateY(-4px) scale(1.05);
      box-shadow: 0 14px 40px rgba(232,98,26,0.32),
                  inset 0 1px 0 rgba(255,255,255,0.3);
      filter:     brightness(1.06);
      color:      #fff;
    }

    .visa-btn svg {
      transition: transform 0.28s ease;
    }

    .visa-btn:hover svg {
      transform: translateX(5px);
    }

   
    .visa-disclaimer {
      text-align:     center;
      margin-top:     18px;
      font-size:      0.7rem;
      color:          var(--visa-text-muted);
      letter-spacing: 0.03em;
      opacity: 0;
      animation: slideUp 0.6s ease 1.58s forwards;
    }

    
    .visa-deco {
      position:       absolute;
      z-index:        2;
      pointer-events: none;
      border-radius:  50%;
    }

    .visa-deco--ring1 {
      top:    -70px;
      right:  -70px;
      width:  280px;
      height: 280px;
      border: 1.5px solid rgba(232,98,26,0.12);
      box-shadow: inset 0 0 0 35px rgba(232,98,26,0.04);
    }

    .visa-deco--ring2 {
      bottom: -90px;
      left:   -90px;
      width:  320px;
      height: 320px;
      border: 1.5px solid rgba(13,115,119,0.10);
    }

     
    .visa-stripe {
      position: absolute;
      top:      0;
      left:     0;
      right:    0;
      height:   5px;
      z-index:  3;
      display:  flex;
    }

    .visa-stripe span { flex: 1; }
    .visa-stripe span:nth-child(1) { background: var(--visa-saffron); }
    .visa-stripe span:nth-child(2) { background: #ffffff; }
    .visa-stripe span:nth-child(3) { background: var(--visa-green); }

    
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @keyframes popIn {
      from { opacity: 0; transform: scale(0.78) translateY(16px); }
      to   { opacity: 1; transform: scale(1)    translateY(0); }
    }

    
    @media (max-width: 767px) {
      .visa-inner        { padding: 64px 0 56px; }
      .visa-section      { background-attachment: scroll; }
      .visa-stats        { padding: 14px 20px; border-radius: 20px; max-width: 100%; }
      .visa-stat         { padding: 4px 12px; min-width: 80px; }
      .visa-stat__number { font-size: 1.35rem; }
    }

    @media (max-width: 479px) {
      .visa-stats { flex-wrap: wrap; border-radius: 16px; }
      .visa-stat  { flex: 0 0 50%; border-right: none; border-bottom: 1px solid var(--stat-divider); padding: 8px 12px; }
      .visa-stat:nth-child(odd)       { border-right: 1px solid var(--stat-divider); }
      .visa-stat:nth-last-child(-n+2) { border-bottom: none; }
    }    
    
    
    
  :root {
      --evisa-bg:            #f4f6fb;
      --evisa-card-bg:       #ffffff;
      --evisa-card-border:   #e2e8f0;
      --evisa-card-hover-bg: #f0faf6;
      --evisa-accent:        linear-gradient(135deg, #019c0e, #5ac11a);
      --evisa-accent-light:  rgba(13,184,112,0.10);
      --evisa-accent-mid:    #09a360;
      --evisa-text-primary:  #111827;
      --evisa-text-body:     #374151;
      --evisa-text-muted:    #6b7280;
      --evisa-line-color:    #d1d5db;
      --evisa-badge-bg:      #f0faf6;
      --evisa-font-display:  'Syne', sans-serif;
      --evisa-font-body:     'DM Sans', sans-serif;
      --evisa-radius-sm:     14px;
      --evisa-shadow-sm:     0 1px 4px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
      --evisa-shadow-hover:  0 4px 20px rgba(13,184,112,0.14), 0 1px 4px rgba(0,0,0,0.06);
    }

     
    .evisa-section {
      background: var(--evisa-bg);
       
      padding: 80px 0 100px;
      overflow: hidden;
      position: relative;
    }

    .evisa-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 45% at 5% 10%,  rgba(13,184,112,0.07) 0%, transparent 65%),
        radial-gradient(ellipse 40% 55% at 95% 90%, rgba(99,102,241,0.05) 0%, transparent 65%);
      pointer-events: none;
      z-index: 0;
    }

    .evisa-section > .container {
      position: relative;
      z-index: 1;
    }
 
    .evisa-left__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: var(--evisa-accent-light);
      border: 1.5px solid rgba(13,184,112,0.25);
      color: var(--evisa-accent-mid);
      font-size: 0.71rem;
      font-weight: 700;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 50px;
      margin-bottom: 22px;
    }

    .evisa-left__heading {
       
      font-size: clamp(2rem, 4vw, 2.85rem);
      font-weight: 800;
      color: var(--evisa-text-primary);
      line-height: 1.13;
      margin-bottom: 16px;
      letter-spacing: -0.025em;
    }

    .evisa-left__heading span {
      color: var(--evisa-accent);
      position: relative;
    }

    .evisa-left__heading span::after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--evisa-accent), var(--evisa-accent-light));
      border-radius: 2px;
    }

    .evisa-left__sub {
      color: var(--evisa-text-muted);
      font-size: 0.97rem;
      line-height: 1.72;
      margin-bottom: 34px;
      max-width: 360px;
    }

   
    .evisa-stat-row {
      display: flex;
      gap: 14px;
      margin-bottom: 36px;
      flex-wrap: wrap;
    }

    .evisa-stat {
      flex: 1;
      min-width: 130px;
      background: var(--evisa-card-bg);
      border: 1.5px solid var(--evisa-card-border);
      border-radius: var(--evisa-radius-sm);
      padding: 18px 20px;
      position: relative;
      overflow: hidden;
      transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
      box-shadow: var(--evisa-shadow-sm);
    }

    .evisa-stat::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--evisa-accent), transparent);
    }

    .evisa-stat:hover {
      border-color: rgba(13,184,112,0.3);
      transform: translateY(-3px);
      box-shadow: var(--evisa-shadow-hover);
    }

    .evisa-stat__icon {
      color: var(--evisa-accent);
      font-size: 1.2rem;
      margin-bottom: 10px;
      display: block;
    }

    .evisa-stat__label {
       
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--evisa-text-primary);
      margin-bottom: 4px;
    }

    .evisa-stat__value {
      font-size: 0.8rem;
      color: var(--evisa-text-muted);
      line-height: 1.45;
    }
 
    .evisa-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--evisa-accent);
      color: #ffffff;
      
      font-weight: 700;
      font-size: 0.95rem;
      padding: 14px 30px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
      box-shadow: 0 4px 18px rgba(13,184,112,0.28);
      letter-spacing: 0.01em;
    }

    .evisa-btn:hover {
      background: var(--evisa-accent-mid);
      box-shadow: 0 6px 28px rgba(13,184,112,0.38);
      transform: translateY(-2px);
      color: #ffffff;
    }

    .evisa-btn .bi {
      transition: transform 0.2s;
    }

    .evisa-btn:hover .bi {
      transform: translateX(4px);
    }

     
    .evisa-divider {
      display: none;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--evisa-line-color), transparent);
      margin: 40px 0;
    }

    
    .evisa-col-divider {
      display: flex;
      justify-content: center;
      align-items: stretch;
    }

    .evisa-col-divider__line {
      width: 1px;
      background: linear-gradient(180deg, transparent 0%, var(--evisa-line-color) 15%, var(--evisa-line-color) 85%, transparent 100%);
    }

     
    .evisa-right__heading {
      
      font-size: clamp(1.35rem, 2.5vw, 1.8rem);
      font-weight: 800;
      color: var(--evisa-text-primary);
      letter-spacing: -0.02em;
      margin-bottom: 6px;
    }

    .evisa-right__sub {
      color: var(--evisa-text-muted);
      font-size: 0.875rem;
      line-height: 1.65;
      margin-bottom: 32px;
    }

    
    .evisa-timeline {
      position: relative;
      padding-left: 30px;
    }

    
    .evisa-timeline::before {
      content: '';
      position: absolute;
      left: 11px;
      top: 20px;
      bottom: 20px;
      width: 2px;
      background: var(--evisa-line-color);
      border-radius: 2px;
    }

    /* Green animated fill */
    .evisa-timeline__fill {
      position: absolute;
      left: 11px;
      top: 20px;
      width: 2px;
      background: linear-gradient(180deg, var(--evisa-accent), rgba(13,184,112,0.25));
      border-radius: 2px;
      height: 0;
      z-index: 1;
      transition: height 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .evisa-timeline.is-visible .evisa-timeline__fill {
      height: calc(100% - 40px);
    }

    
    .evisa-tl-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      position: relative;
      margin-bottom: 13px;
       
      transform: translateX(18px);
      transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .evisa-tl-item.is-visible {
      opacity: 1;
      transform: translateX(0);
    }

    .evisa-tl-item:nth-child(2) { transition-delay: 0.08s; }
    .evisa-tl-item:nth-child(3) { transition-delay: 0.20s; }
    .evisa-tl-item:nth-child(4) { transition-delay: 0.32s; }
    .evisa-tl-item:nth-child(5) { transition-delay: 0.44s; }
    .evisa-tl-item:nth-child(6) { transition-delay: 0.56s; }

   
    .evisa-tl-item__dot {
      position: absolute;
      left: -24px;
      top: 15px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #000;
      border: 2.5px solid var(--evisa-line-color);
      z-index: 2;
      transition: border-color 0.3s, transform 0.3s;
    }

    .evisa-tl-item.is-visible .evisa-tl-item__dot {
      border-color: var(--evisa-accent);
       
    }

    .evisa-tl-item--dim .evisa-tl-item__dot {
      border-color: var(--evisa-line-color) !important;
      animation: none !important;
    }

    @keyframes dotPop {
      0%   { transform: scale(0.5); }
      60%  { transform: scale(1.25); }
      100% { transform: scale(1); }
    }

    @keyframes dotPulse {
      0%   { box-shadow: 0 0 0 0   rgba(13,184,112,0.30); }
      60%  { box-shadow: 0 0 0 8px rgba(13,184,112,0); }
      100% { box-shadow: 0 0 0 0   rgba(13,184,112,0); }
    }

    
    .evisa-tl-item__card {
      flex: 1;
      display: flex;
      align-items: center;
      gap: 14px;
      background: var(--evisa-card-bg);
      border: 1.5px solid var(--evisa-card-border);
      border-radius: var(--evisa-radius-sm);
      padding: 14px 18px;
      box-shadow: var(--evisa-shadow-sm);
      transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
      position: relative;
      overflow: hidden;
      cursor: default;
    }
 
    .evisa-tl-item__card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.75) 50%, transparent 70%);
      transform: translateX(-120%);
    }

    .evisa-tl-item.is-visible .evisa-tl-item__card::after {
      animation: shimmer 0.65s ease forwards;
    }

    @keyframes shimmer {
      0%   { transform: translateX(-120%); }
      100% { transform: translateX(160%); }
    }

    
    .evisa-tl-item__card:hover {
      border-color: rgba(13,184,112,0.35);
      background: var(--evisa-card-hover-bg);
      transform: translateX(5px);
      box-shadow: var(--evisa-shadow-hover);
    }

    
    .evisa-tl-item--dim .evisa-tl-item__card {
      
      box-shadow: none;
    }

    .evisa-tl-item--dim .evisa-tl-item__card:hover {
      transform: none;
      border-color: var(--evisa-card-border);
      background: var(--evisa-card-bg);
      box-shadow: none;
    }

     
    .evisa-tl-item__icon {
      width: 38px;
      height: 38px;
      min-width: 38px;
      border-radius: 10px;
      background: var(--evisa-badge-bg);
      border: 1.5px solid rgba(13,184,112,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--evisa-accent);
      font-size: 1rem;
      transition: background 0.25s, border-color 0.25s, transform 0.25s;
    }

    .evisa-tl-item__card:hover .evisa-tl-item__icon {
      background: rgba(13,184,112,0.14);
      border-color: rgba(13,184,112,0.38);
      transform: scale(1.08) rotate(-4deg);
    }

    .evisa-tl-item__text {
      color: var(--evisa-text-body);
      font-size: 0.875rem;
      line-height: 1.55;
      flex: 1;
    }

    .evisa-tl-item__num {
      
      font-size: 0.67rem;
      font-weight: 700;
      color: var(--evisa-text-muted);
      letter-spacing: 0.06em;
      min-width: 20px;
      text-align: right;
    }

     
    @media (max-width: 991.98px) {
      .evisa-section   { padding: 60px 0 70px; }
      .evisa-divider   { display: block; }
      .evisa-col-divider { display: none; }
      .evisa-left__sub { max-width: 100%; }
    }

    @media (max-width: 575.98px) {
      .evisa-section       { padding: 48px 0 60px; }
      .evisa-left__heading { font-size: 1.8rem; }
      .evisa-stat          { min-width: 100%; }
      .evisa-tl-item__num  { display: none; }
    } 
    
    
#onScrollStop {
    position: absolute;
    top: 14px;
    margin: auto;
    right: 0px;
    width: 100%;
    text-align: center;
    z-index: -9;
    visibility: hidden;
}
    


:root {
      --saffron:   #E8691A;
      --saffron-lt:#F5884A;
      --jade:      #1C6B4A;
      --jade-lt:   #27926A;
      --cream:     #FAF6F0;
      --ink:       #1A1410;
      --muted:     #7A6E66;
      --card-r:    20px;
      --pill-r:    60px;
    }

    
    .about-evisa {
      background: var(--cream);
       
      padding: 40px 0 80px;
      position: relative;
      overflow: hidden;
    }

     
    .about-evisa::before {
      content: '';
      position: absolute;
      inset: -120px -120px auto auto;
      width: 480px;
      height: 480px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(232,105,26,.10) 0%, transparent 70%);
      pointer-events: none;
    }
    .about-evisa::after {
      content: '';
      position: absolute;
      bottom: -100px;
      left: -100px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(28,107,74,.08) 0%, transparent 70%);
      pointer-events: none;
    }

    
    .about-evisa .evisa-header {
      text-align: center;
      margin-bottom: 56px;
    }

    .about-evisa .evisa-header .eyebrow {
      display: inline-block;
      font-size: .72rem;
      font-weight: 500;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--saffron);
      background: rgba(232,105,26,.1);
      padding: 6px 18px;
      border-radius: var(--pill-r);
      margin-bottom: 20px;
    }

    .about-evisa .evisa-header h2 {
      
      font-size: clamp(2rem, 4vw, 3.2rem);
      color: var(--ink);
      line-height: 1.18;
      margin-bottom: 18px;
    }

    .about-evisa .evisa-header h2 em {
      font-style: italic;
      color: var(--saffron);
    }

    .about-evisa .evisa-header p {
      color: black;
      font-size: 1.05rem;
      font-weight: 300;
      
      margin: 0 auto;
      line-height: 1.75;
    }

   
    .about-evisa .badge-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-bottom: 60px;
    }

    .about-evisa .badge-row .badge-pill {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff;
      border: 1.5px solid rgba(232,105,26,.18);
      border-radius: var(--pill-r);
      padding: 12px 22px;
      font-size: .9rem;
      font-weight: 500;
      color: var(--ink);
      transition: box-shadow .25s, transform .25s, border-color .25s;
      cursor: default;
    }

    .about-evisa .badge-row .badge-pill:hover {
      box-shadow: 0 8px 28px rgba(232,105,26,.15);
      transform: translateY(-3px);
      border-color: var(--saffron);
    }

     
    .about-evisa .badge-row .badge-pill .badge-icon {
      width: 32px;
      height: 32px;
      background: var(--saffron);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .about-evisa .badge-row .badge-pill .badge-icon i {
      color: #fff;
      font-size: .85rem;
    }

    
    .about-evisa .mosaic {
      position: relative;
    }

  
    .about-evisa .mosaic .img-card {
      border-radius: var(--card-r);
      overflow: hidden;
      position: relative;
    }

    .about-evisa .mosaic .img-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .6s ease;
      object-position:top;
    }

    .about-evisa .mosaic .img-card:hover img {
      transform: scale(1.05);
    }

     
    .about-evisa .mosaic .img-card.card-tall {
      height: 520px;
    }

   
    .about-evisa .mosaic .img-card.card-short {
      height: 280px;
    }

     
    .about-evisa .mosaic .img-card .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(26,20,16,.55) 0%, transparent 55%);
    }

   
    .about-evisa .mosaic .img-card .caption-chip {
      position: absolute;
      bottom: 18px;
      left: 18px;
      background: rgba(255,255,255,.15);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,.3);
      border-radius: 50px;
      padding: 6px 16px;
      color: #fff;
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .05em;
    }

    
    .about-evisa .mosaic .info-panel {
      height: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .about-evisa .mosaic .info-panel .stat-card {
      background: #fff;
      border-radius: var(--card-r);
      padding: 28px;
      flex: 1;
      border: 1.5px solid rgba(28,107,74,.08);
      transition: box-shadow .25s, transform .25s;
      position: relative;
      overflow: hidden;
    }

    .about-evisa .mosaic .info-panel .stat-card:hover {
      box-shadow: 0 12px 36px rgba(28,107,74,.12);
      transform: translateY(-4px);
    }

  
    .about-evisa .mosaic .info-panel .stat-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px;
      height: 100%;
      background: var(--jade);
      border-radius: 4px 0 0 4px;
    }

    .about-evisa .mosaic .info-panel .stat-card.accent-saffron::before {
      background: var(--saffron);
    }

    .about-evisa .mosaic .info-panel .stat-card .stat-number {
       
      font-size: 2.4rem;
      color: var(--ink);
      line-height: 1;
      margin-bottom: 6px;
    }

    .about-evisa .mosaic .info-panel .stat-card .stat-number span {
      color: var(--saffron);
    }

    .about-evisa .mosaic .info-panel .stat-card .stat-label {
      color: var(--muted);
      font-size: .85rem;
      font-weight: 400;
      margin: 0;
    }

    .about-evisa .mosaic .info-panel .stat-card .stat-desc {
      color: var(--ink);
      font-size: .95rem;
      font-weight: 500;
      margin-top: 10px;
      margin-bottom: 0;
    }

   
    .about-evisa .cta-strip {
      background: var(--jade);
      border-radius: var(--card-r);
      padding: 36px 44px;
      margin-top: 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .about-evisa .cta-strip .cta-text {
      color: rgba(255,255,255,.75);
      font-size: .92rem;
    }

    .about-evisa .cta-strip .cta-headline {
      
      color: #fff;
      font-size: 1.5rem;
      margin-bottom: 4px;
    }

    .about-evisa .cta-strip .btn-cta {
      background: var(--saffron);
      color: #fff;
      border: none;
      border-radius: var(--pill-r);
      padding: 14px 36px;
      font-weight: 500;
      font-size: .95rem;
      white-space: nowrap;
      transition: background .2s, transform .2s, box-shadow .2s;
    }

    .about-evisa .cta-strip .btn-cta:hover {
      background: var(--saffron-lt);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(232,105,26,.4);
    }

     
    .about-evisa [data-fade] {
      opacity: 1;
      transform: translateY(24px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .about-evisa [data-fade].visible {
      opacity: 1;
      transform: none;
    }

    
    @media (max-width: 768px) {
      .about-evisa .mosaic .img-card.card-tall { height: 340px; }
      .about-evisa .mosaic .img-card.card-short { height: 200px; }
      .about-evisa .cta-strip { text-align: center; justify-content: center; }
    }

.banner_btn{
    background: var(--saffron);
    color: #fff;
    border: none;
    border-radius: var(--pill-r);
    padding: 14px 36px;
    font-weight: 500;
    font-size: .95rem;
    white-space: nowrap;
    transition: background .2s, transform .2s, box-shadow .2s;
        display: inline-block;
    margin-bottom: 14px;
}

























    