
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.work-content-text {
  font-family: "Inter", sans-serif;
}

p {
 font-family: "Inter", sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
/* ==========================
HERO SECTION CSS
========================== */
section.banksummary-hero-sec {
    background: linear-gradient(#f8fafc , #eff6ff , #e0e7ff);
    position: relative;
    padding: 100px 0px;
    z-index: 9;
}
section.banksummary-hero-sec .floating-animation {
    width: 288px;
    height: 288px;
    background: #bfdbfe;
    border-radius: 50%;
    mix-blend-mode: multiply;
    opacity: 0.7;
    filter: blur(25px);
    position: absolute;
    left: 0;
    top: 0;
}
section.banksummary-hero-sec .floating-animation-two {
    width: 288px;
    height: 288px;
    border-radius: 50%;
    mix-blend-mode: multiply;
    opacity: 0.7;
    filter: blur(25px);
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e9d5ff;
    z-index: -1;
}
.banksummary-hero-sec-cont {
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}
.banksummary-hero-sec-cont .fitech-bold {
    display: inline-block;
    background: #FFF;
    padding: 10px 25px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 1px solid #3333;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    border: 1px solid #bfdbfe;
    position: relative;
    color: #1d4ed8;
}

.banksummary-hero-sec-cont .fitech-bold i {
    color: #1d4ed8;
    font-size: 10px;
    position: relative;
    top: -2px;
    right: 4px;
}
.banksummary-hero-sec-cont h1 {
    font-size: 51px;
    font-weight: 900;
    margin-bottom: 30px;
}
.banksummary-hero-sec-cont h1 span {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.banksummary-hero-sec-cont p {
    color: #475569;
    font-size: 20px;
    letter-spacing: 0.50px;
    line-height: 30px;
}
.banksummary-hero-sec-cont img {
    background: #475569;
    padding: 10px;
    border-radius: 14px;
    height: 100%;
}
.hero-buttons {
    /* display: flex;
    justify-content: center;
    gap: 20px; */
    margin: 30px 0px;
}
.hero-buttons a.hero-get-btn {
    background: linear-gradient(to right, #2563eb , #9333ea);
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 16px 45px;
    border-radius: 30px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transition: 0.6s;
    letter-spacing: 1px;
}
.hero-buttons a.hero-get-btn:hover {
    transform: translateY(-6px);
}
.hero-buttons a.hero-demo-btn {
    border: 1px solid #e2e8f0;
    background: #FFF;
    color: #334155;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 16px 30px;
    border-radius: 30px;
    transition: 0.6s;
}
.hero-buttons a.hero-demo-btn:hover {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-6px);
}
.hero-banner-bank {
    padding-top: 60px;
}
.hero-banner-main {
    background: #FFF;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.hero-banner-div {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.hero-banner-dots i {
    font-size: 12px;
}
.hero-banner-dots i:nth-child(1) {
  color: #ef4444;
}
.hero-banner-dots i:nth-child(2) {
  color: #eab308;
}
.hero-banner-dots i:nth-child(3) {
  color: #22c55e;
}
.hero-banner-web a {
    color: #64748b;
}
.hero-banner-content img {
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 100%;
}
/* ==========================
HERO SECTION CSS
========================== */
/* ==========================
Certificates Slider Css
========================== */
section.certificates-banksummary {
    padding: 60px 0px;
    overflow: hidden;
}
.certificates-slider.owl-carousel.owl-theme.ites-images {
    display: block;
}
.certificates-bank-text {
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow-y: auto;
}
.certificates-bank-text .certificates-slider {
    background: #FFF;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 20px 20px -12px rgb(0 0 0 / 0.25);
    border: 1px solid #3333;
    text-align: center;
    width: 160px;
}
section.certificates-banksummary img {
    /* max-width: 100px;
    height: 70px; */
    margin: 0 auto;
    text-align: center;
}
.certificates-slider .owl-stage-outer {
    overflow: visible;
}
/* ==========================
Certificates Slider Css
========================== */
/* ==========================
How It Works
========================== */
section.bank-howit-section {
    padding: 20px 0px 50px;
}
section.bank-howit-section .row {
    justify-content: center;
}
.bank-howit-title {
    text-align: center;
    margin-bottom: 40px;
}
.bank-howit-title h2 {
    font-weight: 800;
    font-size: 42px;
}
.bank-howit-title p {
    font-size: 18px;
    letter-spacing: 0.50px;
}
section.supported-bank-wrapper p {
    color: #FFF;
}
section.bank-howit-section .col-lg-4 {
    margin-top: 60px;
}
.bank-howit-box {
    position: relative;
    text-align: center;
    background: linear-gradient(#f8fafc , #eff6ff , #e0e7ff);
    border-radius: 20px;
    padding: 30px 30px 80px;
    border-bottom: 11px solid #466cb5;
    box-sizing: border-box;
    height: 100%;
}
.listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
}
.listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 11px solid #466cb5;
    border-radius: 800px;
    left: -50%;
}
.bank-howit-svg-div {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.bank-howit-svg {
    display: inline-block;
    background: #bfdbfe;
    box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.3);
    padding: 12px;
    border-radius: 50%;
    /* border: 1px solid #3333; */
}
.bank-howit-svg svg {
    background: #FFF;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.bank-howit-circle {
    padding: 20px 20px 70px;
    position: relative;
    top: 30px;
}
.bank-howit-circle h3 {
    font-size: 22px;
}
.bank-howit-box h4 {
    font-size: 30px;
    font-weight: 900;
    background: #FFF;
    display: inline-block;
    padding: 14px;
    border-radius: 50px;
    margin-bottom: 0;
    box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 0.25);
    color: #466cb5;
}
.bank-bottom-round {
    background: #FFF;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    box-shadow: 4px 4px 10px 0px rgb(0 0 0 / 0.25);
    animation: ripple 0.7s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}
/* ==========================
How It Works
========================== */
/* ==========================
Supported Banks
========================== */
section.supported-bank-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0px;
    overflow: hidden;
}
section.supported-bank-wrapper .row {
    justify-content: center;
}
section.supported-bank-wrapper h2 {
    color: #FFF;
}
.supported-bank-box {
    border: 1px solid #466cb554;
    background: linear-gradient(#f8fafc , #eff6ff , #e0e7ff);
    text-align: center;
    position: relative;
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.supported-bank-box img {
    object-fit: contain;
    max-width: 160px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
}
.supported-bank-slider {
    margin-bottom: 30px;
}
/* ==========================
Supported Banks
========================== */
/* ==========================
Benefits With Us
========================== */
section.bank-benefits-wrapper {
    padding: 60px 0px 80px;
}
.bank-benefits-main-box .row {
    justify-content: center;
}
.bank-benefits-main-box {
    border: 1px solid #466cb554;
    background: linear-gradient(#f8fafc , #eff6ff , #e0e7ff);
    border-radius: 20px;
    box-shadow: 0px 5px 30px #008eff66;
}
.bank-benefits-box {
    padding: 30px;
    height: 100%;
    text-align: center;
    background: transparent;
    transition: 0.6s;
    border-radius: 20px;
}
.bank-benefits-box:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.bank-benefits-box:hover h3, .bank-benefits-box:hover p {
    color: #FFF;
}
.bank-benefits-box:hover svg path {
    fill: #FFF !important;
    color: #FFF !important;
}
.bank-benefits-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: 0.6s;
}
.bank-benefits-box p {
    font-size: 17px;
    letter-spacing: 0.50px;
    transition: 0.6s;
}
.bank-benefits-box svg path {
    transition: 0.6s;
}
.bank-benefits-box svg {
    margin-bottom: 20px;
    transition: 0.6s;
}
/* ==========================
Benefits With Us
========================== */
/* ==========================
Discover Our App
========================== */
section.bank-discover-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 60px 0px;
}
section.bank-discover-content h2 {
    color: #FFF;
}
section.bank-discover-content .row {
    justify-content: center;
}
.bank-discover-slider.owl-carousel.owl-theme {
    display: block;
}
.bank-discover-slider-banners img {
    margin-bottom: 30px;
}
.bank-discover-slider-text p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.50px;
}
.bank-discover-slider-text {
    padding: 40px 30px 20px;
    border-radius: 30px;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
/* ==========================
Discover Our App
========================== */
/* ==========================
Our Features
========================== */
section.bank-features-content {
    background: linear-gradient(#f8fafc , #eff6ff , #e0e7ff);
    padding: 60px 0px;
}
.bank-features-text {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #bfdbfe;
    padding: 30px;
    height: 100%;
    border-radius: 14px;
}
.bank-features-text h3 {
    font-size: 20px;
}
.bank-features-text svg {
    margin-bottom: 20px;
}
/* ==========================
Our Features
========================== */
/* ==========================
About Us
========================== */
section.bank-about-content {
    padding: 80px 0px;
}
.bank-about-text p {
    font-size: 18px;
    letter-spacing: 0.50px;
}
.bank-about-text ul {
    margin-top: 20px;
}
.bank-about-text ul li {
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    font-size: 17px;
    padding-left: 25px;
}
.bank-about-text ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
section.bank-about-content .row {
    align-items: center;
}
/* ==========================
About Us
========================== */