@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;

}
li{
   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: 8px 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-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 .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;
    margin-bottom: 10px;
 
}
.homeSlider .z_index{
    position: relative;
    overflow: hidden;
        
 
}
.homeSlider .form_wrapper{
    background:#0000008f;
    padding: 40px 40px;
    border-radius: 20px;
    position: relative;
    
     
}
.homeSlider h1{
    font-size: 42px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
     
}
.homeSlider h1 span{
    color:#ffffff;
    font-size: 24px;
}

.homeSlider img{
    width: 100%;
    max-height: 535px;
    object-fit: cover;
    object-position: 100% 14%;
     
}
.homeSlider a{
    background: linear-gradient(135deg, #019c0e, #5ac11a);
    color: white !important;
    font-size: 17px !important;
    border-radius: 30px;
    padding: 10px 20px !important;
}

 @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 / 17%) 69%, #00000040 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:linear-gradient(135deg, #a9a9a945, #fefaec, #bbf7d047);
    border-radius: 36px;
    padding: 55px 60px;
}
.why_choose .wrapper .sec_title{
     
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 34px;
    position: relative;
}
.why_choose .wrapper .sec_title span{
    color: #000000;
}

.why_choose .wrapper .sec_title:before{
    position: absolute;
    width: 22%;
    height: 3px;
    background: #000;
    content: '';
    top: 47px;
    bottom: 0px;
    right: 0px;
    left: 0px;
   

}


.why_choose .wrapper .sub_title{
   
    font-weight: 600;
    margin-bottom: 13px;
    font-size: 24px;
}
.why_choose .wrapper p{
   
    font-size: 16px;
}
.why_choose .wrapper a{
    background:linear-gradient(135deg, #676767, #050810, #2f3653);
    padding: 10px 19px;
    font-size: 14px;
    color: white;
    border-radius: 55px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
}
.why_choose .wrapper a:hover{
  background: black;
   
}








 footer{
    background-color: #2a2828;
 }
  footer ul{
    padding: 0;
  }
.bottom_footer .wrapper{
    padding: 47px 0px 5px 0px;
    

}

 
 

.who_we_are {
    padding: 77px 0px 35px 0px;

}
 

.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{
    border-radius: 12px;
}

.visa-features {
    max-width: 980px;
    margin: auto;
}

 
.visa-features .visa-features__item {
        background: white;
    padding: 12px 0px;
    border-radius: 4px;
    display: flex;
    align-items: 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;
    letter-spacing: -0.2px;
}

.contact-hero {
  background: white;
  position: relative;
 
}



.contact-hero .hero-content {
    position: relative;
    z-index: 2;
    padding:108px 20px 100px 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');
   
    background-size: cover;
}


.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;
}
 
.contact-hero .hero-content.overlay2::before{
  background: linear-gradient(89deg, #f5f3ff, #ffffff52, #ecfeff0a);
}
 
 
 

.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;
    color: #fff;
}
footer .headings h6{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: max-content;
}
.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: #fff!important;
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.headings ul li p{
    color: #fff;
}
.copyright p{
    color: #fff;
}
.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; }
}

 
.contact-methods {
  background: linear-gradient(to bottom, white 0%, var(--surface-color) 100%);
  padding: 40px 0;
}

.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 #000000;
}
.contact-methods .method-card.first_box {
        background:linear-gradient(135deg, #a9a9a945, #fefaec, #bbf7d047);
}
.contact-methods .method-card.first_box i{
    color:#1ea812;
}
.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: linear-gradient(135deg, #019c0e, #5ac11a);
}
.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: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 8px;
    color: #000;
    border-bottom: 1px solid black;
    margin-top: 34px;
}

.content_box .wrapper{
    margin-bottom: 30px;
}
.content_box .wrapper p{
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}
.content_box .wrapper ul li{
    font-size: 18px;
    font-weight: 400;
    color: #404040;
}

.disclaimer{
    font-size: 13px;
}





@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: 100vh;
    }
    
     
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}



.faq-section { 
    padding: 60px 0; 
}
 

.faq-section .sec-title { 
    font-weight: 700; 
    margin-bottom: 40px; 
    color: #333; 
}



.faq-section .accordion-item {
    background: #fff;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    border: none;
    overflow: hidden;
}



.faq-section .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    display: block;  
}

.faq-header-bar {
    background: #e7e7e7;
    color: #000000;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-weight: 600;
    width: fit-content;
    min-width: 320px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    transition: all 0.3s ease;
}

 
.faq-section .accordion-button:hover .faq-header-bar {
    padding-left: 35px;
    background: #000000;
    color: white;
}

 
.faq-section .accordion-button::after {
    position: absolute;
    right: 20px;
    top: 18px;
}

 
.faq-body-wrapper {
    display: flex;
    padding: 25px;
    align-items: flex-start;
}

 

 
.faq-section .content-text p { 
    font-size: 16px;
    font-weight: 400;
    color: #555; 
    line-height: 1.6; 
    margin-bottom: 5px; 
}
.faq-tag { 
    font-size: 0.8rem; 
    color: #aaa; 
    text-transform:lowercase; 
}


@media (max-width: 768px) {
    .faq-header-bar { width: 100%; clip-path: none; font-size: 0.9rem; }
    .faq-body-wrapper { flex-direction: column; align-items: center; text-align: center; }
    .icon-circle { margin: 0 0 15px 0; }
    .accordion-button::after { top: 12px; }
}

.contact-alt-section {
  background: white;
}

.contact-alt-section__content {
  padding-right: 30px;
}

.contact-alt-section__badge {
  display: inline-block;
  background: #e3edff;
  color: #2b6cff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.contact-alt-section__title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-alt-section__desc {
  color: #555;
  font-size: 16px;
  margin-bottom: 25px;
}

.contact-alt-section__hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-alt-section__hours li {
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}

.contact-alt-section__hours i {
  color: #2b6cff;
  margin-right: 6px;
}

.contact-alt-section__card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.05);
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.contact-alt-section__card:hover {
  transform: translateY(-6px);
}

.contact-alt-section__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}

.contact-alt-section__icon.whatsapp {
  background: #25d366;
}

.contact-alt-section__icon.email {
  background: #2b6cff;
}

.contact-alt-section__card h5 {
  font-weight: 600;
  margin-bottom: 6px;
}

.contact-alt-section__card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
  text-align: center;
}

.contact-alt-section__btn {
  display: inline-block;
  padding: 10px 22px;
  background: #2b6cff;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
}
.contact-alt-section__btn:hover {
    color: #fff;
}
.contact-alt-section__btn.outline {
  background: transparent;
  border: 1px solid #2b6cff;
  color: #2b6cff;
}

 .cta-dark-modern {
  padding:40px 0;
  background: white;
}

 
.cta-dark-modern__wrapper {
  background:linear-gradient(135deg, #c5c5c5, #ffffff);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0px 6px 22px -19px;
  border: 7px solid #dddddd;
}

 
.cta-dark-modern__visual {
  padding: 60px 40px;
  
  position: relative;
  text-align: center;
}

.cta-dark-modern__badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  background: rgba(34, 211, 238, 0.15);
  color: #67e8f9;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-dark-modern__visual-title {
  font-size: 42px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1px;
}

 
.cta-dark-modern__content {
  padding:42px 36px !important;
}

.cta-dark-modern__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.cta-dark-modern__text {
  font-size: 16px;
  color: #000000;
  max-width: 520px;
  margin-bottom: 30px;
}

 
.cta-dark-modern__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-dark-modern__btn-primary {
  padding: 14px 34px;
  background: linear-gradient(135deg, #019c0e, #5ac11a);
  color: #ffffff!important;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.35s ease;
}

.cta-dark-modern__btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(34, 211, 238, 0.4);
}

.cta-dark-modern__hint {
  font-size: 14px;
  color: #000000;
}

 
@media (max-width: 991px) {
  .cta-dark-modern__visual,
  .cta-dark-modern__content {
    text-align: center;
  }

  .cta-dark-modern__actions {
    justify-content: center;
  }

  .cta-dark-modern__title {
    font-size: 30px;
  }
}

 
.cta-dark-modern .eta-cta__visual {
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.cta-dark-modern .eta-cta__glass-card {
        background: #ffffff;
    backdrop-filter: blur(10px);
    border: 2px solid #82ae9a;
    padding: 20px;
    border-radius: 20px;
    width: 200px;
    transform: rotate(5deg);
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: rotate(5deg) translateY(0); }
    50% { transform: rotate(8deg) translateY(-15px); }
}

.cta-dark-modern .eta-cta__glass-card .glass-header {
    font-size: 0.7rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 15px;
}

.cta-dark-modern .eta-cta__glass-card .line {
    background:#019c0e59;
    height: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.cta-dark-modern .line.short { width: 40%; }
.cta-dark-modern .line.medium { width: 70%; }
.cta-dark-modern .line.long { width: 100%; }

.cta-dark-modern .eta-cta__glass-card .glass-footer {
    margin-top: 20px;
    font-size: 0.6rem;
    text-align: right;
}

 
@media (max-width: 768px) {
    .cta-dark-modern .eta-cta__card { padding: 30px; text-align: center; }
    .cta-dark-moderna .eta-cta__content .eta-cta__description { margin: 0 auto 30px; }
    .cta-dark-modern .eta-cta__visual { display: none; }
}


.visa-timeline-section {
  background:white;
}

 
.visa-timeline-section__heading h2 {
  font-weight: 700;
  color: #020617;
}

.visa-timeline-section__heading p {
  color: #64748b;
}

 
.visa-timeline-section__info {
  background: linear-gradient(145deg, #b58676, #ea580c);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
}

.visa-timeline-section__info h4 {
  font-weight: 700;
  margin-bottom: 16px;
}

.visa-timeline-section__info p {
  opacity: 0.9;
}

.visa-timeline-section__link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

 
.visa-timeline-section__timeline {
  display: flex;
  gap: 30px;
  position: relative;
}

.visa-timeline-section__timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #c2410c, transparent);
}

 
.visa-timeline-section__step {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  animation: fadeUp 0.8s ease both;
}

.visa-timeline-section__step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(234, 88, 12, 0.25);
}

 
.visa-timeline-section__icon {
    min-width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ea580c, #7c2d12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

 
.visa-timeline-section__content h5 {
  font-weight: 700;
  margin-bottom: 6px;
}

.visa-timeline-section__content p {
  margin: 0;
  color: #475569;
}

.step-count {
  font-size: 13px;
  font-weight: 600;
  color: #ea580c;
}

 
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 

.doc-timeline-vertical {
  padding: 70px 20px;
  background:#c6d4e0;
}
.doc-timeline-vertical img{
  border-radius: 10px;
}
.doc-timeline-vertical .sec_title{
  font-size: 34px;
    margin-bottom: 40px;
    text-align: center;
}
.doc-timeline-vertical__wrapper {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.doc-timeline-vertical__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  width: 2px;
  height: 100%;
  background: #dee2e6;
}

.doc-step {
  display: flex;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
}

.doc-step:last-child {
  padding-bottom: 0;
}

.doc-step__circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #dc3545;
  color: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  z-index: 2;
}

.doc-step__content h6 {
  margin-bottom: 6px;
  font-size: 16px;
}

.doc-step__content p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

/* Active step */
.doc-step.active .doc-step__circle {
  background: #dc3545;
  color: #ffffff;
}

@media (max-width: 768px) {
  .cta-dark-modern__wrapper img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* Mobile polish */
@media (max-width: 576px) {
  .doc-step {
    gap: 15px;
  }

  .doc-step__circle {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }
}

.country-list-section {
  background: rgb(243 243 243);
  border-radius: 23px;
}

.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: 12px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 6px;
}

.parent_wrapper {
  padding: 8px;
  background: rgb(212 212 212);
  border-radius: 27px;
  overflow: hidden;
}

#showMoreBtn {
  background: rgb(62, 62, 62);
  border: 1px solid white;
}




/* Samar design */



.hero-section {
    position: relative;
    min-height: 600px;
    background: url('../images/banner/ban1.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

 
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255,140,0,0.2), rgba(0,87,184,0.2));
}

 
.hero-section .glass-card {
    position: relative;
    text-align: center;
    z-index: 2;
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    padding: 50px;
    width: 60%;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.hero-section .glass-card h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.hero-section .glass-card h1 span {
    color: #000;
}

.hero-section .glass-card p {
    font-size: 20px;
    color: #f1f1f1;
    margin: 20px 0;
    text-align: center;
}


/* Button */
.hero-section .btn-custom {
    background: linear-gradient(45deg, #0057b8, #1e88e5);
    color: #fff;
    padding: 25px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    line-height: 0;
    font-size: 18px;
    display: inline-flex;
}

.hero-section .btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 768px) {
 .hero-section .glass-card {
        padding: 30px;
        width:90%;
    }
  .hero-section .glass-card h1 {
        font-size: 32px;
    }
 .hero-section .glass-card p {
        font-size: 16px;
    }
}

.visa-steps{
    margin-top: -50px;
    padding-bottom: 50px;
}

.step-card {
    background: rgb(255 255 255 / 71%);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 45px 25px;
    text-align: center;
    color: #000;
    position: relative;
    transition: all 0.4s ease;
    border: 3px solid #045fbf40;
    height:100%;
}

.step-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.step-number {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background: #fff;
    color: #0057B8;
    font-weight: 700;
    font-size: 22px;
    margin: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.step-card h5{
    margin-top:25px;
    font-weight:600;
    text-align: center;
}

.step-card p{
    margin-top:10px;
    font-size:15px;
    color:#000;
    text-align: center;
}


.about-section{
    padding:50px 0;
    background:#ffffff;
    position:relative;
}

/* small gradient accent line */
.about-section .section-title span{
    background: #ffac56;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .section-title{
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-align: start;
}

.about-section .about-text{
    margin-top:20px;
    color:#555;
    line-height:1.8;
    text-align:left;
}

/* Button */
.about-section .about-btn{
    margin-top:20px;
    background: #0dbfe2;
    color:#fff!important;
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
    border:none;
    transition:0.4s;
    display: inline-flex;
}

.about-section .btn-modern:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Image Styling */
.about-section .about-image{
    position:relative;
}

.about-section .about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* Responsive */
@media(max-width:991px){
    .section-title{
        font-size:30px;
    }
    .about-image{
        margin-top:40px;
    }
}


/* ===== Section ===== */

.why-section{
    padding:100px 0;
    background: #000000a3;
    position:relative;
    overflow:hidden;
}

/* Background blur circles */
.why-section::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.2);
    filter:blur(120px);
    top:-50px;
    left:-50px;
}

.why-section::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.2);
    filter:blur(120px);
    bottom:-50px;
    right:-50px;
}

.why-section .section-title{
    font-size:50px;
    font-weight:700;
    color:#fff;
}

.why-section .section-subtitle{
    color:#f1f1f1;
    margin-top:15px;
    text-align: center;
}

/* Glass Card */

.why-card{
    background: #fff;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    color:#000;
    transition:0.4s ease;
    border:1px solid rgba(255,255,255,0.3);
    height:100%;
}

.why-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,0.25);
}

.why-section .why-card .icon-box{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    background:#000;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.why-section .why-card h5{
    font-weight:600;
    margin-bottom:15px;
}

.why-section .why-card p{
    font-size:15px;
    color:#000;
}

/* Responsive */
@media(max-width:768px){
   .why-section .section-title{
        font-size:28px;
    }
}



/* ===== CTA Section ===== */

.cta-section{
    padding:50px 0;
    background-image: url('../images/ctaa.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    overflow:hidden;
}

/* Glow background effect */
.cta-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    filter: blur(120px);
    top: -100px;
    left: -100px;
}

.cta-box{
    border-radius: 25px;
    padding: 60px 40px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.cta-box h2{
    font-size:40px;
    font-weight:700;
}

.cta-box p{
    margin-top: 15px;
    font-size: 18px;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 35px;
}

/* Button */

.btn-cta{
    margin-top:30px;
    padding:14px 40px;
    font-weight:600;
    border-radius:50px;
    background:#fff;
    color:#0057B8;
    border:none;
    transition:0.4s ease;
}

.btn-cta:hover{
    transform:translateY(-5px);
    background:#0057B8;
    color:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,0.3);
}

/* Responsive */

@media(max-width:768px){
    .cta-box h2{
        font-size:28px;
    }
    .cta-box{
        padding:40px 25px;
    }
}



/* ===== WHO WE ARE SECTION ===== */

.who-we-are {
    padding: 100px 0;
    background: #f8f9fc;
    position: relative;
}

.who-title {
    font-size: 40px;
    font-weight: 700;
    color: #0d1b2a;
}

.who-subtitle {
    color: #0057B8;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.who-content {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-top: 20px;
}

/* Glass Card */

.who-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* Image */

.who-img {
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.who-img:hover {
    transform: scale(1.05);
}

/* Responsive */

@media(max-width:768px){
    .who-title {
        font-size: 30px;
    }
    .who-card {
        padding: 30px;
    }
}


/* ===== FAQ SECTION ===== */

.faq-section {
    padding: 100px 0;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #0d1b2a;
}

.faq-subtitle{
    text-align:center;
    color:#0057B8;
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Accordion Design */

.accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.accordion-button {
    padding: 20px 25px;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff;
    color: #0057B8;
}

.accordion-button:not(.collapsed) {
    background-color: #ddd!important;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.7;
    background: #ffffff;
    color: #555;
}

/* Responsive */

@media(max-width:768px){
    .faq-title{
        font-size:28px;
    }
}




/* ===== SECTION ===== */

.services-section{
    padding:50px 0 40px 0px;
}

.services-section .section-title{
    text-align:center;
    font-size:40px;
    font-weight:700;
    margin-bottom:40px;
}

/* ===== CARD ===== */

.service-card{
    position:relative;
    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 30px 70px rgba(0,0,0,0.08);
    margin-bottom:60px;
    overflow:visible;
    border:1px solid #9e9e9e;
}

.service-title{
    font-size:32px;
    font-weight:700;
    color:#ffac56;
    margin-bottom:20px;
}

.service-text{
    color:#555;
    line-height:1.8;
    font-size: 18px;
}

/* ===== MERGED IMAGE STYLE ===== */

.service-img{
    position:absolute;
    width:380px;
    border-radius:30px;
    box-shadow:0 30px 70px rgba(0,0,0,0.2);
    transition:0.4s ease;
}

.service-card:hover .service-img{
    transform:scale(1.05);
}

/* Right Image Card */
.card-right .service-img{
    right:-20px;
    top:0px;
}

/* Left Image Card */
.card-left .service-img{
    left:-20px;
    top:0px;
}

/* Button */

.service-btn{
    margin-top:25px;
    padding:12px 30px;
    border-radius:50px;
    background:#0dbfe2;
    border:none;
    color:#fff;
    font-weight:600;
}

/* Responsive */

@media(max-width:991px){

    .service-card{
        padding:40px 30px;
        margin-bottom:80px;
    }

    .service-img{
        position:relative;
        width:100%;
        top:0;
        left:0;
        right:0;
        margin-top:30px;
    }
    .card-left .service-img{
        left: 0px;
    }

}


.section-padding{
    padding:80px 0;
}

.section-title small{
    color:#6c757d;
    font-weight:500;
    letter-spacing:1px;
}

.section-title h2{
    font-weight:700;
    font-size:40px;
}

.section-title p{
    color:#6c757d;
}

/* LEFT IMAGE PART */
.image-wrapper{
    position:relative;
}

.main-img{
    border-radius:20px;
    width:100%;
    height:400px;
}

.fake-items{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.fake-items div{
    height:40px;
    background:#eef1f4;
    border-radius:8px;
}

/* RIGHT STEPS */
.steps{
    position:relative;
    padding-left:40px;
}

.steps::before{
    content:"";
    position:absolute;
    left:15px;
    top:0;
    width:3px;
    height:100%;
    background:#e2e6ea;
}

.step-item{
    position:relative;
    margin-bottom:40px;
}

.step-icon{
    position:absolute;
    left:-2px;
    top:0;
    width:35px;
    height:35px;
    background:#e8f9ec;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    color:#22c55e;
}

.step-item h5{
    font-weight:600;
}

.step-item p{
    color:#6c757d;
    margin-bottom:0;
}

/* RESPONSIVE */
@media(max-width:991px){
    .floating-card{
        position:relative;
        bottom:0;
        transform:none;
        margin-top:20px;
        width:100%;
    }
}


.service-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8faff, #ffffff);
}

.service-section .section-title {
    font-weight: 700;
    font-size: 38px;
}

.service-section .section-subtitle {
    color: #6c757d;
    margin-bottom: 40px;
    text-align: center;
}

.benefit-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border-left: 4px solid #6366f1;
    height: 100%;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 22px;
    color: #6366f1;
    margin-right: 10px;
}

.cta-btn {
    background: #6366f1;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #4f46e5;
    color: #fff;
}

@media(max-width:768px){
    .section-title {
        font-size: 28px;
    }
}

.top_disclaimer p{
    text-align: center;
    margin: 0px;
    font-size: 13px;
}
.top_disclaimer p {
    text-align: center;
    margin: 0px;
    font-size: 13px;
}






















