/* 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.dark-mode .navbar .navbar-nav .dropdown button{
  color: #fff;
}

.navbar-wrap .navbar .navbar-nav .dropdown .dropdown-toggle::after{
  display: none;
}

.navbar-wrap .navbar .navbar-nav .dropdown .dropdown-menu{
  border: none;
  background-color: #232323;
}

.navbar-wrap.dark-mode .navbar .navbar-nav a:hover{
  background: transparent;
}

.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;
  font-weight: 400;
}

.navbar-wrap .navbar .navbar-nav li.cus-megamenu-btn a i{
  transition: 0.3s ease;
}
.navbar-wrap .navbar .navbar-nav li.cus-megamenu-btn.active a i{
  transform: rotate(180deg);
}

.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.cus-light{
  background-color: #F6F7FB;
}

.navbar-wrap.navbar-cus-light.cus-light .cus-mega-menu{
  background-color: #F5F5F5;
}

.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 12px !important;
    transition: 0.3s ease;
    display: block;
    /* font-weight: 500; */
}

.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: 16px 24.5px;
    font-size: 16px;
    color: #fff;
    background-color: #316AFF;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    line-height: 100%;
    /* font-weight: 600; */
}
.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;
    font-weight: 500;
}

.navbar-wrap.dark-mode .navbar .navbar-nav .nav-link.active{
    color: #D8E3FF;
}
.navbar-wrap .navbar .cus-btn-grp{
    gap: 30px;
}
.navbar-wrap .navbar .cus-btn-grp .login-btn{
    text-decoration: none;
    color: #316AFF;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}

.navbar-wrap.dark-mode{
    background-color: #232323;
}

.navbar-wrap.dark-mode .navbar .navbar-nav a{
    color: #fff;
}


/* Offcanvas css */


.sideCanvasBtn{
  position: relative;
  background-color: transparent;
  border: none;
}

.sideCanvasBtn img{
  max-width: 30px;
}

.cross-icon{
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 9;
}

.sideCanvasBtn span{
  font-size: 9px;
  font-weight: 500;
  line-height: 120%;
  color: #FFFFFF;
  background-color: #316AFF;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  padding: 4px 4px;
  top: 0;
  right: 0;
}

.overlay-offcanvas {
    position: fixed;
    top: 99px; /* below header */
    left: 0;
    width: 100%;
    height: calc(100% - 99px);
    /* height: 100%; */
    background: rgba(0,0,0,0.5);
    background: #232323;
    opacity: 0;
    padding: 20px;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 999;
  }
  
.overlay-offcanvas.active {
    /* opacity: 1; */
    opacity: 0.4;
    visibility: visible;
}

.cus-offcanvas {
    position: fixed;
    top: 99px;
    right: -500px; /* hidden initially */
    max-width: 500px;
    width: 100%;
    height: calc(100% - 99px);
    background: #FFF;
    transition: right 0.3s;
    z-index: 1000;
    padding: 20px;
    overflow-y: auto; /* allow scrolling inside offcanvas */
}
  
.cus-offcanvas.active {
    right: 0;
    box-shadow: -10px 0 28px 0 rgba(0, 0, 0, 0.20);
}


.cus-offcanvas .cus-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3366ff;
  border-radius: 50px;
  padding: 5px 15px;
  width: fit-content;
  color: white;
  font-family: Arial, sans-serif;
}

.cus-offcanvas .cus-value,.cus-offcanvas .cus-btn {
  margin: 0 15px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 13.407px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.402px;
}
.cus-offcanvas .cus-btn {
  margin: 0;
  border: none;
  background-color: transparent;
}

.cus-offcanvas h3{
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cus-offcanvas h3 span{
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
  color: #FFFFFF;
  background-color: #316AFF;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 4px 10px;
}

.cus-offcanvas .product-wrap{
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  margin-top: 40px;
}


.cus-offcanvas .product-box{
  display: flex;
  gap: 20px;
}

.cus-offcanvas .product-box figure{
  max-width: 129px;
  margin-bottom: 0;
  width: 100%;
}

.cus-offcanvas .product-box figure img{
  width: 100%;
  border-radius: 10px;
}

.cus-offcanvas .product-box .product-details{
  width: -webkit-fill-available;
}

.cus-offcanvas .product-box .product-details .cus-btn-wrap{
  gap: 30px;
}

.cus-offcanvas .product-box h4{
  color: #1A191E;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
  margin-bottom: 7px;
}

.cus-offcanvas .product-box .product-details .cus-btn-wrap img{
  max-width: 24px;
  width: 100%;
}

.cus-offcanvas .product-box .product-price{
  color: #A7A5A5;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 11px;
}

.cus-offcanvas .product-box .product-price.discount{
  text-decoration-line: line-through;
}

.cus-offcanvas .product-box p{
  color: #316AFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}


.cus-offcanvas .discount-code{
  display: flex;
  gap: 33px;
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
}

.cus-offcanvas .discount-code input{
  border-radius: 8.49px;
  border: 1.698px solid #E8E8E8;
  color: #1A191E;
  font-family: 'Poppins';
  font-size: 13.585px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.094px;
  width: 100%;
  padding: 0 15px;
  outline: none;
}

.cus-offcanvas .discount-code input::placeholder{
  color: #C0BFBF;
}

.cus-offcanvas .discount-code button{
  border-radius: 29.717px;
  background: #1A191E;
  padding: 9.764px 32.687px 9.688px 32.689px;
  color: #FFF;
  font-family: Poppins;
  font-size: 15.283px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.924px;
  border: none;
}

.cus-offcanvas .payment-checkout{
  margin-top: 20px;
}

.cus-offcanvas .payment-checkout .rental-payment,
.cus-offcanvas .payment-checkout .total-due{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cus-offcanvas .payment-checkout .rental-payment p{
  font-size: 16px;
  line-height: 170%;
  color: #A7A5A5;
  margin-bottom: 0;
}

.cus-offcanvas .payment-checkout .total-due h5{
  font-size: 16px;
  line-height: 170%;
  font-family: Poppins;
  font-weight: 500;
  color: #1A191E;
  margin-bottom: 0;
}

.cus-offcanvas .payment-checkout .checkout-desc p{
  font-size: 16px;
  line-height: 170%;
  color: #A7A5A5;
  margin-bottom: 0;
}

.cus-offcanvas .payment-checkout .checkout-btn{
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 12px 50px;
  font-weight: 500;
  margin-bottom: 0;
  border-radius: 33px;
  background-color: #316AFF;
  display: inline-block;
  text-decoration: none;
  margin-top: 102px;
}

/* 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;
    font-weight: 400;
}

.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;
}

.expense-management .cus-banner-btn{
    background-color: #316AFF;
    color: #fff;
    padding: 14px 70px 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,
.expense-management .cus-banner-btn:hover{
  background-color: #000;
}

.banner .banner-wrap .content .cus-banner-btn:hover span,
.expense-management .cus-banner-btn:hover span{
  transform: translateX(10px);
}
.banner .banner-wrap .content .cus-banner-btn span,
.expense-management .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,
.expense-management .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;
    width: 100%;
}

.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;
    font-weight: 300;
}

.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.dark-mode .faq-wrap .title p{
  color: #FFFFFF;
}

.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;
    justify-content: space-between;
    position: relative;
    border-radius: 30px;
}

.download-app .download-app-wrap .img-box{
    /* position: absolute; */
    right: 83px;
    bottom: 0;
    max-width: 305px;
}

.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;
  line-height: 120%;
}
.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: 150%;
}

.download-app .download-app-wrap .content p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 561px;
    font-weight: 300;
}

.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: none;
}

.footer.dark-mode .footer-wrap .email-box{
  border: 1px solid #FFFFFF;
  justify-content: space-between;
  border-radius: 40px;
}

.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;
    outline: none;
    font-weight: 300;
}

.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 img{
  max-width: 100%;
  height: auto;
}

/* .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: auto;
    /* 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: 600;
    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;
}

.one-app .cus-tabing-btn-grp .nav-link.active h4{
  font-weight: 700;
}


/* .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;
  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;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.finance-banner .content .book-btn:hover{
    color: #316AFF;
  border: 1px solid #316AFF;
  background-color: transparent;
}



/* 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: 305px;
  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;
  font-family: "DM Sans";
  font-weight: 500;
  line-height: 120%;
  color: #1A191E;
  margin-bottom: 4px;
}

.organize-money .feature .box span{
  color: rgba(26, 25, 30, 0.5);
  font-size: 12px;
  font-family: 'Poppins';
  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 27px 0 27px;
  height: 226px;
}

.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;
  font-weight: 500;
}

.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;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.team-spending a:hover{
  background-color: transparent;
  color: #316AFF;
  border: 2px solid #316AFF;
}



/* 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;
  font-weight: 500;
  transition: 0.3s ease;
  border: 2px solid transparent;
}

.have-question .have-question-wrap .cus-chat-btn:hover{
  background-color: #fff;
  color: #232323;
  border: 2px solid #232323;
}

/* 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 .cus-section h2 img{
  max-width: 44px;
}

.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-wrap form{
  margin-bottom: 0;
}

.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;
  font-weight: 300;
}

.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-label{
  width: 100%;
  /*display: flex;*/
  max-width: 235px;
}

.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%;
  display: flex;
  justify-content: center;
}

.create-account .multi-select .option input{
    display: none;
}

.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,.create-account .create-account-form .cus-dual-text-field select{
  height: 75px;
  border-radius: 18px;
  padding: 24px 28px;
  width: 100%;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: #404040;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
}
.create-account .create-account-form .cus-dual-text-field select{
    padding: 25px 28px;
    color: #A7A5A5;
    appearance: none;          /* Remove default arrow (modern browsers) */
  -webkit-appearance: none;  /* Safari/Chrome */
  -moz-appearance: none; 
  background: url('./images/arrow-down.png') #404040;
  background-size: 12px;
  background-repeat: no-repeat;
  /* outline: none; */
  background-position: 95% 50%;
}

.create-account .create-account-form .cus-dual-text-field select:disabled{
  color: #A7A5A5;
}
.create-account .create-account-form .cus-dual-text-field select:valid{
  color: #fff;
}

.create-account .create-account-form .cus-dual-text-field input:focus,.create-account .create-account-form .cus-text-field input:focus,.create-account .create-account-form .cus-dual-text-field select:focus{
  border: 2px solid #fff;
  outline: none;
}

.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,.form-home-btn{
  margin-top: 45px;
  color: #A7A5A5;
  background-color: #404040;
  text-decoration: none;
  border-radius: 15px;
  line-height: 100%;
  padding: 21px 94px;
  display: inline-block;
  border: none;
}

.form-home-btn{
  color: #FFFFFF;
  background-color: #316AFF;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.form-home-btn:hover{
  border: 2px solid #316AFF;
  background-color: #fff;
  color: #316AFF;
}

.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;
  font-family: "Poppins", sans-serif !important;
}

.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;
  font-weight: 500;
}

.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;
  font-family: "Poppins", sans-serif !important;
}


/* 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%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
}

.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: 15px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 11px;
  transition: 0.5s ease;
  border: 2px solid transparent;
}

.know-us .know-us-wrap .cus-primary-btn:hover{
  border: 2px solid #316AFF;
  background-color: transparent;
  color: #316AFF;
}


/* 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;
  font-weight: 400;
  line-height: 145%;
}

.login-panel .login-panel-wrap .welcome-box .box p{
  font-size: 24px;
  margin-bottom: 70px;
  color: #fff;
  line-height: 100%;
  font-weight: 300;
}

.login-panel .login-panel-wrap .welcome-box .login-img{
  max-width: 340px;
  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:nth-child(2){
  margin-bottom: 0;
}

.login-panel .login-panel-wrap .login-box .text-field input{
  width: 100%;
  border: 1px solid #767676;
  padding: 16px 24px 20px;
  border-radius: 13px;
  background-color: #F9F9F9;
  line-height: 100%;
  font-weight: 500;
  outline: none;
}

.login-panel .login-panel-wrap .login-box .text-field input::placeholder{
  font-weight: 400;
}

.login-panel .login-panel-wrap .login-box p{
  font-size: 18px;
  color: #7C7C7C;
  margin-bottom: 84px;
  font-weight: 400;
}
.login-panel .login-panel-wrap .login-box p:first-child{
  color: #676666;
}

.login-panel .login-panel-wrap .login-box p:last-child{
  margin-bottom: 0;
}

.login-panel .login-panel-wrap .login-box p a{
  color: #316AFF;
  font-weight: 700;
  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%;
  /* font-family: "Poppins", sans-serif !important; */
  font-family: "DM Sans";
  font-weight: 500;
  margin-left: 14px;
}
.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;
}

.blogs{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}

.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;
  font-weight: 500;
}

.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;
  cursor: pointer;
  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;
}

.cus-mega-menu .mega-menu-wrap .mega-menu-box:hover .mega-menu-img-left,
.cus-mega-menu .mega-menu-wrap .mega-menu-box:hover .mega-menu-img-right{
  opacity: 40%;
}

.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: 185%;
  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;
}







/* hardware section css */

.hardware .cus-container{
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.hardware .nav{
  gap: 90px;
  margin-bottom: 70px;
}

.hardware .nav .nav-link{
  padding: 7px 26px;
  background-color: #F1F1F1;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
  min-width: 250px;
  text-align: center;
  border-radius: 10px;
}

.hardware .nav .nav-link.active{
  color: #FFFFFF;
  background-color: #316AFF;
  font-weight: 500;
}

.hardware .tab-heading{
  text-align: center;
}

.hardware .tab-heading h2{
  /* Rent Our Hardware */
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #316AFF;
  margin-bottom: 0;
}

.hardware .tab-heading p{
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 0;
}

.hardware .hardware-wrap{
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 125px;
}

.hardware .hardware-wrap.hardware-phone{
  display: flex;
  justify-content: center;
  gap: 125px;
}

.hardware .hardware-wrap.hardware-phone .hardware-box{
  max-width: 310px;
}

.hardware-box:hover{
  border: 3px solid #D9D9D9;
  box-shadow: 0px 0px 35px 0px #00000033;
}

.hardware .hardware-wrap .hardware-box{
  padding: 20px;
  background-color: #F1F1F1;
  border-radius: 10px;
  transition: 0.3s ease-in;
  border: 3px solid #F1F1F1;
}

.hardware .hardware-wrap .hardware-box:nth-child(2) figure img{
  max-width: 159px;
  margin: 0 auto;
}

.hardware .hardware-wrap .hardware-box figure{
  text-align: center;
  min-height: 196px;
  max-height: 196px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hardware .hardware-wrap .hardware-box figure.position-right-20{
  position: relative;
  right: -20px;
}

.hardware .hardware-wrap .hardware-box figure.position-right-25{
  position: relative;
  right: -25px;
}

.hardware .hardware-wrap .hardware-box figure img{
  max-width: 100%;
  height: auto;
}

.hardware .hardware-wrap .hardware-box h4{
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: #1A191E;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif !important;
  max-width: 220px;
}

.hardware .hardware-wrap .hardware-box h5{
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: -0.03em;
  color: #1A191E;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif !important;
}

.hardware .hardware-wrap .hardware-box p{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 10px;
}
.hardware .hardware-wrap .hardware-box .fee{
  margin-bottom: 18px;
}
.hardware .hardware-wrap .hardware-box .fee p{
  margin-bottom: 0;
}

.hardware .hardware-wrap .hardware-box .fee span{
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #1A191E;
  display: block;
  font-family: "Poppins", sans-serif !important;
}

.hardware .hardware-wrap .hardware-box .add-basket-btn{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background-color: #316AFF;
  border-radius: 10px;
  padding: 8px;
  border: none;
  width: 100%;
  margin-bottom: 16px;
}

.hardware .hardware-wrap .hardware-box .more-info{
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #232323;
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 8px;
  border: none;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
}

.merchant-banner .support-banner-img{
  max-width: 556px !important;
}


/* Discount section css */

.discount-pricing{
  background: url('./images/discount-bg.png');
  background-size: cover;
  background-position: center;
  padding: 151px 0;
}

/* .discount-pricing .discount-pricing-wrap{
  max-width: 631px;
} */

.discount-pricing .discount-pricing-wrap h5{
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  line-height: 43px;
  text-align: center;
  color: #316AFF;
  background-color: #F2F5FF;
  padding: 6px 30px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

.discount-pricing .discount-pricing-wrap h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #1A191E;
  max-width: 580px;
  margin-bottom: 30px;
}

.discount-pricing .discount-pricing-wrap p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #676666;
  max-width: 564px;
  margin-bottom: 30px;
}

.discount-pricing .discount-pricing-wrap .cus-banner-btn{
    background-color: #316AFF;
    color: #fff;
    padding: 14px 70px 14px 27px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    margin-top: 40px;
    font-size: 16px;
    position: relative;
    transition: 0.3s ease;
}

.discount-pricing .discount-pricing-wrap .cus-banner-btn:hover{
  background-color: #000;
}

.discount-pricing .discount-pricing-wrap .cus-banner-btn:hover span{
  transform: translateX(10px);
}
.discount-pricing .discount-pricing-wrap .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;
}
.discount-pricing .discount-pricing-wrap .cus-banner-btn img{
    max-width: 22px;
    height: auto;
}


/* the perks css */

.the-perks{
  padding: 58px 0 70px;
  background-color: #F2F5FF;
}
.the-perks .section-heading{
  margin-bottom: 65px;
}
.the-perks .section-heading h2{
  text-align: center;
  font-weight: 400;
  font-size: 48px;
  line-height: 82px;
  color: #232323;
}

.the-perks .the-perks-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.the-perks .the-perks-wrap .box{
  padding: 30px 30px 24px 30px;
  background-color: #FFFFFF;
  border-radius: 15px;
  max-width: 310px;
  width: 100%;
}

.the-perks .the-perks-wrap .box figure img{
  max-width: 60px;
}

.the-perks .the-perks-wrap .box h4{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #232323;
  margin-bottom: 24px;
}

.the-perks .the-perks-wrap .box p{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #676666;
}


/* debit collection css */

.debit-collection{
  padding: 93px 0 60px;
}

.debit-collection .box h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 38px;
}

.debit-collection .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 38px;
}

.debit-collection .box .fee{
  margin-bottom: 38px;
}

.debit-collection .box .fee h4{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 0;
}

.debit-collection .box .fee p{
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #316AFF;
  margin-bottom: 0;
}


.debit-collection .box a{
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  display: flex;
  color: #232323;
  text-decoration: none;
  display: flex;
  gap: 7px;
}

.debit-collection .box a img{
  max-width: 22px;
}

.debit-collection figure{
  max-width: 300px;
  margin: 0 auto;
}

.debit-collection figure img{
  max-width: 100%;
}


/* Custom Branded Invoice css */

.cus-brand-invoice{
  padding: 115px 0 50px;
}

.cus-brand-invoice figure img{
  max-width: 100%;
  height: auto;
}

.cus-brand-invoice .box{
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.cus-brand-invoice .box h2{
  font-size: 48px;
  line-height: 100%;
  color: #232323;
  margin-top: 94px;
  margin-bottom: 0;
}

.cus-brand-invoice .box p{
  font-size: 16px;
  line-height: 170%;
  color: #676666;
  margin-bottom: 0;
}

.cus-brand-invoice .box .transaction h5{
  font-size: 20px;
  line-height: 170%;
  font-weight: 400;
  color: #676666;
  margin-bottom: 0;
  font-family: 'Poppins';
}

.cus-brand-invoice .box .transaction span{
  font-size: 20px;
  font-weight: 500;
  color: #316AFF;
  line-height: 170%;
  font-family: 'Poppins';
}

.cus-brand-invoice .box a{
  display: flex;
  font-size: 16px;
  line-height: 170%;
  font-weight: 600;
  gap: 12px;
  font-family: 'Poppins';
}

.cus-brand-invoice .box a img{
  max-width: 22px;
}



/* Simple Reliable css */

.simple-reliable{
  background: url('./images/sky-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 58px 0 75px;
}

.simple-reliable .section-heading{
  max-width: 790px;
  margin: 0 auto;
}

.simple-reliable .section-heading h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 82px;
  text-align: center;
  color: #232323;
}

.simple-reliable .section-heading p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #232323;
}

.simple-reliable .simple-reliable-wrap{
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 125px; */
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 70px;
}

.simple-reliable .simple-reliable-wrap .box{
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px 30px 35px;
  width: 100%;
  max-width: 310px;
}

.simple-reliable .simple-reliable-wrap .box figure{
  margin-bottom: 22px;
}

.simple-reliable .simple-reliable-wrap .box figure img{
  max-width: 60px;
}

.simple-reliable .simple-reliable-wrap .box h4{
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  font-family: 'Poppins';
  color: #232323;
  margin-bottom: 12px;
  max-width: 200px;
}

.simple-reliable .simple-reliable-wrap .box p{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 0;
}

.simple-reliable .cus-banner-btn{
    background: #fff;
    color: #232323;
    padding: 16px 70px 16px 34px;
    border-radius: 44px;
    display: inline-block;
    text-decoration: none;
    margin-top: 55px;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease;
}

.simple-reliable .cus-banner-btn span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  transition: 0.3s ease;
  background-color: #316AFF;
}

.simple-reliable .cus-banner-btn span img{
  max-width: 26px;
}

.simple-reliable .have-question{
  padding: 45px 0 0;
}

.simple-reliable .have-question .have-question-wrap,
.the-perks .have-question .have-question-wrap{
  background-color: #fff;
}

.simple-reliable .have-question .have-question-wrap h4,
.the-perks .have-question .have-question-wrap h4{
  color: #232323;
}
.simple-reliable .have-question .have-question-wrap p,
.simple-reliable .have-question .have-question-wrap .phone-box .content a, 
.simple-reliable .have-question .have-question-wrap .email-box .content a,
.the-perks .have-question .have-question-wrap p,
.the-perks .have-question .have-question-wrap .phone-box .content a,
.the-perks .have-question .have-question-wrap .email-box .content a{
  color: #232323 !important;
}

.simple-reliable .have-question .have-question-wrap .cus-chat-btn,
.the-perks .have-question .have-question-wrap .cus-chat-btn{
  background: #316AFF;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.simple-reliable .have-question .have-question-wrap .cus-chat-btn:hover,
.the-perks .have-question .have-question-wrap .cus-chat-btn:hover{
  border: 2px solid #316AFF;
  color: #316AFF;
  background-color: transparent;
}

/* Product Detail css */



.product-detail{
  padding: 120px 0 0;
  background: #f6f7fb;
}


.product-detail .product-slider .product-slider-nav{
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
}

.product-detail .product-slider .product-slider-nav .box{
  max-width: 490px;
  height: 410px;
  object-fit: contain;
  margin: 0 auto;
}

.product-detail .product-slider .product-slider-nav .box img{
  width: 100%;
  height: 100%;
}

.product-detail .product-slider .product-slider-nav .slick-prev,.product-detail .product-slider .product-slider-nav .slick-next{
  width: 50px;
  height: 50px;
}

.product-detail .product-slider .product-slider-nav .slick-prev{
  left: 5%;
}

.product-detail .product-slider .product-slider-nav .slick-next{
  right: 5%;
}

.product-detail .product-slider .product-slider-nav .slick-prev img,.product-detail .product-slider .product-slider-nav .slick-next img{
  width: 20px;
}

.product-detail .product-slider .product-slider-content{
  margin-top: 30px;
}

.product-detail .product-slider .product-slider-content .box{
  max-width: 100px;
  margin: 0 12.5px;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  height: 90px;
  display: flex;
  align-items: center;
}

.product-detail .product-slider .product-slider-content .slick-current .box{
  border: 2px solid #316AFF;
}

.product-detail .product-slider .product-slider-content .box img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


.product-detail .product-detail-box h2{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  /* line-height: 68px; */
  letter-spacing: -0.03em;
  color: #1A191E;
}

.product-detail .product-detail-box p{
  font-weight: 400;
  font-size: 19.1526px;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #676666;
}

.product-detail .product-detail-box h4{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: -0.03em;
  color: #1A191E;
  margin-bottom: 0;
}

.product-detail .product-detail-box h4 > p{
  margin-bottom: 0;
}

.product-detail .product-detail-box .shipping-return{
  margin-top: 33px;
}

.product-detail .product-detail-box .shipping-return .shipping,
.product-detail .product-detail-box .shipping-return .product-return{
  display: flex;
  margin-bottom: 16px;
  gap: 18px;
  font-weight: 400;
  font-size: 16.383px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #316AFF;
  text-decoration: none;
  cursor: pointer;
  align-items: center;
}

.increase-product{
  display: inline-flex;
  padding: 13px 30px;
  gap: 0;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 40px;
}

.product-detail .product-detail-box .btn-box{
  margin-top: 38px;
  display: flex;
  align-items: center;
}

.increase-product button{
  background-color: transparent;
  border: none;
}

.increase-product input{
  width: 50px;
  border: none;
  text-align: center;
}

.increase-product input:focus{
  outline: none;
}


.product-add-btn{
  background-color: #316AFF;
  color: #fff;
  padding: 12px 45px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: -3%;
  line-height: 27px; 
}

.transaction-fee{
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.transaction-fee .box{
  background: #FFFFFF;
  border-radius: 9.57628px;
  padding: 25px 30px;
}

.transaction-fee .box h4{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 22.9831px;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #316AFF;
  margin-bottom: 25px;
}

.transaction-fee .box:last-child{
  display: flex;
  align-items: center;
  gap: 10px;
}

.transaction-fee .box .detail-box{
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

.transaction-fee .box .detail-box:last-child{
  margin-bottom: 0;
}

.transaction-fee .box .detail-box img{
  max-width: 259px;
}

.transaction-fee .box p{
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17.2373px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #676666;
}

.transaction-fee .box .detail-box span{
  font-weight: 500;
  font-size: 17.2373px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #1A191E;
  font-family: 'Poppins';
}

.transaction-fee .box:last-child h3{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 51px;
  letter-spacing: -0.03em;
  color: #1A191E;
  margin-bottom: 18px;
}

.transaction-fee .box:last-child h5{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 27.2123px;
  line-height: 46px;
  letter-spacing: -0.03em;
  color: #1A191E;
  margin-bottom: 0;
}

.transaction-fee .box:last-child a{
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 12px;
  background: #316AFF;
  border-radius: 15px;
  font-weight: 500;
  font-size: 18.4871px;
  line-height: 31px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  padding: 36px 20px;
  border: 2px solid transparent;
  transition: 0.3s ease;
}

.transaction-fee .box:last-child a:hover{
  border: 2px solid #316AFF;
  background: #FFFFFF;
  color: #316AFF;
}

.transaction-fee .box:last-child a .tag-icon-2{
  display: none;
}

.transaction-fee .box:last-child a:hover .tag-icon-2{
  display: inline-block;
}

.transaction-fee .box:last-child a:hover .tag-icon-1{
  display: none;
}

/* Specification css */

.specification-main{
  padding: 100px 0;
  background: #f6f7fb;
}

.specification-main h2{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
  color: #1A191E;
  text-align: center;
}

.specification{
  background: url('./images/specification-bg.png') #f6f7fb;
  background-size: cover;
  background-position: center;
  background-size: 100% 830px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

.specification .specification-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 45px;
}

.specification .specification-wrap .box{
  /* min-height: 250px; */
  max-height: 250px;
  min-height: 250px;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}

.specification .specification-wrap .box .box-title{
  display: flex;
  justify-content: space-between;
}

.specification .specification-wrap .box .box-title h4{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 0;
}

.specification .specification-wrap .box .box-title img{
  max-width: 40px;
  width: 100%;
}

.specification .specification-wrap .box p{
  margin-top: 37px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.03em;
  color: #676666;
}

.specification .specification-wrap .box:nth-child(3) p{
  margin-top: 10px;
}


.accessories .accessories-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 82px;
}

.accessories .accessories-wrap .box{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: 3px solid transparent;
}

.accessories .accessories-wrap .box img{
  max-width: 206px;
  width: 100%;
}

.accessories .accessories-wrap .box:hover{
  border: 3px solid #316AFF;
  box-shadow: 0px 0px 20px 0px #00000026;
}

.accessories .accessories-wrap .box p{
  font-weight: 500;
  font-size: 24px;
  line-height: 41px;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}


/* Expense Management css */

.expense-management-banner{
  padding-top: 100px;
  background-color: #F2F5FF;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);

}

.expense-management-banner .cus-container{
  max-width: 1220px;
  margin: 0 auto;
}

.expense-management-banner .expense-management-wrap{
  display: flex;
  gap: 45px;
  align-items: center;
}

.expense-management-banner .box{
  max-width: 508px;
  /* margin-top: 70px; */
}

.expense-management-banner .box h2{
  font-weight: 400;
  font-size: 64px;
  line-height: 79px;
  text-transform: uppercase;
  color: #1A191E;
  margin-bottom: 38px;
}

.expense-management-banner .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
}

.expense-management-banner figure{
  position: relative;
  bottom: -50px;
  max-width: 605px;
}

.expense-management-banner figure img{
  width: 100%;
}



/* In control css */

.in-control{
  padding: 70px 0 0;
}

.in-control .in-control-wrap{
  display: flex;
  align-items: center;
}

.in-control .cus-container{
  position: relative;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.in-control .in-control-wrap .box{
  max-width: 480px;
}

.in-control .in-control-wrap .box h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 40px;
}

.in-control .in-control-wrap .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 0;
  max-width: 425px;
}

.in-control .in-control-wrap .image-box .in-control-img{
  max-width: 511px;
}

.in-control .in-control-wrap .image-box .in-control-bg{
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: -1;
  max-width: 461px;
}



/* Design Card css */


.design-card{
  /* clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%); */
  /* background-color: #F2F5FF; */
   /* clip-path: polygon( 0% 0%, 100% 20%, 100% 100%, 0% 100%); */
  clip-path: polygon(0% 0%, 100% 32%, 100% 100%, 0% 72%);
   /* max-width: 1440px;
   margin: 0 auto; */
   position: relative;
   background: url('./images/create-card-bg.png') #F2F5FF;
   min-height: 830px;
   background-repeat: no-repeat;
   /* background-size: cover; */
   background-size: contain;
   /* background-position: left center; */
   background-position: left;
}

.design-card-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* .design-card-wrap figure{
  max-width: 835px;
} */

.design-card-wrap figure img{
  width: 100%;
}

.design-card-wrap .box{
  max-width: 397px;
  margin-left: auto;
  margin-top: 286px;
}

.design-card-wrap .box h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #232323;
}

.design-card-wrap .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 0;
}


/* Quickbook css */

.quickbook{
  padding: 115px 0;
}

.quickbook .quickbook-wrap figure img{
  max-width: 100%;
}

.quickbook .quickbook-wrap .box span{
  font-weight: 500;
  font-size: 21.1128px;
  line-height: 180%;
  text-align: center;
  color: #316AFF;
  padding: 0px 10.5564px;
  background: #F2F5FF;
  border-radius: 7.03759px;
  display: inline-block;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

.quickbook .quickbook-wrap .box h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 40px;
}

.quickbook .quickbook-wrap .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
}

.quickbook .quickbook-detail{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.quickbook .quickbook-detail .box{
  max-width: 268px;
  width: 100%;
  padding: 30px 20px;
  background: #F5F0EA;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.quickbook .quickbook-detail .box:nth-child(2) h4,
.quickbook .quickbook-detail .box:nth-child(4) h4{
  margin-top: 10px;
}

.quickbook .quickbook-detail .box h4{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #232323;
  text-align: center;
}

.quickbook .quickbook-detail .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #232323;
  text-align: center;
  margin-bottom: 0;
  /* min-height: 108px; */
}


/* Spend smart css */

.spend-smart{
  position: relative;
  margin-top: 140px;
  padding-bottom: 100px;
}

.spend-smart .spend-smart-bg{
  position: absolute;
  width: 100%;
  left: 0;
  top: -120px;
  z-index: -1;
  max-height: 810px;
}

.spend-smart .box{
  margin-top: 182px;
  max-width: 396px;
}

.spend-smart .box h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 40px;
}

.spend-smart .box p{
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #676666;
  margin-bottom: 0;
}

.spend-smart figure{
  max-width: 340px;
  margin: 20px auto 0;
}

.spend-smart figure img{
  width: 100%;
  height: auto;
  border-radius: 52px;
  box-shadow: 13px 19px 18px 0px #0000001A;
  background: #0000001A;
}


.font-16{
  font-size: 16px !important;
  margin-bottom: 21px !important;
}