@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{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    overflow-x: hidden;
}

p{
   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%;
    
}
 



/* 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: 20px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}
 
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.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-img img{
    width: 103px;
    background: white;
    padding: 0px 1px;
    border-radius: 4px;
    height: 87px;
}  
.primary_header .navbar-img img:focus-visible{
    outline:none;
}
.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;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 12px;
    border-bottom: 3px solid transparent;
    background:#00acff;
     
}
.primary_header .navbar ul li a:hover{
    color:#2563eb;
    
    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);
    height: 85px;
    object-fit: cover;
}

.primary_header .navbar ul li a:hover img{
    filter: grayscale(0);
    transition: all 0.5s ease;
}
.primary_header .nav_country_list{
    display: flex;
    gap: 10px;

}
.primary_header .nav_country_list li{
        flex: 1;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    overflow: hidden;
    padding: 14px 9px;
}
.primary_header .navbar-nav .dropdown-menu {
    padding: 10px 20px 30px 20px;
    width: 65vw;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 18px 20px -23px;

}
.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;
}
.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, #16a34a, #22c55e);
    color: white!important;
    font-size:15px!important;  
    border-radius: 30px;
    padding:8px 20px!important;
}
 



 
.homeSlider{
    position: relative;
    overflow: hidden;
    background: #fff;
    
 
}
.homeSlider .z_index{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
    padding-bottom: 97px;
}
.homeSlider .form_wrapper{
    background:#ffffffe8;
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    top: 60px;
    border:2px solid #d4d4d4;
}
.homeSlider h1{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
     
}
.homeSlider h1 span{
        color: #0994b0;
    font-size: 18px;
    font-weight: 500;
}

.homeSlider img{
    width: 100%;
    max-height: 535px;
    object-fit: cover;
    object-position: 100% 34%;
     animation: zoomInOut 60s linear infinite;
}
 @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 / 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: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3px;
    color: black;
 }
 .homeSlider form select{
    padding: 10px;
 }
  .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 .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:0px 0px 50px 0px;
}
.why_choose .wrapper{
    border-image-slice: 1 !important;
    border-image-source:linear-gradient(180deg, #dbf6d9 0%, #098fba 40%, #c4f9c1 100%);
    border-style: solid !important;
    border-width: 5px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 53px rgba(15, 23, 42, 0.12);
    padding: 80px 60px;
}
.why_choose .wrapper .sec_title{
    text-align: center;
    font-weight: 600;
    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: 400;
    margin-bottom: 40px;
    font-size: 24px;
}
.why_choose .content p{
    text-align: left;
    font-size: 16px;
}

.why_choose img{
    border-radius: 10px;
    width: 100%;
}


.why_choose ul{
    list-style: none;
    padding: 0;
}
.why_choose ul li{
    display: flex;
    gap: 14px;
    align-items: start;
}
.why_choose ul li i{
    background: #19c50b;
    padding: 0px;
    color: white;
    border-radius: 40px;
    width: 14px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}


.bottom_footer{
    background:linear-gradient(    180deg,    #f8fafc 0%,    #eef2ff 40%,    #ecfeff 100%  );
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
}
.bottom_footer .wrapper{
    padding: 47px 0px 10px 0px;
    

}
.ve-support-section{
    padding: 70px 0px;
}

.ve-support-section .ve-support-header h6 {
      color: #1f2937;
    margin-bottom: 76px;
    font-size: 34px;
    font-weight: 600;

}

.ve-support-section .ve-support-header p {
  max-width: 620px;
  margin: auto;
  font-size: 1rem;
}

 
.ve-support-section .ve-support-card {
    background: #efefef;
    border-radius: 18px;
    padding: 50px 30px 30px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 2px solid #cfd4d6;
}

 
.ve-support-section .ve-support-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

 
.ve-support-section .ve-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.7rem;
}

 
.ve-support-section .ve-support-card h5 {
      margin-top: 16px;
    font-weight: 500;
    color: #111827;
    font-size: 18px;
}

 

 


.pd-section{
    padding:90px 0;
     
}
.pd-section .wrapper{
        padding: 68px 40px;
    background: #1a1a1a;
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
    border: 5px solid transparent;
    background-image: linear-gradient(#1a1a1a, #1a1a1a), linear-gradient(180deg, #41d436 0%, #098fba 40%, #0d6efd 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.pd-heading{
    text-align:center;
    margin-bottom:60px;
}
.pd-heading h6{
    font-size:42px;
    font-weight:600;
    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;
    align-items: start;
    color: white;
    flex-flow: column;
    justify-content: start;
    gap: 12px 0px;
}

.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: 70px 0px;

}
.who_we_are .wrapper{
    max-width: 970px;
    margin: auto;
    text-align: center;
}

.who_we_are .sec_title {
    font-size: 34px;
    font-weight: 600;
    color: black;
}
.who_we_are .wrapper p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.who_we_are 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%;
}

.zoom-section {
  margin: 50px 0px;
  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 {
    
   
    padding: 12px 30px;
    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 {
    
    
    border-color: #319FA0;
    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: 18px;
    padding: 10px 10px;
    color: #fff;
    line-height: 1;
    border-radius: 8px;
}
.visa-features .visa-features__item .visa-features__icon-box i.icon1 {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}
.visa-features .visa-features__item .visa-features__icon-box i.icon2 {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}
.visa-features .visa-features__item .visa-features__icon-box i.icon3 {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}
 
.visa-features .visa-features__item .visa-features__text {
    font-size: 14px;
    font-weight: 400;
    color: #000;  
    margin: 0;
    
}

.contact-hero {
  background: white;
  position: relative;
 
}



.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 213px 20px 218px 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: 100% 18%;
    border-bottom: 2px solid #d2d2d2;
    background-image: url('../images/banner/breadcrumb1.webp');
}
@media(max-width:992px){
    .contact-hero .hero-content {
        padding:105px 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:linear-gradient(72deg, #00000091, #ffffff2b, #00000000);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content .breadcrumbs{
    position: absolute;
    bottom: 24px;
}


.contact-hero h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
    
}
.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: white;
}
.contact-hero .breadcrumbs ul li a{
    color: white;
}
.contact-hero .breadcrumbs ul li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: white;
}

.contact-hero .lead {
    font-size: 22px;
    opacity: 0.95;
    margin: 0 auto 30px 0px;
   
    font-weight: 400;
    color: #000000;
}

.bottom_footer img{
    width: 103px;
    height: 87px;
    margin-bottom: 16px;
}
.bottom_footer p{
    font-size: 14px;
    font-weight: 300;
}
.bottom_footer .footer_about ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 0;
}

.bottom_footer .footer_about a{
        color: #000;
    font-size: 14px;
    font-weight: 300;
}

.bottom_footer .headings a{
    
    font-size: 14px;
    font-weight: 300;
    color: black;
}
.bottom_footer a:hover{
    color:#005ee9 ;
    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:54px 0 0px 0px;
    background:linear-gradient(180deg, #caffc585 0%, #098fba2e 40%, #c7fcc287 100%);
}

.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;
  z-index: 9999;
}

.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:24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.visa-process .visa-timeline .visa-timeline__item .visa-timeline__desc {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
 

 
@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;
  z-index: -1;
  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 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 #1f87b6;
}
.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: 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: 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;
    }  
    .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: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: linear-gradient(135deg, #0994b021, #0d6efd1a);
    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-light-cta .mb-light-cta__box {
    max-width: 900px;
    margin: auto;
    background: linear-gradient(    180deg,    #f8fafc 0%,    #eef2ff 40%,    #ecfeff 100%  );
    border-image-slice: 1 !important;
    border-image-source: linear-gradient(180deg, #ed0000 0%, #002ec5 40%, #1faa00 100%);
    border-style: solid !important;
    border-width: 3px !important;
    border-radius: 8px !important;
  box-shadow: 0 30px 70px rgba(15,23,42,0.12);
}

 
.mb-light-cta .mb-light-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0f766e;
  background: linear-gradient(90deg, #ccfbf1, #e0f2fe);
}

 
.mb-light-cta .mb-light-cta__title {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 900;
  color: #0f172a;
  max-width: 24ch;
  margin-inline: auto;
}

 
.mb-light-cta .mb-light-cta__desc {
  color: #475569;
  max-width: 60ch;
  line-height: 1.7;
}

 
.mb-light-cta .mb-light-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.mb-light-cta .mb-light-cta__primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 16px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 14px 30px rgba(34,197,94,0.35);
  transition: all .2s ease;
}

.mb-light-cta .mb-light-cta__primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(34,197,94,0.45);
}

.mb-light-cta .mb-light-cta__secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 16px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.12);
  transition: all .2s ease;
}

.mb-light-cta .mb-light-cta__secondary:hover {
  background: #f8fafc;
}

 
.mb-light-cta .mb-light-cta__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.mb-light-cta .mb-light-cta__trustItem {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #334155;
  font-size: 0.95rem;
}

.mb-light-cta .mb-light-cta__trustItem i {
  color: #0f766e;
}

 
@media (max-width: 575px) {
  .mb-light-cta .mb-light-cta__primary,
  .mb-light-cta .mb-light-cta__secondary {
    width: 100%;
    justify-content: center;
  }
}

 

.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);
  box-shadow: 0 14px 30px 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;
  }
  .why_choose .wrapper{
    padding: 55px 28px;
  }
}

.top_disclaimer{
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
}

 

 
.visa-services-showcase {
   --emerald-deep: #0994b0;
  --emerald-bright:#10B981;
  --emerald-soft:  #7edaed;
  --slate-900:     #0F172A;
  --slate-700:     #334155;
  --slate-400:     #94A3B8;
  --slate-100:     #F1F5F9;
  --white:         #FFFFFF;
  --radius-card:   24px;
  --radius-icon:   16px;
  --shadow-soft:   0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-hover:  0 16px 48px rgba(4, 120, 87, 0.12);
  position: relative;
  overflow: hidden;
  padding-top:40px;
}

 

.visa-services-showcase .service-card-row .service-card {
  background: var(--white);
  border-radius: var(--radius-card);
  padding:20px 20px;
  flex: 1 1 320px;
  max-width: 420px;
  position: relative;
  border: 2px solid #6060601c;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: var(--shadow-soft);
  cursor: default;
}

 
.visa-services-showcase .service-card-row .service-card:hover {
  transform: translateY(-12px);
  
  border-color: var(--emerald-soft);
}


 

 
.visa-services-showcase .service-card-row .service-card .icon-container {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--emerald-soft) 0%, #ECFDF5 100%);
  border-radius: var(--radius-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.visa-services-showcase .service-card-row .service-card:hover .icon-container {
  transform: rotate(5deg) scale(1.08);
}


.visa-services-showcase .service-card-row .service-card .icon-container::after {
  content: '';
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.2) 0%, transparent 70%);
  border-radius: var(--radius-icon);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.visa-services-showcase .service-card-row .service-card:hover .icon-container::after {
  opacity: 1;
}


.visa-services-showcase .service-card-row .service-card .icon-container i {
  font-size: 24px;
  color: var(--emerald-deep);
  transition: color 0.3s ease;
}

.visa-services-showcase .service-card-row .service-card:hover .icon-container i {
  color: var(--emerald-bright);
}


.visa-services-showcase .service-card-row .service-card .card-content {
  position: relative;
}


.visa-services-showcase .service-card-row .service-card .card-content .card-title {
  
  font-size:20px;
  font-weight: 600;
  color: var(--slate-900);
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.visa-services-showcase .service-card-row .service-card:hover .card-content .card-title {
  color: var(--emerald-deep);
}


.visa-services-showcase .service-card-row .service-card .card-content .card-description {
  font-size: 16px;
  color: var(--slate-700);
  line-height: 1.7;
  margin-bottom: 14px;
}


.visa-services-showcase .service-card-row .service-card .card-content .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--emerald-deep);
  text-decoration: none;
  transition: gap 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.visa-services-showcase .service-card-row .service-card:hover .card-content .card-link {
  gap: 14px;
}

/* Arrow icon – child of card-link */
.visa-services-showcase .service-card-row .service-card .card-content .card-link i {
  font-size: 18px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.visa-services-showcase .service-card-row .service-card:hover .card-content .card-link i {
  transform: translateX(3px);
}

 
.visa-services-showcase .service-card-row .service-card .badge-new {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--emerald-bright) 0%, var(--emerald-deep) 100%);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.visa-services-showcase .service-card-row .service-card:hover .badge-new {
  opacity: 1;
  transform: translateY(0);
}

.visa-services-showcase .parent_box{
    max-width:1180px;
    margin:auto;
}



@media (max-width: 768px) {
  .visa-services-showcase {
    padding: 80px 0;
  }

  .visa-services-showcase .service-card-row {
    gap: 20px;
  }

  .visa-services-showcase .service-card-row .service-card {
    padding: 36px 28px;
    max-width: 100%;
  }

  .visa-services-showcase .service-card-row .service-card .icon-container {
    width: 64px;
    height: 64px;
  }

  .visa-services-showcase .service-card-row .service-card .icon-container i {
    font-size: 28px;
  }

  .visa-services-showcase .service-card-row .service-card .card-content .card-title {
    font-size: 1.3rem;
  }
}

.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;
}







.breadcrumb-area {
    padding: 60px 0;
    background-color: #003366;
    color: #ffffff;
    margin-bottom: 40px;
}

.breadcrumb-area h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

/* --- Pricing Section --- */
.pricing {
    padding: 20px 0 80px;
}

.pricing h2 {
    color: #003366;
    margin-bottom: 20px;
}

.pricing p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    color: #555;
}


.pricing .form-group {
    max-width: 500px;
    margin: 40px auto;
    text-align: center;
}

.pricing .form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.pricing .form-select {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.pricing .form-select:focus {
    border-color: #003366;
    outline: none;
}

/* --- Country Content Boxes --- */
.countryBox {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-top: 5px solid #003366;
    transition: transform 0.3s ease;
}

.countryBox:hover {
    transform: translateY(-5px);
}

.countryBox h3 {
    font-size: 1.8rem;
    margin-top: 0;
}

.price {
    color: #28a745; /* Success Green */
    font-weight: 700;
    font-size: 2rem !important;
    margin: 15px 0;
}

/* --- Features List --- */
.features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    background: #f0f7ff;
    padding: 20px;
    border-radius: 8px;
}

.features li {
    margin-bottom: 10px;
    font-weight: 500;
    color: #004085;
}


.applyBtn {
    display: inline-block;
    background-color: #003366;
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-top: 20px;
}

.applyBtn:hover {
    background-color: #0056b3;
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.3);
    text-decoration: none;
}


@media (max-width: 768px) {
    .breadcrumb-area {
        padding: 40px 0;
    }
    
    .breadcrumb-area h1 {
        font-size: 1.8rem;
    }

    .countryBox {
        padding: 25px;
    }

    .price {
        font-size: 1.5rem !important;
    }
}

















