/* ----------------------------send money--------------------------------------------*/

 .sendmoney .container{
         width:95%;
         max-width:1400px;
         margin:20px auto;
         }
         .sendmoney h1{
         font-size:48px;
         font-weight:700;
         margin-bottom:25px;
         }
         /* Search Box */
         .sendmoney .search-box{
         position:relative;
         margin-bottom:45px;
         }
         .sendmoney .search-box input{
         width:100%;
         height:60px;
         border:1px solid #999;
         border-radius:8px;
         padding:0 70px 0 20px;
         font-size:20px;
         outline:none;
         }
         .sendmoney .search-box input:focus{
         border-color:#0a57d3;
         }
         .sendmoney .search-btn{
         position:absolute;
         right:15px;
         top:50%;
         transform:translateY(-50%);
         width:40px;
         height:40px;
         display:flex;
         align-items:center;
         justify-content:center;
         cursor:pointer;
         }
         .sendmoney .search-btn svg{
         width:28px;
         height:28px;
         stroke:#003da5;
         }
         /* Section */
         .sendmoney .section{
         margin-top:30px;
         }
         .sendmoney .section h2{
         font-size:34px;
         margin-bottom:20px;
         font-weight:700;
         padding-bottom:15px;
         border-bottom:1px solid #eee;
         }
         /* Grid */
         .sendmoney .grid{
         display:grid;
         grid-template-columns:repeat(3,1fr);
         gap:16px;
         }
         .sendmoney .country{
         display:flex;
         align-items:center;
         gap:15px;
         border:1px solid #ddd;
         border-radius:8px;
         padding:18px;
         cursor:pointer;
         transition:.3s;
         background:#fff;
         }
         .sendmoney .country:hover{
         border-color:#0047b3;
         box-shadow:0 5px 15px rgba(0,0,0,.08);
         }
         .sendmoney .flag{
         width:32px;
         height:32px;
         border-radius:50%;
         object-fit:cover;
         }
         .sendmoney .country span{
         color:#0055b8;
         font-size:22px;
         }
         .sendmoney .country > div,
         .sendmoney .country-item > div{
            flex:1;
            min-width:0;
            padding-right:28px;
         }
         /* Country List */
         .sendmoney .country-list{
         display:grid;
         grid-template-columns:repeat(3,1fr);
         gap:20px 70px;
         margin-top:20px;
         }
         .sendmoney .country-item{
         display:flex;
         align-items:center;
         gap:15px;
         padding:8px 0;
         }
         .sendmoney .country-item img{
         width:30px;
         height:30px;
         border-radius:50%;
         }
         .sendmoney .country-item span{
         color:#0055b8;
         font-size:22px;
         }
         /* Responsive */
         @media(max-width:992px){
         .sendmoney .grid,
         .sendmoney .country-list{
         grid-template-columns:repeat(2,1fr);
         }
         .sendmoney h1{
         font-size:40px;
         }
         .sendmoney .section h2{
         font-size:28px;
         }
         }
         @media(max-width:600px){
         .sendmoney .grid,
         .sendmoney .country-list{
         grid-template-columns:1fr;
         }
         .sendmoney .search-box input{
         height:52px;
         font-size:17px;
         }
         .sendmoney h1{
         font-size:32px;
         }
         .sendmoney .section h2{
         font-size:22px;
         }
         .sendmoney .country span,
         .sendmoney .country-item span{
         font-size:18px;
         }
         }
         /* Selected Country */
         .sendmoney .country{
         position:relative;
         }
         .sendmoney .country.active{
         border:2px solid #43a047;
         background:#f4fff4;
         }
         .sendmoney .country.active span{
         color:#000;
         }
         .sendmoney .tick{
         display:none;
         position:absolute;
         right:15px;
         top:50%;
         transform:translateY(-50%);
         width:26px;
         height:26px;
         border-radius:50%;
         background:#43a047;
         color:#fff;
         font-size:15px;
         font-weight:bold;
         align-items:center;
         justify-content:center;
         }
         .sendmoney .country.active .tick{
         display:flex;
         }
         /* Continue Button */
         .sendmoney #continueBtn{
         display:none;
         width:100%;
         margin-top:35px;
         height:56px;
         border:none;
         border-radius:40px;
         background:#ffd400;
         color:#000;
         font-size:22px;
         font-weight:700;
         cursor:pointer;
         transition:.3s;
         }
         .sendmoney #continueBtn:hover{
         background:#f7c800;
         }
         .sendmoney .country,
         .sendmoney .country-item{
         position:relative;
         cursor:pointer;
         transition:.3s;
         border-radius:8px;
         padding:15px;
         }
         .sendmoney .country-item.active,
         .sendmoney .country.active{
         background:#f4faf3;
         border:2px solid #4caf50;
         }
         .sendmoney .country-item .tick,
         .sendmoney .country .tick{
         display:none;
         }
         .sendmoney .country-item.active .tick,
         .sendmoney .country.active .tick{
         display:flex;
         }
         .sendmoney-lead{
            max-width:720px;
            margin:-10px 0 28px;
            color:#4b5563;
            font-size:18px;
            line-height:1.5;
         }
         .sendmoney .country small,
         .sendmoney .country-item small{
            display:block;
            color:#6b7280;
            font-size:13px;
            margin-top:2px;
         }
         .sendmoney .country span,
         .sendmoney .country-item span{
            display:block;
            line-height:1.2;
         }
         .no-country-result{
            margin-top:16px;
            color:#6b7280;
         }

/* ---------------------------- FX calculator (WU stacked card) ----------------------------*/
.fx-box,
.fx-box *{
    box-sizing:border-box;
}
.fx-box{
    display:block !important;
    width:100% !important;
    max-width:100%;
    min-width:0;
    float:none !important;
    color:#111;
    font-family:inherit;
}
.fx-box .nice-select{
    display:none !important;
}
.fx-box__head p{
    margin:0 0 4px;
    font-size:12px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-weight:700;
    color:#6b7280;
}
.fx-box__head h2{
    margin:0 0 22px;
    font-size:28px;
    line-height:1.2;
    font-weight:800;
    color:#111;
}
.fx-field{
    display:block;
    width:100%;
    max-width:100%;
    min-width:0;
    margin:0 0 16px;
    clear:both;
}
.fx-field label{
    display:block;
    margin:0 0 8px;
    font-size:13px;
    font-weight:700;
    color:#111;
}
.fx-field > small{
    display:block;
    margin-top:6px;
    color:#6b7280;
    font-size:12px;
}
.fx-country-btn{
    width:100%;
    min-height:58px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 14px;
    border:1px solid #d7d7d7;
    border-radius:8px;
    background:#fff;
    text-align:left;
    cursor:pointer;
}
.fx-country-btn img{
    width:28px;
    height:28px;
    border-radius:50%;
    object-fit:cover;
    flex:0 0 28px;
}
.fx-country-btn__text{
    flex:1;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.fx-country-btn__text strong{
    font-size:16px;
    font-weight:700;
}
.fx-country-btn__text em{
    font-style:normal;
    font-weight:700;
    color:#4b5563;
}
.fx-country-btn svg{
    width:16px;
    height:16px;
    flex:0 0 16px;
}
.fx-country-panel{
    position:relative;
    z-index:20;
    margin-top:8px;
    border:1px solid #d7d7d7;
    border-radius:8px;
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.fx-country-search{
    width:100%;
    height:46px;
    border:0;
    border-bottom:1px solid #eee;
    padding:0 14px;
    outline:none;
    font-size:15px;
}
.fx-country-list{
    list-style:none;
    margin:0;
    padding:6px 0;
    max-height:240px;
    overflow:auto;
}
.fx-country-list li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 14px;
    cursor:pointer;
}
.fx-country-list li:hover,
.fx-country-list li.is-active{
    background:#f6f7f8;
}
.fx-country-list li img{
    width:22px;
    height:22px;
    border-radius:50%;
    object-fit:cover;
}
.fx-country-list li span{
    flex:1;
    font-weight:600;
}
.fx-country-list li em{
    font-style:normal;
    color:#6b7280;
    font-weight:700;
}
.fx-amount{
    display:flex;
    align-items:stretch;
    width:100%;
    max-width:100%;
    min-width:0;
    border:1px solid #d7d7d7;
    border-radius:8px;
    background:#fff;
    overflow:hidden;
}
.fx-amount input{
    flex:1 1 auto !important;
    width:0 !important;
    min-width:0 !important;
    max-width:none !important;
    height:58px;
    border:0 !important;
    outline:none;
    padding:0 12px;
    font-size:22px;
    font-weight:800;
    background:transparent;
    box-shadow:none;
}
.fx-amount__ccy{
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
    padding:0 12px;
    border-left:1px solid #e5e7eb;
    font-weight:800;
    white-space:nowrap;
    background:#fafafa;
}
.fx-amount__ccy img{
    width:22px !important;
    height:22px !important;
    max-width:22px !important;
    border-radius:50%;
    object-fit:cover;
}
.fx-summary{
    margin:4px 0 16px;
    background:#f6f7f8;
    border-radius:8px;
    padding:14px 16px;
}
.fx-summary > div{
    display:flex;
    justify-content:space-between;
    gap:12px;
    align-items:flex-start;
    font-size:14px;
    margin-bottom:10px;
}
.fx-summary > div:last-child{
    margin-bottom:0;
}
.fx-summary__total{
    border-top:1px solid #e5e7eb;
    padding-top:10px;
    font-size:16px !important;
    font-weight:700;
}
.fx-cta{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    height:56px;
    border-radius:40px;
    background:#ffd200;
    color:#111 !important;
    font-weight:800;
    font-size:18px;
    text-decoration:none !important;
    float:none !important;
}
.fx-cta:hover{
    background:#f5c400;
    color:#111 !important;
}
.fx-note{
    margin:12px 0 0;
    font-size:12px;
    color:#6b7280;
    line-height:1.45;
}
.fx-estimate-page{
    padding:28px 0 80px;
    background:#fff;
}
.fx-estimate-wrap{
    max-width:1180px;
    margin:0 auto;
}
.fx-back{
    display:inline-block;
    margin-bottom:20px;
    color:#111;
    font-weight:700;
}
.fx-estimate-grid{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) minmax(0, 460px);
    gap:48px;
    align-items:start;
}
.fx-estimate-copy{
    padding-top:8px;
    max-width:520px;
}
.fx-estimate-copy h1{
    font-size:44px;
    font-weight:800;
    line-height:1.12;
    margin:8px 0 16px;
    color:#102a4c;
}
.fx-kicker{
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#6b7280;
    margin:0;
}
.fx-points{
    margin-top:24px;
    padding-left:18px;
    color:#374151;
    line-height:1.9;
}
.fx-estimate-card{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding:28px 24px;
    box-shadow:0 10px 30px rgba(16,42,76,.08);
}
.fx-delivery{
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid #eee;
}
.fx-delivery h3{
    font-size:16px;
    font-weight:700;
    margin:0 0 10px;
}
.fx-delivery-option{
    display:flex;
    gap:10px;
    align-items:flex-start;
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:12px;
    margin-bottom:10px;
    cursor:pointer;
}
.fx-delivery-option.is-active,
.fx-delivery-option:has(input:checked){
    border-color:#111;
    background:#fffbeb;
}
.fx-delivery-option strong,
.fx-delivery-option em{
    display:block;
}
.fx-delivery-option em{
    font-style:normal;
    color:#6b7280;
    font-size:13px;
}
@media (max-width: 992px){
    .fx-estimate-grid{
        grid-template-columns:1fr;
        gap:24px;
    }
    .fx-estimate-copy,
    .fx-estimate-card{
        max-width:100%;
    }
    .fx-estimate-copy h1{
        font-size:32px;
    }
}

/* ---------------------------- Transfer flow ----------------------------*/
.tf-page{padding:28px 0 80px;background:#fff}
.tf-wrap{max-width:1100px;margin:0 auto}
.tf-steps{display:flex;align-items:center;gap:8px;margin-bottom:28px;flex-wrap:wrap}
.tf-step{display:flex;align-items:center;gap:8px;color:#9ca3af;font-weight:700}
.tf-step span{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #d1d5db;font-size:13px}
.tf-step.is-active{color:#111}
.tf-step.is-active span,.tf-step.is-done span{background:#ffd200;border-color:#ffd200;color:#111}
.tf-steps i{flex:1;height:2px;background:#e5e7eb;min-width:24px}
.tf-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:40px;align-items:start}
.tf-copy h1{font-size:40px;font-weight:800;line-height:1.15;margin:8px 0 14px;color:#102a4c}
.tf-copy p{color:#4b5563;line-height:1.6}
.tf-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(16,42,76,.08);min-width:0;max-width:100%}
.tf-row{margin-bottom:14px}
.tf-row label{display:block;font-weight:700;margin-bottom:6px;font-size:14px}
.tf-row label em{font-style:normal;font-weight:500;color:#6b7280}
.tf-row input{width:100%;max-width:100%;height:48px;border:1px solid #d7d7d7;border-radius:8px;padding:0 12px;outline:none;box-sizing:border-box}
.tf-error{color:#dc2626;font-size:12px}
.tf-quote{margin-top:22px;padding:16px;background:#f6f7f8;border-radius:12px}
.tf-quote div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}
.tf-quote p{margin:8px 0;font-size:13px;color:#4b5563}
.tf-quote a{font-weight:700;color:#111;text-decoration:underline}
.tf-option{display:flex;gap:10px;align-items:flex-start;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin-bottom:10px;cursor:pointer}
.tf-option:has(input:checked){border-color:#111;background:#fffbeb}
.tf-option strong,.tf-option em{display:block}
.tf-option em{font-style:normal;color:#6b7280;font-size:13px}
.tf-review{margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #eee}
.tf-review h3{font-size:16px;font-weight:800;margin:0 0 10px}
.tf-review p{display:flex;justify-content:space-between;gap:12px;margin:0 0 8px;color:#4b5563}
.tf-review-total{font-size:16px;color:#111 !important}
.tf-back-link{display:block;text-align:center;margin-top:14px;font-weight:700;color:#111}
.tf-receipt{max-width:560px;margin:0 auto;text-align:center}
.tf-receipt h1{font-size:40px;font-weight:800;margin:8px 0 12px;color:#102a4c}
.tf-mtcn{margin:22px 0;padding:16px;background:#fffbeb;border-radius:12px;font-size:32px;font-weight:800;letter-spacing:.12em}
.tf-receipt .tf-review{text-align:left}
@media (max-width: 992px){
    .tf-grid{grid-template-columns:1fr}
    .tf-copy h1,.tf-receipt h1{font-size:30px}
}

/*-------------------------------------------------track transfer-----------------------------------------------*/
.track.container{
    width:620px;
    margin:40px auto;
}

.track h1{
    font-size:52px;
    color:#0d274d;
    margin-bottom:35px;
}

/* Tabs */

.track .tabs{
    display:flex;
    border-bottom:1px solid #cfcfcf;
}

.track .tab-btn{
    flex:1;
    padding:15px;
    background:none;
    border:none;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    position:relative;
}

.track .tab-btn.active{
    color:#000;
}

.track .tab-btn.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100%;
    height:4px;
    background:#000;
}

.track .tab-btn:not(.active){
    color:#1b4cb5;
}

/* Tab Content */

.track .tab-content{
    display:none;
    padding-top:25px;
}

.track .tab-content.active{
    display:block;
}

.track .title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
    font-weight:bold;
    margin-bottom:30px;
}

.track .info{
    width:28px;
    height:28px;
    background:#0057b8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

/* MTCN */

.track .mtcn{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:35px;
}

.track .mtcn input{
    width:45px;
    border:none;
    border-bottom:2px solid #ccc;
    text-align:center;
    font-size:34px;
    outline:none;
    padding-bottom:8px;
}

/* Text */

.track .input-group{
    margin-bottom:40px;
}

.track .input-group label{
    display:block;
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#666;
}

.track .input-group input{
    width:100%;
    border:none;
    border-bottom:2px solid #ddd;
    padding:10px 0;
    font-size:18px;
    outline:none;
}

/* Buttons */

.track .yellow-btn{
    width:100%;
    height:60px;
    background:#ffd200;
    border:none;
    border-radius:35px;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
}

.track .outline-btn{
    width:100%;
    height:60px;
    margin-top:18px;
    background:#fff;
    border:2px solid #000;
    border-radius:35px;
    font-size:22px;
    cursor:pointer;
}

.track .login{
    display:block;
    text-align:center;
    margin-top:25px;
    color:#0057b8;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
}


/*------------------------------------------------find location----------------------*/

.location.container{display:flex;height:100vh;overflow:hidden}
.location .left{width:430px;min-width:430px;background:#fff;border-right:1px solid #ddd;overflow-y:auto;padding:24px}
.location .right{flex:1;position:relative}
.location .right iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.location h1{font-size:44px;color:#102a4c;margin-bottom:20px}
.location .tabs{display:flex;border-bottom:1px solid #ddd;margin-bottom:20px}
.location .tab{flex:1;text-align:center;padding:15px;font-weight:bold;color:#0a56c2;cursor:pointer;position:relative}
.location .tab.active{color:#000}
.location .tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:#000}
.location .panel{display:none}
.location .panel.active{display:block}
.location label{display:block;color:#666;font-weight:bold;margin-bottom:8px}
.location .search{display:flex;align-items:center;border-bottom:1px solid #bbb}
.location .search input{flex:1;border:none;outline:none;font-size:18px;padding:10px 0}
.location .alert{background:#d9e8f6;padding:14px;border-radius:6px;margin:18px 0;line-height:1.5}
.location .filters{display:flex;gap:10px;align-items:center;margin:16px 0}
.location .btn{padding:9px 16px;border:1px solid #ccc;background:#fff;border-radius:5px}
.location .count{font-size:24px;font-weight:bold;margin:18px 0}
.location .card{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #eee}
.location .row{display:flex;gap:14px}
.location .badge{width:34px;height:34px;border-radius:50%;background:#444;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:bold}
.location .info h3{font-size:22px;margin-bottom:5px}
.location .meta{color:#1c8b3d;font-weight:bold;margin-bottom:8px}
.location .info p{font-size:14px;color:#444;line-height:1.5}
.location .dist{font-size:26px;font-weight:bold;white-space:nowrap}

@media(max-width:992px){
.location.container{flex-direction:column;height:auto}
.location .left{width:100%;min-width:100%;height:auto}
.location .right{height:500px}
.location .right iframe{position:relative;height:500px}
}


