@font-face {
    font-family: 'montserrat';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Montserrat-Regular.woff') format('woff'),
       url('fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-medium';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Montserrat-Medium.woff') format('woff'),
       url('fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Montserrat-SemiBold.woff') format('woff'),
       url('fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Montserrat-Bold.woff') format('woff'),
       url('fonts/montserrat-bold.ttf') format('truetype');
}


html { scroll-behavior: smooth;}
body{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 300;
    background: #fff;
    color: #372717;
    font-family: 'montserrat';
}
.container {max-width: 1140px; margin: auto; padding-left: 15px; padding-right: 15px;}
a {text-decoration: none;}
ul, li {
  list-style: none;
}

header.sticky {
  background-color: #133a3a;
}
/* Header Base */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.header-inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.header-logo {width: 23%;}
.header-nav {width: 62%;}
.header-login {width: 15%}

/* Logo */
.header-logo img {
  height: 45px;
}

/* Navigation */
.header-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding-left: 0px;
}
.header-nav ul li {padding: 0px 5px;}
.header-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.header-nav ul li a.active {
  color: #F2C186;
  font-weight: 600;
  font-family: 'montserrat-bold';
}

/* Login Button */
.btn-login {
  font-family: 'montserrat-bold';
  font-weight: bold;
  fill: #133A3A;
  color: #133A3A;
  background-color: #F2C186;
  border-radius: 18px;
  padding: 8px 20px 8px 25px;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  max-width: 85px;
  margin: auto;
  margin-right: 0px;
  text-align: center;
}

.btn-login img {
  width: 100%;
  max-width: 15px;
}


/* Mobile Toggle */
.menu-toggle {
  display: none;
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
}



main {overflow: hidden;}
 
main .home-section .owl-carousel {display: block; opacity: 1}

main .home-section .owl-carousel .content-section{
    max-width: 1140px;
    width: 100%;
    margin: auto;
}
main .home-section .owl-carousel .content-section .content {
    margin: auto;
    margin-right: 0px;
    width: fit-content;
    max-width: 400px;
}
main .home-section .owl-carousel .content-section .content img {
   max-width: 300px;
   margin-bottom:20px;
}
main .home-section .owl-carousel .content-section .content h1 {
    font-size: 35px;
    color: #f2c186;
    font-weight: bold;
    margin-bottom: 5px;
     font-family: 'montserrat-bold';
}
main .home-section .owl-carousel .content-section .content h5 {
    font-size: 21px;
    margin: 0px;
}
main .home-section .owl-carousel .content-section .content p {
    font-size: 15px;
}

main .home-section2 {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}
main .home-section2 .brand-logos {
    background-color: #133A3A;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
    border-radius: 50px;
    padding: 30px 15px;
    align-items: center;
}
main .home-section2 .brand-logos img {
    width: 100%;
}

main .home-section3  {
  margin: 40px auto 100px;
}
main .home-section3 .feature-item {
    list-style: none;
    background-color: #F4F4F4;
    border-radius: 25px;
    padding: 10px 30px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap:15px;
}
main .home-section3 .feature-item img {
    width: 100%
}
main .home-section3 .feature-text {
   font-family: 'montserrat-bold';
   color: #133A3A;
   font-size: 16px;
}
main .home-section3 .smart-card {
   display: grid;
   grid-template-columns: 1fr 1.1fr 1fr;
   gap: 15px;
}

main .home-section3 ul {padding-left: 0px;}
main .home-section3 .smart-image img {width: 100%} 

main .home-section3 .button {
  text-align: center;
  margin: 40px auto;
}
main .home-section3 .button a{
    background-color: #133A3A;
    font-family: 'montserrat-bold';
    font-weight: bold;
    fill: #F2C186;
    color: #F2C186;
    border-radius: 25px 25px 25px 25px;
    padding: 20px 60px 20px 60px;
    font-size: 16px;
}

main .home-section3 .smart-title {
   font-family: 'montserrat-bold';
    font-size: 31px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #133A3A;
    text-align: center;
    margin-bottom: 0px;
}

main .home-section3 .smart-payments .subhead {
    font-family: 'montserrat-bold';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #133A3A;
    text-align: center;
}

main .home-section3 .smart-payments .images {
    background-color: #F4F4F4;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}
main .home-section3 .smart-payments .images img {
   width: 100%;
   max-width: 260px;
}
main .home-section3 .smart-payments .images:last-child img {
  max-width: 120px;
}

main .home-section4 {
    margin: 40px auto;
}
main .home-section4 .why-section{
    background-image: url('../source/home-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    max-width: 991px;
    margin: 0px auto -180px;
    position: relative;
    z-index: 9;
}
main .home-section4 .why-images {width: 40%; text-align: right;}
main .home-section4 .why-content {width: 60%}
main .home-section4 .why-images img {
  width: 100%;
  max-width: 300px;
}
main .home-section4 .why-content img {
  width: 100%;
  max-width: 24px;
}
main .home-section4 .why-content h1 {
    font-family: 'montserrat-bold';
    font-size: 31px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #133A3A;
}
main .home-section4 .why-content h2 {
   font-family: 'montserrat-bold';
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
    color: #133A3A;
}
main .home-section4 .why-content ul {
  padding-left: 0px;
}
main .home-section4 .why-content ul li {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
   margin-bottom: 10px;
}
main .home-section4 .why-content ul li span {
    font-family: 'montserrat-bold';
    color: #257272;
    transition: color 0.3s;
    font-size: 16px;
}

main .home-section5 {
    background-image: url('../source/home-bg3.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 400px 0px 40px;
}
main .home-section5 .cards-container {
    background-image: url('../source//home-bg4.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0px 50px;
}

main .home-section5 .cards-container .container {
    max-width: 991px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    text-align: center;
    color: #fff;
}
main .home-section5 .card-block {
  margin-top: -280px;
  margin-bottom: -100px;
}
main .home-section5 .card-block h2 {
   font-family: 'montserrat-bold';
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #F2C186;
}
main .home-section5 .card-block h2 span {
    color: #fff;
}
main .home-section5 .card-block img {
  width: 100%;
  max-width: 250px;
}

main .home-section5 .benefits {
   text-align: center;
   color: #fff;
   padding-top: 100px;
}
main .home-section5 .benefits h2 {
    font-size: 31px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: 'montserrat-bold';
}
main .home-section5 .benefits p {
    font-family: 'montserrat-bold';
    font-size: 21px;
}
main .home-section5 .benefits p strong {
    font-weight: bolder;
}
main .home-section5 .benefits .benefits-grid {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-gap: 15px;
   max-width: 991px;
   margin: auto;
}
main .home-section5 .benefits .benefit-item {
  text-align: left;
}
main .home-section5 .benefits .benefit-item h3 {
    font-family: 'montserrat-bold';
    font-size: 18px;
}
main .home-section5 .benefits .benefit-item p {
    font-size: 13px;
    font-family: 'montserrat-semibold';
}


main .home-section6 {
    background-image: url('../source/home-bg2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
}

main .feature-section {
   display: flex;
   flex-direction: row;
   align-items: center;
   gap: 10px;
} 
main .feature-section .feature-image {width: 30%; text-align: center;}
main .feature-section .feature-content {width: 70%} 
main .feature-section .feature-image img {
   width: 100%;
      max-width: 300px;
}
main .feature-section .feature-content h2 {
    font-family: 'montserrat-bold';
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #133A3A;
}
main .feature-section .feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
main .feature-section .feature-list h3 {
    font-family: 'montserrat-bold';
    font-size: 18px;
    font-weight: bold;
    color: #133A3A;
}
main .feature-section .feature-list p {
    font-size: 13px;
    font-weight: 600;
    color: #257272;
}

main .heading-title {
    font-family: 'montserrat-bold';
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #133A3A;
    margin-bottom: 10px;
}

main .text-editor {
    font-family: 'montserrat-semibold';
    color: #257272;
    line-height: 1.3em;
    font-size: 13px;
}
main a.link-btn {
    display: inline-block;
    background-color: #133A3A;
    font-family: 'montserrat-bold';
    color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    padding: 12px 40px 12px 40px;
    font-size: 16px;
}

main .breadcrumb-section {
    padding: 200px 15px 100px;
    color: #fff;
    text-align: center;
    font-family: 'montserrat-bold';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

main .breadcrumb-section .breadcrumb-title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 10px;
}
main .breadcrumb-section .breadcrumb-title span {
    color: #F2C186;
}
main .breadcrumb-section#about-us {
    background-image: url('../source/about-breadcrumb.jpg');
    padding: 200px 15px 200px;
}
main .breadcrumb-section#affiliates {
    background-image: url('../source/affilate-breadcrumb.jpg');
}
main .breadcrumb-section#card {
    background-image: url('../source/card-breadcrumb.jpg');
}
main .breadcrumb-section#transfer {
    background-image: url('../source/transfer-breadcrumb.jpg');
}
main .breadcrumb-section#blog {
    background-image: url('../source/blog-breadcrumb.jpg');
}
main .breadcrumb-section#faq {
    background-image: url('../source/fq-breadcrumb.jpg');
    margin-bottom: 200px;
}
main .breadcrumb-section#about-us .container {
    max-width: 800px;
    margin: auto;
}
main .breadcrumb-section#affiliates .breadcrumb-title {font-size: 28px;}
main .breadcrumb-section#card .breadcrumb-title {font-size: 28px;}
main .breadcrumb-section#transfer .breadcrumb-title {font-size: 28px;}
main .breadcrumb-section#transfer .breadcrumb-content {max-width: 600px; margin: auto;}
main .breadcrumb-section#blog .breadcrumb-content {max-width: 768px; margin: auto;}
main .breadcrumb-section .breadcrumb-images img {max-width: 400px;}
main .breadcrumb-section .register-btn a {
    background-color: #F2C186;
    fill: #133A3A;
    color: #133A3A;
    border-radius: 25px 25px 25px 25px;
    padding: 20px 60px 20px 60px;
    margin-top: 40px;
}
main .breadcrumb-section#faq .breadcrumb-images {margin-top: 20px;   margin-bottom: -200px;}
main .breadcrumb-section#faq .breadcrumb-images img {max-width: 800px; width:100%;}

main .card-section {text-align: center;}
main .card-section .container {
    margin: 40px auto;
}
main .card-section .card-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
main .card-section .card-listing img {width: 100%;}
main .card-section a.link-btn {
    text-transform: uppercase; 
    color: #F2C186;
    padding: 20px 60px 20px 60px;
}
main .card-section2 {
    background-color: #133A3A;
    padding: 40px 0px;
}
main .card-section2 .container {
    max-width: 991px;
}
main .card-section2 .row {align-items: center;}
main .card-section2 .card-img {text-align: center;}
main .card-section2 img {width: 100%; max-width: 300px; margin: auto;}
main .card-section2 .heading-title {color: #fff; text-align: center; margin-bottom: 20px;}
main .card-section2 .heading-title span {color: #F2C186;}
main .card-section2 .card-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
main .card-section2 .card-flex item {
    width: 23%;
}
main .card-section2 .card-flex item .card-box {background-color: #fff; padding: 15px; border-radius: 15px; text-align: center;}
main .card-section2 .card-flex item .card-box img {max-width: 100px; margin: auto;}
main .card-section2 .card-flex item .card-info {
    font-family: 'montserrat-semibold';
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3em;
    color: #133A3A;
}
main .card-section3 {
    background-image: url('../source/card-bg2.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%;
}
main .card-section3 .row > * {padding: 0PX!important}
main .card-section3 .container {max-width: 100%;}
main .card-section3 .card-box {
    background-color: rgba(19,58,58,0.8);
    padding: 30% 10%;
}
main .card-section3 .card-box h2,
main .card-section3 .card-box p {color: #fff}
main .card-section3 .card-box img {width: 100%}

main .transfer-section {
    background-image: url('../source/transfer-bg2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0px;
}
main .transfer-section h2 {text-align: center;}
main .transfer-section .Virtual-listing {max-width: 991px; margin: 40px auto;}
main .transfer-section .Virtual-box {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-gap: 10px;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 25px;
    background-color: #fff;
    align-items: center;
}
main .transfer-section .Virtual-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
main .transfer-section .Virtual-info {
    text-align: left;
    padding: 8%;
    font-family: 'montserrat-semibold';
    color: #133A3A;
}
main .transfer-section .Virtual-info h2 {font-size: 21px; text-align: left;}
main .transfer-section .Virtual-info ul {padding-left: 20px;}
main .transfer-section .Virtual-info ul li {list-style-type: disc; margin-bottom: 10px; }

main .transfer-section .logo-listing{
    align-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    max-width: 800px;
    margin: 40px auto;
    grid-gap: 15px;
}
main .transfer-section .logo-listing item {text-align: center;}
main .transfer-section .logo-listing img {width: 100%; max-width: 250px; margin: auto;}
main .transfer-section .logo-listing item:last-child img {max-width: 100px;}

main .transfer-section2 {
    background-image: url('../source//transfer-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 0px;
}
main .transfer-section2 .container {max-width: 991px; margin: auto;}
main .transfer-section2 .security-images {margin-top: 40px;}
main .transfer-section2 img {width: 100%}
main .transfer-section2 h2, 
main .transfer-section2 p {color: #fff; line-height: 1.5;}
main .transfer-section2 p span {
    display: block;
    color: #F2C186;
    font-weight: normal;

}
main .transfer-section2 .security-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
main .transfer-section2 .security-listing h2 {
    font-size: 18px;
    line-height: 1.3em;
    color: #F2C186;
}
main .transfer-section2 .security-listing p {
    font-weight: normal;
}

main .blog-section {margin-top: -60px; margin-bottom: 40px;}
main .blog-section .container {max-width: 991px; margin: auto;}
main .blog-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
main .blog-grid article {width: 31.5%;}
main .blog-grid article img {width: 100%;}
main .blog-grid article .blog-title a {font-size: 16px;}
main .blog-grid article .blog-excerpt {color: #257272; font-size: 12px; margin-bottom: 20px;}
main .blog-grid article a.link-btn {
    font-size: 12px;
    padding: 10px 30px 10px 30px;
    color: #F2C186;
}
main .blog-section .pagination {
    text-align: center;
    margin-top: 40px;
}
main .blog-section .pagination a {
    padding: 6px 12px;
    color: #133A3A;
    font-size: 16px;
}
main .blog-section .pagination a.active {
    background-color: #133a3a;
    color: #fff;
}

main .vision-section .container {
    max-width: 800px;
    margin: -150px auto 40px;
    text-align: center;
}
main .vision-image {margin-bottom: 10px;}
main .vision-section img {
    width: 100%;
}

main .mission-section .container {
    max-width: 800px;
    margin: 40px auto;
}
main .mission-section img {width: 100%}
main .mission-section ul {padding-left: 20px;}
main .mission-section ul li {list-style-type: disc;}

main .investor-section {
   background-color: #133A3A;
   padding: 20px 15px;
}
main .investor-section .container {
    max-width: 800px;
    margin: 40px auto;
}
main .investor-section .row { align-items: center;}
main .investor-section .heading-title {color: #fff}
main .investor-section .text-editor  {color: #fff; font-family: 'montserrat';}
main .investor-section img {width: 100%}

main .partner-section {
    margin: 40px auto;
}
main .partner-section .row {align-items: center;}
main .partner-section img {width: 100%}

main .affiliates-section {
    max-width: 991px;
    margin: 40px auto;
}
main .affiliates-section h2 {text-align: center; margin-bottom: 40px;}
main .affiliates-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
main .affiliates-list img {width: 100%; max-width: 70px;}
main .affiliates-list h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
main .affiliates-list p {
    margin-top: 0px;
}
main .affiliates-section2 {
    text-align: center;
}
main .affiliates-section2 .container { max-width: 768px; margin: 40px auto;}
main .affiliates-section2 img {width: 100%;}

main .affiliates-section2 .item-content {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
    align-items: center;
    background-color: #F5F5F5;
    padding: 15px;
}
main .affiliates-section2 .item-images img {width: 100%; max-width: 80px}
main .affiliates-section2 .item-info {
    text-align: left;
    font-family: 'montserrat-semibold';
    color: #257272;
    line-height: 1.3em;
    font-size: 13px;
} 
main .affiliates-section2 .owl-dot span { width: 8px!important; height: 8px!important;}
main .affiliates-section2 .owl-dot.active span {background: #133A3A!important;}

main .subscribe-section {margin: 40px auto; }
main .subscribe-section .container { max-width: 991px;}
main .subscribe-section .subscribe-content {
    background-image: url('../source/affilate-img2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    overflow: hidden;
}
main .subscribe-section .content {
     background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(270deg, #133A3A 70%, #1731324D 100%);
    padding: 10% 20px 10% 25%;
}
main .subscribe-section .content h2,
main .subscribe-section .content p {
    color: #fff;
}
main .subscribe-section a {
    margin-top: 40px;
    background-color: #F2C186;
    color: #133A3A;
}

main .faq-section#card-page {
    background-image: url('../source//card-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 40px 0px ;
}
main .faq-section {margin: 40px auto 80px;}
main .faq-section h2 {text-align: center;}
main .faq-section.part2 {
    background-color: #133A3A;
    padding: 30px 0px 40px;
}
main .faq-section .heading-title {margin-bottom: 40px;}
main .faq-section.part2 .heading-title { color: #fff;}

main .faq-section .container{
   max-width: 991px;
}
main .faq-section .accordion-item {
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

main .faq-section .accordion-header {
    background: #F5F5F5;
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
    color: #257272;
    font-size: 18px;
    font-family: 'montserrat-bold';
}

main .faq-section .accordion-header:hover,
main .faq-section .accordion-header.active {
    background: #257272;
    color: #fff;
}

main .faq-section .accordion-icon {
    font-size: 21px;
    transition: transform 0.3s ease;
    background-color: #257272;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 2px 8px;
}
 
main .faq-section .accordion-header:hover .accordion-icon,
main .faq-section .accordion-header.active .accordion-icon {
    background-color: #fff;
    color: #257272;
}

main .faq-section .accordion-content {
    display: none;
    background: #257272;
    line-height: 1.6;
    color: #fff;
}

main .faq-section .accordion-content .content {
    border-radius: 15px;
    border: 1px solid transparent;
    padding:  0px 15px;
    font-size: 16px;
}

main .faq-section .accordion-content.show {
    display: block;
    padding: 0px 30px 25px;
}
main .faq-section .accordion-content.show .content {
    border-color: #fff;
}


.site-footer {
  background-color: #133A3A;
  padding: 40px 20px 20px;
  font-family: sans-serif;
  color: #fff;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-logo-payment {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo img {
  width: 100%;
  max-width: 180px;
}

.footer-payment img {
  width: 100%;
  max-width: 450px;
}

.footer-section h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #F1C185;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-middle {
  margin-top: 30px;
}

.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.3;
}

.footer-text {
  border: 1px solid #F1C185;
  padding: 15px 30px;
  border-radius: 25px;
}

.footer-text strong {
   display: block;
   color: #f1c185;
   font-size: 14px;
   font-weight: 600;
   margin-bottom: 5px;
}
.footer-text ol {
  padding-left: 20px;
  
}
.footer-text ol li {list-style-type: decimal; margin-bottom: 5px;}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

/*#####################################################*/

/* Responsive */

@media (max-width: 991px) {
  .header-logo {width: 50%;}
  .header-nav {width: 50%;}
  .header-login {display: none;}

  .footer-top {
    gap: 20px 10px;
  }
  .footer-logo-payment{
    width: 100%;
  }
  .footer-payment img {
    max-width: 600px;
  }
  .footer-section {
    width: 30%;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0px;
    flex-direction: column;
  }

  .header-nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
    color: #fff;
  }
  .header-nav ul {
    flex-direction: column;
    gap: 0px;
    margin: 0px;
  }
  .header-nav ul li a {
    color: #33373d;
    display: block;
     padding: 15px 30px;
  }

  .header-nav ul li:hover a, 
  .header-nav ul li a.active {
     background-color: #133a3a;
     color: #fff;
  }

  main .home-section2 .brand-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  main .home-section2 .brand-logos > a {
    width: 22%;
  }

  main .feature-section {
    flex-direction: column;
  }
  main .feature-section .feature-image,
  main .feature-section .feature-content {width: 100%}

  main .home-section3 .smart-card {
    display: flex;
    flex-direction: column;
  }
  main .home-section3 .smart-card .smart-content {order: 2}
  main .home-section3 .smart-card .smart-image {order: 1}
  main .home-section3 .smart-card .smart-payments {order: 3}
  main .home-section3 .smart-card br {display: none;}
  main .home-section3 .feature-item {display: flex; flex-direction: row;}
  main .home-section3 .feature-item img {max-width: 150px;}
}

@media (max-width: 768px) {
    main .home-section .owl-carousel .content-section .content {max-width: 100%}

    main .feature-section .feature-content h2 {text-align: center;}
    main .feature-section .feature-list {
      grid-template-columns: 1fr;
      text-align: center;
    }

    main .home-section4 .why-section {
      flex-direction: column;
    }
    main .home-section4 .why-images {text-align: center;}
    main .home-section4 .why-images,
    main .home-section4 .why-content {width: 100%;}

    main .mission-title,
    main .investor-content,
    main .partner-content {text-align: center; margin-top: 20px;}

    main .affiliates-list {
        grid-template-columns: 1fr 1fr;
    }

    main .card-section2 .card-flex item {width: 32%}

    main .card-section3 .row {
        flex-direction: column;
    }
    main .card-section3 .col-md-7 {min-height: 300px}
    main .card-section3 .card-box {
        background-color: rgba(19, 58, 58, 1);
        padding: 40px 15px;
    }
    main .card-section3 .card-box  {text-align: center;}
    main .card-section3 .card-box img {max-width: 600px;}

    main .blog-grid article{width: 48%}
}

@media (max-width: 580px) {
    main .home-section5 {
      padding: 100px 0px 40px;
    }
    main .home-section5 .cards-container .container {grid-template-columns: 1fr;}
    main .home-section5 .card-block {margin: 20px auto; }
    main .home-section5 .benefits {padding-top: 0px;}
    main .home-section5 .benefits .benefits-grid {grid-template-columns: 1fr 1fr}


    main .card-section .card-listing {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    main .card-section .card-listing item {width: 31%}
    main .card-section2 .card-flex item {width: 48%}
    main .affiliates-list {
        grid-template-columns: 1fr;
    }

    main .subscribe-section .content {
        padding: 30px 25px;
    }

    main .transfer-section .Virtual-box {
        grid-template-columns: 1fr;
    }
    main .transfer-section .Virtual-info {padding: 0px 25px 25px;}
    main .transfer-section2 .security-listing {
        grid-template-columns: 1fr;
    }
    main .transfer-section .logo-listing {
        grid-template-columns: 1fr;
    }
    
    main .blog-grid {gap: 10px;}
    main .blog-grid article{width: 100%}

    main .breadcrumb-section#faq {
        margin-bottom: 120px;
    }
    main .faq-section {
        margin: 0 auto 0;
    }
    main .faq-section .heading-title {
        margin-bottom: 10px;
    }
    .affiliates-list { text-align:center;}
}

@media (max-width: 365px) {
    main .card-section .card-listing item {width: 48%}
    main .card-section2 .card-flex item {width: 100%}
    main .blog-grid article{width: 100%}
}


/* Always show header-login block on all devices */
.header-login {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

/* On mobile, make sure it sits before the toggle button */
@media (max-width: 992px){
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-login {
    order: 1;        /* comes before toggle */
    margin-left: 50px;
  }

  .menu-toggle {
    order: 2;
  }
}
/* Fix login button on small screens */
@media (max-width: 992px){
  .btn-login {
    max-width: none;          /* let button auto-size */
    padding: 10px 20px;        /* even padding around text/icon */
    justify-content: center;  /* center icon + text horizontally */
  }
  .btn-login img {
    max-width: 16px;          /* keep icon small */
  }
  .btn-login span {
    margin-left: 0px;         /* space between icon and text */
  }
}
