/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Integral CF';
    src: url('./fonts/IntegralCF-Regular.woff2') format('woff2'),
        url('./fonts/IntegralCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Common Css */

body{
    font-family: 'Integral CF';
    overflow-x: hidden;
}
p,a,button,li,input{
    font-family: "Poppins", sans-serif !important;
}
.cus-container{
    max-width: 1172px;
    margin: 0 auto;
    padding: 0 15px;
}

.mt-100{
  margin-top: 100px;
}

.sameSpace{
    padding: 100px 0;
}

.dark-mode{
  background-color: #232323;
}

/* Navbar css */
.navbar-wrap{
    padding: 15px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.1s ease-in;
    background-color: #fff;
}
  
.navbar-scrolled{
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  /* padding: 10px 0; */
  /* background-color: #fff; */
}

/* .megamenu-scrolled{
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 0 !important;
  top: 76px !important;
  background-color: #fff;
} */
 

.navbar-scrolled-2{
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}


.navbar-toggler{
  background-color: #fff;
}

.navbar-toggler:focus{
  box-shadow: none;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(35, 35, 35, 0.4);
  z-index: 998;
}

/* Make sure header and mega menu are on top */
/* .navbar-wrap,
.cus-mega-menu {
  position: relative;
  z-index: 999;
} */


/* .navbar-login.navbar-scrolled{
  background-color: #000;
} */

/* .navbar-login.navbar-scrolled .navbar .navbar-nav a{
  color: #fff;
} */

/* .navbar-login.navbar-scrolled .navbar .navbar-nav a:hover{
  color: #fff !important;
}

.navbar-login .navbar .navbar-nav a:hover{
  color: #000 !important;
} */

.navbar-wrap .navbar{
    padding: 0;
    padding-bottom: 15px;
}
.navbar-wrap .navbar .navbar-nav{
    gap: 4px;
}

.navbar-wrap .navbar .navbar-nav .dropdown button{
  background-color: transparent;
  border: none;
  color: #232323;
}

.navbar-wrap .navbar .navbar-nav .dropdown .dropdown-toggle::after{
  display: none;
}

.navbar-wrap .navbar .navbar-nav .dropdown .dropdown-menu{
  border: none;
}

.navbar-wrap .navbar .navbar-nav li{
  padding: 20px 0;
  /* transition: 0.3s ease; */
}

.navbar-wrap .navbar .navbar-nav li.cus-megamenu-btn.active a{
  color: #fff;
  background-color: #316AFF;
  border-radius: 7px;
}

.navbar-wrap.dark-mode .navbar .navbar-nav li.cus-megamenu-btn.active a{
  background-color: #fff;
  color: #232323;
}

.navbar-wrap.navbar-cus-light{
  background-color: #F2F5FF;
}

.navbar-wrap.navbar-cus-light .navbar .navbar-nav li.cus-megamenu-btn.active a{
  background-color: #fff !important;
  color: #316AFF !important;
}


/* .navbar-wrap .navbar .navbar-nav li.cus-megamenu-btn.active a{
  color: #fff;
} */

.navbar-wrap .navbar .navbar-nav a{
    padding: 0 !important; 
    color: #232323;
    font-size: 16px;
    line-height: auto;
    padding: 5px 10px !important;
    transition: 0.3s ease;
    display: block;
}

.navbar-wrap .navbar .navbar-nav a i{
  font-size: 11px;
}

.navbar-brand{
  max-width: 150px;
}

.navbar-brand img{
  width: 100%;
  height: auto;
}

.navbar-wrap .cus-signin-btn{
    border: 2px solid #316AFF;
    padding: 12px 38px;
    font-size: 16px;
    color: #fff;
    background-color: #316AFF;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.navbar-wrap .cus-signin-btn:hover{
    color: #316AFF;
    background-color: transparent;
}

.navbar-wrap .navbar .navbar-nav a:hover{
    color: #316AFF;
}
.navbar-wrap .navbar .navbar-nav .nav-link.active{
    color: #316AFF;
}
.navbar-wrap .navbar .cus-btn-grp{
    gap: 28px;
}
.navbar-wrap .navbar .cus-btn-grp .login-btn{
    text-decoration: none;
    color: #316AFF;
    font-size: 16px;
    line-height: 100%;
}

.navbar-wrap.dark-mode{
    background-color: #232323;
}

.navbar-wrap.dark-mode .navbar .navbar-nav a{
    color: #fff;
}

/* Banner section css */

.banner{
    padding: 285px 0 193px;
}
.banner .banner-wrap{
    max-width: 1234px;
    margin: 0 auto;
    padding: 0 15px;
}

.banner .banner-wrap img{
    width: 100%;
    height: auto;
}

.banner .banner-wrap .content h1{
    font-size: 64px;
    text-transform: uppercase;
    line-height: 120%;
    color: #232323;
}

.banner .banner-wrap .content h1 span{
    color: #316AFF;
}

.banner .banner-wrap .content p{
    font-size: 18px;
    max-width: 600px;
    margin-top: 12px;
    line-height: 150%;
    color: #6B6969;
    margin-bottom: 0;
}

.banner .banner-wrap .content .cus-banner-btn{
    background-color: #316AFF;
    color: #fff;
    padding: 14px 60px 14px 27px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    font-size: 16px;
    position: relative;
    transition: 0.3s ease;
}
.banner .banner-wrap .content .cus-banner-btn:hover{
  background-color: #000;
}

.banner .banner-wrap .content .cus-banner-btn:hover span{
  transform: translateX(10px);
}
.banner .banner-wrap .content .cus-banner-btn span{
  border: 4px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -1px;
  width: 52px;
  height: 52px;
  transition: 0.3s ease;
  background-color: #316AFF;
}
.banner .banner-wrap .content .cus-banner-btn img{
    max-width: 22px;
    height: auto;
}

.banner .banner-wrap .phone-box{
    position: relative;
}
.banner .banner-wrap .phone-box .phone-img{
    position: relative;
    z-index: 3;
}
.banner .banner-wrap .phone-box .phone-bg-box img{
    position: absolute;
    top: 0;
    left: 0;
}

.banner .banner-wrap .phone-box .phone-bg-box .phone-bg-2{
    display: none;
}


/* Manage section css */

.manage .manage-wrap{
    display: flex;
    gap: 83px;
    align-items: center;
}

.manage .manage-wrap .content h2{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 12px;
}

.manage .manage-wrap .content p{
    font-size: 16px;
    line-height: 150%;
    color: #676666;
    margin-bottom: 40px;
    max-width: 460px;
}

.manage .manage-wrap .content .cus-manage-btn{
    background-color: transparent;
    border: 1px solid #316AFF;
    color: #316AFF;
    padding: 14px 60px 14px 27px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.manage .manage-wrap .content .cus-manage-btn span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -1px;
    width: 52px;
    height: 52px;
    background-color: #316AFF;
}

.manage .manage-wrap .box{
    max-width: 560px;
    width: 100%;
}
.manage .manage-wrap .box img{
    width: 100%;
    height: auto;
}

/* Real time section css */

.real-time{
    background-color: #232323;
    max-width: 1440px;
    margin: 0 auto;
}

.real-time .real-time-wrap{
    display: flex;
    align-items: center;
}

.real-time .real-time-wrap .box-img{
    padding-top: 136px;
    max-width: 487px;
    width: 100%;
}

.real-time .real-time-wrap .box-img img{
    width: 100%;
}

.real-time .real-time-wrap .content{
    max-width: 597px;
    margin: 0 auto;
}

.real-time .real-time-wrap .content h2{
    color: #fff;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 16px;
}

.real-time .real-time-wrap .content p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}

.real-time .real-time-wrap .content .cus-real-btn{
    background-color: #316AFF;
    border: 2px solid #316AFF;
    color: #fff;
    padding: 14px 76px 14px 44px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    transition: 0.3s ease;
}

/* .real-time .real-time-wrap .content .cus-real-btn:hover{
    background-color: #fff;
    color: #316AFF;
} */

.real-time .real-time-wrap .content .cus-real-btn:hover span{
    transform: translateX(10px);
    /* border: 2px solid #316AFF; */
}

.real-time .real-time-wrap .content .cus-real-btn span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -1px;
    width: 52px;
    height: 52px;
    background-color: #fff;
    transition: 0.3s ease;
}

.real-time .real-time-wrap .content .cus-real-btn span img{
  max-width: 22px;
}


/* Why choose css */


.why-choose h2{
    text-align: center;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 0;
}

.why-choose .sec-1{
    background: rgba(125, 161, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding-top: 20px;
    margin-top: 60px;
    margin-bottom: 24px;
}

.why-choose .sec-1 figure{
    max-width: 256px;
    margin: 0 auto;
}

.why-choose .sec-1 figure img{
    width: 100%;
    height: auto;
}

.why-choose .sec-1 .content{
    max-width: 504px;
    margin-top: 54px;
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.why-choose .sec-1 .content h3{
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 120%;
    margin-top: 12px;
}

.why-choose .sec-1 .content p{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 24px;
    color: #676666;
}

.why-choose .sec-1 .content img{
    max-width: 42px;
}

.why-choose .sec-2{
    margin-bottom: 24px;
}

.why-choose .sec-2 .left-box{
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 54px 39px 0;
}

.why-choose .sec-2 .left-box .left-box-img{
    max-width: 406px;
    margin: 0 auto;
}

.why-choose .sec-2 .left-box .left-box-img img{
    width: 100%;
}

.why-choose .sec-2 .right-box{
    background: #41578E;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #fff;
    border-radius: 20px;
    padding: 54px 40px 0;
    position: relative;
    height: 100%;
    /* align-content: flex-end; */
    margin-bottom: -1px;
}

.why-choose .sec-2 .left-box h3,.why-choose .sec-2 .right-box h3{
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 120%;
    margin-top: 12px;
}

.why-choose .sec-2 .left-box p,.why-choose .sec-2 .right-box p{
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 24px;
}

.why-choose .sec-2 .left-box p{
  color: #676666;
}

.why-choose .sec-2 .right-box-img{
    /* margin-bottom: -1px; */
    display: block;
    margin-top: 40px;
}

.why-choose .sec-2 .right-box-img img{
    max-width: 334px;
}

.why-choose .sec-2 .right-box-img .balance-img{
    position: absolute;
    bottom: 116px;
    right: 22px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    max-width: 221px;
}
.why-choose .sec-2 .right-box-img .balance-img img{
  max-width: 100%;
  height: auto;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.why-choose .sec-3 .box-1,.why-choose .sec-3 .box-2,.why-choose .sec-3 .box-3{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    min-height: 297px;
    padding: 30px;
}

.why-choose .sec-3 .box-1{
    background: #316AFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    color: #fff;
}

.why-choose .sec-3 .box-1 h3{
    font-size: 32px;
    margin-bottom: 0;
    line-height: 120%;
}

.why-choose .sec-3 .box-1 p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
}

.why-choose .sec-3 .box-2{
    background: rgba(125, 161, 255, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    position: relative;
}

.why-choose .sec-3 .box-2 h3{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 0;
    max-width: 200px;
}

.why-choose .sec-3 .box-2 .box-img{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 188px;
}

.why-choose .sec-3 .box-2 .box-img img{
  max-width: 100%;
  height: auto;
}

.why-choose .sec-3 .box-3{
    color: #fff;
    background: #232323;
    border-radius: 20px;
    text-align: center;
}

.why-choose .sec-3 .box-3 h3{
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0;
}

/* Faq css */

.faq{
  padding: 90px 0;
}

.faq.dark-mode{
  background-color: #232323;
  color: #fff;
}

.faq.dark-mode .accordion-item{
  background-color: #232323;
  border-bottom: 1px solid #fff !important;
}

.faq.dark-mode .accordion-item .accordion-button,.faq.dark-mode .accordion-item .accordion-body{
  color: #fff !important;
}

.faq.dark-mode .faq-btn{
  background-color: #D8E3FF !important;
  color: #232323 !important;
}




.faq .faq-wrap .title{
    margin-bottom: 56px;
}

.faq .faq-wrap .title h2{
    text-align: center;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 60px;
}

.faq .faq-wrap .title h3{
    text-align: center;
    font-size: 32px;
    line-height: auto;
    margin-bottom: 4px;
}

.faq .faq-wrap .title p{
    text-align: center;
    color: #676666;
    font-size: 16px;
    line-height: auto;
    margin-bottom: 0;
}

.faq .faq-wrap .title2 h2{
    font-size: 35px;
    line-height: 120%;
}

.faq .faq-wrap .phone-box{
    margin-top: 41px;
}

.faq .faq-wrap .phone-box,.faq .faq-wrap .email-box{
    display: flex;
    gap: 20px;
    align-items: center;
}

.faq .faq-wrap .phone-box img, .faq .faq-wrap .email-box img{
  max-width: 42px;
}

.faq .faq-wrap .phone-box a,.faq .faq-wrap .email-box a{
    font-size: 18px;
    margin-bottom: 4px;
    color: #1A191E;
}

.faq .faq-wrap .phone-box p,.faq .faq-wrap .email-box p{
    color: rgba(26, 25, 30, 0.5);
    margin-bottom: 0;
    font-size: 12px;
}

.help-center-btn{
    color: #316AFF;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.help-center-btn img{
  max-width: 13px;
}

.faq .faq-wrap .email-box{
    margin: 28px 0 41px;
}

.faq .faq-wrap .accordion .accordion-item{
    border: none;
    padding: 32px 0 16px 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(148, 148, 148, 0.5);
}

.faq .faq-wrap .accordion .accordion-item:last-child{
  border-bottom: none;
}

.faq .faq-wrap .accordion .accordion-item .accordion-header .accordion-button{
    background-color: transparent !important;
    color: #000;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 16px;
}

.faq .faq-wrap .accordion .accordion-item .accordion-header .accordion-button.collapsed img{
    transform: rotate(-45deg);
}

.faq .faq-wrap .accordion .accordion-item .accordion-header .accordion-button img{
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    max-width: 13px;
}

.faq .faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after{
    display: none;
}

.faq .faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
    outline: none;
}

.faq .faq-wrap .accordion .accordion-item .accordion-body{
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Poppins';
    color: #676666;
    padding: 0;
}

.faq .faq-wrap .faq-btn{
    color: #fff;
    font-size: 16px;
    padding: 14px 38px;
    background-color: #316AFF;
    border-radius: 44px;
    text-decoration: none;
    line-height: 150%;
    margin-top: 56px;
    border: 2px solid transparent;
    transition: 0.3s ease;
    cursor: pointer;
}

.faq .faq-wrap .faq-btn:hover{
  background-color: #fff;
  color: #316AFF;
  border: 2px solid #316AFF;
}

/* Download app css */

.download-app .download-app-wrap{
    background-image: url("./images/download-app-bg.png");
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 73px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 30px;
}

.download-app .download-app-wrap .img-box{
    /* position: absolute; */
    right: 83px;
    bottom: 0;
    max-width: 368px;
}

.download-app .download-app-wrap .img-box.img-box-download{
  max-width: 326px;
}

.download-app .download-app-wrap .img-box img{
    width: 100%;
    height: auto;
}

.download-app .download-app-wrap .content{
    max-width: 561px;
}

.download-app .download-app-wrap .download-content{
  max-width: 514px;
}
.download-app .download-app-wrap .content.download-content h2{
  font-size: 55px;
}
.download-app .download-app-wrap .content.download-content p{
  font-size: 14px;
  max-width: 450px;
}

.download-app .download-app-wrap .content h2{
    font-size: 48px;
    margin-bottom: 12px;
    line-height: normal;
}

.download-app .download-app-wrap .content p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 561px;
}

.download-app .download-app-wrap .content .download-btn{
    display: flex;
    gap: 20px;
}

.download-app .download-app-wrap .content .download-btn a img{
  max-width: 135px;
}

.download-app .download-app-wrap .content .cus-download-btn{
    background-color: #316AFF;
    border: 1px solid #316AFF;
    color: #fff;
    padding: 14px 76px 14px 44px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    margin-top: 40px;
  }
  
  .download-app .download-app-wrap .content .cus-download-btn:hover span{
    transform: translateX(10px);
  }
  
  .download-app .download-app-wrap .content .cus-download-btn span{
    display: inline-flex;
    align-items: center;
    transition: 0.3s ease;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -1px;
    width: 52px;
    height: 52px;
    background-color: #fff;
}

.download-app .download-app-wrap .content .cus-download-btn span img{
  max-width: 22px;
}

.footer{
    padding: 50px 0 61px;
    background: #F5F5F5;
    text-align: center;
    overflow-anchor: none;
}

.footer.dark-mode{
  background-color: #232323;
}

.footer.dark-mode p,.footer.dark-mode .footer-wrap ul li,.footer.dark-mode .footer-wrap ul li a,.footer.dark-mode .footer-wrap .policy-terms a,.footer.dark-mode .footer-wrap .email-box .email-input,.footer.dark-mode .footer-wrap .email-box .email-input input,.footer.dark-mode .footer-wrap .email-box .email-input input::placeholder{
  color: #fff !important;
}

.footer.dark-mode .footer-wrap .email-box .email-input{
  border: 1px solid #fff;
}

.footer-logo{
  max-width: 177px;
  margin: 0 auto;
}

.footer-logo img{
  width: 100%;
  height: auto;
}

.footer .footer-wrap p{
    font-size: 16px;
    color: #767676;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif !important;
    /* color: #676666; */
}

.footer .footer-wrap p span{
  color: #316AFF;
}

.footer.dark-mode .footer-wrap p span{
  color: #D8E3FF;
}

.footer .footer-wrap ul{
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 50px;
}

.footer .footer-wrap ul li{
    list-style-type: none;
    font-family: "Poppins", sans-serif !important;
}

.footer .footer-wrap ul li a{
  color: #676666;
  text-decoration: none;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
}

.footer .footer-wrap .email-box{
    display: flex;
    justify-content: center;
    margin: 0 auto 50px;
    width: 480px;
}

.footer .footer-wrap .email-box .email-input{
    border: 1px solid #C0BFBF;
    border-radius: 40px;
    padding: 18px 22px;
    text-align: left;
    width: 320px;
    display: flex;
    gap: 10px;
}

.footer .footer-wrap .email-box .email-input img{
    max-width: 20px;
}

.footer .footer-wrap .email-box .email-input input{
    border: none;
    background: transparent;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.footer .footer-wrap .email-box button{
    border: none;
    background-color: #316AFF;
    color: #fff;
    border-radius: 40px;
    padding: 18px 33px;
    margin-left: -50px;
    font-size: 14px;
}

.footer .footer-wrap .social-media-link{
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .footer-wrap .policy-terms{
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .footer-wrap .policy-terms a{
    color: #676666;
    text-decoration: none;
}

.footer .footer-wrap p:last-child{
    color: #676666;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

/* One app css */

.one-app .tab-content .box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    max-width: 494px;
}

/* .one-app .cus-tabing-btn-grp{
    margin-left: 30px;
} */

.one-app .cus-tabing-btn-grp h2{
    color: #000;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 16px;
}

.one-app .cus-tabing-btn-grp .nav{
    gap: 12px;
    flex-wrap: nowrap;
    margin-right: 0;
    max-height: 480px;
    direction: rtl;
    overflow-y: scroll;
    padding-left: 20px;
}

.one-app .cus-tabing-btn-grp .nav::-webkit-scrollbar {
    width: 10px;
}
 
.one-app .cus-tabing-btn-grp .nav::-webkit-scrollbar-track {
    background-color: #D9D9D9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
  
.one-app .cus-tabing-btn-grp .nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #316AFF; 
}
  

.one-app .cus-tabing-btn-grp .nav-link{
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    color: #011821;
    text-align: left;
    padding: 24px 36px 24px 20px;
}

.one-app .cus-tabing-btn-grp .nav-link h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif !important;
}

.one-app .cus-tabing-btn-grp .nav-link p{
    margin-bottom: 0;
    direction: ltr;
    font-size: 16px;
    line-height: 150%;
    color: rgba(107, 105, 105, 0.8);
}

.one-app .cus-tabing-btn-grp .nav-link.active{
    background: rgba(125, 161, 255, 0.3);
}

.one-app .cus-tabing-btn-grp .nav-link.active p,
.one-app .cus-tabing-btn-grp .nav-link.active h4{
  color: #000000;
}


.cus-card {
  background: #41578E;
  padding: 20px 20px 40px 20px;
  border-radius: 16px;
  width: 390px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.cus-card .header p:first-child {
  margin: 0;
  /* opacity: 0.85; */
  color: #F9F9F9;
  font-family: 'Integral CF' !important;
  font-size: 18px;
}

.cus-card .header h1 {
  margin: 10px 0 5px;
  font-size: 28px;
}

.cus-card .increase {
  font-size: 16px;
  color: #F0F0F0;
  font-weight: 200;
}

.cus-card .increase strong{
  font-weight: 500;
}

.cus-card .chart-container {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.cus-card .y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  margin-right: 10px;
  font-size: 14px;
  opacity: 0.8;
}

.cus-card .chart {
  display: flex;
  align-items: flex-end;
  height: 150px;
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.cus-card .bar {
  width: 8%;
  background-color: #d3d3d3;
  border-radius: 30px 30px 0 0;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
  transition: height 0.8s ease-in-out;
  height: 0;
}

.cus-card .bar:hover {
  background-color: #A0C4FF;
}

.cus-card .bar.active {
  background-color: #6CA0FF;
}

.cus-card .bar::before {
  content: attr(data-month);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
}

.cus-card .bar::after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  border: 3px solid #fff;
  box-sizing: content-box;
}

.cus-card .bar:hover::after {
  display: block;
}

.cus-card .cus-tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: -25px;
  transform: translateX(-50%);
  background: white;
  color: black;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
}

.cus-card .bar:hover .cus-tooltip {
  display: block;
}

.cus-card .chart .line-100,
.cus-card .chart .line-75,
.cus-card .chart .line-50,
.cus-card .chart .line-0 {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed AAAAAA;
  z-index: 0;
}

.cus-card .chart .line-100 { top: 0%; }
.cus-card .chart .line-75  { top: 25%; }
.cus-card .chart .line-50  { top: 50%; }
.cus-card .chart .line-0   { bottom: 0%; }


/* Finance banner css */

.finance-banner{
  background-color: #232323;
  padding-top: 200px;
}
.finance-banner .box{
  position: relative;
  padding-left: 30px;
}
.finance-banner .box .bank-card-img{
  max-width: 342px;
}
.finance-banner .box .bank-card-img img{
  width: 100%;
  height: auto;
}
.finance-banner .box .finance-banner-left,.finance-banner .box .finance-banner-right{
  position: absolute;
}
.finance-banner .box .finance-banner-left{
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  max-width: 201px;
  height: auto;
}
.finance-banner .box .finance-banner-right{
  right: 20%;
  bottom: 20%;
  max-width: 265px;
  height: auto;
}

.finance-banner .content h2{
  font-size: 52px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 13px;
}

.finance-banner .content p{
  color: #FFFFFF;
  font-size: 16px;
  line-height: auto;
  margin-bottom: 28px;
  font-weight: 300;
  max-width: 514px;
}

.finance-banner .content ul{
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 0;
  margin-bottom: 0;
}

.finance-banner .content ul li{
  list-style-type: none;
  color: #FFF;
  font-size: 15px;
  display: flex;
  gap: 14px;
  text-transform: capitalize;
  font-weight: 300;   
}

.finance-banner .content ul li img{
  max-width: 23px;
}

.finance-banner .content .book-btn{
  color: #fff;
  padding: 14px 21px;
  background-color: #316AFF;
  border-radius: 12px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 55px;
  display: inline-block;
}



/* Prepaid css */

.prepaid-card .content h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 570px;
  line-height: 120%;
}

.prepaid-card .content p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-top: 14px;
  max-width: 564px;
}

.prepaid-card .cus-card-img img{
  max-width: 100%;
  height: auto;
}

/* Send and Receive Money css */

.send-receive-money{
  background-color: #F2F5FF;
}

.send-receive-money .content h2{
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 14px;
  max-width: 380px;
}

.send-receive-money .content p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-bottom: 28px;
  max-width: 515px;
}

.send-receive-money .content ul{
  padding-left: 0;
}

.send-receive-money .content ul li{
  list-style-type: none;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  color: #1A191E;
  font-size: 16px;
  line-height: 130%;
}

.send-receive-money .list{
  margin-top: 51px;
  max-height: 451px;
  overflow-y: auto;
  max-width: 343px;
}
.send-receive-money .list::-webkit-scrollbar{
  display: none;
}

.send-receive-money .list .box{
  background-color: #fff;
  padding: 14px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.send-receive-money .list .box .detail-box{
  display: flex;
  gap: 14px;
  align-items: center;
}

.send-receive-money .list .box .detail-box img{
  max-width: 43px;
  height: 43px;
  width: 100%;
}

.send-receive-money .list .box .detail-box h4{
  font-size: 16px;
  color: #1A191E;
  line-height: 140%;
  font-family: "DM Sans", sans-serif !important;
  margin-bottom: 0;
}

.send-receive-money .list .box .detail-box h5{
  font-size: 14px;
  color: rgba(26, 25, 30, 0.5);
  line-height: 160%;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

.send-receive-money .list .box .price p{
  font-size: 16px;
  line-height: 140%;
  color: #1A191E;
  font-family: "DM Sans", sans-serif !important;
  margin-bottom: 0;
}

.send-receive-money .list .box .price p.green{
  color: #32A071;
}


/* Debit payment css */


/* .debit-payment .content h2{
  font-size: 40px;
  line-height: 110%;
  margin-bottom: 14px;
  max-width: 480px;
}

.debit-payment .content p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-bottom: 28px;
}

.debit-payment .list .box{
  background-color: #F8F8F8;
  padding: 14px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.debit-payment .list .box .detail-box{
  display: flex;
  gap: 14px;
  align-items: center;
}

.debit-payment .list .box h4{
  font-size: 18px;
  color: #1A191E;
  line-height: 100%;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 3px;
  font-weight: 700;
}

.debit-payment .list .box p{
  font-size: 16px;
  line-height: 160%;
  color: #1A191E;
  margin-bottom: 0;
} */

/* Collect payment css */

.collect-payment .content h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 570px;
  line-height: 120%;
}

.collect-payment .content p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-top: 14px;
  max-width: 564px;
}

.collect-payment .cus-card-img{
  max-width: 310px;
  margin-left: auto;
}

.collect-payment .cus-card-img img{
  max-width: 100%;
  height: auto;
}

/* Merchant servie css */

.merchant-service .content h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 570px;
  line-height: 120%;
}

.merchant-service .content p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-top: 14px;
  max-width: 564px;
}

.merchant-service .cus-card-img{
  max-width: 400px;
}

.merchant-service .cus-card-img img{
  max-width: 100%;
  height: auto;
}


/* Organize money css */

.organize-money h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 830px;
  line-height: 120%;
}

.organize-money p{
  font-size: 16px;
  line-height: auto;
  color: #676666;
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 830px;
}

.organize-money .feature{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 29px;
  margin-top: 55px;
}

.organize-money .feature .box .box-wrap{
  display: flex;
  flex-direction: column;
  min-height: 185px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 14px;
}

.organize-money .feature .box .box-wrap img{
  max-width: 55px;
}

.organize-money .feature .box:nth-child(1) .box-wrap{
  background: #E8F2EE;
}
.organize-money .feature .box:nth-child(2) .box-wrap{
  background: #F1DFDF;
}
.organize-money .feature .box:nth-child(3) .box-wrap{
  background: #DFE1F1;
}
.organize-money .feature .box:nth-child(4) .box-wrap{
  background: #DFEBF1;
}
.organize-money .feature .box:nth-child(5) .box-wrap{
  background: #F8F8F8;
}

.organize-money .feature .box h5{
  font-size: 18px;
  line-height: 120%;
  color: #1A191E;
  margin-bottom: 4px;
}

.organize-money .feature .box span{
  color: rgba(26, 25, 30, 0.5);
  font-size: 12px;
  line-height: 160%;
}


/* Manage it css */

.manage-it h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 830px;
  line-height: 120%;
  margin-bottom: 54px;
}

.manage-it .box-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}

.manage-it .box-container .box{
  border: 1px solid #E8E8E8;
  border-radius: 13px;
  padding: 27px;
}

.manage-it .box-container .box img{
  margin-bottom: 13px;
}

.manage-it .box-container .box h5{
  font-size: 18px;
  line-height: 120%;
  color: #1A191E;
  margin-bottom: 7px;
  max-width: 189px;
  font-family: 'Poppins';
  font-weight: 500;
}

.manage-it .box-container .box p{
  font-size: 14px;
  line-height: 160%;
  color: #676666;
  margin-bottom: 0;
  max-width: 182px;
}

.manage-it .section-img{
  max-width: 391px;
  margin: 0 auto;
}

.manage-it .section-img img{
  max-width: 100%;
  height: auto;
}


/* Team spending css */

.team-spending{
  padding-bottom: 100px;
}
.team-spending h2{
  font-size: 60px;
  color: #1A191E;
  max-width: 600px;
  line-height: 120%;
  margin: 0 auto 13px;
  text-align: center;
}

.team-spending p{
  font-size: 18px;
  line-height: 180%;
  color: #1A191E;
  margin-bottom: 0;
  text-align: center;
}

.team-spending .card-box{
  position: relative;
  text-align: center;
  max-width: 428px;
  margin: 0 auto;
}
.team-spending .card-box img{
  width: 100%;
}

.team-spending .card-box .card-2{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-spending .card-box .card-3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.team-spending a{
  color: #fff;
  padding: 14px 21px;
  background-color: #316AFF;
  border-radius: 12px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 70px;
  display: inline-block;
}



/* Support banner css */

.support-banner{
  padding-top: 173px;
  background-color: #F2F5FF;
}

.support-banner .support-banner-wrap h2{
  font-size: 60px;
}

.support-banner .support-banner-wrap .support-banner-img{
  max-width: 340px;
  margin: 0 auto;
}

.support-banner .support-banner-wrap .support-card-img{
  max-width: 674px;
}

.support-banner .support-banner-wrap .support-card-img img{
  max-width: 100%;
  height: auto;
}

.support-banner .support-banner-wrap .support-banner-img img{
  max-width: 100%;
  height: auto;
}


/* Have question css */

.have-question{
  padding: 84px 0 0;
}

.have-question.dark-mode{
  background-color: #232323;
}

.have-question .have-question-wrap{
  background-color: #316AFF;
  padding: 28px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.have-question .have-question-wrap h4{
  font-size: 25px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 0;
  font-family: 'Poppins';
}

.have-question .have-question-wrap p{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 180%;
  margin-bottom: 0;
}

.have-question .have-question-wrap .phone-box,.have-question .have-question-wrap .email-box{
  display: flex;
  gap: 14px;
  align-items: center;
}

.have-question .have-question-wrap .phone-box .content a,.have-question .have-question-wrap .email-box .content a{
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 0;
  font-weight: 500;
}

.have-question .have-question-wrap .phone-box .content p,.have-question .have-question-wrap .email-box .content p{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 160%;
  margin-bottom: 0;
}

.have-question .have-question-wrap .cus-chat-btn{
  font-size: 16px;
  line-height: 100%;
  padding: 14px 21px;
  background-color: #232323;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
}

/* Query css */

.query .sidebar {
  height: 100%;
  padding-top: 95px;
}

.query .sidebar .box{
  position: sticky;
  top: 105px;
  background: #F8F8F8;
  padding: 28px;
  border-radius: 9px;
  max-width: 250px;
}

.query .sidebar .box h3{
  font-size: 16px;
  color: #1A191E;
  line-height: 140%;
  margin-bottom: 28px;
  font-family: 'Poppins';
}

.query .sidebar .box ul{
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 0;
}

.query .sidebar .box ul li{
  list-style-type: none;
}

.query .sidebar .box ul li a{
  font-size: 14px;
  color: rgba(26, 25, 30, 0.5);
  line-height: 160%;
  margin-bottom: 0;
  text-decoration: none;
  cursor: pointer;
}

.query .sidebar .box ul li a.active{
  color: #316AFF;
}

.query .cus-section {
  padding-top: 105px;
  margin-bottom: -10px;
}

.query .cus-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Poppins';
}

.query .accordion .accordion-item{
  border: none;
  padding: 28px 0 14px 0;
  border-bottom: 1px solid #E8E8E8;
}

.query .accordion .accordion-item:last-child{
  border-bottom: none;
}

.query .accordion .accordion-item .accordion-header{
  margin-bottom: 0;
}

.query .accordion .accordion-item .accordion-header .accordion-button{
    background-color: transparent !important;
    color: #000;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 14px;
}

.query .accordion .accordion-item .accordion-header .accordion-button.collapsed img{
    transform: rotate(-45deg);
}

.query .accordion .accordion-item .accordion-header .accordion-button img{
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    max-width: 12px;
}

.query .accordion .accordion-item .accordion-header .accordion-button::after{
    display: none;
}

.query .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
    outline: none;
}

.query .accordion .accordion-item .accordion-body{
    font-size: 14px;
    font-weight: 400 !important;
    font-family: 'Poppins';
    color: rgba(26, 25, 30, 0.5);
    padding: 0;
}


/* Create account css */

.create-account{
  padding: 138px 0 0;
  background-color: #232323;
}

.create-account h2{
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 140%;
  margin-bottom: 25px;
}

.create-account p{
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

.create-account .choose-service{
  margin-top: 5px;
}

.create-account .multi-select {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.create-account .multi-select .option {
  padding: 30px 40px;
  background-color: #333;
  color: #bbb;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  white-space: pre-line;
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  max-width: 235px;
  width: 100%;
}

.create-account .multi-select .option.selected {
  background-color: #2f68ff;
  color: white;
  border: 2px solid rgba(255, 255, 255);
}

.create-account .multi-select .option:hover {
  opacity: 0.8;
}

.create-account .create-account-form{
  margin-top: 25px;
  max-width: 714px;
  margin: 0 auto;
}

.create-account .create-account-form .cus-dual-text-field{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-bottom: 30px;
}

.create-account .create-account-form .cus-text-field,.create-account .create-account-form .cus-textarea{
  display: grid;
  margin-bottom: 30px;
}

.create-account .create-account-form .cus-dual-text-field input,.create-account .create-account-form .cus-text-field input{
  height: 75px;
  border-radius: 18px;
  padding: 34px 38px;
  width: 100%;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #404040;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}

.create-account .create-account-form .cus-dual-text-field input:focus,.create-account .create-account-form .cus-text-field input:focus{
  border: 2px solid #fff;
}

.create-account .create-account-form .cus-dual-text-field input:focus-visible,.create-account .create-account-form .cus-text-field input:focus-visible{
  outline: none;
}

.create-account .create-account-form .cus-dual-text-field input::placeholder,.create-account .create-account-form .cus-text-field input::placeholder{
  color: #A7A5A5;
}

.create-account .create-account-form .cus-textarea{
  margin-bottom: 0;
}

.create-account .create-account-form .cus-textarea textarea{
  height: 205px;
  border-radius: 18px;
  padding: 34px 38px;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #404040;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}

.create-account .create-account-form .cus-textarea textarea::placeholder{
  color: #A7A5A5;
  font-weight: 400;
}

.create-account .create-account-form .form-submit-btn{
  margin-top: 45px;
  color: #A7A5A5;
  background-color: #404040;
  text-decoration: none;
  border-radius: 15px;
  line-height: 100%;
  padding: 21px 94px;
  display: inline-block;
}

.create-account .create-account-form details {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #404040;
  color: #A7A5A5;
  font-family: sans-serif;
  border-radius: 10px;
  font-size: 16px;
  padding: 25px 28px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  border-radius: 18px;
}

.create-account .create-account-form details summary {
  list-style: none;
  outline: none;
  /* font-weight: 500; */
  font-family: "Poppins", sans-serif !important;
}

.create-account .create-account-form details[open] summary::after {
  content: "▴";
  float: right;
}

.create-account .create-account-form details summary::after {
  content: "▾";
  float: right;
}

.create-account .create-account-form details .cus-option {
  margin-top: 20px;
  padding-left: 0;
  /* font-size: 22px; */
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
}

.create-account .create-account-form details .cus-option:hover {
  color: #aaa;
}

.create-account .create-account-form details[open] .cus-option {
  display: block;
}


/* Privacy banner css */

.privacy-banner{
  padding-top: 200px;
  background-color: #232323;
}

.privacy-banner .privacy-banner-wrap h2{
  font-size: 55px;
  color: #fff;
  margin-bottom: 28px;
}

.privacy-banner .privacy-banner-wrap h5{
  font-size: 20px;
  line-height: 180%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 28px;
  font-family: "Poppins", sans-serif !important;
}

.privacy-banner .privacy-banner-wrap .privacy-banner-img img{
  width: 100%;
  height: auto;
}

.policy-condition{
  background-color: #232323;
}

.policy-condition .policy-condition-wrap .category{
  height: 100%;
}

.policy-condition .policy-condition-wrap .category .category-box{
  position: sticky;
  top: 100px;
  padding: 28px;
  background: #404040;
  border-radius: 10px;
  max-width: 245px;
}

.policy-condition .policy-condition-wrap .category .category-box h5{
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 28px;
}

.policy-condition .policy-condition-wrap .category .category-box ul{
  padding-left: 0;
}

.policy-condition .policy-condition-wrap .category .category-box ul li{
  list-style-type: none;
  margin-bottom: 14px;
}

.policy-condition .policy-condition-wrap .category .category-box ul li a{
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.policy-condition .policy-condition-wrap .category .category-box ul li a.active{
  color: #D8E3FF;
}

.policy-condition .policy-condition-wrap .category .category-box ul li:last-child{
  margin-bottom: 0;
}

.policy-condition .policy-condition-wrap .policy-content .box:first-child{
  /* margin-bottom: 0; */
  padding-top: 0;
}

.policy-condition .policy-condition-wrap .policy-content .box{
  margin-bottom: -53px;
  padding-top: 105px;
}

.policy-condition .policy-condition-wrap .policy-content .box p,.policy-condition .policy-condition-wrap .policy-content .box ul li{
  font-size: 20px;
  line-height: 180%;
  color: #fff;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif !important;
}

.policy-condition .policy-condition-wrap .policy-content .box ul{
  padding-left: 0;
}

.policy-condition .policy-condition-wrap .policy-content .box ul li{
  padding-left: 2rem;
  list-style-type: none;
  position: relative;
}
.policy-condition .policy-condition-wrap .policy-content .box ul li::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}

.policy-condition .policy-condition-wrap .policy-content .box h4{
  font-size: 34px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 42px;
  font-family: "Poppins", sans-serif !important;
}

.policy-condition .policy-condition-wrap .policy-content .box h5{
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 43px;
}


/* Know us css */

.know-us{
  padding-top: 200px;
}

.know-us .know-us-wrap{
  max-width: 894px;
  margin: 0 auto;
}

.know-us .know-us-wrap .section-heading h2{
  font-size: 55px;
  color: #232323;
  margin-bottom: 28px;
  text-align: center;
}

.know-us .know-us-wrap .section-heading p{
  font-size: 20px;
  color: #6B6969;
  margin-bottom: 55px;
  line-height: 180%;
  text-align: center;
}

.know-us .know-us-wrap .know-us-img{
  margin-bottom: 55px;
}

.know-us .know-us-wrap .know-us-img img{
  width: 100%;
  height: auto;
}

.know-us .know-us-wrap .box{
  margin-bottom: 43px;
}

.know-us .know-us-wrap .box h4{
  font-size: 34px;
  color: #232323;
  margin-bottom: 43px;
  line-height: 120%;
}

.know-us .know-us-wrap .box ul{
  padding-left: 0;
}

.know-us .know-us-wrap .box p,.know-us .know-us-wrap .box ul li{
  font-size: 20px;
  color: #6B6969;
  margin-bottom: 0;
  line-height: 180%;
}

.know-us .know-us-wrap .box ul li{
  position: relative;
  list-style-type: none;
  padding-left: 2rem;
}

.know-us .know-us-wrap .box ul li::after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #6B6969;
  left: 10px;
  top: 50%;
  transform: translate(0,-50%);
}

.know-us .know-us-wrap .cus-primary-btn{
  font-size: 20px;
  color: #fff;
  background-color: #316AFF;
  line-height: 100%;
  padding: 16px 25px;
  border-radius: 20px;
  text-decoration: none;
}


/* Login panel css */

.login-panel{
  padding-bottom: 100px;
}
.login-panel .login-panel-wrap{
  max-width: 1296px;
  padding: 0 15px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 694px auto;
}
.login-panel .login-panel-wrap .welcome-box{
  background-color: #316AFF;
  padding-top: 220px;
  border-radius: 0 0 20px 20px;
  /* max-width: 694px; */
  width: 100%;
}
.login-panel .login-panel-wrap .welcome-box .box{
  padding-left: 60px;
}
.login-panel .login-panel-wrap .welcome-box .box h2{
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
}

.login-panel .login-panel-wrap .welcome-box .box p{
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
}

.login-panel .login-panel-wrap .welcome-box .login-img{
  max-width: 320px;
  margin: 0 auto;
}

.login-panel .login-panel-wrap .welcome-box img{
  width: 100%;
  height: auto;
}

.login-panel .login-panel-wrap .login-box{
  text-align: center;
  margin: 320px auto 0;
  max-width: 491px;
}

.login-panel .login-panel-wrap .login-box .text-field{
  max-width: 415px;
  margin: 0 auto 18px;
}

.login-panel .login-panel-wrap .login-box .text-field input{
  width: 100%;
  border: 1px solid #767676;
  padding: 16px 27px;
  border-radius: 13px;
  background-color: #F9F9F9;
}

.login-panel .login-panel-wrap .login-box p{
  font-size: 18px;
  color: #767676;
}

.login-panel .login-panel-wrap .login-box p a{
  color: #316AFF;
  font-weight: 500;
  text-decoration: none;
}

.login-panel .login-panel-wrap .login-box .login-btn{
  margin: 85px auto;
  display: inline-flex;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #316AFF;
  transition: 0.3s ease;
}

.login-panel .login-panel-wrap .login-box .login-btn img{
  max-width: 30px;
}

.login-panel .login-panel-wrap .login-box .login-btn:hover{
  transform: translateX(10px);
}




/* Blog css */


.blog .section-heading{
  padding: 82px 0;
  text-align: center;
}
.blog .section-heading h2{
  font-size: 54px;
  line-height: 140%;
  margin-bottom: 0;
  color: #1A191E;
}

.blog .blog-wrap .category h5{
  color: #1A191E;
  font-size: 16px;
  line-height: 140%;
}
.blog .blog-wrap .category .nav{
  display: flex;
  gap: 14px;
}
.blog .blog-wrap .category .nav .nav-item button{
  padding: 4px 8px;
  color: #1A191E;
  background-color: #F8F8F8;
  font-size: 15px;
  border-radius: 4px;
}
.blog .blog-wrap .category .nav .nav-item button.active{
  color: #F8F8F8;
  background-color: #1A191E;
}

.blog .blog-wrap .tab-content{
  margin-top: 54px;
}
.blog .blog-wrap .tab-content .cus-blog .blog-box{
  text-align: left;
}
.blog .blog-wrap .tab-content .cus-blog .blog-box .blog-img img{
  width: 100%;
  height: 324px;
}

.blog .blog-wrap .tab-content .cus-blog .blog-box .blog-content h4{
  font-size: 23px;
  line-height: 120%;
  margin-bottom: 7px;
  color: #1A191E;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif !important;
  margin-top: 21px;
}

.blog .blog-wrap .tab-content .cus-blog .blog-box .blog-content p{
  font-size: 14px;
  color: #1A191E;
  line-height: 160%;
  margin-bottom: 20px;
}

.blog .blog-wrap .tab-content .cus-blog .blog-box .blog-content .blog-tag{
  display: flex;
  gap: 7px;
}

.blog .blog-wrap .tab-content .cus-blog .blog-box .blog-content .blog-tag span{
  font-size: 12px;
  line-height: 180%;
  padding: 4px 8px;
  background-color:  #F8F8F8;
  border-radius: 4px;
  font-family: "Poppins", sans-serif !important;
  color: #1A191E;
}

.blog .blog-wrap .tab-content .cus-blog {
  margin: 5px;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
}

.blog .blog-wrap .tab-content .cus-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.blog .blog-wrap .tab-content .cus-row .cus-blog {
  flex: 1;
  margin: 0 14px;
}

.blog .blog-wrap .tab-content .slick-dots {
  margin-top: 20px;
}

.blog .blog-wrap .tab-content .slick-prev:before,
.blog .blog-wrap .tab-content .slick-next:before {
  color: black;
}


/* Perpaid scheme css */

.prepaid-scheme .prepaid-scheme-wrap h3{
  font-size: 18px;
  line-height: 120%;
  color: #1A191E;
  margin-bottom: 14px;
  font-family: "DM Sans", sans-serif !important;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block.one-feature{
  display: grid;
  grid-template-columns: 310px 1fr;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block{
  display: grid;
  grid-template-columns: 310px 1fr 1fr 1fr;
  text-align: center;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #E8E8E8;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block .card-detail{
  display: flex;
  align-items: center;
  text-align: left;
  gap: 14px;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block .card-detail .about-card h5{
  font-size: 16px;
  line-height: 140%;
  color: #1A191E;
  font-family: "DM Sans", sans-serif !important;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block .card-detail .about-card p{
  font-size: 12px;
  line-height: 160%;
  color: rgba(26, 25, 30, 0.5);
  margin-bottom: 0;
  font-family: "Inter", sans-serif !important;
}

.prepaid-scheme .prepaid-scheme-wrap .prepaid-block .card-feature p{
  font-size: 14px;
  line-height: 160%;
  color: #1A191E;
  margin-bottom: 0;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
}

.prepaid-scheme .package .package-wrap{
  background-color: #FAFAFA;
  padding: 49px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
}

.prepaid-scheme .package .package-wrap h4{
  font-size: 35px;
  line-height: 160%;
  margin-bottom: 0;
  margin-bottom: 70px;
}

.prepaid-scheme .package .package-wrap button{
  max-width: 250px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  border: none;
  color: #fff;
  background-color: #316AFF;
  padding: 11px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 100%;
  font-family: "DM Sans", sans-serif !important;
}





.slick-prev,
.slick-next {
  background: none;
  border: none;
}

.slick-prev::before,
.slick-next::before {
  display: none; /* hide default arrow */
}

.slick-prev {
  background-color: #316AFF;
  /* transform: rotate(180deg); */
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: -10%;
  transform: translate(0,-50%) rotate(180deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
  background-color: #316AFF;
}

.slick-next {
  background-color: #316AFF;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 73px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: -10%;
  transform: translate(0,-50%);
}

.slick-prev,.slick-next{
  top: 50%;
  z-index: 9;
}

.slick-prev.slick-disabled,.slick-next.slick-disabled{
  background: #F8F8F8;
}
.slick-prev.slick-disabled img,.slick-next.slick-disabled img{
  filter: contrast(0.5);
}

.slick-dots li{
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active{
  width: 45px;
  height: 12px;
  background-color: #2f68ff;
  border-radius: 78px;
}
.slick-dots li.slick-active button{
  background-color: #2f68ff;
}
.slick-dots li button{
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.slick-dots li button:before{
  display: none;
}




/* Mega menu css */
.cus-mega-menu{
  /* position: fixed; */
  top: 108px;
  left: 0;
  right: 0;
  /* background-color: #F8F8F8; */
  z-index: 9999;
  padding: 29px 0;
  transition: 0.1s ease-in;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Transparent black */
  z-index: 999; /* Should be less than megamenu but above content */
}

 
.navbar-wrap.dark-mode .cus-mega-menu{
  background-color: #232323;
}

.navbar-wrap.navbar-cus-light .cus-mega-menu{
  background: #F2F5FF;
}

.cus-mega-menu .mega-menu-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 68px;
}

.blur-effect {
  filter: blur(5px);
  pointer-events: none; /* Prevent interaction while blurred */
  user-select: none;
}



.cus-mega-menu .mega-menu-wrap .mega-menu-box{
  background: #F8F8F8;
  position: relative;
  padding: 34px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.cus-mega-menu .mega-menu-wrap .mega-menu-box a{
  display: block;
  text-decoration: none;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box:hover{
  background-color: #316AFF;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box{
  background-color: #404040;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box:hover{
  background-color: #F2F5FF;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box:hover h4{
  color: #1A191E;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box:hover p{
  color: #1A191E;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box:hover img{
  opacity: 50%;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box img{
  position: absolute;
  width: 52px;
  opacity: 70%;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box img{
  opacity: 5%;
}

.navbar-wrap.navbar-cus-light .cus-mega-menu .mega-menu-wrap .mega-menu-box img{
  opacity: 40%;
}

.navbar-wrap.navbar-cus-light .cus-mega-menu .mega-menu-wrap .mega-menu-box{
  background-color: #FFFFFF;
}

.navbar-wrap.navbar-cus-light .cus-mega-menu .mega-menu-wrap .mega-menu-box:hover{
  background-color: #316AFF;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box .mega-menu-img-left{
  top: 0;
  left: 0;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box .mega-menu-img-right{
  bottom: 0;
  right: 0;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box .mega-menu-content h4{
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: #1A191E;
  font-family: "DM Sans", sans-serif !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.cus-mega-menu .mega-menu-wrap .mega-menu-box:hover .mega-menu-content h4{
  color: #fff;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box:hover .mega-menu-content p{
  color: #fff;
}


span.new-tag{
  color: #316AFF;
  font-size: 11px;
  line-height: 180%;
  background-color: #F2F5FF;
  padding: 0 5px;
  display: inline-block;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box h4,.navbar-wrap.dark-mode .cus-mega-menu .mega-menu-wrap .mega-menu-box p{
  color: #fff;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box .mega-menu-content p{
  font-size: 12px;
  line-height: 160%;
  color: rgba(26, 25, 30, 0.5);
  font-family: "Inter", sans-serif !important;
  max-width: 194px;
  margin: 0 auto;
}