
:root{
  --theme_box_background_color:#fff;
  --theme_box_background_color_alt:#f2f4ff;
  --theme_body_background_color:#fff;
  --theme-base-color:#52B0FF;
  --theme-light-color:#415D65;
  --theme-light-banner-color:#6e6e6e;
  --theme-headline-color:#101E46;
  --theme_btn_gridaint:linear-gradient(90deg, #057DE2 0%, #52B0FF 100%);
  --theme_btn_gridaint_hover:linear-gradient(to right,#52B0FF 0,#0055b1 41%,#52B0FF 100%);--theme_btn_color:#fff;
  --theme_success:#09B100;
  --border_alt_color:#E2F2FF;
  --theme_button_shadow:0rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);--border-color:#B9B9B9;--border-md-color:#d7d7d7;--theme_border_radius_5:5px;--theme_border_radius_10:10px;
  --theme_border_radius_15:15px;
  --theme_border_radius_20:20px;
  --theme_border_radius_50:50px;
  --theme_headline_font_size:34px;
  --theme_font_size_24:24px; 
  --theme_font_size_22:22px; 
  --theme_font_size_20:20px;
  --theme_font_size_18:18px;
  --theme_font_size_16:16px;
  --theme_font_size_15:15px;
  --theme_font_size_14:14px;
  --theme_font_size_13:13px;
  --theme_font_size_12:12px;
  --theme_font_size_11:11px;
  --theme_font_800:800;
  --theme_font_700:700;
  --theme_font_600:600;
  --theme_font_500:500;
  --theme_font_400:400;
  --new_heading_color:#101E46;
  --new_desc_color:#415D65;}
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--theme_box_background_color) inset !important;box-shadow:0 0 0 1000px var(--theme_box_background_color)  inset !important;-webkit-text-fill-color:var(--theme-headline-color) !important;transition:background-color 9999s ease-in-out 0s;}
body, p, h1, h2, h3, h4, h5, h6, a, span, div{font-synthesis:none;}
body{font-family:'Segoe UI', Roboto, Helvetica, Arial, sans-serif;font-weight:var(--theme_font_400);color:var(--theme-light-color);font-size:var(--theme_font_size_14);background-color:var(--theme_body_background_color);}
ul{margin:0;padding:0;list-style:none;}
ul li{padding:0;}
figure{margin:0;}
img{max-width:100%;}
a{text-decoration:none;transition:0.5s;}@keyframes shine{100%{left:125%;}}@keyframes bounce{0%, 100% {transform: translateX(-25%);animation-timing-function: cubic-bezier(.8,0,1,1);}50%{transform: translateX(0);animation-timing-function: cubic-bezier(0,0,.2,1);}}@keyframes moveArrow {0%{transform: translateX(0);}50%{transform: translateX(10px);}100%{transform: translateX(0);}}
.btn{font-size:var(--theme_font_size_15);background-color:var(--theme-base-color);color:var(--theme_btn_color);border-radius:var(--theme_border_radius_10);padding:0.75rem 1.125rem;border-width:0;outline:0;box-shadow:var(--theme_button_shadow) !important;position:relative;overflow:hidden;}
.btn::after{position: absolute;content:"";top:0;left:-75%;z-index:2;display:block;width:50%;height:100%;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);transform:skewX(25deg);}
.btn:hover::after{animation:shine 800ms;}
.btn_gridaint, 
.btn_gradiant{background:var(--theme_btn_gridaint_hover);transition:0.5s;background-size:200% auto;}
.btn_gridaint:hover, 
.btn_gradiant:hover{color:var(--theme_btn_color);opacity:0.95;background-position:left center;}
.btn i{transition:0.5s;position:relative;left:0;}
.btn:hover i{left:0.3125rem;}
.btn:hover{color:var(--theme_btn_color);}
h1,h2,h3,h4,h5,h6{color:var(--theme-headline-color);}
p{color:var(--theme-light-color);}a{color:var(--theme-base-color);}
a:hover{color:var(--theme-base-color);}
.dropdown-item.active, 
.dropdown-item:active{background-color:var(--bs-dropdown-link-hover-bg);color:var(--theme-headline-color);}
.form-control, 
.form-select{border-color:var(--border-color);font-size:var(--theme_font_size_14);padding:0.625rem 0.75rem;outline:0;box-shadow:inherit !important;color:var(--theme-light-color);}.form-control:focus, .form-select:focus{border-color:var(--theme-base-color);}
.headline_color{color:var(--theme-headline-color);}
.bg_alt{background-color:var(--theme_box_background_color_alt);}
.btn-close{opacity:0.7}
.btn-danger{background-color:#CD000A;border-color:#CD000A;}.sub_title{font-size:var(--theme_font_size_20);color:var(--theme-headline-color);font-weight:var(--theme_font_600);}
.homes_heading{font-size:30px;margin-bottom:0.75rem;color:var(--theme-headline-color);font-weight:var(--theme_font_600);line-height:normal;text-transform:capitalize;}
.common_box_img{display:flex;justify-content:flex-start;align-items:center;gap:0.9375rem;}
.common_box_img ._content{flex:1;text-align:left;}
.common_arrow_list li{margin-bottom:0.9375rem;position:relative;padding-left:1.625rem;}
.common_arrow_list li::before{content:'\f00c';width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;border-radius:1.25rem;font-family: "Font Awesome 6 Free";font-weight:var(--theme_font_600);font-size:0.625rem;color:#fff;background:var(--theme_btn_gridaint);margin-right:0.625rem;position:absolute;left:0;top:0.125rem;box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);}
.common_arrow_list li b{font-weight:var(--theme_font_500);}
.swiper-pagination{bottom:-2.5rem !important;}
.common_swiper_pagination{margin-bottom:2.5rem;}
.common_swiper_pagination .swiper-pagination-bullet{width:0.625rem;height:0.625rem;z-index:3;}
.common_swiper_pagination .swiper-pagination-bullet-active{background:var(--theme_btn_gridaint);}
.swiper-button-next, .swiper-button-prev{z-index:1 !important;}
.dropdown-toggle::after{border-top:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent;}
/*Common Dropdown*/
.dropdowns .dropdown-toggle{background-color:var(--theme_box_background_color);padding:0.625rem 0.75rem;display:inline-flex;align-items:center;justify-content:space-between;text-align:left;border-radius:var(--theme_border_radius_10);box-shadow:0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.12 );}
.dropdowns .dropdown-menu{border-radius:var(--theme_border_radius_10);border-color:#dbdbdb;padding:0;overflow:hidden;}
.dropdowns .dropdown-menu a{padding:0.625rem;border-radius:0rem;font-size:0.875rem;}
.dropdowns .dropdown-menu a:hover{background-color:var(--theme_box_background_color_alt);}
.text_links{position:absolute;left:0;right:0;top:0;width:100%;height:100%;z-index:2;cursor:pointer;font-size:0;} 
.custom_home_space{padding:3.75rem 0;min-height:auto;}
.img_auto{width:auto;height:auto;max-width:100%;}@keyframes mover{0%{transform:translateY(0);}100%{transform:translateY(-0.625rem);}}@keyframes wiggle{5%, 50%{transform: scale(1);}10%{transform: scale(.9);}15%{transform:scale(1.15);}20%{transform: scale(1.15) rotate(-5deg);}25%{transform:scale(1.15) rotate(5deg);}30%{transform:scale(1.15) rotate(-3deg);}35%{transform: scale(1.15) rotate(2deg);}40%{transform:scale(1.15) rotate(0);}}@-webkit-keyframes rotate{from {-webkit-transform: rotate(0deg);}to{ -webkit-transform: rotate(359deg);}}
.form-floating > .form-control, 
.form-floating > .form-select{height:100%;padding:15px 15px 10px !important;border-color:#d9d9d9;border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);outline:0;box-shadow:inherit !important;}
.form-floating > .form-control:focus, 
.form-floating > .form-select:focus{border-color:var(--theme-base-color);}
.form-floating > label{top:15px;left:2px;padding:0;padding:0 10px;height:auto;background-color:var(--theme_box_background_color);color:var(--theme-headline-color);border-radius:5px;}
.form-floating > .form-control:focus~label, 
.form-floating > .form-control:not(:placeholder-shown)~label, 
.form-floating > .form-select~label {opacity:1;transform: scale(.95) translateY(-1.7rem) translateX(.15rem);}
.accordion .accordion-item{border:0;border-radius:var(--theme_border_radius_10) !important;overflow:hidden;margin:0.9375rem 0;box-shadow:0px 0px 20px rgba(82, 176, 255, 0.20);}
.accordion .accordion-button{font-size:var(--theme_font_size_14);font-weight:var(--theme_font_600);border-radius:0 !important;background-color:var(--theme_box_background_color);padding:1rem 0.9375rem;box-shadow:none !important;color:var(--theme-headline-color);z-index:1;letter-spacing:-0.01em;text-transform:capitalize;}
.accordion .accordion-collapse{border:0 !important; border-top:1px solid var(--theme_box_background_color) !important;}
.accordion .accordion-collapse.show{border-color:var(--border_alt_color) !important;}
.accordion .accordion-button{background-color:var(--theme_box_background_color);border:0px;text-transform:capitalize;}
.accordion .accordion-button::after{content:'\2b';background-image:none;color:var(--theme-base-color);font-family:"Font Awesome 6 Free";color:var(--theme-base-color);font-weight:var(--theme_font_600);font-size:var(--theme_font_size_18);}
.accordion .accordion-button:not(.collapsed)::after{transform:rotate(0deg);content:'\f068';font-family:"Font Awesome 6 Free";}
/*Common New Css*/
.new_home_heading{color:var(--new_heading_color);font-size:30px;letter-spacing:-0.02em;line-height:normal;font-weight:var(--theme_font_600);}
._new_home_desc{color:var(--new_desc_color);font-size:var(--theme_font_size_16);}
._home_sub_title{font-size:var(--theme_font_size_18);font-weight:var(--theme_font_500);color:var(--new_heading_color);line-height:normal;}
.common_bg_alt{background:linear-gradient(180deg, #FFFBF5 0%, #F8FFF9 100%);}
.visually_hidden{font-size:0;width:0;opacity:0;visibility:hidden;}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(21, 128, 61, 0.15); }
  50% { box-shadow: 0 0 0 6px rgba(21, 128, 61, 0.05); }
}

/*Banner*/

._visa_country_banner{background:radial-gradient(ellipse 90% 70% at 80% 0%, rgba(37, 99, 235, 0.10), transparent 55%), radial-gradient(ellipse 70% 60% at 0% 100%, rgba(194, 65, 12, 0.05), transparent 55%), linear-gradient(180deg, #fbfaf6 0%, #f0ebf9 100%);padding:40px 0 70px;position:relative;z-index:1;overflow:hidden;}
._visa_country_banner::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px, rgb(0 109 255 / 24%) 1px, transparent 0);background-size:28px 28px;mask-image:radial-gradient(ellipse 70% 55% at 50% 40%, black 20%, #9d90e500 80%);-webkit-mask-image: radial-gradient(ellipse 70% 55% at 50% 40%, #8291ff 20%, transparent 80%);pointer-events: none;z-index:0;opacity:0.7;}
._visa_country_banner ._breadcrumb li{font-size:var(--theme_font_size_12);color:var(--theme-light-color);}
._visa_country_banner ._breadcrumb li a{color:var(--theme-headline-color);}
._visa_country_banner ._breadcrumb li a:hover{color:var(--theme-base-color);}
._visa_country_banner h1{font-weight:var(--theme_font_700);font-size:40px;line-height:1.2;}
._visa_country_banner h1 span{font-style:normal;background:var(--theme_btn_gridaint);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
._country_banner_left p{font-size:var(--theme_font_size_14);color:var(--new_heading_color);}

._visa_country_banner ._btn_groups .btn{box-shadow:0 10px 24px -10px rgba(37,99,255,.6) !important;padding:12px 24px;font-size:var(--theme_font_size_14);}
._visa_country_banner ._btn_groups .btn:hover{background:var(--theme-headline-color);}
._visa_country_banner ._btn_groups .btn_contact{background:var(--theme-headline-color);color:var(--theme_btn_color);border:0px solid var(--theme-headline-color);box-shadow:0 5px 16px -10px rgba(37,99,255,.6) !important;}
._visa_country_banner ._btn_groups .btn_contact:hover{border-color:var(--theme-base-color);background:var(--theme_btn_gridaint);}
._visa_country_banner  ._span_bar{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 12px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_11);font-weight:var(--theme_font_600);letter-spacing:0.08em;text-transform:uppercase;color:var(--theme-headline-color);box-shadow:0 1px 4px rgba(11, 31, 58, 0.04);}
._visa_country_banner ._span_bar::before{content:'';width:6px;height:6px;background-color:#15803d;border-radius:50%;box-shadow:0 0 0 3px rgba(21, 128, 61, 0.15);animation:pulse 2s infinite;}
._visa_country_banner ._guarantee_banner{display:inline-flex;align-items:center;gap:8px;font-size:var(--theme_font_size_12);color:#2d5100;padding:8px 14px 8px 10px;background-color:rgba(0, 255, 95, 0.06);border:1px solid rgba(21, 128, 61, 0.18);border-radius:var(--theme_border_radius_50);}
._visa_country_banner ._guarantee_banner ._check{width:16px;height:16px;background-color:#15803d;border-radius:var(--theme_border_radius_50);display:inline-flex;align-items:center;justify-content:center;color:var(--theme_btn_color);font-size:var(--theme_font_size_11);}


.banner_visul_card{position:relative;}
.banner_visul_card .card_stack{position:relative;}
.banner_visul_card .card_back{position:absolute;inset:24px -16px -16px 24px;background:linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(194, 65, 12, 0.05));border-radius:var(--theme_border_radius_20);border:1px solid var(--border_alt_color);z-index:0;}
.banner_visul_card .visa_card{position:relative;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_20);padding:28px 26px 40px;box-shadow:0 20px 60px -20px rgba(11, 31, 58, 0.18), 0 8px 24px -12px rgba(11, 31, 58, 0.08);z-index:1;overflow:hidden;}
.banner_visul_card .visa_card::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;background-image:radial-gradient(circle, rgb(0 80 255 / 15%) 1px, transparent 1.5px);background-size:12px 12px;border-radius:50%;opacity:0.6;}
.banner_visul_card ._deco{position:absolute;top:120px;right:-80px;width:280px;height:280px;opacity:0.08;pointer-events:none;color:var(--theme-headline-color);}
.banner_visul_card .visa_header{display:flex;justify-content:space-between;align-items:center;padding-bottom:18px;border-bottom:1px dashed var(--border-md-color);margin-bottom:16px;position:relative;}
.banner_visul_card .visa_header .sub_title{font-size:var(--theme_font_size_22);}
.banner_visul_card .visa-subtitle{font-size:var(--theme_font_size_11);letter-spacing:0.12em;text-transform: uppercase;font-weight:var(--theme_font_500);}
.banner_visul_card .stamp{width:68px;height:68px;border:1.5px solid #2563eb;border-radius:var(--theme_border_radius_50);display:flex;align-items:center;justify-content:center;position:relative;transform:rotate(-12deg);color:#2563eb;flex-shrink:0;}
.banner_visul_card .stamp::before{content:'';position:absolute;inset:4px;border:1px dashed #2563eb;border-radius:var(--theme_border_radius_50);opacity:0.5;}
.banner_visul_card .stamp-text{text-align:center;font-size:9px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;line-height:1.2;}
.banner_visul_card .visa_grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px;margin-bottom:18px;}
.banner_visul_card .visa-field-label{font-size:10px;letter-spacing:0.12em;text-transform:uppercase;font-weight:var(--theme_font_600);margin-bottom:2px;}
.banner_visul_card .sub_title{font-size:var(--theme_font_size_15);}
.banner_visul_card .sub_title span{font-size:var(--theme_font_size_14);color:var(--theme-light-color);}
.banner_visul_card .sub_title.mono{font-family: 'SF Mono', Menlo, monospace;}
.banner_visul_card .visa_status{display:inline-flex;align-items:center;gap:12px;padding:10px 16px;background-color:rgba(21, 128, 61, 0.08);border:1px solid rgba(21, 128, 61, 0.2);border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_12);font-weight:var(--theme_font_500);color:#15803d;}
.banner_visul_card .visa_status .dot{width:8px;height:8px;background-color:#15803d;border-radius:var(--theme_border_radius_50);box-shadow:0 0 0 3px rgba(21, 128, 61, 0.2);}
.banner_visul_card .visa_status .divider{ width:1px;height:14px;background-color:rgba(21, 128, 61, 0.25);}
.banner_visul_card .notification{position:absolute;bottom:-24px;right:-32px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_15);padding:10px 12px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 24px rgba(11, 31, 58, 0.06), 0 1px 2px rgba(11, 31, 58, 0.04);z-index:2;animation:floatNotif 4s ease-in-out infinite;}
@keyframes floatNotif {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.banner_visul_card .notif-avatar{width:36px;height:36px;background:linear-gradient(135deg,#2563eb, #1e40af);color:var(--theme_btn_color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:var(--theme_font_600);font-size:var(--theme_font_size_14);}
.banner_visul_card .notif-text{font-size:var(--theme_font_size_12);}
.banner_visul_card .notif-text strong{color:var(--theme-headline-color);font-weight:var(--theme_font_600);display:block;margin-bottom:2px;}
.banner_visul_card .notif-check{width:22px;height:22px;background-color:#15803d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_12);margin-left:4px;}

._stats_banner_top ._stats_banner_inner{justify-content:space-between;text-align:center;padding:30px 0;}
._stats_banner_top ._stats_banner_inner ._label{font-size:var(--theme_font_size_13);}
._stats_banner_top ._stats_banner_inner ._value b{font-weight:var(--theme_font_500);color:var(--theme-base-color);}
._stats_banner_top ._stats_banner_inner ._value sup{font-weight:var(--theme_font_500);color:var(--theme-base-color);}
._stats_banner_inner{display:grid;grid-template-columns: repeat(4, 1fr);gap:32px;}
._stats_banner_inner ._stat{position:relative;}
._stats_banner_inner ._stat:not(:last-child)::after{content:"";position:absolute;right:-16px;top:50%;width:1px;height:60%;background-color:var(--border_alt_color);transform:translate(0,-50%);}


._common_bages{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 12px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_11);font-weight:var(--theme_font_600);letter-spacing:0.08em;text-transform:uppercase;color:var(--theme-headline-color);box-shadow:0 1px 4px rgba(30, 105, 202, 0.04);color:var(--theme-base-color);}
 ._common_bages::before{content:'';width:6px;height:6px;background-color:var(--theme-base-color);border-radius:50%;box-shadow:0 0 0 3px rgba(21, 128, 61, 0.15);animation:pulse 2s infinite;}

._indian_visa_right ul li{display:flex;align-items:flex-start;gap:0 20px;background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);padding:18px 20px;border:1px solid var(--border_alt_color);transition:all .25s ease;}
._indian_visa_right ul li:hover{transform: translateY(-2px);box-shadow:0 8px 24px rgba(16, 30, 70, 0.08);border-color:var(--theme-base-color);}
._indian_visa_right ul li + li{margin-top:18px;}
._indian_visa_right ul li ._contnet{flex:1;}
._indian_visa_right ul li ._icon{width:40px;height:40px;background:linear-gradient(135deg, #f2f4ff, #fff);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_10);display:flex;align-items:center;justify-content:center;font-weight:var(--theme_font_600);color:var(--theme-base-color);font-size:var(--theme_font_size_16);position:relative;top:3px;}
._indian_visa_right ul li .sub_title{font-size:var(--theme_font_size_16);}

._indian_visa_about p{color:var(--theme-headline-color);}
._indian_visa_about p a{text-decoration:underline;}

._visa_services_slider .swiper-pagination{bottom:0 !important;margin:15px auto 0;z-index:1;top:auto !important;position:relative;left:0 !important;right:0 !important;transform:none !important;width:100% !important;}
._visa_services_slider .swiper-pagination-bullet{width:10px !important;height:10px   !important;margin:0 8px !important;position:relative;transform:none !important;left:0 !important;}
._visa_services_slider article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_20);border:1px solid var(--border_alt_color);overflow:hidden;display:flex;flex-direction:column;transition:0.2s all;}
._visa_services_slider article:hover{border-color:var(--theme-base-color);transform:translateY(-4px);}
._visa_services_slider article ._head{padding:16px 18px;background:linear-gradient(180deg, #f5efff, #f2fffe);border-bottom:1px dashed var(--border_alt_color);position:relative;flex:1;}
._visa_services_slider article ._head p{font-size:var(--theme_font_size_13);}
._visa_services_slider article ._head .sub_title{font-size:var(--theme_font_size_18);margin:2px 0;}

._visa_services_slider ._head span{color:var(--theme-base-color);font-weight:var(--theme_font_600);}
._visa_services_slider ._body{padding:16px 18px 20px;flex:1;}
._visa_services_slider ._body ul{margin:0 -10px;display:flex;align-items:flex-start;justify-content:flex-start;gap:10px 0;flex-wrap:wrap;}
._visa_services_slider ._body ul li{width:50%;padding:0 10px;}
._visa_services_slider ._body .mini_title{font-weight:var(--theme_font_600);color:var(--theme-headline-color);font-weight:var(--theme_font_700);}
._visa_services_slider ._body span{color:var(--border_alt_color);color:#0d006c;}
._visa_services_slider ._footer{display:flex;align-items:center;justify-content:flex-start;gap:0 15px;padding:14px 18px;background-color:#f7feff;}
._visa_services_slider ._footer ._left{flex:1;}
._visa_services_slider ._footer ._price{color:var(--theme-headline-color);font-weight:var(--theme_font_600);font-size:var(--theme_font_size_18);}
._visa_services_slider ._footer .btn{padding:10px 30px;border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_14);}


._visa_page_country_inner{height:100%;}
._visa_page_country_inner article{height:100%;display:flex;align-items:center;justify-content:flex-start;gap:0 15px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_10);padding:15px;transition:all .2s ease;position:relative;}
._visa_page_country_inner ._content{flex:1;}
._visa_page_country_inner .sub_title{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);}
._visa_page_country_inner ._icon{width:32px;height:20px;border-radius:var(--theme_border_radius_5);background:linear-gradient(135deg, #f2f4ff, var(--border_alt_color));font-size:10px;font-weight:var(--theme_font_500);display:flex;align-items:center;justify-content:center;color:var(--theme-headline-color);letter-spacing:0.05em;text-align:center;transition:all .2s ease;}
._visa_page_country_inner article:hover ._icon{background:var(--theme_box_background_color);}
._visa_page_country_inner article:hover{background-color:rgb(82 255 253 / 4%);border-color:var(--theme-base-color);transform:translateX(2px);}
._visa_page_country_inner article:hover .sub_title{color:var(--theme-base-color);}

._view_all_countries{font-weight:var(--theme_font_500);text-decoration:underline;cursor:pointer;}
._view_all_countries ._view_text_less{display:none; }
._view_all_countries:not(.collapsed) ._view_text_more{display:none;}
._view_all_countries:not(.collapsed) ._view_text_less{display:inline;}

/*How Works*/
._home_how_works ul{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;margin:0 -10px;}
._home_how_works ul li{width:25%;text-align:center;padding:0 10px;margin-top:15px;position:relative;z-index:1;cursor:pointer;}
._home_how_works ul li::after{content:'';left:145px;top:25px;background-color:var(--new_heading_color);width:100%;height:1px;position:absolute;transition:width 0.6s;z-index:-1;}
._home_how_works ul li:last-child::after{display:none;}
._home_how_works ul li .step_count{width:52px;height:52px;border-radius:var(--theme_border_radius_50);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;border:0px solid var(--border-color);font-weight:var(--theme_font_600);color:var(--theme_btn_color);font-size:var(--theme_font_size_16);background-color:var(--theme-headline-color);transition:0.4s;}
._home_how_works ul li ._home_sub_title{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);text-transform:capitalize;margin-bottom:4px;}
._home_how_works ul li p{font-size:var(--theme_font_size_13);line-height:normal;}
._home_how_works ul li.active .step_count{background:var(--theme_btn_gridaint);color:var(--theme_btn_color);}
._home_how_works ul li.active::after{background:var(--theme_btn_gridaint);}

._documents_steps li{display:flex;align-items:flex-start;justify-content:flex-start;gap:0 15px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-left:3px solid var(--theme-base-color);border-radius:var(--theme_border_radius_15);padding:15px 20px;box-shadow:0 1px 10px rgba(16, 30, 70, 0.06);transition:all .2s ease;}
._documents_steps li:hover{transform:translateY(-2px);border-color:var(--theme-base-color);}
._documents_steps li + li{margin-top:20px;}
._documents_steps li .mini_title{color:var(--theme-headline-color);font-weight:var(--theme_font_500);font-size:var(--theme_font_size_15);}
._documents_steps li ._count{color:var(--theme-base-color);font-weight:var(--theme_font_600);font-size:var(--theme_font_size_22);}
._documents_steps li span{font-size:var(--theme_font_size_13);}

._visa_document_checklist .docs_aside{background:linear-gradient(135deg, #101e46 0%, #1B2D5E 100%);padding:45px 36px;border-radius:var(--theme_border_radius_15);position:relative;overflow:hidden;max-width:450px;margin-left:auto;}
._visa_document_checklist .docs_aside .sub_title{color:#fff;}
._visa_document_checklist .docs_aside p{color:#DDE6F2;}
._visa_document_checklist .docs_aside::before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle, rgba(82, 176, 255, 0.3), transparent 70%);border-radius:50%;}

._feature_card{height:100%;}
._feature_card article{height:100%;padding:30px 20px;background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);border-radius:var(--theme_border_radius_15);transition:all .2s ease;box-shadow:0 4px 14px rgba(0, 68, 255, 0.04);}
._feature_card article:hover{transform:translateY(-3px);border-color:var(--theme-base-color);box-shadow:0 8px 24px rgba(0, 68, 255, 0.08);}
._feature_card article ._icon{width:48px;height:48px;border-radius:var(--theme_border_radius_10);background:rgba(82, 176, 255, 0.1);display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--theme-base-color);}
._feature_card article .sub_title{font-weight:var(--theme_font_600);font-size:var(--theme_font_size_18);margin-bottom:3px;}

/*Testimonial Page*/
._home_new_testimonial ._home_new_main ._home_heading{flex:1;}
._home_new_testimonial > div{overflow:hidden;}
._home_testimonial_swiper article{box-shadow:0px 4px 28px rgba(0, 0, 0, 0.06);border-top:2px solid var(--theme-base-color);border-radius:var(--theme_border_radius_15);padding:15px;transition:0.5s;height:100%;display:flex;flex-direction:column;background-color:var(--theme_box_background_color);}
._home_testimonial_swiper article:hover{transform:scale(0.98);}
._home_testimonial_swiper p{flex:1;}
._home_testimonial_swiper ._home_sub_title{font-size:var(--theme_font_size_16);}
._home_testimonial_bottom{margin-top:auto;}
._home_testimonial_bottom ._user_name{flex:1;}
._home_testimonial_bottom ._user_name ._home_sub_title{font-size:var(--theme_font_size_15);flex:1;}
._home_testimonial_bottom ._user_name ._icon{width:32px;height:32px;background-color:#003f73;color:var(--theme_btn_color);border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_14);font-weight:var(--theme_font_500);display:flex;align-items:center;justify-content:center;}
._home_testimonial_bottom .rating_icon i{color:#FFA600;font-size:var(--theme_font_size_15);}
._home_testimonial_swiper .swiper-slide:nth-child(2n) ._icon{background-color:#952700;}
._home_testimonial_swiper .swiper-slide:nth-child(3n) ._icon{background-color:#00156b;}
._home_testimonial_swiper .swiper-slide:nth-child(4n) ._icon{background-color:#5e0083;}
._home_new_testimonial ._home_new_main ._right{position:relative;}
._home_new_testimonial ._home_new_main ._right .swiper-button-next, 
._home_new_testimonial ._home_new_main ._right .swiper-button-prev{width:42px;height:42px;background-color:var(--theme_box_background_color);position:relative;border-radius:var(--theme_border_radius_50);box-shadow:0px 1px 9px rgba(82, 176, 255, 0.2);left:0;right:0;transition:0.4s;margin-top:0;}
._home_new_testimonial ._home_new_main ._right > div::after{font-size:var(--theme_font_size_18);color:var(--theme-headline-color);}
._home_new_testimonial ._home_new_main ._right > div:hover{background-color:var(--theme-base-color);}
._home_new_testimonial ._home_new_main ._right > div:hover::after{color:var(--theme_btn_color);}

._services_table{width:100%;border-collapse:separate;border-spacing:0;background-color:var(--theme_box_background_color);border:1px solid var(--border-md-color);border-radius:var(--theme_border_radius_15);overflow:hidden;box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);}
._services_table thead th{background:linear-gradient(180deg, #f7f9fc 0%, #eef2f8 100%);color:var(--theme-headline-color);font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);text-transform:uppercase;letter-spacing:0.6px;padding:18px 22px;text-align:left;border-bottom:1px solid var(--border-md-color);white-space:nowrap;border-color:var(--border-md-color) !important;}
._services_table tbody td{padding:20px 22px;font-size:var(--theme_font_size_14);border-bottom:1px solid var(--border-md-color);vertical-align:middle;}
._services_table tbody tr:last-child td{border-bottom:none;}
._services_table tbody tr:hover{background-color:var(--theme_box_background_color_alt);}
._services_table tbody td b{display:block;font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);color:var(--theme-headline-color);}
._services_table .badge._cat{display:inline-block;padding:5px 12px;border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_12);font-weight:var(--theme_font_500);letter-spacing:0.2px;}
._services_table ._cat_oci {background-color:#e8f0fe;color: #2563eb;}
._services_table ._cat_passport{background-color:#e6f4ea;color:#1e7e34;}
._services_table ._cat_doc{background-color:#fdf0e3;color:#c2710c;}
 ._services_table ._proc{display:inline-block;padding:6px 12px;border-radius:var(--theme_border_radius_50);font-size:var(--theme_font_size_12);font-weight:var(--theme_font_500);background-color:#e6f4ea;color:#1e7e34;}._services_table ._proc._slow{background-color:#e8f0fe;color:#2563eb;}
._services_table tbody td .btn{font-size:var(--theme_font_size_13);padding:10px 18px;}

@media (min-width:1199px){
  ._visa_services_slider .swiper-wrapper{transform:none !important;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;}
  ._visa_services_slider .swiper-wrapper .swiper-slide{width:32% !important;}
  ._visa_services_slider .swiper-pagination{display:none;}
}



@media (max-width:1199px) {
  .container{max-width:100%;}
  
  ._visa_services_slider{overflow:hidden;}
  .banner_visul_card ._deco{right:0;}
  .banner_visul_card .notification{right:0;bottom:-34px;}

  ._table_visa_box .table-responsive{white-space:nowrap;}

}
@media (max-width:991px) {
  .custom_home_space{padding:2.5rem 0;}
  .home_heading{font-size:24px;}


  ._home_how_works ul li{width:100%;text-align:left;display:flex;align-items:flex-start;gap:0 15px;margin-top:32px;}
  ._home_how_works ul li ._contnet{flex:1;}
  ._home_how_works ul li .step_count{width:44px;height:44px;margin:0;}
  ._home_how_works ul li::after{width:1px;height:100%;top:30px;left:31px;}

  .banner_visul_card .card_stack{max-width:450px;margin:20px auto 0;}


}
@media (max-width:767px){

  .custom_home_space{padding:1.875rem 0;}
  ._new_home_desc{font-size:var(--theme_font_size_14);}
  .home_heading, .homes_heading, .new_home_heading{font-size:22px;}
  .sub_title{font-size:16px;}

  ._home_new_testimonial ._home_new_main ._right .swiper-button-next, 
  ._home_new_testimonial ._home_new_main ._right .swiper-button-prev{width:34px;height:34px;}
  ._home_new_testimonial ._home_new_main ._right > div::after{font-size:16px;}
  ._home_new_testimonial{position:relative;}
  ._home_new_testimonial ._home_new_main ._right{display:none !important;}

  ._services_table thead th, ._services_table tbody td{padding:14px 16px;}

  ._visa_country_banner ._span_bar{font-size:9px;}
  ._visa_country_banner h1{font-size:26px;}
  ._country_banner_left p{font-size:12px;}

  ._visa_country_banner ._guarantee_banner{font-size:10px;}
  .banner_visul_card .visa_card{padding:14px;}
  .banner_visul_card .visa-field-label{font-size:9px;}
  .banner_visul_card .sub_title{font-size:12px;}
  .banner_visul_card .visa_status{padding:6px 12px;font-size:10px;}
  .banner_visul_card .visa_header{padding-bottom:12px;margin-bottom:12px;}
  .banner_visul_card .visa_grid{gap:12px 15px;margin-bottom:12px;}
  .banner_visul_card .notification{padding:6px 10px;gap:10px 8px;}
  .banner_visul_card .notif-text strong{font-size:11px;margin-bottom:0;}
  .banner_visul_card .notif-avatar{width:26px;height:26px;font-size:10px;}
  .banner_visul_card .card_back{display:none;}
  .banner_visul_card ._deco{display:none;}

  ._common_bages{font-size:10px;}

  ._indian_visa_right ul li{padding:12px 15px;gap:0 15px;}
  ._indian_visa_right ul li ._icon{width:32px;height:32px;font-size:12px;}
  ._indian_visa_right ul li .sub_title{font-size:13px;}
  ._indian_visa_about p{font-size:12px;}

  ._services_table tbody td, ._services_table tbody th{font-size:12px;}
  ._services_table tbody td b{font-size:14px;}

  ._visa_page_country_inner article{padding:12px 10px;}
  ._visa_page_country_inner article{gap:0 5px;}
  ._visa_page_country_inner .sub_title{font-size:13px;}
  ._visa_page_country_inner ._icon{width:24px;font-size:8px;}

  ._home_how_works ul li ._home_sub_title{font-size:14px;margin-bottom:0;}
  ._home_how_works ul li span{font-size:12px;}

  ._documents_steps li{gap:0 10px;padding:12px 16px;}
  ._documents_steps li ._count{font-size:16px;}
  ._documents_steps li .mini_title{font-size:14px;}
  ._documents_steps li span{font-size:12px;}

  ._visa_document_checklist .docs_aside{margin:15px auto 0;text-align:center;padding:25px;}
  .docs_aside .sub_title{font-size:18px;}
  ._visa_document_checklist .docs_aside p{font-size:13px;}

  ._feature_card article ._icon{width:42px;height:42px;margin-bottom:14px;}
  ._feature_card article{padding:20px 15px;}
  ._feature_card article .sub_title{font-size:15px;}
  ._feature_card article p{font-size:13px;}
}
@media (max-width:600px){

  ._home_how_works ul li{margin-top:22px;}
  ._home_how_works ul li:after{left:27px;}
  ._home_how_works ul li .step_count{width:34px;height:34px;font-size:12px;}

  ._stats_banner_inner .homes_heading{font-size:20px;}
  ._stats_banner_top ._stats_banner_inner ._label{font-size:11px;}
  ._stats_banner_inner{grid-template-columns:repeat(2, 1fr);gap:10px 30px;}
  ._stats_banner_inner ._stat:nth-child(2):after{display:none;}

  .docs_aside .btn{display:block;text-align:center;font-size:13px;}

}