﻿.card-box,.country-card-header,.country-card-header img,.pay-box{box-shadow:0 4px 6px rgba(226,232,240,.5),0 2px 4px rgba(226,232,240,.24)}.bank-txt,.card-head h5,.country-card-header h5,.payment-type-label{color:#10526a;font-weight:600}.payment_section{padding:40px 0}.country-card-content,.country-card-header{grid-row-gap:1rem;padding:1.5rem;grid-column-gap:1rem;display:flex}.card-box,.pay-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem}.payment-detail-box,.payment-detail-box:hover{background-color:var(--e-global-color-white);box-shadow:1px 1px 100px -30px #888;border-radius:5px;transition:.3s ease-in-out}.country-card-header img{border-radius:3px;object-fit:fill;height:1.5rem}.country-card-header h5{font-size:20px;line-height:125%}.detail h5,.detail span{line-height:30px;font-size:14px}.country-card-content{flex-direction:column}.pay-icon{grid-column-gap:1rem;grid-row-gap:.5rem;flex-flow:wrap;display:flex}.payment-type-label{margin-bottom:0;font-size:14px}.bank-txt{margin-bottom:0;font-size:10px}.read-btn,.read-btn:hover{color:var(--e-global-color-white)}.bdr-line{background-image:linear-gradient(90deg,rgba(241,245,249,0),#f1f5f9 15%,#f1f5f9 85%,rgba(241,245,249,0));height:2px}.payment-detail-box{position:relative;text-align:center;margin-bottom:36px;padding:50px 0}.detail span,.fs16{text-align:justify}.payment-detail-box:hover:before{content:"";background-image:url(../image/services-rectnagle.png);position:absolute;top:8px;left:10px;z-index:1;height:40px;width:40px}.payment-detail-box:hover:after{content:"";background-image:url(../image/services-bottom-rectangle.png);position:absolute;bottom:8px;right:10px;z-index:1;height:40px;width:40px}.payment-detail-box img{width:100px}.fs16{font-size:16px!important}.load{width:100%;height:100vh;display:flex;justify-content:center;position:fixed!important;top:0;left:0;bottom:0;right:0;align-items:center;z-index:99999;background:#fff}.triple-spinner{display:block;position:relative;width:125px;height:125px;border-radius:50%;border:4px solid transparent;border-top:4px solid #ff5722;-webkit-animation:2s linear infinite spin;animation:2s linear infinite spin}.triple-spinner::after,.triple-spinner::before{content:"";position:absolute;border-radius:50%;border:4px solid transparent}.triple-spinner::before{top:5px;left:5px;right:5px;bottom:5px;border-top-color:#ff9800;-webkit-animation:3s linear infinite spin;animation:3.5s linear infinite spin}.triple-spinner::after{top:15px;left:15px;right:15px;bottom:15px;border-top-color:#00a9a4;-webkit-animation:1.5s linear infinite spin;animation:1.75s linear infinite spin}.card-head{padding:.5rem 1.5rem;box-shadow:0 4px 6px rgba(226,232,240,.5),0 2px 4px rgba(226,232,240,.24)}.card-head h5{font-size:18px;margin-bottom:0}.card-content{padding:1.5rem}.card-content span{color:#000;font-size:20px;font-weight:600}.detail h5,.list-box h3{font-weight:600;color:#28214c}.list-box{box-shadow:0 2px 2px rgba(226,232,240,.5),0 2px 4px rgba(226,232,240,.24);background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 2rem;margin-bottom:10px}.list-box h3{font-size:18px}.detail h5{margin-bottom:0;margin-right:3px}.detail span{font-weight:500;color:#000}.detail-sec{position:relative;top:-20px}.detail-sec h2{margin-bottom:30px}.read-btn{font-size:14px;line-height:16px;font-weight:400;font-family:Jost,sans-serif;padding:8px 10px;border-radius:5px;background-color:var(--e-global-color-secondary);text-decoration:none;transition:.3s ease-in-out;display:inline-block}.read-btn:hover{background-color:var(--e-global-color-accent)}.login-card input{color:#010647!important}.position-nn{position:unset!important}@media screen and (max-width:767px){.fs16{font-size:14px!important;text-align:justify;padding:0 30px!important}.payment-detail-box{margin-bottom:20px}.detail-sec h2{margin-bottom:25px}.hero-img{margin-top:50px!important}.position-nn{position:unset!important}.sub-banner{padding:20px 0 0!important}}@media only screen and (min-width:768px) and (max-width:991px){.hero-img{margin-top:50px!important}.manage-wrapper .img-bg{right:0!important}.service-box h3{font-size:20px!important}}@media only screen and (min-width:992px) and (max-width:1199px){.hero-img{width:300px!important;margin-top:40px!important}.what-we-do .element1 img{display:none}}@media only screen and (min-width:1200px) and (max-width:1366px){.hero-img{margin-top:-5px!important;padding-left:135px!important}}

.wp-msg{
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    height: 60px;
    width: 60px;
    right: 25px;
    bottom: 50px;
    background: #27A5E7;
    box-shadow: 0 0 rgba(39, 165, 231, 0.98);
    animation: pulsing 1.25s cubic-bezier(.66,0,0,1) infinite;
    font-weight: 400;
    text-decoration: none!important;
}
@keyframes pulsing {
    100% {
        box-shadow: 0 0 0 30px #008a2200;
    }
}
.wp-msg .w-close{
    right: -15px;
    position: absolute;
    top: -15px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    color: #000;
    margin: 0;
}
.wp-msg .wp-icn i{
    color: #fff;
    font-size: 30px;
}
.wp-msg p.text_icon{
    margin-top: 8px;
    width: max-content;
    color: #010647;
    font-size: 13px;
    position: absolute;
    bottom: -45px;
    /*text-shadow: 0 0 5px #010647;*/
    font-weight: 700;
}
.header {
    transition: all 0.3s ease;
    z-index: 999;
}
.header.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* or use your theme background */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.pb50{
    padding-bottom: 50px !important;
}
.cta_btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 17px 50px;
    border-radius: 5px;
    background-color: var(--e-global-color-accent);
    text-decoration: none;
    transition: .3s ease-in-out;
    display: inline-block;
    font-family: Jost, sans-serif;
    color: var(--e-global-color-white);
}
.cta_btn:hover{
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-white);
}
.py-img{
    padding: 50px 0px;
}
@media (min-width: 991px) {
    .sub-banner h1 {
        font-size: 40px;
        line-height: inherit;
        margin-bottom: 25px;
    }
    .sub-banner p {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .cta_btn {
        font-size: 14px;
        line-height: 16px;
        padding: 15px;
    }
}
@media (max-width: 576px) {
    .wp-msg {
        right: 20px;
        bottom: 40px;
    }
    .sub-banner{
        text-align: center !important;
    }
    .section-title {
        font-size: 25px !important;
        text-align: center !important;
    }
}
.repay-features-section {
    background: #f5fafd;
}
.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #222;
}
.tabs-wrapper {
    max-width: 900px;
    margin: 0 auto;
}
.tabs-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.tab-btn {
    background: #e0ecef;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}
.tab-btn.active {
    background: #00bfa6;
    color: #fff;
}
.tabs-contents {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.tab-content {
    display: none;
    /*text-align: center;*/
}
.tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}
.tab-content h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
}
.tab-content p {
    font-size: 1rem;
    line-height: 1.6;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media(max-width:576px) {
    .tab-btn { flex: 1 1 45%; }
    .hidden-xs{
        display: none;
    }
    .flx{
        flex-direction: column-reverse;
    }
    .flx img{
        margin-top: 0px !important;
        margin-bottom: 30px;
    }
    .service-section .service-content h2 {
        margin-bottom: 25px;
        padding: 0 0px !important;
    }
    .footer-section .middle-portion .links{
        padding-left: 0px !important;
    }
}
.section-title {
    font-weight: 700;
    font-size: 28px;
    color: #343a40;
}
.highlight-box {
    background-color: #fff;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.highlight-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f0f4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.icon-circle img {
    max-width: 36px;
}
.bg-success-subtle { background-color: #e6f4ea; }
.bg-warning-subtle { background-color: #fff5e6; }
.bg-danger-subtle  { background-color: #fdecea; }

.bg-black {
    background: #dff9f8;
    border-radius: 10px;
}
.sec-padding {
    padding: 80px 0px;
}
.vcenter {
    display: flex;
    align-items: center;
}
.top-img img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.text-h {
    color: #010647;
}
.text-d {
    color: #333333;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.lists li {
    padding: 0 0 10px 0px;
    position: relative;
    line-height: 22px;
    font-size: 16px;
    list-style: none;
}
.vshape {
    background-image: url('../image/vrshape.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}
@media only screen and (max-width: 992px) {
    .top-img img {
        margin: 0 0 0 40px;
    }
    .pd{
        padding: 0px 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .blackquote {
        padding: 40px 30px !important;
        background-size: cover !important;
    }
}
.section-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-header p {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 40px;
}
.difference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
.diff-card {
    background: linear-gradient(135deg, #ccefe75c, #ffffff);
    border: 1px solid #ccefe7;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.diff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.diff-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.diff-card .desc {
    font-size: 15px;
    margin-bottom: 20px;
}
.diff-card .features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.diff-card .features li {
    font-size: 14px;
    margin-bottom: 10px;
}
@media(max-width:1200px) {
    .icn-w .service-box img{
        width: 60px !important;
        height: 60px !important;
    }
}
.drop-down-content {
    background-color: #dff9f8;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 300px;
    max-width: 100%;
}

/* Scrollable Inner Area */
.dropdown-inner {
    max-height: 500px;
    overflow-y: auto;
}
.drop-down-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
}
.drop-down-pages .dropdown-item {
    display: block;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 5px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.drop-down-pages .dropdown-item:hover,
.drop-down-pages .nav-item.active .dropdown-item {
    background-color: #00bfa6;
    color: #ffffff;
}
.dropdown-inner::-webkit-scrollbar {
    width: 6px;
}
.dropdown-inner::-webkit-scrollbar-track {
    background: transparent;
}
.dropdown-inner::-webkit-scrollbar-thumb {
    background-color: #00bfa6;
    border-radius: 3px;
}
@media(max-width:991px) {
    .navbar-nav .dropdown-menu{
        left: 0px !important;
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .footer-section .middle-portion .links{
        text-align: left;
    }
    .footer-section .middle-portion .row > div {
        margin-bottom: 30px;
    }
    .footer-section {
        padding: 30px 15px;
        text-align: center;
    }
    .footer-section .line {
        margin: 0 auto 15px;
    }
    .footer-section .heading {
        font-size: 16px;
    }
    .footer-section .footer-text {
        font-size: 14px;
    }
    .footer-section .links ul,
    .footer-section .icon ul {
        padding-left: 0;
    }
}


