: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;

  --cur_navy:#101E46;
  --cur_navy_deep:#0A1330;
  --cur_desc:#415D65;
  --cur_blue:#52B0FF;
  --cur_blue_dark:#057DE2;
  --cur_gradient:linear-gradient(90deg,#057DE2 0%,#52B0FF 100%);
  --cur_success:#2BD576;
  --currency_bg_soft:#F6F9FF;
  --cur_border:#E2F2FF;
  

}
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;}
.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:var(--theme_border_radius_20);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);}
/*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_700);}
._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%);}
._home_heading ._bages{font-size:var(--theme_font_size_13);font-weight:var(--theme_font_500);letter-spacing:.10em;text-transform:uppercase;color:var(--theme-base-color);position:relative;display:inline-flex;align-items:center;justify-content:flex-start;gap:0 10px;}
._home_heading ._bages::before{content:'';width:28px;height:2px;background-color:var(--theme-base-color);border-radius:var(--theme_border_radius_5);display:inline-flex;}
/*Common Dropdown*/
.dropdown-toggle::after{border-top:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent;}
.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:var(--theme_font_size_14);}
.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%;}
.visually_hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
/*Common Faq*/
.accordion .accordion-item{background-color: transparent;border:0;}
.accordion .accordion-item:first-child .accordion-button{border-top:0;}
.accordion .accordion-button{background-color:transparent;border-radius:0;border-top:1px solid var(--border-md-color);padding:15px 5px;font-size:var(--theme_font_size_15);color:var(--new_heading_color);font-weight:var(--theme_font_600);box-shadow:inherit !important;outline:0 !important;}
.accordion .accordion-body{padding:0 8px 15px;}
.accordion .accordion-body p:last-child{margin-bottom:0;}
/*Testimonial Page*/
._home_new_testimonial ._home_new_main ._home_heading{flex:1;}
._home_new_testimonial > div{overflow:hidden;}
._home_testimonial_swiper article{border:1.5px solid var(--border_alt_color);border-top:3px 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.99);}
._home_testimonial_swiper p{flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:18px !important;}
._home_testimonial_swiper ._home_sub_title{font-size:var(--theme_font_size_16);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
._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);}

@keyframes cur_shine{100%{left:125%;}}
@keyframes cur_pulse{0%,100%{opacity:1;}50%{opacity:0.3;}}
@keyframes cur_spin{to{transform:rotate(360deg);}}
@keyframes cur_shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}
@keyframes cur_fadeup{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}

/* ===== FLAGS ===== */
.currency_flag{display:inline-block;object-fit:cover;border-radius:var(--theme_border_radius_5);box-shadow:0 1px 3px rgba(16,30,70,0.18);background:#EEF3FB;vertical-align:middle;flex-shrink:0;}
.currency_flag._xs{width:20px;height:15px;}
.currency_flag._sm{width:24px;height:18px;}
.currency_flag._md{width:28px;height:21px;}
.currency_flag._lg{width:34px;height:25px;}

.currency_btn{font-size:var(--theme_font_size_15);background:var(--cur_gradient);color:#fff !important;border-radius:var(--theme_border_radius_10);padding:0.8rem 1.7rem;border:0;position:relative;overflow:hidden;display:inline-block;text-align:center;transition:0.4s;font-weight:var(--theme_font_500);}
.currency_btn::after{position:absolute;content:"";top:0;left:-75%;width:50%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.35) 100%);transform:skewX(25deg);}
.currency_btn:hover::after{animation:cur_shine 900ms;}
.currency_btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(5,125,226,0.35);}
.currency_btn_ghost{background:transparent;border:1px solid rgba(255,255,255,0.25);color:#fff !important;border-radius:var(--theme_border_radius_10);padding:0.8rem 1.7rem;font-size:var(--theme_font_size_15);display:inline-block;transition:0.4s;}
.currency_btn_ghost:hover{background:rgba(255,255,255,0.1);border-color:var(--cur_blue);}

.currency_eyebrow{display:inline-block;font-size:var(--theme_font_size_12);letter-spacing:2.5px;text-transform:uppercase;font-weight:var(--theme_font_600);color:var(--cur_blue_dark);margin-bottom:10px;}
.currency_heading{font-size:30px;font-weight:var(--theme_font_700);letter-spacing:-0.02em;line-height:1.2;margin-bottom:12px;}

/* ================= HERO ================= */
.currency_banner_update{background:var(--cur_navy_deep);position:relative;overflow:hidden;padding:64px 0 78px;}
.currency_banner_update::before{content:'';position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(5,125,226,0.35) 0%,transparent 65%);top:-240px;right:-140px;filter:blur(10px);}
.currency_banner_update::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(82,176,255,0.20) 0%,transparent 65%);bottom:-200px;left:-120px;}
.banner_lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.035) 1px,transparent 1px);background-size:44px 44px;pointer-events:none;}
.currency_banner_update ._content{position:relative;z-index:2;text-align:center;}
.currency_banner_update ._chips{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(8px);border-radius:var(--theme_border_radius_50);padding:7px 16px;font-size:var(--theme_font_size_12);color:#CFE8FF;font-weight:var(--theme_font_500);letter-spacing:0.5px;margin-bottom:20px;}
.currency_banner_update ._chips ._dot{width:8px;height:8px;border-radius:50%;background:var(--cur_success);box-shadow:0 0 12px var(--cur_success);animation:cur_pulse 1.6s infinite;}
.currency_banner_update h1{color:#fff;font-size:42px;font-weight:var(--theme_font_700);letter-spacing:0.03em;line-height:1.15;margin-bottom:14px;}
.currency_banner_update h1 em{font-style:normal;background:linear-gradient(90deg,#52B0FF 0%,#9BD4FF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.currency_banner_update p{color:#93A8CF;font-size:var(--theme_font_size_16);max-width:560px;margin:0 auto 30px;line-height:1.65;}

/* Search box */
.currency_banner_update ._search_box{max-width:520px;margin:0 auto;position:relative;}
.currency_banner_update ._search_box input{width:100%;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.18);backdrop-filter:blur(16px);border-radius:var(--theme_border_radius_50);padding:16px 52px 16px 52px;color:#fff;font-size:var(--theme_font_size_15);outline:0;transition:0.35s;}
.currency_banner_update ._search_box input::placeholder{color:#7E93BC;}
.currency_banner_update ._search_box input:focus{border-color:var(--cur_blue);box-shadow:0 0 0 4px rgba(82,176,255,0.16);background:rgba(255,255,255,0.1);}
.currency_banner_update ._search_box ._icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#7E93BC;pointer-events:none;z-index:1;}
.currency_banner_update ._search_box ._clear{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#7E93BC;background:transparent;border:0;cursor:pointer;padding:6px;display:none;line-height:0;}
.currency_banner_update ._search_box ._clear:hover{color:#fff;}
.currency_banner_update ._search_box._has ._clear{display:block;}

/* ================= TICKER ================= */
.currency_ticker_wrap{background:var(--cur_navy);border-top:1px solid rgba(255,255,255,0.08);position:relative;overflow:hidden;padding:13px 0;}
.currency_ticker_wrap::before,
.currency_ticker_wrap::after{content:'';position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none;}
.currency_ticker_wrap::before{left:0;background:linear-gradient(90deg,var(--cur_navy),transparent);}
.currency_ticker_wrap::after{right:0;background:linear-gradient(-90deg,var(--cur_navy),transparent);}
@keyframes cur_scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
.currency_ticker{display:flex;width:max-content;animation:cur_scroll 42s linear infinite;}
.currency_ticker:hover{animation-play-state:paused;}
.currency_ticker ._item{display:flex;align-items:center;gap:8px;padding:0 24px;border-right:1px solid rgba(255,255,255,0.08);white-space:nowrap;}
.currency_ticker ._pair{color:#93A8CF;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);letter-spacing:0.6px;}
.currency_ticker ._val{color:#fff;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);}
.currency_ticker .currency_flag{box-shadow:0 1px 4px rgba(0,0,0,0.4);}
.currency_ticker ._up{color:var(--cur_success);font-size:11px;}
.currency_ticker .currency_flag{box-shadow:0 1px 4px rgba(0,0,0,0.4);}

/* ================= BASE SELECTOR (sticky) ================= */
.currency_base_bar{position:sticky;top:60px;z-index:91;background:rgba(255,255,255,0.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--cur_border);padding:14px 0;box-shadow:0 4px 20px rgba(16,30,70,0.05);}
.currency_base_inner{display:flex;align-items:center;gap:14px;}
.currency_base_label{font-size:var(--theme_font_size_12);letter-spacing:1.2px;text-transform:uppercase;font-weight:var(--theme_font_600);color:#8FA0C0;white-space:nowrap;flex-shrink:0;}
.currency_base_scroll::-webkit-scrollbar{display:none;}
.currency_base_btn{display:inline-flex;align-items:center;gap:7px;background-color:var(--theme_box_background_color);border:1.5px solid var(--cur_border);border-radius:var(--theme_border_radius_50);padding:8px 15px 8px 9px;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);color:var(--cur_navy);cursor:pointer;transition:0.3s;white-space:nowrap;flex-shrink:0;}
.currency_base_btn:hover{border-color:var(--cur_blue);transform:translateY(-2px);}
.currency_base_btn.active{background:var(--cur_navy);border-color:var(--cur_navy);color:#fff;box-shadow:0 6px 16px rgba(16,30,70,0.05);}
.currency_base_bar._dim .currency_base_scroll{opacity:0.45;transition:0.3s;}
.currency_base_bar._dim .currency_base_label::after{content:' — searching all';color:var(--cur_blue_dark);}

.currency_base_scroll{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;flex:1;min-width:0;padding:2px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;}
.currency_base_scroll::-webkit-scrollbar{display:none;width:0;height:0;}
.currency_base_scroll.is-dragging{cursor:grabbing;scroll-behavior:auto;}
.currency_base_scroll.is-dragging .currency_base_btn{pointer-events:none;}
.currency_base_inner::after{content:"";position:absolute;right:0; top:0; bottom:0;width:44px;background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.96));pointer-events:none;z-index:1;}
.currency_base_bar .currency_group_head{scroll-margin-top:200px;}

/* ================= PAIR GRID ================= */
.currency_group_head{display:flex;align-items:center;gap:14px;margin-bottom:22px;flex-wrap:wrap;}
.currency_group_head ._ttl{flex:1;min-width:240px;}
.currency_group_head h2{font-size:var(--theme_font_size_24);font-weight:var(--theme_font_700);letter-spacing:-0.02em;margin:0 0 4px;display:flex;align-items:center;gap:10px;}
.currency_group_head p{margin:0;font-size:var(--theme_font_size_13);}
.currency_count_pill{background:var(--currency_bg_soft);border:1px solid var(--cur_border);border-radius:50px;padding:7px 15px;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);color:var(--cur_navy);white-space:nowrap;}
.currency_count_pill b{color:var(--cur_blue_dark);}

.currency_pair_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.currency_pair_card{display:flex;align-items:center;gap:13px;background-color:var(--theme_box_background_color);border:1.5px solid var(--cur_border);border-radius:var(--theme_border_radius_15);padding:15px 17px;transition:0.3s;box-shadow:0 3px 14px rgba(16,30,70,0.04);position:relative;overflow:hidden;}
.currency_pair_card::before{content:"";position:absolute;top:0;right:0;width:90px;height:90px;background:radial-gradient(circle at top right,rgba(82,176,255,0.13),transparent 70%);pointer-events:none;}
.currency_pair_card:hover{border-color:var(--cur_blue);transform:translateY(-4px);box-shadow:0 14px 30px rgba(82,176,255,0.22);}
.currency_pair_flags{position:relative;width:46px;height:32px;flex-shrink:0;}
.currency_pair_flags .currency_flag{position:absolute;border:2px solid var(--theme_box_background_color);}
.currency_pair_flags ._f1{left:0;top:0;z-index:1;}
.currency_pair_flags ._f2{right:0;bottom:0;z-index:2;}
.currency_pair_card ._txt{flex:1;min-width:0;}
.currency_pair_card ._code{font-weight:var(--theme_font_700);color:var(--cur_navy);font-size:var(--theme_font_size_15);display:flex;align-items:center;gap:6px;}
.currency_pair_card ._code i{font-size:10px;color:var(--cur_blue);}
.currency_pair_card ._rate{font-size:var(--theme_font_size_13);color:var(--cur_desc);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.currency_pair_card ._rate b{color:var(--cur_blue_dark);font-weight:var(--theme_font_600);}
.currency_pair_card ._go{margin-left:auto;width:30px;height:30px;border-radius:50%;background:var(--currency_bg_soft);display:flex;align-items:center;justify-content:center;color:#C2D2EC;font-size:var(--theme_font_size_11);transition:0.3s;flex-shrink:0;}
.currency_pair_card:hover ._go{background:var(--cur_gradient);color:#fff;}
.currency_rate_skel{display:inline-block;width:88px;height:11px;border-radius:var(--theme_border_radius_5);background:linear-gradient(100deg,#F2F6FD 30%,#E7EEFA 50%,#F2F6FD 70%);background-size:200% 100%;animation:cur_shimmer 1.3s infinite;vertical-align:middle;}

.currency_empty{text-align:center;padding:60px 20px;color:#9AA8C2;}
.currency_empty i{font-size:34px;color:#D6E2F5;display:block;margin-bottom:14px;}
.currency_empty b{color:var(--cur_navy);display:block;margin-bottom:6px;font-size:var(--theme_font_size_16);}

/* ================= FEATURE BAND ================= */
.currency_band{background:var(--cur_navy);position:relative;overflow:hidden;}
.currency_band::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(82,176,255,0.14),transparent 70%);right:-100px;top:-100px;}
.currency_band .currency_heading{color:#fff;}
.currency_band ._lead{color:#93A8CF;font-size:var(--theme_font_size_15);max-width:520px;}
.currency_feature_row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.08);border-radius:var(--theme_border_radius_20);overflow:hidden;margin-top:36px;position:relative;z-index:1;}
.currency_feature_cell{background:var(--cur_navy);padding:28px 22px;transition:0.4s;}
.currency_feature_cell:hover{background:#16265A;}
.currency_feature_cell ._icon{width:42px;height:42px;border-radius:var(--theme_border_radius_10);background:rgba(82,176,255,0.12);border:1px solid rgba(82,176,255,0.25);color:var(--cur_blue);display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_16);margin-bottom:16px;}
.currency_feature_cell ._t{color:#fff;font-size:var(--theme_font_size_15);font-weight:var(--theme_font_600);margin-bottom:6px;}
.currency_feature_cell p{color:#93A8CF;font-size:var(--theme_font_size_13);margin:0;line-height:1.6;}

/* ================= CONTENT SPLIT ================= */
.currency_split_row{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;}
.currency_side_content p{font-size:14.5px;line-height:1.75;margin-bottom:14px;}
.currency_side_content p b{color:var(--cur_navy);font-weight:var(--theme_font_600);}
.currency_point_list{margin:20px 0 0;}
.currency_point_list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:var(--theme_font_size_14);line-height:1.6;}
.currency_point_list li i{color:var(--cur_blue_dark);font-size:var(--theme_font_size_14);margin-top:3px;flex-shrink:0;}
.currency_point_list li b{color:var(--cur_navy);font-weight:var(--theme_font_600);}
.currency_note_box{display:flex;align-items:flex-start;gap:12px;background-color:var(--theme_box_background_color);border:1px solid var(--cur_border);border-left:3px solid var(--cur_blue);border-radius:var(--theme_border_radius_10);padding:14px 16px;margin-top:22px;font-size:var(--theme_font_size_13);line-height:1.65;box-shadow:0 4px 18px rgba(16,30,70,0.05);}
.currency_note_box i{color:var(--cur_blue_dark);font-size:var(--theme_font_size_15);margin-top:6px;flex-shrink:0;}

/* Movers card */
.currency_movers{background-color:var(--theme_box_background_color);border:1px solid var(--cur_border);border-radius:var(--theme_border_radius_20);box-shadow:0 20px 60px rgba(16,30,70,0.08);overflow:hidden;}
.currency_movers ._hd{background:var(--currency_bg_soft);border-bottom:1px solid var(--cur_border);padding:15px 22px;font-size:var(--theme_font_size_12);letter-spacing:1.1px;text-transform:uppercase;font-weight:var(--theme_font_700);color:#8FA0C0;display:flex;align-items:center;justify-content:space-between;}
.currency_movers ._hd span{color:var(--cur_blue_dark);}
.currency_mover_row{display:flex;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid #EEF3FB;transition:0.25s;}
.currency_mover_row:last-child{border-bottom:0;}
.currency_mover_row:hover{background:var(--currency_bg_soft);}
.currency_mover_row ._nm{flex:1;min-width:0;}
.currency_mover_row ._cd{font-weight:var(--theme_font_700);color:var(--cur_navy);font-size:var(--theme_font_size_14);}
.currency_mover_row ._sub{font-size:var(--theme_font_size_12);color:var(--cur_desc);margin-top:1px;}
.currency_mover_row ._vl{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_600);color:var(--cur_navy);text-align:right;white-space:nowrap;}
.currency_mover_row ._chg{font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);margin-top:2px;}
.currency_mover_row ._chg._up{color:#12A85A;} .currency_mover_row ._chg._down{color:#E23A3A;} .currency_mover_row ._chg._flat{color:#9AA8C2;}


/* ================= CTA ================= */
.currency_cta{background:var(--cur_navy_deep);border-radius:var(--theme_border_radius_20);padding:40px 30px;position:relative;overflow:hidden;text-align:center;}
.currency_cta::before{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(5,125,226,0.35),transparent 65%);top:-180px;left:50%;transform:translateX(-50%);}
.currency_cta h2{color:#fff;font-size:30px;font-weight:var(--theme_font_700);letter-spacing:-0.02em;position:relative;}
.currency_cta p{color:#93A8CF;max-width:480px;margin:12px auto 26px;position:relative;}
.currency_cta ._btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;}
.currency_cta ._wa i{margin-right:6px;color:var(--cur_success);}

.currency_tool_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.currency_tool_card{display:flex;align-items:center;gap:13px;background-color:var(--theme_box_background_color);border:1.5px solid var(--cur_border);border-radius:var(--theme_border_radius_15);padding:15px 17px;transition:0.3s;box-shadow:0 3px 14px rgba(16,30,70,0.04);position:relative;overflow:hidden;text-decoration:none;}
.currency_tool_card::before{content:"";position:absolute;top:0;right:0;width:90px;height:90px;background:radial-gradient(circle at top right,rgba(82,176,255,0.13),transparent 70%);pointer-events:none;}
.currency_tool_card:hover{border-color:var(--cur_blue);transform:translateY(-4px);box-shadow:0 14px 30px rgba(82,176,255,0.22);}
.currency_tool_card ._ic{width:44px;height:44px;border-radius:var(--theme_border_radius_10);background:var(--currency_bg_soft);display:flex;align-items:center;justify-content:center;color:var(--cur_blue_dark);font-size:var(--theme_font_size_16);flex-shrink:0;transition:0.3s;}
.currency_tool_card:hover ._ic{background:var(--cur_gradient);color:#fff;}
.currency_tool_card ._txt{flex:1;min-width:0;}
.currency_tool_card ._title{font-weight:var(--theme_font_700);color:var(--cur_navy);font-size:var(--theme_font_size_15);}
.currency_tool_card ._desc{font-size:var(--theme_font_size_13);color:var(--cur_desc);margin-top:3px;line-height:1.4;}
.currency_tool_card ._arrow{margin-left:auto;width:30px;height:30px;border-radius:50%;background:var(--currency_bg_soft);display:flex;align-items:center;justify-content:center;color:#C2D2EC;font-size:var(--theme_font_size_11);flex-shrink:0;transition:0.3s;}
.currency_tool_card:hover ._arrow{background:var(--cur_gradient);color:#fff;}

._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;font-size:var(--theme_font_size_16);margin-bottom:6px;}
._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;flex:1;display:flex;flex-direction:column;}
._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 ._home_heading{flex:1;}
._home_guide ._right .btn{background-color:var(--theme-headline-color);padding:10px 20px;}



@media (max-width:1199px) {
  .container{max-width:100%;}

  .currency_pair_grid{grid-template-columns:repeat(2,1fr);}


  .currency_tool_grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:991px) {
  .currency_heading{font-size:24px;}
  .currency_banner_update{padding:40px 0 38px;}
  .currency_banner_update h1{font-size:30px;}
  .currency_feature_row{grid-template-columns:1fr;}

  .currency_base_scroll{width:100%;}

  ._blog_scroll{white-space:nowrap;flex-wrap:nowrap;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}
  ._blog_scroll::-webkit-scrollbar{display:none;}
  ._blog_scroll > div{width:320px;white-space:normal}
  ._home_guide_inner article{box-shadow:none;}

  .currency_split_row{grid-template-columns:1fr;gap:28px;}
  .currency_split_row > .currency_side_content{order:1;}
  .currency_split_row > .currency_movers{order:2;}

  .currency_mover_row ._cd{font-size:13px;}
}

@media (max-width:767px){
  .sub_title, ._home_sub_title{font-size:16px;}
  ._new_home_desc{font-size:var(--theme_font_size_14);}
  .home_heading, .new_home_heading, .currency_heading{font-size:20px;}

  .custom_home_space{padding:2.5rem 0;}

  ._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;}

  ._home_guide_inner article ._img img{height:150px;}
  ._home_guide_inner article ._home_sub_title{font-size:13px;}
  ._home_guide_inner article p{font-size:12px;}
  ._home_guide_inner article .text_link{font-size:13px;}

  .currency_base_bar{top:50px;padding:10px 0;}
  .currency_base_label{font-size:11px;}
  .currency_base_btn{font-size:11px;padding:6px 12px 6px 8px;}
  .currency_base_scroll .currency_flag {width:auto;height:auto;max-height:12px;border-radius:2px;}


  .currency_pair_card ._code, .currency_tool_card ._title, .accordion .accordion-button{font-size:14px;}
  .currency_cta p{font-size:13px;}
  .currency_pair_card ._go{width:24px;height:24px;}

  .currency_banner_update ._search_box ._icon{width:14px;}
  .currency_banner_update ._search_box input{padding:12px 40px;font-size:14px;}

  .currency_ticker ._val{font-size:12px;}
  .currency_ticker ._pair{font-size:11px;}
 
}
@media (max-width:600px){

  .currency_banner_update h1{font-size:28px;}
  .currency_banner_update p{font-size:14px;}
  .currency_pair_grid{grid-template-columns:1fr;}
  .currency_group_head h2{font-size:20px;}
  .currency_cta{padding:32px 18px;}
  .currency_cta h2{font-size:20px;}


  .currency_tool_grid{grid-template-columns:1fr;}

  .currency_cta ._btns a{width:100%;font-size:14px;}
}

/*View Page*/
@keyframes cur_pulse{0%,100%{opacity:1;}50%{opacity:0.3;}}
@keyframes cur_shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}

.currency_detail_banner{background:var(--cur_navy_deep, #0A1330);position:relative;overflow:hidden;padding:56px 0 66px;}
.currency_detail_banner::before{content:'';position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(5,125,226,0.35) 0%,transparent 65%);top:-240px;right:-140px;filter:blur(10px);}
.currency_detail_banner::after{content:'';position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(82,176,255,0.20) 0%,transparent 65%);bottom:-200px;left:-120px;}
.currency_detail_banner .banner_lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.035) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.035) 1px,transparent 1px);background-size:44px 44px;pointer-events:none;}
.currency_detail_banner ._content{position:relative;z-index:2;}
/* breadcrumb */
.currency_crumb{display:flex;align-items:center;gap:8px;font-size:var(--theme_font_size_12);color:#7E93BC;margin-bottom:18px;flex-wrap:wrap;}
.currency_crumb a{color:#93A8CF;text-decoration:none;transition:0.3s;}
.currency_crumb a:hover{color:var(--cur_blue, #52B0FF);}
.currency_crumb i{font-size:var(--theme_font_size_12);opacity:0.6;}
/* currency title + flag */
.currency_cur_head{display:flex;align-items:center;gap:18px;margin-bottom:14px;}
.currency_cur_head ._fl{width:74px;height:54px;border-radius:var(--theme_border_radius_10);object-fit:cover;box-shadow:0 8px 26px rgba(0,0,0,0.45);border:2px solid rgba(255,255,255,0.15);flex-shrink:0;background:#EEF3FB;}
.currency_cur_head h1{color:#fff;font-size:38px;font-weight:var(--theme_font_600);letter-spacing:-0.03em;line-height:1.1;margin:0 0 6px;}
.currency_cur_head ._codes{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.currency_code_tag{background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.14);border-radius:var(--theme_border_radius_10);padding:4px 11px;font-size:var(--theme_font_size_12);color:#CFE8FF;font-weight:var(--theme_font_600);letter-spacing:0.6px;}
.currency_code_tag._sym{color:#fff;font-size:var(--theme_font_size_14);}
.currency_detail_banner p{color:#93A8CF;font-size:var(--theme_font_size_15);max-width:520px;line-height:1.7;margin-bottom:0;}
/* ===== LIVE RATE CARD ===== */
.currency_rate_card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.16);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--theme_border_radius_20);padding:22px;position:relative;z-index:2;box-shadow:0 26px 70px rgba(0,0,0,0.42);}
.currency_rate_card ._glow{position:absolute;top:-1px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#52B0FF,transparent);}
.currency_live_chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);border-radius:var(--theme_border_radius_50);padding:6px 14px;font-size:var(--theme_font_size_11);color:#CFE8FF;font-weight:var(--theme_font_600);letter-spacing:0.7px;margin-bottom:16px;}
.currency_live_chip ._dot{width:7px;height:7px;border-radius:50%;background:var(--cur_success, #2BD576);box-shadow:0 0 12px var(--cur_success, #2BD576);animation:cur_pulse 1.6s infinite;}
.currency_rate_row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,0.08);}
.currency_rate_row:last-of-type{border-bottom:0;}
.currency_rate_row ._l{display:flex;align-items:center;gap:9px;color:#CFE8FF;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);}
.currency_rate_row ._v{color:#fff;font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);letter-spacing:-0.01em;}
.currency_rate_row ._v b{color:var(--cur_blue, #52B0FF);font-weight:var(--theme_font_600);}
.currency_rate_card ._foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.10);flex-wrap:wrap;}
.currency_rate_card ._foot ._t{font-size:var(--theme_font_size_11);color:#7E93BC;}
.currency_rate_card ._foot ._t i{color:var(--cur_success, #2BD576);margin-right:4px;}
.currency_rate_card ._foot a{font-size:var(--theme_font_size_12);color:var(--cur_blue, #52B0FF);font-weight:var(--theme_font_600);text-decoration:none;}
.currency_rate_card ._foot a:hover{color:#9BD4FF;}
.currency_skel_line{display:inline-block;width:90px;height:13px;border-radius:var(--theme_border_radius_5);background:linear-gradient(100deg,rgba(255,255,255,0.06) 30%,rgba(255,255,255,0.16) 50%,rgba(255,255,255,0.06) 70%);background-size:200% 100%;animation:cur_shimmer 1.3s infinite;vertical-align:middle;}

/* ===== PROFILE TILES ===== */
.currency_profile_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.currency_profile_tile{background-color:var(--theme_box_background_color);border:1px solid var(--cur_border, #E2F2FF);border-radius:var(--theme_border_radius_15);padding:18px 20px;transition:0.3s;box-shadow:0 3px 14px rgba(16,30,70,0.04);position:relative;overflow:hidden;}
.currency_profile_tile::before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:radial-gradient(circle at top right,rgba(82,176,255,0.12),transparent 70%);pointer-events:none;}
.currency_profile_tile:hover{transform:translateY(-3px);border-color:var(--cur_blue, #52B0FF);box-shadow:0 12px 26px rgba(82,176,255,0.18);}
.currency_profile_tile ._lb{font-size:var(--theme_font_size_11);letter-spacing:1.2px;text-transform:uppercase;font-weight:var(--theme_font_700);color:#8FA0C0;margin-bottom:8px;display:flex;align-items:center;gap:6px;}
.currency_profile_tile ._lb i{color:var(--cur_blue_dark, #057DE2);font-size:var(--theme_font_size_11);}
.currency_profile_tile ._vl{font-size:var(--theme_font_size_18);font-weight:var(--theme_font_600);color:var(--cur_navy, #101E46);letter-spacing:-0.01em;line-height:1.35;word-break:break-word;}
.currency_profile_tile ._vl._sm{font-size:var(--theme_font_size_15);font-weight:var(--theme_font_600);line-height:1.55;}


.currency_overview{background-color:var(--theme_box_background_color);border:1px solid var(--cur_border, #E2F2FF);border-radius:var(--theme_border_radius_20);padding:32px 34px;box-shadow:0 20px 60px rgba(16,30,70,0.07);}
.currency_overview h2{font-size:var(--theme_font_size_22);font-weight:var(--theme_font_600);color:var(--cur_navy, #101E46);margin:28px 0 12px;letter-spacing:-0.02em;padding-bottom:10px;border-bottom:1px solid var(--cur_border, #E2F2FF);}
.currency_overview h2:first-child{margin-top:0;}
.currency_overview h3{font-size:var(--theme_font_size_18);font-weight:var(--theme_font_600);color:var(--cur_navy, #101E46);margin:22px 0 10px;letter-spacing:-0.02em;padding-bottom:10px;border-bottom:1px solid var(--cur_border, #E2F2FF);}
.currency_overview p{font-size:var(--theme_font_size_14);line-height:1.8;color:var(--cur_desc, #415D65);margin-bottom:14px;}
.currency_overview ul{margin:14px 0;padding:0;list-style:none;}
.currency_overview ul li{position:relative;padding-left:26px;margin-bottom:11px;font-size:var(--theme_font_size_14);line-height:1.7;color:var(--cur_desc, #415D65);}
.currency_overview ul li::before{content:'\f058';font-family:"Font Awesome 6 Free";font-weight:var(--theme_font_600);position:absolute;left:0;top:2px;color:var(--cur_blue, #52B0FF);font-size:var(--theme_font_size_13);}
.currency_overview ol{margin:14px 0 14px 20px;padding:0;}
.currency_overview ol li{margin-bottom:10px;font-size:var(--theme_font_size_14);line-height:1.7;color:var(--cur_desc, #415D65);}
.currency_overview strong, .currency_overview b{color:var(--cur_navy, #101E46);font-weight:var(--theme_font_600);}
.currency_overview a{color:var(--cur_blue_dark, #057DE2);font-weight:var(--theme_font_600);text-decoration:none;}
.currency_overview a:hover{text-decoration:underline;}
.currency_overview table{width:100%;border-collapse:collapse;margin:16px 0;border-radius:var(--theme_border_radius_10);overflow:hidden;}
.currency_overview th{background:var(--cur_navy, #101E46);color:#fff;padding:12px 14px;font-weight:var(--theme_font_600);font-size:var(--theme_font_size_13);text-align:left;}
.currency_overview td{padding:12px 14px;border-bottom:1px solid var(--cur_border, #E2F2FF);font-size:var(--theme_font_size_13);color:var(--cur_desc, #415D65);}
.currency_overview tr:nth-child(even) td{background:var(--cur_bg_soft, #F6F9FF);}
.currency_overview h3:first-child, .currency_overview h2:first-child{margin-top:0;}

.currency_connect{display:flex;align-items:center;gap:16px;border-radius:var(--theme_border_radius_20);padding:20px;position:relative;transition:0.4s;height:100%;text-decoration:none;}
.currency_connect._wa{background:#29a71a;}
.currency_connect._fb{background:#1976d2;}
.currency_connect:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,0.16);}
.currency_connect ._ic{width:56px;height:56px;border-radius:var(--theme_border_radius_15);background-color:var(--theme_box_background_color);display:flex;align-items:center;justify-content:center;font-size:var(--theme_font_size_24);flex-shrink:0;}
.currency_connect._wa ._ic{color:#29a71a;}
.currency_connect._fb ._ic{color:#1976d2;}
.currency_connect ._content{flex:1;min-width:0;}
.currency_connect ._t{color:#fff;font-size:var(--theme_font_size_18);font-weight:var(--theme_font_600);margin-bottom:3px;}
.currency_connect p{color:rgba(255,255,255,0.88);margin:0;font-size:var(--theme_font_size_13);line-height:1.6;}


/* ===== RESPONSIVE ===== */
@media (max-width:1199px){

}
@media (max-width:991px){
  .currency_detail_banner{padding:40px 0 52px;}
  .currency_cur_head h1{font-size:28px;}
  .currency_cur_head ._fl{width:58px;height:42px;}
  .currency_rate_card{margin-top:28px;}

  .currency_profile_grid{grid-template-columns:repeat(2,1fr);}

  .currency_overview{padding:24px 22px;}

  .currency_split_row{grid-template-columns:1fr;gap:28px;}
}
@media (max-width:600px){
  .currency_profile_grid{grid-template-columns:1fr;}

  .currency_cur_head{gap:12px;}
  .currency_cur_head h1{font-size:23px;}

  .currency_overview{padding:20px 16px;}
  .currency_overview h2{font-size:19px;}
  .currency_overview table{display:block;overflow-x:auto;white-space:nowrap;}

  .currency_connect{padding:16px;gap:12px;}
  .currency_connect ._ic{width:48px;height:48px;font-size:22px;}
  .currency_connect ._t{font-size:16px;}
}


/*View Page*/
/* ================= DARK HERO ================= */
.currency_banner_updates{background:var(--cur_navy_deep);position:relative;overflow:hidden;padding:70px 0;}
.currency_banner_updates::before{content:'';position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(5,125,226,0.35) 0%,transparent 65%);top:-220px;right:-140px;filter:blur(10px);z-index:-1;}
.currency_banner_updates::after{content:'';position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(82,176,255,0.22) 0%,transparent 65%);bottom:-200px;left:-120px;z-index:-1;}
.banner_lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.035) 1px,transparent 1px);background-size:44px 44px;pointer-events:none;}
.currency_banner_updates ._content{position:relative;z-index:2;}
.currency_live_chip{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);backdrop-filter:blur(8px);border-radius:var(--theme_border_radius_50);padding:7px 16px;font-size:var(--theme_font_size_12);color:#CFE8FF;font-weight:var(--theme_font_500);letter-spacing:0.5px;margin-bottom:20px;}
.currency_live_chip ._dot{width:8px;height:8px;border-radius:50%;background:var(--cur_success);box-shadow:0 0 12px var(--cur_success);animation:cur_pulse 1.6s infinite;}
.currency_banner_updates h1{color:#fff;font-size:44px;font-weight:var(--theme_font_600);letter-spacing:-0.03em;line-height:1.15;margin-bottom:16px;}
.currency_banner_updates h1 em{font-style:normal;background:linear-gradient(90deg,#52B0FF 0%,#9BD4FF 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.currency_banner_updates h1 ._hf{display:inline;font-weight:var(--theme_font_700);}
.currency_banner_updates p{color:#93A8CF;font-size:var(--theme_font_size_16);max-width:460px;margin-bottom:26px;line-height:1.65;}
.currency_banner_stats{display:flex;gap:0;margin-top:34px;}
.currency_banner_stats li{padding:0 26px;border-left:1px solid rgba(255,255,255,0.12);}
.currency_banner_stats li:first-child{padding-left:0;border-left:0;}
.currency_banner_stats ._num{font-size:var(--theme_font_size_24);font-weight:var(--theme_font_600);color:#fff;line-height:1;}
.currency_banner_stats ._num span{color:var(--cur_blue);}
.currency_banner_stats ._label{font-size:var(--theme_font_size_12);color:#93A8CF;margin-top:6px;display:block;letter-spacing:0.3px;}

/* Glass converter card */
.currency_glass_card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.16);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--theme_border_radius_20);padding:26px;position:relative;z-index:2;box-shadow:0 30px 80px rgba(0,0,0,0.45);animation:cur_fadeup 0.7s ease both;}
.currency_glass_card ._glow{position:absolute;top:-1px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#52B0FF,transparent);}
.currency_field{background-color:rgba(10,19,48,0.55);border:1px solid rgba(255,255,255,0.10);border-radius:16px;padding:14px 16px;transition:0.4s;}
.currency_field:focus-within{border-color:var(--cur_blue);box-shadow:0 0 0 4px rgba(82,176,255,0.16);}
.currency_field ._top{display:flex;justify-content:space-between;font-size:var(--theme_font_size_11);color:#7E93BC;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:8px;font-weight:var(--theme_font_600);}
.currency_field ._row{display:flex;align-items:center;gap:12px;}
.currency_field input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:28px;font-weight:var(--theme_font_600);width:100%;min-width:0;letter-spacing:-0.02em;padding:0;}
.currency_field input[readonly]{color:#6FC2FF;}
.currency_field input::-webkit-outer-spin-button,.currency_field input::-webkit-inner-spin-button{-webkit-appearance:none;}
.currency_pick{display:flex;align-items:center;gap:8px;background-color:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.12);border-radius:var(--theme_border_radius_50);padding:7px 12px;cursor:pointer;position:relative;flex-shrink:0;}
.currency_pick select{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;}
.currency_pick ._code{color:#fff;font-weight:var(--theme_font_600);font-size:var(--theme_font_size_15);}
.currency_pick i{color:#7E93BC;font-size:var(--theme_font_size_11);}
.currency_swap_line{display:flex;align-items:center;justify-content:center;margin:-8px 0;position:relative;z-index:3;}
.currency_swap_btn{width:46px;height:46px;border-radius:50%;background:var(--cur_gradient);border:3px solid var(--cur_navy_deep);color:#fff;font-size:var(--theme_font_size_15);cursor:pointer;transition:0.5s;box-shadow:0 8px 22px rgba(5,125,226,0.5);}
.currency_swap_btn:hover{transform:rotate(180deg) scale(1.06);}
.currency_rate_line{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;}
.currency_rate_line ._rate{color:#fff;font-size:var(--theme_font_size_15);font-weight:var(--theme_font_500);}
.currency_rate_line ._rate b{color:var(--cur_blue);font-weight:var(--theme_font_600);}
.currency_rate_line ._time{font-size:var(--theme_font_size_11);color:#7E93BC;}
.currency_rate_line ._time i{color:var(--cur_success);margin-right:4px;}
.currency_loading i{animation:cur_spin 1s linear infinite;color:var(--cur_blue);}

/* ================= HISTORY / TREND CARD ================= */
.currency_hist_card{background-color:var(--theme_box_background_color);border:1px solid var(--cur_border);border-radius:var(--theme_border_radius_20);box-shadow:0 24px 70px rgba(16,30,70,0.10);max-width:960px;margin:0 auto;padding:22px 22px 18px;position:relative;overflow:hidden;display:flex;flex-direction:column;}
.currency_hist_head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:8px;}
.currency_hist_head ._pairline{font-size:var(--theme_font_size_13);color:var(--cur_desc);font-weight:var(--theme_font_600);letter-spacing:0.4px;margin-bottom:6px;display:flex;align-items:center;gap:8px;}
.currency_hist_head ._fl{display:inline-flex;align-items:center;gap:4px;}
.currency_hist_head ._big{font-size:30px;font-weight:var(--theme_font_600);color:var(--cur_navy);letter-spacing:-0.02em;line-height:1;}
.currency_hist_head ._big span{font-size:var(--theme_font_size_15);color:var(--cur_desc);font-weight:var(--theme_font_600);margin-left:4px;}
.currency_chg{display:inline-flex;align-items:center;gap:6px;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);border-radius:var(--theme_border_radius_50);padding:5px 12px;margin-top:8px;}
.currency_chg._up{background-color:rgba(43,213,118,0.12);color:#12A85A;}
.currency_chg._down{background-color:rgba(255,86,86,0.12);color:#E23A3A;}
.currency_chg._flat{background-color:var(--cur_bg_soft);color:var(--cur_desc);}
.currency_range_pills{display:inline-flex;background:var(--cur_bg_soft);border:1px solid var(--cur_border);border-radius:12px;padding:4px;gap:4px;}
.currency_range_pills button{border:0;background:transparent;border-radius:var(--theme_border_radius_5);padding:8px 16px;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);color:var(--cur_navy);cursor:pointer;transition:0.3s;}
.currency_range_pills button.active{background:var(--cur_navy);color:#fff;box-shadow:0 6px 16px rgba(16,30,70,0.22);}
.currency_chart_wrap{position:relative;margin-top:16px;width:100%;height:250px;flex:1;}
.currency_chart_wrap svg{width:100%;height:100%;display:block;overflow:visible;}
.currency_chart_grid{stroke:#EEF3FB;stroke-width:1;}
.currency_chart_line{fill:none;stroke:url(#cur_line_grad);stroke-width:2.6;stroke-linejoin:round;stroke-linecap:round;}
.currency_chart_area{fill:url(#cur_area_grad);opacity:0.9;}
.currency_chart_ylab,.currency_chart_xlab{fill:#8FA0C0;font-size:11px;font-weight:var(--theme_font_600);}
.currency_hover_dot{fill:#fff;stroke:var(--cur_blue_dark);stroke-width:3;}
.currency_hover_line{stroke:#C7D6EE;stroke-width:1;stroke-dasharray:4 4;}
.currency_chart_tip{position:absolute;pointer-events:none;background:var(--cur_navy_deep);color:#fff;border-radius:var(--theme_border_radius_10);padding:8px 12px;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);white-space:nowrap;transform:translate(-50%,-130%);box-shadow:0 10px 24px rgba(0,0,0,0.25);opacity:0;transition:opacity 0.15s;z-index:5;}
.currency_chart_tip b{color:var(--cur_blue);}
.currency_chart_tip ._dt{display:block;color:#93A8CF;font-weight:var(--theme_font_500);font-size:var(--theme_font_size_11);margin-top:2px;}
.currency_chart_hit{fill:transparent;cursor:crosshair;}
.currency_hist_stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;}
.currency_stat_tile{background:var(--cur_bg_soft);border:1px solid var(--cur_border);border-radius:var(--theme_border_radius_15);padding:12px 13px;}
.currency_stat_tile ._lb{font-size:10px;letter-spacing:1px;text-transform:uppercase;font-weight:var(--theme_font_600);color:#8FA0C0;margin-bottom:5px;}
.currency_stat_tile ._vl{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);color:var(--cur_navy);letter-spacing:-0.01em;white-space:nowrap;}
.currency_stat_tile._max ._vl{color:#12A85A;} .currency_stat_tile._min ._vl{color:#E23A3A;}
.currency_hist_foot{font-size:var(--theme_font_size_11);color:#9AA8C2;margin-top:14px;display:flex;align-items:center;gap:6px;}
.currency_hist_skel{height:250px;border-radius:var(--theme_border_radius_15);background:linear-gradient(100deg,#F2F6FD 30%,#E7EEFA 50%,#F2F6FD 70%);background-size:200% 100%;animation:cur_shimmer 1.3s infinite;}
@keyframes cur_shimmer{0%{background-position:200% 0;}100%{background-position:-200% 0;}}
.currency_split_row > .currency_hist_card,
.currency_split_row > .currency_matrix_card{max-width:100% !important;margin:0 !important;}


/* ================= RATE MATRIX ================= */
.currency_matrix_card{background:#fff;border:1px solid var(--cur_border);border-radius:var(--theme_border_radius_20);box-shadow:0 20px 60px rgba(16,30,70,0.08);overflow:hidden;max-width:860px;margin:0 auto;display:flex;flex-direction:column;}
.currency_matrix_tabs{display:flex;background:var(--cur_bg_soft);padding:8px;gap:8px;border-bottom:1px solid var(--cur_border);}
.currency_matrix_tabs button{flex:1;border:0;background:transparent;border-radius:var(--theme_border_radius_10);padding:11px 8px;font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);color:var(--cur_navy);cursor:pointer;transition:0.4s;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;}
.currency_matrix_tabs button.active{background:var(--cur_navy);color:#fff;box-shadow:0 6px 18px rgba(16,30,70,0.25);}
.currency_matrix_body{padding:6px 20px 14px;flex:1;display:flex;flex-direction:column;justify-content:center;}
.currency_matrix_row{display:flex;align-items:center;padding:12px 4px;border-bottom:1px dashed #E7EEFA;gap:12px;transition:0.3s;}
.currency_matrix_row:last-child{border-bottom:0;}
.currency_matrix_row:hover{background:var(--cur_bg_soft);border-radius:var(--theme_border_radius_10);padding-left:10px;padding-right:10px;}
.currency_matrix_row ._amt{width:120px;font-size:var(--theme_font_size_14);font-weight:var(--theme_font_600);color:var(--cur_navy);display:flex;align-items:center;gap:7px;flex-shrink:0;}
.currency_matrix_row ._bar_track{flex:1;height:6px;background:#EDF3FE;border-radius:var(--theme_border_radius_10);overflow:hidden;min-width:30px;}
.currency_matrix_row ._bar{height:100%;background:var(--cur_gradient);border-radius:var(--theme_border_radius_10);width:0;transition:width 1.2s cubic-bezier(0.2,0.8,0.2,1);}
.currency_matrix_row ._result{font-size:var(--theme_font_size_14);font-weight:var(--theme_font_600);color:var(--cur_blue_dark);display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-shrink:0;white-space:nowrap;}

/* ================= LIVE RATES TABLE ================= */
.currency_live_card{background-color:var(--theme_box_background_color);border:1px solid var(--cur_border);border-radius:var(--theme_border_radius_20);box-shadow:0 20px 60px rgba(16,30,70,0.08);max-width:960px;margin:0 auto;overflow:hidden;}
.currency_live_head,.currency_live_row{display:grid;grid-template-columns:1.6fr 1.1fr 1fr 1.1fr 0.9fr;align-items:center;gap:12px;padding:16px 26px;}
.currency_live_head{background:var(--cur_bg_soft);border-bottom:1px solid var(--cur_border);font-size:var(--theme_font_size_11);letter-spacing:1px;text-transform:uppercase;font-weight:var(--theme_font_700);color:#8FA0C0;}
.currency_live_head ._r{text-align:right;} 
.currency_live_head ._c{text-align:center;}
.currency_live_row{border-bottom:1px solid #EEF3FB;transition:0.25s;}
.currency_live_row:last-child{border-bottom:0;}
.currency_live_row:hover{background:var(--cur_bg_soft);}
.currency_live_row._base{background:linear-gradient(90deg,rgba(82,176,255,0.10),transparent);}
.currency_live_cur{display:flex;align-items:center;gap:12px;}
.currency_live_cur ._cd{font-weight:var(--theme_font_700);color:var(--cur_navy);font-size:var(--theme_font_size_14);}
.currency_live_cur ._nm{color:var(--cur_desc);font-size:var(--theme_font_size_12);display:block;margin-top:1px;}
.currency_live_amt{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);color:var(--cur_navy);}
.currency_live_amt small{color:#9AA8C2;font-weight:var(--theme_font_600);font-size:var(--theme_font_size_11);margin-left:3px;}
.currency_live_chg{font-size:var(--theme_font_size_13);font-weight:var(--theme_font_600);text-align:center;}
.currency_live_chg._up{color:#12A85A;} 
.currency_live_chg._down{color:#E23A3A;} 
.currency_live_chg._flat{color:#9AA8C2;}
.currency_live_chg i{font-size:10px;margin-right:3px;}
.currency_spark{display:flex;justify-content:center;}
.currency_spark svg{width:90px;height:30px;overflow:visible;}
.currency_live_act{text-align:right;}
.currency_send_btn{display:inline-flex;align-items:center;gap:6px;background:var(--cur_gradient);color:#fff !important;border:0;border-radius:var(--theme_border_radius_10);padding:7px 13px;font-size:var(--theme_font_size_12);font-weight:var(--theme_font_600);cursor:pointer;transition:0.35s;white-space:nowrap;text-decoration:none;}
.currency_send_btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(5,125,226,0.32);}
.currency_send_btn .currency_flag{box-shadow:none;}
.currency_live_note{max-width:960px;margin:16px auto 0;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:var(--theme_font_size_12);color:#9AA8C2;}
.currency_live_note b{color:var(--cur_navy);}
.currency_live_note ._refresh{display:inline-flex;align-items:center;gap:8px;font-weight:var(--theme_font_600);color:var(--cur_desc);}
.currency_live_note ._refresh i{color:var(--cur_blue_dark);}
/* ================= TOP PAIRINGS GRID ================= */
.currency_pair_grids{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:34px auto 0;}
.currency_pair_tile{display:flex;align-items:center;gap:14px;background:#fff;border:1.5px solid var(--cur_border);border-radius:var(--theme_border_radius_15);padding:14px 16px;cursor:pointer;transition:0.3s;box-shadow:0 3px 12px rgba(16,30,70,0.04);text-decoration:none;}
.currency_pair_tile ._flags{position:relative;width:44px;height:30px;flex-shrink:0;}
.currency_pair_tile ._flags .currency_flag{position:absolute;border:2px solid #fff;}
.currency_pair_tile ._flags ._f1{left:0;top:0;z-index:1;}
.currency_pair_tile ._flags ._f2{right:0;bottom:0;z-index:2;}
.currency_pair_tile ._txt ._pp{font-weight:var(--theme_font_700);color:var(--cur_navy);font-size:var(--theme_font_size_14);}
.currency_pair_tile ._txt ._rt{font-size:var(--theme_font_size_12);color:var(--cur_desc);margin-top:1px;}
.currency_pair_tile:hover{border-color:var(--cur_blue);transform:translateY(-3px);box-shadow:0 12px 26px rgba(82,176,255,0.22);}
.currency_pair_tile i{margin-left:auto;color:#C2D2EC;font-size:var(--theme_font_size_12);transition:0.3s;}
.currency_pair_tile:hover i{color:var(--cur_blue_dark);transform:translateX(3px);}

.new_currency_band .currency_feature_row{grid-template-columns:repeat(4, 1fr);}


/* ================= STEPS TIMELINE ================= */
.currency_steps{display:flex;gap:0;position:relative;max-width:960px;margin:40px auto 0;}
.currency_steps::before{content:'';position:absolute;top:26px;left:14%;right:14%;height:2px;background:repeating-linear-gradient(90deg,var(--cur_blue) 0 10px,transparent 10px 20px);opacity:0.5;}
.currency_step{flex:1;text-align:center;position:relative;padding:0 18px;}
.currency_step ._dot{width:54px;height:54px;border-radius:50%;background-color:var(--theme_box_background_color);border:2px solid var(--cur_blue);color:var(--cur_blue_dark);font-weight:var(--theme_font_600);font-size:var(--theme_font_size_18);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:1;box-shadow:0 8px 22px rgba(82,176,255,0.30);transition:0.4s;}
.currency_step:hover ._dot{background:var(--cur_gradient);color:#fff;transform:translateY(-4px);}
.currency_step ._t{font-size:var(--theme_font_size_16);font-weight:var(--theme_font_600);color:var(--cur_navy);margin-bottom:4px;}
.currency_step p{font-size:var(--theme_font_size_13);margin:0;}

/* ================= CURRENCY CHIPS ================= */
.currency_chip_cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:34px auto 0;}
.currency_chip{display:flex;align-items:center;gap:9px;background-color:var(--theme_box_background_color);border:1.5px solid var(--cur_border);border-radius:var(--theme_border_radius_50);padding:9px 20px 9px 11px;cursor:pointer;transition:0.35s;box-shadow:0 3px 12px rgba(16,30,70,0.05);text-decoration:none;}
.currency_chip ._code{font-weight:var(--theme_font_600);color:var(--cur_navy);font-size:var(--theme_font_size_14);}
.currency_chip ._name{color:var(--cur_desc);font-size:var(--theme_font_size_12);}
.currency_chip:hover{border-color:var(--cur_blue);transform:translateY(-3px);box-shadow:0 10px 24px rgba(82,176,255,0.25);}
.currency_chip.active{background:var(--cur_navy);border-color:var(--cur_navy);}
.currency_chip.active ._code,.currency_chip.active ._name{color:#fff;}

@media (max-width:1199px){
  .currency_split_row > .currency_side_content{order:1;}
  .currency_split_row > .currency_hist_card,
  .currency_split_row > .currency_matrix_card{order:2;}
  .currency_chart_wrap{height:300px;}
  .currency_hist_skel{height:300px;}

  .currency_banner_updates h1{font-size:34px;}
  .currency_banner_updates h1 br{display:none;}

}
@media (max-width:991px){

  .currency_pair_grids{grid-template-columns:repeat(2,1fr);}
  .currency_live_head,.currency_live_row{grid-template-columns:1.5fr 1fr 0.9fr 0.9fr;padding-left:18px;padding-right:18px;}
  .currency_live_head ._spark,.currency_live_row .currency_spark{display:none;}
  .currency_section{padding:3rem 0;}
  .currency_banner_update{padding:50px 0 80px;}
  .currency_banner_update h1{font-size:32px;}
  .currency_glass_card{margin-top:30px;padding:15px;}
  .currency_pick ._code{font-size:13px;}

  .new_currency_band .currency_feature_row{grid-template-columns:repeat(2,1fr);}
  .currency_steps{gap:30px 0;flex-direction:column;}
  .currency_steps::before{top:0;width:2px;height:100%;left:40px;right:auto;}
  .currency_step ._dot{margin:0;width:48px;height:48px;}
  .currency_step ._left_content{flex:1;}
  .currency_step{flex:inherit;text-align:left;display:flex;align-items:center;justify-content:flex-start;flex:1;gap:0 18px;}
  .currency_faq_split{grid-template-columns:1fr;gap:12px;}
  .currency_faq_side{position:relative;top:0;}
  .currency_matrix_row ._result{width:160px;}

  .currency_banner_updates h1{font-size:30px;}

  .currency_banner_updates{padding:30px 0;}
  .currency_live_chip{font-size:10px;}
  .currency_banner_updates p{font-size:14px;}

  .currency_banner_stats{margin-top:14px;}
  .currency_banner_stats ._num{font-size:18px;}
  .currency_banner_stats ._label{font-size:11px;}
  .currency_banner_stats li{padding:0 22px;}
}
@media (max-width:600px){
  .currency_banner_update h1{font-size:26px;}
  .currency_field input{font-size:20px;}
  .currency_rate_line ._rate{font-size:13px;}
  .new_currency_band .currency_feature_row{grid-template-columns:1fr;}
  .currency_step{flex:1 1 100%;}
  .currency_matrix_row ._bar_track{display:none;}
  .currency_matrix_row ._amt{flex:1;width:auto;}
  .currency_review{width:280px;}
  .currency_cta{padding:36px 20px;}
  .currency_cta h2{font-size:22px;}
  .currency_hist_card{padding:20px 16px 18px;}
  .currency_hist_head ._big{font-size:24px;}
  .currency_chart_wrap{height:230px;}
  .currency_hist_skel{height:230px;}
  .currency_hist_stats{grid-template-columns:1fr;gap:8px;}
  .currency_pair_grids{grid-template-columns:1fr;}
  .currency_live_head,.currency_live_row{grid-template-columns:1.6fr 1fr 0.9fr;padding-left:14px;padding-right:14px;gap:8px;}
  .currency_live_head ._act,.currency_live_row .currency_live_act{display:none;}

  .currency_banner_updates h1{font-size:26px;}

  .currency_steps::before{top:20%;width:2px;height:70%;right:auto;}

  .currency_chip_cloud .currency_chip{width:48%;white-space:nowrap;overflow:hidden;flex-wrap:nowrap;text-overflow:ellipsis;}
  .currency_chip ._name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
}

/* ================= CUSTOM CURRENCY DROPDOWN ================= */
.currency_pick{user-select:none;cursor:pointer;}
.currency_pick i.fa-chevron-down{transition:0.3s;}
.currency_pick._open i.fa-chevron-down{transform:rotate(180deg);color:var(--cur_blue);}
.currency_pick._open{border-color:var(--cur_blue);box-shadow:0 0 0 3px rgba(82,176,255,0.18);}

.currency_dd_panel{position:fixed;background:#0E1B42;border:1px solid rgba(82,176,255,0.3);border-radius:15px;box-shadow:0 24px 60px rgba(0,0,0,0.6);z-index:9999;display:none;flex-direction:column;overflow:hidden;}
.currency_dd_panel._show{display:flex;animation:curDDIn 0.22s cubic-bezier(0.2,0.8,0.2,1);}
@keyframes curDDIn{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}}
.currency_dd_panel._drop_up._show{animation:curDDInUp 0.22s cubic-bezier(0.2,0.8,0.2,1);}
@keyframes curDDInUp{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}

.currency_dd_search{display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.04);flex-shrink:0;}
.currency_dd_search i{color:#7E93BC;font-size:12px;flex-shrink:0;}
.currency_dd_search input{flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:13px;font-weight:500;min-width:0;padding:0;}
.currency_dd_search input::placeholder{color:#7E93BC;}

.currency_dd_list{flex:1;overflow-y:auto;padding:6px;margin:0;list-style:none;}
.currency_dd_list::-webkit-scrollbar{width:4px;}
.currency_dd_list::-webkit-scrollbar-track{background:transparent;}
.currency_dd_list::-webkit-scrollbar-thumb{background:rgba(82,176,255,0.4);border-radius:10px;}

.currency_dd_item{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;cursor:pointer;transition:0.2s;border:1px solid transparent;}
.currency_dd_item:hover{background:rgba(82,176,255,0.12);}
.currency_dd_item ._cd{color:#fff;font-weight:600;font-size:13px;min-width:40px;}
.currency_dd_item ._nm{color:#93A8CF;font-size:12px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.currency_dd_item i.fa-check{color:var(--cur_blue);font-size:11px;}
.currency_dd_item._active{background:rgba(82,176,255,0.16);border-color:rgba(82,176,255,0.3);}
.currency_dd_item._active ._cd{color:var(--cur_blue);}
.currency_dd_empty{padding:22px 14px;text-align:center;color:#7E93BC;font-size:13px;cursor:default;}

/* Mobile - bottom sheet */
@media (max-width:767px){
	.currency_dd_panel{top:auto !important;left:0 !important;right:0 !important;bottom:0;width:100% !important;max-height:72vh !important;border-radius:20px 20px 0 0;border-left:0;border-right:0;border-bottom:0;}
	.currency_dd_panel._show{animation:curDDSheet 0.3s cubic-bezier(0.2,0.8,0.2,1);}
	@keyframes curDDSheet{from{transform:translateY(100%);}to{transform:translateY(0);}}
	.currency_dd_panel::before{content:'';width:44px;height:4px;background:rgba(255,255,255,0.22);border-radius:10px;display:block;margin:10px auto 2px;flex-shrink:0;}
	.currency_dd_search input{font-size:16px;}
	.currency_dd_item{padding:13px 12px;}
	.currency_dd_item ._cd{font-size:14px;min-width:44px;}
	.currency_dd_item ._nm{font-size:13px;}
	body.currency_dd_lock{overflow:hidden;}
	body.currency_dd_lock::after{content:'';position:fixed;inset:0;background:rgba(3,8,25,0.6);z-index:9998;}
}

