
 *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    overflow-x:hidden;
    background:#fff;
}

img{
    max-width:100%;
    display:block;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/* Nav-bar */

.nav-bar{
    padding:25px 0;
    border-bottom:1px solid #eee;
}

.nav-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.nav-logo{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}

.logo-icon{
    width:35px;
    height:35px;
    background-image: url(/image/logo.png);
    border-radius:8px;
    position:relative;
}

.logo-icon::after{
    content:"";
    width:10px;
    height:10px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.logo-text{
    font-size:22px;
    font-weight:700;
    color:#1d266d;
}

.nav-links{
    display:flex;
    list-style:none;
    gap:30px;
}

.nav-links a{
    text-decoration:none;
    color:#333;
}

.nav-actions{
    display:flex;
    gap:15px;
}

.btn-signin{
    border:none;
    background:none;
    cursor:pointer;
}

.btn-signup{
    background:#202D8F;
    color:white;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    cursor:pointer;
}

/* hero-section-one */

.section-one{
    background:#f7f9ff;
    padding:80px 0;
}

.hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;
}

.hero-left{
    flex:1;
    min-width:300px;
}

.gateway{
    color:#ff7a45;
    margin-bottom:20px;
}

.hero-title{
    font-size:55px;
    color:#1d266d;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-title span{
    color:#5b45ff;
    text-decoration: underline;
}

.hero-text{
    color:gray;
    line-height:1.8;
    margin-bottom:30px;
}

.hero-buttons{
    display:flex;
    gap:20px;
}

.get-started{
    background:#5b45ff;
    color:white;
    /* border:none; */
    padding:15px 30px;
    border-radius:8px;
    cursor:pointer;
    border-color: black;
    border-width: 2px;
}
.get-started:hover{
    background-color: #ff7a45;
}

.learn-btn{
    background:white;
    border:1px solid #ddd;
    padding:15px 30px;
    border-radius:8px;
    color:#5b45ff;
    cursor:pointer;
    border-width: 2px;
}
.learn-btn:hover{
    background-color: #ff7a45;
    color: white;
}

.hero-right{
    flex:1;
    min-width:300px;
    height:500px;
    background-image: url(/image/banking.png);
    border-radius:25px;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* partners-section-two */

.section-two{
    padding:100px 0;
    text-align:center;
}

.trusted{
    color:#ff7a45;
    margin-bottom:15px;
}

.our-partner{
    font-size:42px;
    color:#1d266d;
    margin-bottom:15px;
}

.write-up2{
    color:gray;
    margin-bottom:50px;
}

.partners{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.partner-box{
    width:150px;
    height:50px;
    background:#d9dde5;
    border-radius:8px;
}

/* benefit-section-three */

.section-three{
    padding:100px 0;
}

.benefits-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    flex-wrap:wrap;
    margin-bottom:60px;
}

.advantages{
    color:#ff7a45;
    margin-bottom:15px;
}

.benefits-title{
    font-size:45px;
    color:#1d266d;
    line-height:1.3;
}

.benefits-text{
    max-width:450px;
    color:gray;
    line-height:1.8;
}

.benefit-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px,1fr));
    gap:30px;
}

.box{
    background:#f7f8fc;
    padding:35px;
    border-radius:20px;
}

.box-icon{
    width:60px;
    height:60px;
    background:white;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.box h3{
    color:#1d266d;
    margin-bottom:15px;
}

.box p{
    color:gray;
    line-height:1.8;
    margin-bottom:20px;
}

.box a{
    color:#5b45ff;
    text-decoration:none;
}

/* exchange-section-four */

.section-four{
    padding:100px 0;
}

.exchange-wrapper{
    display:flex;
    gap:70px;
    align-items:center;
    flex-wrap:wrap;
}

.exchange-card{
    flex:1;
    min-width:320px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:25px;
    padding:35px;
}

.exchange-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}

.money-box{
    background:white;
    border:1px solid #eee;
    border-radius:16px;
    padding:20px;
    margin-bottom:20px;
}

.money-box h2{
    color:#1d266d;
    margin-top:10px;
}

.convert-btn{
    width:100%;
    padding:18px;
    border:none;
    background:#ff8f66;
    color:white;
    border-radius:12px;
    cursor:pointer;
}

.help{
    text-align:center;
    margin-top:15px;
    color:gray;
}

.help span{
    color:#5b45ff;
}

.exchange-content{
    flex:1;
    min-width:300px;
}

.best-services{
    color:#ff7a45;
    margin-bottom:15px;
}

.exchange-content h1{
    font-size:50px;
    color:#1d266d;
    line-height:1.3;
    margin-bottom:25px;
}

.exchange-content p{
    color:gray;
    line-height:1.8;
    margin-bottom:20px;
}

.download-links{
    display:flex;
    gap:30px;
    margin:30px 0;
    flex-wrap:wrap;
}

.learn-more-btn{
    background:#5b45ff;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:10px;
    cursor:pointer;
}
.section-five{
    width: 100%;
    display: flex;
    justify-content: center;
    height: 500px;
    background-color: white;
    margin-left: -140px;
    margin-top: -20px;
}
.finacial-content{
    width: 500px;
    height: 500px;
    margin-right: 450px;
    margin-top: 30px;
}

.the-professional{
    color:#ff7a45;
    margin-bottom:15px;
}

.finacial-content h1{
    font-size:40px;
    color: #1d266d;
    line-height:1.3;
    margin-bottom:25px;
}

.finacial-content2{
    color:gray;
    line-height:1.8;
    margin-bottom:20px;
}

.learn-more-btn{

    margin-top: 20px;

}

/* invoice */
 .Invoice {
      background: #ffffff;
      border-radius: 24px;
      width: 360px;
      padding: 36px 28px 32px;
      box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
      position: relative;
      overflow: hidden;
      margin-left: 1300px;
      margin-top: -480px;
      height: 500px;
    }

    /* Decorative dots bottom-right */
    .Invoice::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 120px;
      height: 100px;
      background-image: radial-gradient(circle, #c9d4e8 1.5px, transparent 1.5px);
      background-size: 14px 14px;
      opacity: 0.6;
      pointer-events: none;
    }

    /*header */
    .header {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 28px;
    }

    .icon-wrap {
      position: relative;
      width: 68px;
      height: 68px;
      margin-bottom: 14px;
    }

    .icon-circle {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #eef0f6;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon-circle svg {
      width: 30px;
      height: 30px;
      color: #b0b8cc;
    }

    .check-badge {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 22px;
      height: 22px;
      background: #2ecc8e;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #ffffff;
    }

    .check-badge svg {
      width: 11px;
      height: 11px;
      color: #ffffff;
    }

    .header h1 {
      font-size: 17px;
      font-weight: 800;
      color: #1a2354;
      margin-bottom: 4px;
      letter-spacing: -0.2px;
    }

    .header p {
      font-size: 13px;
      font-weight: 400;
      color: #9aa3b8;
    }

    /*  Invoice label */
    .section-label {
      font-size: 12.5px;
      font-weight: 600;
      color: #9aa3b8;
      margin-bottom: 10px;
    }

    /*  Recipient Card */
    .recipient-card {
      background: #f5f7fc;
      border-radius: 14px;
      padding: 16px 18px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 24px;
    }

    .recipient-left .name {
      font-size: 15px;
      font-weight: 800;
      color: #1a2354;
      margin-bottom: 6px;
    }

    .recipient-left .address {
      font-size: 12px;
      font-weight: 400;
      color: #9aa3b8;
      line-height: 1.6;
    }

    .recipient-right {
      text-align: right;
    }

    .recipient-right .amount-label {
      font-size: 11px;
      font-weight: 500;
      color: #9aa3b8;
      margin-bottom: 4px;
    }

    .recipient-right .amount {
      font-size: 17px;
      font-weight: 800;
      color: #1a2354;
      white-space: nowrap;
    }

    .recipient-right .status {
      font-size: 12px;
      font-weight: 700;
      color: #2ecc8e;
      margin-top: 3px;
    }

    /* Details rows */
    .details {
      display: flex;
      flex-direction: column;
      gap: 14px;
      margin-bottom: 28px;
    }

    .detail-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .detail-row .label {
      font-size: 13px;
      font-weight: 500;
      color: #9aa3b8;
    }

    .detail-row .value {
      font-size: 13px;
      font-weight: 600;
      color: #9aa3b8;
    }

    /* Payment method row */
    .payment-method {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .visa-badge {
      background: #3b3f9d;
      color: #ffffff;
      font-size: 9px;
      font-weight: 900;
      letter-spacing: 0.5px;
      padding: 3px 6px;
      border-radius: 4px;
      font-family: 'Nunito', sans-serif;
    }

    .card-number {
      font-size: 13px;
      font-weight: 600;
      color: #9aa3b8;
    }

    /* divider */
    .divider {
      width: 1px;
      height: 14px;
      background: #d8dde8;
    }

    /* invoice-footer help */
    .invoice-footer {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      font-size: 13px;
      color: #9aa3b8;
      font-weight: 500;
    }

    .invoice-footer svg {
      width: 16px;
      height: 16px;
      color: #9aa3b8;
      flex-shrink: 0;
    }

    .invoice-footer a {
      color: #1a2354;
      font-weight: 700;
      text-decoration: none;
    }

    .invoice-footer a:hover {
      text-decoration: underline;
    }

    .section-six{
        /* background-color: red; */
        width: 100%;
        height: 800px;
        margin-top: 25px;
        background-image: url(/image/Group\ 1713.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    /* }

    .section-seven{
        width: 100%;
        height: 500px;
        background-color: #202D8F;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .promotional{
        color: orangered;
        font-size: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 100px;
        padding-top: -500px;


    }
    .promotional-content{
        color: midnightblue;
        padding-top: 60px;
                display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 28px;
    } */


.section-seven {
  width: 100%;
  padding: 60px 24px;
  background: linear-gradient(135deg, #dce8f8, #eaf2fb, #f0f6fd);
  display: flex;
  flex-direction: column;   /* stack items vertically */
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  min-height: 500px;
}
.promotional {
  color: #e84a1a;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 70px;
}
.promotional-title {
  color: #0d1a6e;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
    padding-top: 10px;
}
.promotional-sub {
  color: #555e7a;
  font-size: 18px;
  margin: 0 0 24px;
  line-height: 1.6;


}
.input-row {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 6px 6px 6px 14px;
  max-width: 400px;
  height: 60px;
  width: 100%;
  gap: 8px;
}
.input-row input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
}
.subscribe-btn {
  background: #4b45c6;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}





/* footer */

 .footer {
  width: 100%;                       
  background: #ffffff;
  padding: 60px 80px 0;               
  font-family: sans-serif;
  height: 400px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-bottom: 48px;
  width: 100%;                       
}

.footer-bar {
  width: 100%;                        
  border-top: 1px solid #e8ecf5;
  padding: -50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;     
} 
.col-title {
  color: #0d1a6e;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 28px;
  font-size: 20px;
  padding-left: 40px;

}

.col-link {
  display: block;
  color: #626161;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 40px;
  padding-left: 40px;


}

.col-link:hover {
  color: #c66745;
  text-decoration: underline;
}

.contact-text,
.stay-sub {
  color: #9aa0b4;
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 12px;
  
}

.email-row {
  display: flex;
  align-items: center;
  border: 1px solid #dde2f0;
  border-radius: 8px;
  padding: 6px 6px 6px 12px;
  gap: 8px;
}

.email-row input {
  border: none;
  outline: none;
  font-size: 13px;
  color: #333;
  flex: 1;
  min-width: 0;
}

.email-row input::placeholder {
  color: #b0b7cc;
}

.send-btn {
  background: #4b45c6;
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
}



.section-eight {
  width: 100%;
  height: 80px;
  background: #f7f9ff;
  display: flex;


}


.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0d1a6e;
  font-size: 30px;
  font-weight: 700;
    margin-bottom: 25px;
}

.brand-icon {
  width: 28px;
  height: 28px;
 background-image: url(/image/logo.png);
  border-radius: 50%;
  margin-left: 100px;
  margin-bottom: 3px;
}

.copyright {
  color: #9aa0b4;
  font-size: 20px;
  margin-left: 750px;
  margin-top: 30px;
}

.socials {
  display: flex;
  gap: 12px;
  margin-left: 600px;
  margin-top: 20px;

}

.social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dde2f0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  cursor: pointer;
  font-size: 11px;
  color: #fafafa;
  background-color: rgb(151, 143, 143);
  padding-top: 7px;

}

.social-btn:hover {
  color: #4b45c6;
  border-color: #4b45c6;
  
}


/*  responsive */

@media(max-width:768px){

    .nav-links{
        display:none;
    }

    .hero-title{
        font-size:38px;
    }

    .benefits-title{
        font-size:34px;
    }

    .exchange-content h1{
        font-size:36px;
    }
}
