
: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;}
@font-face {font-family: 'Poppins Fallback';src: local('Arial');size-adjust: 112%;ascent-override: 92%;descent-override: 22%;line-height-override: normal;}
body{font-family:'Poppins', 'Poppins Fallback', 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;} 
.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_16);font-weight:var(--theme_font_400);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";}
@media (max-width:1199px) {
  .container{max-width:100%;}
}
@media (max-width:991px) {
  .custom_home_space{padding:2.5rem 0;}
  .homes_heading{font-size:1.75rem;}
}
/*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%);}
/*New Banner*/
/*Home Social*/
.home_social_inner{height:100%;}
.home_social_inner article{border:1px solid var(--border_alt_color);padding:15px;background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);box-shadow:0px 0px 18px rgba(0, 0, 0, 0.08);transition:0.2s;position:relative;}
.home_social_inner article:hover{border-color:var(--theme-base-color);box-shadow:0px 10px 22px rgba(0, 0, 0, 0.16);transform:translateY(-3px);}
.home_social_inner ._text_links{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;font-size:0;}
.home_social_inner ._content{flex:1;}
/*our parnter*/
._our_partner_pr_slider{overflow:hidden;padding:0 20px;}
._our_partner_pr_slider article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);border:1px solid var(--border_alt_color);position:relative;padding:12px 10px;transition:0.4s;}
._our_partner_pr_slider article:hover{border-color:var(--theme-base-color);transform:scale(.98);}
._our_partner_pr_slider article ._content{flex:1;}
._our_partner_pr_slider article figure{width:160px;padding:22px 15px;border-radius:var(--theme_border_radius_10);background-color: var(--theme_box_background_color_alt);}
._our_partner_pr_slider article figure img{width:auto;height:auto;max-height:56px;}
._our_partner_pr_slider ._text_link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;font-size:0;}
._our_partner_pr_slider ._home_sub_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
._our_partner_pr_slider .pr_title{font-size:var(--theme_font_size_15);}
/*How Works*/
._home_how_works_inner{height:100%;}
._home_how_works_inner article{height:100%;background-color:var(--theme_box_background_color);padding:25px 20px;box-shadow:-30px 0px 36px rgba(82, 176, 255, 0.10);transition:0.5s;}
._home_how_works_inner article:hover{transform:scale(0.99);box-shadow:-30spx 0px 32px rgba(82, 176, 255, 0.05);}
._home_how_works_inner .step_count{font-weight:var(--theme_font_600);font-size:50px;color:var(--theme-base-color);line-height:50px;}
/*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);}
/*Guides Blogs*/
._home_guide ._home_heading{flex:1;}
._home_guide ._right .btn{background-color:var(--theme-headline-color);padding:10px 20px;}
._home_guide_inner{height:100%;}
._home_guide_inner article{height:100%;background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);overflow:hidden;box-shadow:0px 0px 18px rgba(0, 0, 0, 0.08);border:1px solid var(--border_alt_color);display:flex;flex-direction:column;position:relative;transition:0.4s;}
._home_guide_inner article:hover{transform:translateY(-3px);box-shadow:0px 8px 24px rgba(0, 0, 0, 0.14);border-color:var(--theme-base-color);}
._home_guide_inner article ._home_sub_title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
._home_guide_inner article ._img{border-radius:var(--theme_border_radius_15) var(--theme_border_radius_15) 0 0;overflow:hidden;}
._home_guide_inner article ._img img{width:100%;height:180px;object-fit:cover;object-position:top;}
._home_guide_inner article ._info{padding:15px;}
._home_guide_inner article p{flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
._home_guide_inner article .text_link{margin-top:auto;font-size:var(--theme_font_size_15);text-decoration:underline;color:var(--theme-base-color);}
._home_guide_inner article .text_links{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;font-size:0;}
._home_guide_inner article ._guides_user{font-size:var(--theme_font_size_13);}
/*Core Services*/
._usp_home_core{min-height:200px;}
.home_core_services .container{overflow:hidden;}
.home_core_services ._home_heading{flex:1;}
.home_core_services ._right .btn{background-color:var(--theme-headline-color);padding:10px 20px;}
._core_services_slider .swiper-wrapper article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_15);border:1px solid var(--border_alt_color);padding:15px;transition:0.5s;}
._core_services_slider .swiper-wrapper article:hover{transform:scale(0.99);border-color:var(--theme-base-color);box-shadow:0 2px 14px rgba(0,0,0,.15);}
._core_services_slider .text_links{font-size:0;}
._core_services_slider .sub_title{font-size:var(--theme_font_size_18);}
.visament_tags{display:flex;align-items:center;justify-content:flex-start;gap:8px 10px;flex-wrap:wrap;}
.visament_tags li{border:1px solid var(--border-color);border-radius: var(--theme_border_radius_10);padding:4px 10px;color:var(--theme-light-color);font-size:var(--theme_font_size_13);font-weight:var(--theme_font_500);}
._core_services_slider article .btn{padding:10px 28px;font-size:var(--theme_font_size_14);}
.home_core_services .swiper-pagination{bottom:0 !important;margin:15px 0 0;z-index:1;top:auto !important;position:relative;}
._core_services_slider .swiper-pagination-bullet{width:14px !important;height:14px !important;margin:0 8px !important;position:relative;transform:none !important;}

@media (min-width:1199px){
  ._core_services_slider .swiper-wrapper{transform:none !important;flex-wrap:wrap;gap:20px;justify-content:center;align-items:center;}
  ._core_services_slider .swiper-wrapper .swiper-slide{width:32% !important;}
  ._core_services_slider .swiper-pagination{display:none;}
}
/*Home CTA*/
.visa_new_home_inner{background:linear-gradient(270deg, #FFF5F5 0%, #FDFBEC 100%);border:1px solid #FF5900;border-radius:var(--theme_border_radius_20);padding:20px;padding-right:300px;position:relative;z-index:1;}
.visa_new_home_inner::before{content:'';width:100%;height:100%;top:0;left:0;background-position:center bottom;background-repeat:no-repeat;background-size:cover;background-image:url(../images/cta_home_bg.webp);opacity:.03;display:block;position:absolute;z-index:-1;}
.visa_new_home_inner .new_home_heading{font-weight:var(--theme_font_600);}
.visa_new_home_inner p{font-size:var(--theme_font_size_16);color:var(--theme-headline-color);}
.visa_new_home_inner .btn{background-color:var(--theme-headline-color);font-size:var(--theme_font_size_14);padding:12px 16px;}
.visa_new_home_inner::after{content:'';position:absolute;right:0px;width:293px;height:180px;background-repeat:no-repeat;background-size:cover;background-position:center;background-image:url(../images/ctabg6.webp);top:50%;transform:translate(0,-50%);}
/*Home New Usp*/
._new_visament_saves_inner{height:100%;}
._new_visament_saves_inner article{background-color:var(--theme_box_background_color);border:1px solid var(--border_alt_color);box-shadow:0px 0px 18px rgba(0, 0, 0, 0.08);border-radius:var(--theme_border_radius_15);padding:20px 15px;height:100%;}
._home_why_link li{position:relative;padding-left:22px;margin-top:12px;color:var(--theme-headline-color);}
._home_why_link li b{font-weight:var(--theme_font_500);}
._home_why_link li::after{content:'\f058';font-weight:var(--theme_font_600);font-family:"Font Awesome 6 Free";color:#00B815;position:absolute;left:0;top:-1px;}
._new_visament_saves_inner .btn{font-size:var(--theme_font_size_14);padding:12px 16px;margin-top:26px;}
._new_visament_saves_inner ._home_sub_title{font-size:var(--theme_font_size_24);font-weight:var(--theme_font_600);}
._usp_value li{width:25%;margin-top:15px;position:relative;}
._usp_value li + li{padding-left:15px;}
._usp_value li::after{content:'';display:inline-block;height:98%;position:absolute;width:1px;background-color:var(--border_alt_color);top:50%;transform:translate(0px, -50%);right:0;}
._usp_value li:last-child::after  {display:none;}
._usp_value li span{font-size:var(--theme_font_size_12);}
._new_visament_saves_inner ._right_usp_link{list-style:disc;margin-left:25px;}
._new_visament_saves_inner ._right_usp_link li{margin-top:10px;}
._new_visament_saves_inner ._right_usp_link li::marker{color:var(--theme-base-color);}
._new_visament_saves_inner ._right_usp_link .mini_title{color:var(--theme-headline-color);font-weight:var(--theme_font_500);}
.common_arrow_dot_slider{position:relative;padding-bottom:40px;}.common_arrow_dot_slider .swiper-pagination{bottom:0 !important;}
.common_arrow_dot_slider .swiper-pagination-bullet{background: #fff!important;opacity: 1;border-radius: 5px;width:10px;height:10px;}
.common_arrow_dot_slider .swiper-pagination-bullet-active {width:26px;background:var(--theme_btn_gridaint) !important;}
/*Home New Css*/
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
._home_banner_updatev{padding:80px 0;position:relative;background-color:var(--theme_box_background_color);z-index:1;border-bottom:1px solid #f3f3f3;min-height:400px;}
._home_banner_updatev::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at -10% 50%, rgba(14,140,126,0.07) 0%, transparent 65%), radial-gradient(ellipse 50% 50% at 110% 20%, rgba(244,161,42,0.10) 0%, transparent 60%);pointer-events: none;z-index:-1;}
._home_banner_updatev::after {content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(13,31,76,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(13,31,76,0.03) 1px, transparent 1px);background-size:48px 48px;pointer-events:none;z-index:-1;}
._home_banner_vtop ._tags{border-radius:var(--theme_border_radius_20);padding:8px 16px;font-size:var(--theme_font_size_13);text-transform:uppercase;background-color:var(--theme-headline-color);color:var(--theme_btn_color);font-weight:var(--theme_font_500);display:inline-block;}
._home_banner_vtop ._tags::before{content:'';display:inline-block;width:8px;height:8px;background:var(--theme_box_background_color);border-radius:50%;animation:blink 1.8s ease infinite;box-shadow:0 0 6px var(--theme_box_background_color);margin-right:8px;vertical-align:middle;}
._home_banner_vtop h1{font-weight:var(--theme_font_600);font-size:48px;line-height:1.3;}
._home_banner_vtop h1 em{font-style:normal;background:var(--theme_btn_gridaint);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
._home_banner_vtop ._btn_groups .btn{padding:12px 28px;box-shadow:inherit !important;font-weight:var(--theme_font_500);display:inline-flex;align-items:center;justify-content:center;gap:0 8px;}
._home_banner_vtop ._btn_groups .btn_whatsapp{background-color:#f9fffd;color:#1a8a4a;border:1.5px solid #b6e8d0;transition:all 0.2s;}
._home_banner_vtop ._btn_groups .btn_whatsapp i{font-size:var(--theme_font_size_22);left:0;}
._home_banner_vtop p{font-size:var(--theme_font_size_16);color:var(--theme-headline-color);}
.trustpilo_badge{display:inline-flex;align-items:center;gap:10px;background-color:white;border:1.5px solid #b8e6cc;border-radius:var(--theme_border_radius_10);padding:10px 14px;box-shadow:0 2px 14px rgba(0,182,122,0.1), 0 0 0 4px rgba(0,182,122,0.05);cursor:pointer;transition:transform 0.15s, box-shadow 0.15s;text-decoration:none;}
.trustpilo_badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,182,122,0.05);}
.tp-logo{display:flex;align-items:center;gap:5px;}
.tp-logo svg{width:22px; height:22px;}
.tp-logo-text{font-weight:var(--theme_font_600);color:var(--theme-headline-color);}
.tp-logo-text span{color:#00b67a;}
.tp-divider{width:1px;height:28px;background-color:#dce6f5;}
.tp-score{display:flex;flex-direction:column;gap:2px;}
.tp-stars{display:flex;gap:2px;}
.tp-star{width:18px;height:18px;background-color:#00b67a;display:flex;align-items:center;justify-content:center;border-radius:2px;}
.tp-star svg{width:14px;height:14px; fill:var(--theme_btn_color);}
.tp-half {background:linear-gradient(90deg, #00b67a 70%, #ddd 70%);}
.tp-rating-text{font-size:var(--theme_font_size_11);color:var(--theme-light-color);font-weight:var(--theme_font_500);}
.tp-rating-text strong{color:var(--new_heading_color);font-size:var(--theme_font_size_14);}
.trust-sep{width:1px;height:28px;background-color:#dce6f5;}
._home_banner_updatev_form ._right_boxed{background:var(--theme_box_background_color);border-radius:var(--theme_border_radius_20);padding:1.6rem;box-shadow:0 20px 60px rgba(13,31,76,0.1), 0 0 0 1px rgba(13,31,76,0.06);max-width:460px;margin:0 auto;}
._home_banner_updatev_form ._right_title ._icon{width:46px;height:46px;border-radius:var(--theme_border_radius_10);background:var(--theme_btn_gridaint);display:flex;align-items:center;justify-content:center;}
._home_banner_updatev_form ._right_title ._right_contnet{flex:1;}
._home_banner_updatev_form ._right_title ._right_contnet span{font-size:var(--theme_font_size_13);}
._home_banner_updatev_form .service_list_inner{border:1px solid #c8d0ee;background-color:var(--theme_box_background_color_alt);border-radius:var(--theme_border_radius_10);overflow:hidden;cursor:pointer;transition:border-color 0.3s, 0.3s, opacity 0.22s;margin-top:18px;position:relative;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;min-height:54px;}
._home_banner_updatev_form .service_list_inner.active{min-height:96px;}
._home_banner_updatev_form .service_list_inner:hover{background-color:#f5faff;border-color:var(--theme-base-color);}
._home_banner_updatev_form .service_list_inner:first-child{border-left:4px solid var(--theme-base-color);background-color:#f5faff;border-color:var(--theme-base-color);}
._home_banner_updatev_form .service_list_top{display:flex;align-items:center;justify-content:flex-start;gap:0 12px;width:100%;transition:0.5s;position:absolute;left:0;top:0px;padding:8px 6px 8px 15px;}
._home_banner_updatev_form .service_list_top ._left{flex:1;display:flex;align-items:center;justify-content:flex-start;gap:0 6px;}
._home_banner_updatev_form .service_list_top ._left ._icon{width:34px;height:34px;border-radius:var(--theme_border_radius_10);background-color:var(--theme_box_background_color);box-shadow:0 1px 4px rgba(13,31,76,0.09);display:flex;align-items:center;justify-content:center;color:var(--theme-headline-color);}
._home_banner_updatev_form .service_list_top ._left ._content{color:var(--theme-headline-color);font-weight:var(--theme_font_500);font-size:var(--theme_font_size_15);}
._home_banner_updatev_form .service_list_top ._right ._bage{font-size:var(--theme_font_size_11);font-weight:var(--theme_font_500);text-transform:uppercase;background-color:#e2e8f8;letter-spacing:0.05em;color:var(--theme-headline-color);padding:2px 10px;border-radius:var(--theme_border_radius_5);}
._home_banner_updatev_form .service_list_top ._right ._icon svg{color:var(--theme-headline-color);}
._home_banner_updatev_form .service_list_bottom{display:flex;align-items:center;justify-content:flex-start;gap:0 12px;width:100%;position:absolute;right:-600px;top:0;padding:8px 12px;transition:0.5s;}
._home_banner_updatev_form .service_list_bottom ._left{display:flex;align-items:center;justify-content:flex-start;gap:0 6px;}
._home_banner_updatev_form .service_list_bottom ._left ._icon{width:34px;height:34px;border-radius:var(--theme_border_radius_10);background-color:var(--theme_box_background_color);box-shadow:0 1px 4px rgba(13,31,76,0.09);display:flex;align-items:center;justify-content:center;color:var(--theme-headline-color);}
._home_banner_updatev_form .service_list_bottom ._left ._content{color:var(--theme-headline-color);font-size:var(--theme_font_size_15);}
._home_banner_updatev_form .service_list_bottom ._right{flex:1;}
._home_banner_updatev_form .service_list_bottom ._right .form-select{padding: 8px 10px;border-radius:var(--theme_border_radius_10);font-size:var(--theme_font_size_13);max-width:200px;margin-left:auto;color:var(--theme-headline-color);border-color:#c8d0ee;display:block;white-space:nowrap;text-overflow:ellipsis;padding-right:30px;}
._home_banner_updatev_form .service_list_inner ._btn{width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height 0.32s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s;top:29px;position:relative;}
._home_banner_updatev_form .service_list_inner ._btn .btn{width:100%;padding:8px 5px;border-radius:var(--theme_border_radius_5);font-size:var(--theme_font_size_13);box-shadow:none !important;}
._home_banner_updatev_form .service_list_inner.active ._btn{max-height:56px;opacity:1;}
._home_banner_updatev_form .service_list_inner.active .service_list_top{left:-600px;}
._home_banner_updatev_form .service_list_inner.active .service_list_bottom{right:0;}
._home_banner_updatev_form .service_list_inner.disabled{opacity:0.5;}
._use_updatev_inner{min-height:250px;}
._use_updatev_inner article{border-right:1px solid #f3f3f3;padding:30px;width:25%;transition:0.4s all;position:relative;}
._use_updatev_inner article::after{content:'';top:0;width:0;background-color:rgb(14 140 126);position:absolute;height:3px;left:0;transition:0.4s all;}
._use_updatev_inner article:hover::after{width:100%;}
._use_updatev_inner article:nth-child(2)::after{background-color:rgb(255 167 0);}
._use_updatev_inner article:nth-child(3)::after{background-color:rgb(114 40 255);}
._use_updatev_inner article:nth-child(4)::after{background-color:rgb(230 0 255);}
._use_updatev_inner article:hover{background-color:var(--theme_box_background_color_alt);}
._use_updatev_inner .new_home_heading{font-weight:var(--theme_font_600);font-size:36px;}
._use_updatev_inner article ._icon{width:48px;height:48px;border-radius:var(--theme_border_radius_10);display:flex;align-items:center;justify-content:center;background-color:rgba(14, 140, 126, 0.08);color:rgb(14 140 126);}
._use_updatev_inner .sub_title{ font-size:var(--theme_font_size_16);font-weight:var(--theme_font_500);}
._use_updatev_inner p{font-size:var(--theme_font_size_13);}
._use_updatev_inner article:nth-child(2) ._icon{background-color:rgb(255 177 65 / 8%);color:rgb(255 167 0);}
._use_updatev_inner article:nth-child(3) ._icon{background-color:rgb(118 65 255 / 8%);color:rgb(114 40 255);}
._use_updatev_inner article:nth-child(4) ._icon{background-color:rgb(255 65 216 / 8%);color:rgb(230 0 255);}
._use_updatev_inner article:last-child{border-right:0;}
/*Home Visa Box*/
._visa_country_inner{height:100%;}
._visa_country_inner article{background-color:var(--theme_box_background_color);border-radius:var(--theme_border_radius_10);border:1px solid var(--border_alt_color);padding:10px;transition:0.4s;height:100%;}
._visa_country_inner article:hover{border-color:var(--theme-base-color);transform:translateY(-3px);box-shadow:0 5px 15px rgba(0, 0, 0, .07);}
._visa_country_inner ._left_img img{object-fit:cover;border-radius:var(--theme_border_radius_10);width:80px;height:80px;}
._visa_country_inner ._country{background-color:var(--border_alt_color);border-radius:var(--theme_border_radius_5);font-size:var(--theme_font_size_13);padding:1px 8px;display:inline-block;color:var(--theme-base-color);font-weight:var(--theme_font_500);}
._visa_country_inner ._home_sub_title{margin:5px 0 1px;font-size:var(--theme_font_size_16);}
._visa_country_inner .text_links{font-size:0;}
._visa_country_inner ._left_content{flex:1;}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}
@media (max-width:991px) {
  /*Home New*/
  ._usp_home_core{padding:2.5rem 0;}
  .visament_home_usps{margin:0;padding:35px 0;}
  ._usp_value{flex-wrap:wrap;gap:0 20px;}
  ._usp_value li{width:46%;}
  ._usp_value li::after{display:none;}
  ._usp_value li + li{padding:0;}
  ._home_banner_updatev{padding:50px 0;}
  ._home_banner_vtop h1{font-size:38px;}
  ._home_banner_updatev_form{margin-top:25px;}
  ._use_updatev_inner article{padding:15px;}
  ._use_updatev_inner .new_home_heading{font-size:30px;}
}
@media (max-width:767px) {
  /*Home New Responsive*/
  ._new_home_desc{font-size:var(--theme_font_size_14);}
  .new_home_heading{font-size:22px;}
  .visament_tags li{font-size:12px;padding:5px 8px;}
  ._usp_home_core{padding:2rem 0;}
  ._home_how_works_inner article{padding:15px;}
  ._home_how_works_inner .step_count{font-size:35px;margin-bottom:10px !important;}
  ._home_new_main{flex-direction:column;}
  ._home_sub_title{font-size:16px;}
  ._new_visament_saves_inner ._home_sub_title{font-size:20px;}
  ._new_visament_saves .row{gap:20px 0;}
  ._new_visament_saves_inner article{padding:15px;}
  ._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;}
  ._our_partner_pr_slider article figure{width:80px;padding:14px 12px;}
  ._our_partner_pr_slider article ._content span{font-size:13px;}
  ._our_partner_pr_slider .pr_title{font-size:14px;}
  ._our_partner_pr_slider ._home_sub_title{font-size:15px;}
  ._home_testimonial_bottom ._user_name ._home_sub_title{font-size:14px;}
  ._home_testimonial_bottom .rating_icon, ._home_testimonial_bottom .rating_icon i{font-size:13px;}
  ._home_testimonial_bottom ._user_name ._icon{width:28px;height:28px;font-size:12px;}
  ._home_guide_inner article ._img img{height:150px;}
  ._home_banner_updatev{padding:32px 0;z-index:9;}
  ._home_banner_vtop ._tags{font-size:12px;padding:6px 16px;}
  ._home_banner_vtop h1{font-size:25px;}
  ._home_banner_vtop p{font-size:13px;}
  ._home_banner_vtop ._btn_groups .btn{padding:8px 14px;font-size:14px;}
  ._home_banner_updatev ._btn_groups{position:fixed;bottom:0;z-index:9;left:0;right:0;background-color:var(--theme_box_background_color);box-shadow:0 -5px 10px rgba(13,31,76,0.06);padding:10px !important;display:none !important;}
  ._home_banner_vtop ._btn_groups .btn_gridaint{flex:1;}
  ._home_banner_vtop ._btn_groups .btn_whatsapp{width:50px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;}
  ._home_banner_vtop ._btn_groups .btn_whatsapp span{display:none;}
  ._home_banner_updatev_form ._right_boxed{padding:14px;}
  ._home_banner_updatev_form ._right_title ._icon{width:38px;height:38px;}
  ._home_banner_updatev_form ._right_title ._right_contnet .sub_title{font-size:14px;}
  ._home_banner_updatev_form ._right_title ._right_contnet span{font-size:12px;}
  ._home_banner_updatev_form .service_list_inner{margin-top:10px;}
  ._home_banner_updatev_form .service_list_top{padding:8px 2px 8px 5px;}
  ._home_banner_updatev_form .service_list_top ._left ._content, ._home_banner_updatev_form .service_list_bottom ._left ._content{font-size:14px;}
  ._home_banner_updatev_form .service_list_top ._right ._bage{font-size:9px;padding:2px 6px;}
  ._home_banner_updatev_form .service_list_top ._left ._icon, ._home_banner_updatev_form .service_list_bottom ._left ._icon{width:30px;height:30px;}
  ._home_banner_updatev_form .service_list_top ._left ._icon svg, ._home_banner_updatev_form .service_list_bottom ._left ._icon svg{width:18px;}
  ._home_banner_updatev_form .service_list_bottom{padding:8px 6px;}
  ._home_banner_updatev_form .service_list_inner{min-height:48px;}
  ._use_updatev_inner{flex-wrap:wrap;}
  ._use_updatev_inner article{padding:12px 14px;width:50%;}
  ._use_updatev_inner article:nth-child(1){border-bottom:1px solid #f3f3f3;}
  ._use_updatev_inner article:nth-child(2){border-right:0;border-bottom:1px solid #f3f3f3;}
  ._use_updatev_inner .new_home_heading{font-size:20px;}
  ._use_updatev_inner p{display:none;}
  ._use_updatev_inner .sub_title{font-size:13px;margin-bottom:0;}
  ._use_updatev_inner article ._icon{width:36px;height:36px;}
  ._use_updatev_inner article ._icon svg{width:16px;}
  ._use_updatev_inner article::after{height:1px;}
  ._home_banner_updatev_form{margin-top:10px;}
}
@media (max-width:600px) {
  /*Home New Responsive*/
  ._home_banner_update{padding:25px 0;}
  ._home_banner_top h1{font-size:24px;}
  .visa_new_home_inner{padding:15px;text-align:center;}
  .visa_new_home_inner::after{width:193px;height:130px;top:auto;transform:inherit;display:block;margin:auto;margin-top:20px;position:relative;}
  .visa_new_home_inner .new_home_heading{font-size:20px;}
  .visa_new_home_inner p{font-size:14px;}
  .visa_new_home_inner .btn{padding:10px 16px;}
  ._review_boxed ._icon{font-size:var(--theme_font_size_14);}
  ._review_boxed .sub_title{font-size:var(--theme_font_size_16);}
  ._review_boxed ._icon_name{width:32px;height:32px;font-size:var(--theme_font_size_14);}
  /*Home Visa Box*/
  ._visa_country_inner ._left_img{width:100%;}
  ._visa_country_inner ._left_img img{width:100%;}
  ._visa_country_inner article{height:100%;flex-direction:column;justify-content:center !important;text-align:center;padding:5px;}
  ._visa_country_inner ._home_sub_title{font-size:14px;}
  ._visa_country_inner ._country{font-size:12px;}
  .trustpilot_badge_top{text-align:center;}
  .trustpilo_badge{max-width:310px;justify-content:center;margin:0 auto;}
  ._home_banner_updatev_form .service_list_top ._left ._content, 
  ._home_banner_updatev_form .service_list_bottom ._left ._content{font-size:13px;}
}
.cf-turnstile{min-height:72px;min-width:300px;}
.tp-widget-wrapper{text-align:left !important;}

