@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;
   text-align: justify;

}
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: 150px;  
    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(45deg, #0057b8, #1e88e5);
    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: center;
    
}
 @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 .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 .headings a{
        color: #005ee9;
    font-size: 14px;
    font-weight: 400;
    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: 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: 10px 15px;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-decoration:none;
    
}
.common_main_box ul li a:hover{
    color: #0d6efd;
}
.common_main_box ul li::marker{
    color: #0c7ae5;
    font-size: 20px;
}
.common_main_box ul li a.active{
    background: #e9f1ff;
    color: #0d6efd;
    font-weight: 500;
    border-radius: 10px;
    transform: 0.5s all linear;

}
.common_main_box .sidebar{
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 2px solid #e7e7e7;
}

.common_main_box .sidebar> h4{
    font-size: 18px;
    margin-bottom: 14px;
}

.content_area{
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.content_area h6{
    font-size: 20px;
    border-left: 2px solid #0b7ce1;
    padding-left: 14px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #000000;
    margin-top: 35px;
}
.content_area p{
        font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}



.bottom_apply_box{
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
    background: #fbfbfb ;
    padding: 7px 0px;
    box-shadow: 0px 0px 54px -26px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-top: 1px solid #a2a2a2;
    display:none;
}
.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:linear-gradient(135deg, #019c0e, #5ac11a);
    padding: 10px 20px;
    display: inline-block;
    color: white;
    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:#13a411;
    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-top: -200px;
    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;
    }
    
     
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}

.eta-cta {
  padding: 50px 35px;
  background: linear-gradient(45deg, #0057b8, #1e88e5);
  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: linear-gradient(180deg, #ffffff, #f8f9ff);
    padding: 70px 20px;
    border-radius: 40px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}
.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: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    cursor: pointer;
}


#showMoreBtn {
  background: linear-gradient(45deg, #0057b8, #1e88e5);
    color: white !important;
    font-size: 13px !important;
    border-radius: 30px;
    padding: 10px 20px 14px !important;
}

.evisa-section {
  background-color: #f8f9fa;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header Styling */
.evisa-section .evisa-header h6 {
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  
}

/* Card / Content Styling */
.evisa-section .evisa-content {
  border-left: 4px solid #0864c4;
}

.evisa-section .evisa-content h6 {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000000;
  font-size: 22px;
}

.evisa-section .evisa-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
 

/* Responsive adjustments */
@media (max-width: 767px) {
  .evisa-section .evisa-content {
    padding: 20px;
  }

  .evisa-section .evisa-header h6 {
    font-size: 1.5rem;
  }
}



/*Samar*/


/* HERO SECTION */
.hero-section{
    background: linear-gradient(rgb(126 126 126 / 65%), rgb(0 0 0 / 65%)), url('../images/aus-ban.webp') center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content h1{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.hero-content span{
    color: #9d7bff;
}

/* Glass Card */
.glass-card{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    margin-top: 40px;
}

.form-select{
    height: 55px;
    border-radius: 12px;
}

.start-btn{
    height: 55px;
    border-radius: 12px;
    font-weight: 600;
    background: linear-gradient(45deg,#7b61ff,#5a3fff);
    border: none;
    transition: 0.3s ease;
}

.start-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(123,97,255,0.4);
}

/* Responsive */
@media(max-width:768px){
    .hero-content h1{
        font-size: 32px;
    }
    .glass-card{
        padding: 25px;
    }
}

/* SECTION */
.about-modern{
    padding:100px 0;
    background: linear-gradient(180deg,#ffffff,#f3f4ff);
    position:relative;
    overflow:hidden;
}

/* Decorative Shape */
.about-modern::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(123,97,255,0.08);
    border-radius:50%;
    top:-100px;
    right:-100px;
}

/* Heading */
.about-modern h2{
    font-size:42px;
    font-weight:700;
}

.about-modern h2 span{
    color:#7b61ff;
}

/* Feature List */
.feature-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.feature-icon{
    width:45px;
    height:45px;
    background:#7b61ff;
    color:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    box-shadow:0 10px 20px rgba(123,97,255,0.3);
}

.feature-text h6{
    margin:0;
    font-weight:600;
}

.feature-text p{
    margin:5px 0 0;
    font-size:14px;
    color:#666;
}

/* Images */
.image-wrapper{
    position:relative;
}

.main-img{
    border-radius:25px;
    width:100%;
    height:420px;
    object-fit:cover;
    box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.small-img{
    position:absolute;
    bottom:-40px;
    left:-40px;
    width:220px;
    height:260px;
    object-fit:cover;
    border-radius:20px;
    border:6px solid #fff;
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* Responsive */
@media(max-width:991px){
    .about-modern{
        padding:70px 0;
    }
    .main-img{
        height:300px;
    }
    .small-img{
        position:relative;
        bottom:0;
        left:0;
        margin-top:20px;
    }
}

/* ===== Section ===== */

.document-section{
    padding:100px 0;
    background: linear-gradient(180deg, #f5f5f5, #ffffff);
}

.document-section .section-title{
    font-size:40px;
    font-weight:700;
}

.document-section .section-title span{
    color: #7b61ff;
}

.document-section .section-subtitle{
    color:#666;
    margin-top:15px;
    text-align:center;
}

/* ===== Timeline ===== */

.timeline {
    position: relative;
    margin-top:40px;
    display:flex;
    justify-content:space-between;
}

.timeline::before {
    content:'';
    position:absolute;
    top:18px;
    left: 100px;
    right: 100px;
    height:4px;
    background:linear-gradient(90deg,#000,#0057B8);
    z-index:1;
}

.timeline-item{
    position: relative;
    width: 18%;
    text-align: center;
    z-index: 2;
}

.timeline-dot{
    width:40px;
    height:40px;
    background:#fff;
    border:4px solid #0057B8;
    border-radius:50%;
    margin:0 auto;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.timeline-content{
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-content:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.timeline-content h6{
    font-weight:600;
    margin-bottom:8px;
}

.timeline-content p{
    font-size:14px;
    color:#555;
    text-align: center;
}

/* ===== Responsive ===== */

@media(max-width:992px){

.timeline{
    flex-direction:column;
    align-items:flex-start;
}

.timeline::before{
    left:18px;
    top:0;
    bottom:0;
    width:4px;
    height:100%;
}

.timeline-item{
    width:100%;
    text-align:left;
    padding-left:60px;
    margin-bottom:40px;
}

.timeline-dot{
    position:absolute;
    left:0;
    top:0;
}

.timeline-content{
    margin-top:0;
}

}

@media(max-width:768px){
.section-title{
    font-size:28px;
}
}

/* SECTION */
.process-section{
    padding:50px 0;
    background:linear-gradient(180deg,#ffffff,#f4f6ff);
    position:relative;
}

.process-section h2{
    font-weight:700;
    font-size:40px;
}

.process-section p{
    color:#6c757d;
    text-align:center;
}

/* Timeline Line */
.timeline-line{
    position:absolute;
    top:55%;
    left:0;
    width:100%;
    height:2px;
    background:#e4e6f5;
    z-index:0;
}

.step-card{
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    position:relative;
    z-index:1;
    transition:0.4s ease;
    height:100%;
}

.step-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,0.12);
}

/* Step Number */
.step-number{
    width:60px;
    height:60px;
    background:linear-gradient(45deg, #0057b8, #1e88e5);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    font-size:18px;
    margin:0 auto 20px;
    box-shadow:0 10px 25px rgba(123,97,255,0.4);
}

.step-icon{
    font-size:28px;
    color:#7b61ff;
    margin-bottom:15px;
}

.step-card h5{
    font-weight:600;
    margin-bottom:10px;
}

/* CTA Button */
.apply-btn{
    background:linear-gradient(45deg, #0057b8, #1e88e5);
    color:#fff;
    padding:15px 30px 20px;
    border-radius:50px;
    font-weight:600;
    border:none;
    transition:0.3s;
}

.apply-btn:hover{
    background:#16a34a;
    transform:translateY(-3px);
}

/* Responsive */
@media(max-width:991px){
    .timeline-line{
        display:none;
    }
    .process-section{
        padding:70px 0;
    }
    .process-section h2{
        font-size:30px;
    }
}



#country-flag{
    padding:40px 0;
}


/* SECTION */
.faq-section{
    padding:100px 0;
}

.faq-section h2{
    font-weight:700;
    font-size:40px;
}

.faq-section h2 span{
    color:#7b61ff;
}

/* Accordion Custom */
.accordion-item{
    border:none;
    margin-bottom:20px;
    border-radius:15px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.accordion-button{
    background:#fff;
    font-weight:600;
    padding:20px 25px;
    border-radius:15px !important;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:linear-gradient(45deg, #0057b8, #1e88e5);
    color:#fff!important;
}

.accordion-button::after{
    background-image:none;
    font-family:"Font Awesome 6 Free";
    content:"\f067"; /* plus */
    font-weight:900;
}

.accordion-body{
    padding:20px 25px;
    color:#6c757d;
    background:#fff;
}

/* Responsive */
@media(max-width:991px){
    .faq-section{
        padding:70px 0;
    }
    .faq-section h2{
        font-size:30px;
    }
}
footer {
    background-color: #2a2828;
}
footer .headings h6 {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: max-content;
}
.bottom_footer .headings a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.copyright p {
    color: #fff;
}
.bottom_footer .headings p{
    color:#fff;
}
footer .footer_about img {
    width: 120px;
    margin-bottom: 16px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}
.bottom_footer .footer_about p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
footer ul {
    padding: 0;
}
#res_btn {
    display: none;
}