* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  font-family: Arial, sans-serif;
  color: white;
  min-height: 200vh;
}

body {
  background: #ffffff;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column; 
  justify-content: flex-start; 
  align-items: center; 
  margin-top: 100px;
   
  width: 100%;
   
}


    
    @media (max-width: 768px) {
      body {
        font-size: 14px;
      }

      main {
        flex-direction: column;
        margin-top: 80px;
      }
    }
    

@font-face {
  font-family: 'MuseoSansRounded';
  src: url('./fonts/MuseoSansRounded900.otf') format('opentype');
  font-weight: 900;
}



.headline {
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
}


@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url('./fonts/MuseoSansRounded700.otf') format('opentype');
}


@font-face {
  font-family: 'MuseoSansRounded-500';
  src: url('./fonts/MuseoSansRounded500.otf') format('opentype');
}


@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url('./fonts/MuseoSansRounded300.otf') format('opentype');
}


@font-face {
  font-family: 'MuseoSansRounded-100';
  src: url('./fonts/MuseoSansRounded100.otf') format('opentype');
}

.subheadline {
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}


.headline {
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
}

@font-face {
  font-family: 'MuseoSansRounded-700';
  src: url('./fonts/MuseoSansRounded700.otf') format('opentype');
}

.subheadline {
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}

@font-face {
  font-family: 'MuseoSansRounded-500';
  src: url('./fonts/MuseoSansRounded500.otf') format('opentype');
}

.subheadlines {
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
}

@font-face {
  font-family: 'MuseoSansRounded-300';
  src: url('./fonts/MuseoSansRounded300.otf') format('opentype');
}

.subheadlinese {
  font-family: 'MuseoSansRounded-300', Arial, sans-serif;
}

@font-face {
  font-family: 'BwModelicaSS01-Bold';
  src: url('./fonts/BwModelicaSS01-Bold.otf') format('opentype');
}

.subheadlinesebw {
  font-family: 'BwModelicaSS01-Bold', Arial, sans-serif;
}

@font-face {
  font-family: 'BwModelicaSS01-Medium';
  src: url('./fonts/BwModelicaSS01-Medium.otf') format('opentype');
}

.subheadlinesebwm {
  font-family: 'BwModelicaSS01-Medium', Arial, sans-serif;
}


@font-face {
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d';
  src: url('./fonts/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format('opentype');
}

.subheadlinesebwmK {
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


@font-face {
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57';
  src: url('./fonts/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format('opentype');
}

.subheadlinesebwmKK {
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57', Arial, sans-serif;
}





.cta-section {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px;
  text-align: center;
   
}

.cta-container {
  max-width: 700px;
  margin: 0 auto;
}

.cta-subtitle {
  font-size: 30px;
  color: #000; 
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57', Arial, sans-serif;
  margin-bottom: 15px;
}

.cta-title {
  font-size: 18px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 25px;
}

.cta-button {
  margin-top: 30px;
  display: inline-block;
  background-color: transparent; 
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  text-decoration: none;
  padding: 14px 40px;
  border-radius: 7px;
  border: 1px solid #ccc
}




.team {
  width: 100%;
  padding: 80px 10%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.team-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}


@media (max-width: 600px) {
  .team {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: -10px; 
  }

  .team-container {
    grid-template-columns: 1fr; 
    gap: 50px;
  }
}



.team-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.team-title {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.3;
  color: #000;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}

.team-titles {
  font-size: 36px;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  line-height: 1.3;
  color: #000;
}

.team-title strong {
  color: #000;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
}

.team-description {
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.team-btn {
  display: inline-block;
  padding: 14px 35px;
  background-color: transparent;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  width: fit-content;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;

  border: 1px solid #ccc;     
  box-sizing: border-box;     
}


.team-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
}


.team-imagees img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
  border:  1px solid #ccc;
}

@media (max-width: 992px) {
  .team-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .team-text {
    align-items: center;
  }
  .team-btn {
    margin: 0 auto;
  }
}



.popup-menu {
  position: absolute;
  top: 70px; 
  right: 751px;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  padding: 4px 0;
  width: 137px;
  display: none;
  z-index: 999999;
}


.popup-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.popup-menu li {
  padding: 12px 20px;   
  margin: 11px 15px;      
  cursor: pointer;
  font-size: 15px;
  color: #374151;
  border-radius: 8px;
  display: flex;
  align-items: center;   
}



.popup-menu li.active {
  background: #F5F5F5;
  font-weight: bold;
  color: #111827; 
}


.popup-menu li:hover {
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .popup-menu {
    position: static;         
    width: 100%;              
    margin-top: 6px;
    box-shadow: none;
    border: none;
    border-radius: 12px;
    background: #f9f9f9;
  }

  .popup-menu li {
    padding: 14px 16px;
    margin: 4px 0;
    font-size: 16px;
  }

  #businessLink {
    position: relative;       
  }
}




.transfer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: transparent;
}


@media (max-width: 768px) {
  .transfer-section {
    margin-top: 20px;
    margin-bottom: 50px; 
    width: 100%;
  }
}


.transfer-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
  padding: 30px;
  width: 100%;
  max-width: 390px;
  font-family: 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
  .transfer-box {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 24px;
  }
}


@media (max-width: 480px) {
  .transfer-box {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    padding: 30px;
    width: 100vw;
    max-width: 94vw;
    margin: 0;
    padding: 44px 40px;
  }
}


.rate-banner {
  background: linear-gradient(90deg, #34c5be, #34c5be, #684fff, #34c5be);
  background-size: 300% 100%;
  animation: gradientMove 1.5s linear infinite;
  border-radius: 6px;
  padding: 12px;
  text-align: center;
  margin-bottom: 25px;
  color: white;
  font-weight: bold;
}


@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.rate-banner:hover {
  background: linear-gradient(90deg, #684fff, #34c5be, #34c5be, #684fff);
}


.rate-banner span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.rate-banner h2 {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.input-inline {
  display: flex;
  gap: 12px;                
  align-items: center;
  margin-top: 8px;
}


.input-inline select,
.input-inline input {
  flex: 1;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  outline: none;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}


.input-inline select {
  flex: 0 0 110px; 
}


.input-inline select:hover,
.input-inline input:hover {
  border-color: #a3a3a3;
}

.input-inline select:focus,
.input-inline input:focus {
  border-color: #684fff;
  box-shadow: 0 0 0 3px rgba(104, 79, 255, 0.15);
}


.form-group label {
  text-align: left;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

@media (max-width: 480px) {
  .input-inline {
    flex-direction: column;
  }

  .input-inline select {
    flex: 1;
    width: 100%;
  }
}



.input-inline input[readonly] {
  background: #f9f9f9;
  font-weight: 600;
  color: #777;
  cursor: not-allowed;
}


.info-row {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}
.info-row .label {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #555;
  font-family: 'MuseoSansRounded-300', Arial, sans-serif;
}
.info-row .value {
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  color: #111;
}
.change-btn {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.change-btn.active {
  background: #684fff;
  color: white;
  border-color: #684fff;
  box-shadow: 0 4px 8px rgba(104, 79, 255, 0.2);
}
 
 
 .change-btn:disabled {
  background-color: #e5e7eb;
  color: #999;
  border-color: #ddd;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.6;
}
 
 
.change-btn:hover {
  background: #684fff;
  color: #fff;
  border-color: #684fff;
  box-shadow: 0 4px 8px rgba(104, 79, 255, 0.2);
}


.divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.total {
  margin-top: 15px;
}
.total .value {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.get-started {
  display: block;
  width: 100%;
  background: #34c5be;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 20px 0 10px;
  transition: background 0.3s ease;
  text-align: center;
  text-decoration: none; 
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}
.get-started:hover {
  background: #684fff;
}


.logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.logo {
  width: 80px;
  height: 30px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note {
  font-size: 11px;
  color: #666;
  text-align: center;
  line-height: 1.4;
}








.sericuty {
  background: #fff;
  padding: 60px 20px 80px; 
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;  
  align-content: center;
}

.sericuty .container {
  max-width: 1100px;
  margin: 0 auto;
}



.sericuty .subtitle {
  color: #484848;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: 'MuseoSansRounded', Arial, sans-serif;
  width: 560px;
  text-align: center; 
  margin-left: auto;  
  margin-right: auto; 
}

.sericuty .title {
  font-size: 16px;
  margin-bottom: 60px;
  color: #333;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  width: 540px;
  text-align: center;
  margin-left: auto;  
  margin-right: auto; 
}


.sericuty .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.sericuty .card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 320px;
  border:  1px solid #ccc;
}


.sericuty .card .icon {
  height: 98px;
  margin-bottom: 15px;
}

.sericuty .card .icon img {
  height: 100%;
  width: 100px;
  object-fit: contain;
  border-radius: 15px; 
  border:  1px solid #ccc;
}

.sericuty .card h3 {
  font-size: 20px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 10px;
  color: #000;
}

.sericuty .card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .sericuty .subtitle,
  .sericuty .title {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}








.security-section {
  background: #fff;
  padding: 0px 20px 46px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.security-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.security-section .subtitle {
  color: #484848;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.security-section .title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #684fff;
}

.security-section .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.security-section .card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 320px;
  border:  1px solid #ccc;
}

.security-section .card .icon {
  height: 92px;
  margin-bottom: 15px;
}

.security-section .card .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 15px; 
  border:  1px solid #ccc;
}

.security-section .card h3 {
  font-size: 20px;
 font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 10px;
  color: #000;
}

.security-section .card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}





.select-details {
  background-color: #fff;
  padding: 0px 100px;
  font-family: Arial, sans-serif;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.select-details .tab-buttons {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 80px;
}

.select-details .tab-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  padding: 12px 25px;
  cursor: pointer;
  position: relative;
  color: #444;
}

.select-details .tab-btn.active {
  color: #684fff;
  font-weight: bold;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.select-details .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #34c5be; 
}

.select-details .tab-content {
  display: flex;
  justify-content: center;
  align-items: center;
   
  width: 100%;
}

.select-details .tab-pane {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
  align-items: center;
  justify-content: center;
}

.select-details .tab-pane.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.select-details h2 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 20px;
  color: #000;
}

.select-details p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}


.container-business {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  text-align: left;
}

.business-col h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  color: #000;
  gap: 12px;
}

.business-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business-col ul li {
  font-size: 15px;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
  color: #474747;
  margin-bottom: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.business-col ul li:hover {
  color: #684fff; 
}

.business-col h3 i {
  color: #34c5be; 
  font-size: 20px;
}



@media (max-width: 1024px) {
  .container-business {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .container-business {
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }

  .business-col h3 {
    font-size: 18px;
    flex-direction: column; 
    gap: 8px;
  }
}


@media (max-width: 992px) {
  .container-business {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .container-business {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}


@media (max-width: 768px) {
  .select-details .tab-btn {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 12px 25px;
  cursor: pointer;
  position: relative;
  color: #444;
  transition: all 0.3s ease
  }
   
  .select-details {
  background-color: #fff;
  padding: 0px 30px;
  font-family: Arial, sans-serif;
  text-align: center;
  margin-bottom: 0px;
}

}





.banshow * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.banshow {
  width: 100%;
  padding: 80px 20px;
  background: #fff;
  text-align: center;
  font-family: 'Arial', sans-serif;
}


.banshow .container {
  max-width: 1100px;
  margin: 0 auto;
 
}



.banshow .title {
  font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57', Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #484848;
  margin-bottom: 10px;
}

.banshow .subtitle {
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #484848;
}

.banshow .highlight {
  font-size: 30px;
  font-weight: 700;
  color: #684fff;
  margin-bottom: 10px;
  font-family: 'MuseoSansRounded-300', Arial, sans-serif;
}

.banshow .description {
  font-size: 16px;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
  color: #555;
  margin-bottom: 50px;
}


.banshow .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
}


.banshow .step {
  background: #fff;
  padding: 40px 25px;
  text-align: left;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 16px; 
  border:  1px solid #ccc;
}



.banshow .step-badge {
  display: inline-block;
  background: #fff;
  border:  1px solid #ccc;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.banshow .step h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 12px;
  color: #684fff;
}

.banshow .step p {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}


.banshow .step-image {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 16px; 
  background-image: url("assets-images/by.png"); 
  color: #fff;
}

.banshow .step-image .step-badge {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.banshow .step-image h4,
.banshow .step-image p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}



@media (max-width: 992px) {
  .banshow .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .banshow .steps {
    grid-template-columns: 1fr;
  }

  .banshow .step,
  .banshow .step-image {
    border-radius: 12px;
  }
}





#loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .pulse-dot {
      width: 90px;
      height: 90px;
      background-color: #684fff;
      border-radius: 50%;
      animation: pulse 1s ease-in-out infinite;
      display: inline-block;
    }

    @keyframes pulse {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.4); opacity: 0.6; }
      100% { transform: scale(1); opacity: 1; }
    }





.header-clone {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 14px 24px;
  display: flex;
  justify-content: center;
  transition: border-bottom 0.3s ease;
  border-bottom: none; 
}

.header-clone.scrolled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); 
}


.wrap-box {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 768px) {
  .header-clone {
    padding: 26px 24px;
  }
}

@media (max-width: 768px) {
  .nav-links, .btn-set {
    display: none;
  }

  .nav-trigger {
    display: block;
  }
}

.nav-trigger {
  display: none;
}


.brandmark {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #25d366;
}

.brandmark img {
  width: 40px;
  margin-right: 8px;
}


.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-links a {
  font-size: 17px;
  color: #484848;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  display: inline-flex;        
  align-items: center;          
  gap: 6px;                    
  text-decoration: none;
}



.nav-links a {
  text-decoration: none;
  margin-left: 16px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #684fff;
}



.nav-links .select-icon {
  position: static;             
  font-size: 12px;             
  color: #666;                 
  margin-top: 14px;              
}

.nav-chevron.rotated {
  transform: rotate(180deg);
}



.btn-set {
  display: flex;
  gap: 12px;
}

.btn-access {
  background: #fff;
  color: #684fff;
  border: 1px solid #684fff;
  padding: 12px 25px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}

.btn-access:hover {
  background: #684fff;
  color: #fff;
}

.btn-getapp {
  background: #34c5be;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}

.btn-getapp:hover {
  background: #ffffff;
  color: #684fff;
  border: 1px solid #34c5be;
}


.nav-trigger {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.nav-trigger img {
  width: 40px;
}


.nav-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s ease;
  padding: 20px;
  padding-top: 44px;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.nav-drawer.active {
  left: 0;
}


.auth-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: env(safe-area-inset-bottom, 12px); 
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid #e5e7eb;
  padding: 12px 20px;
  background: transparent; 
  z-index: 1000;
}



.btn-login {
  background: #fff;
  color: #34c5be;
  border-radius: 7px;
  padding: 15px 60px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
  border: 1px solid #ccc
}


.btn-register {
  background: #684fff;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 15px 60px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
}

.nav-drawer a {
  padding: 25px 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  color: #111;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


.nav-drawer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-drawer a:hover {
  color: #684fff;
}

.nav-drawer .brandmark {
  margin-bottom: 40px;
  justify-content: center;
}

@media (max-width: 900px) {
  .nav-links, .btn-set .btn-access {
    display: none;
  }
  .nav-trigger {
    display: block;
  }
}

.btn-install {
  background: #34c5be;
  color: #fff !important;
  border: none;
  height: 55px;                
  padding: 0 25px;             
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 40px;

  display: inline-flex;        
  align-items: center;         
  justify-content: center;     
  text-decoration: none;       
}

.btn-install:hover,
.btn-install:hover i {
  color: #684fff !important;
}

.btn-getapp i {
  margin-left: 11px;
}

.btn-install i {
  margin-left: 15px;
}

.nav-drawer {
  padding-left: 30px; 
}



    .footer {
      background: #684fff;
      padding: 40px;
    }

    .footer-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 30px;
       max-width: 1200px;   
       margin: 0 auto;      
    }

    .footer-logo {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-logo img {
      width: 54px;
    }

    .download-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px;

  background-color: #34c5be;
  color: white;
  padding: 15px 25px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 16px;

  text-align: center;       
  text-decoration: none;     
  cursor: pointer;

  transition: background-color 0.3s ease, color 0.3s ease;
}

.download-btn:hover {
  background-color: #ffffff;
  color: #684fff;
}

.download-btn i {
  margin-left: 15px;
  transition: color 0.3s ease;
}

.download-btn:hover i {
  color: #684fff;
}


    .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .footer-links {
    flex-wrap: wrap;
    gap: 20px 48px; 
  }

  .footer-links > div {
    width: 30%;
  }
}



    .footer-links h4 {
      font-size: 16px;
      margin-bottom: 15px;
      color: #ccc;
    }

    .footer-links a {
      display: block;
      margin-bottom: 10px;
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }

    .footer-links a:hover {
      color: #34c5be;
    }

    .footer-bottom {
  display: flex;
  justify-content: center;  
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #ffffff;
  padding-top: 20px;
  margin-top: 20px;
}


    .footer-bottom p,
    .footer-bottom a {
      font-size: 14px;
      color: #ccc;
      margin-right: 15px;
      text-decoration: none;
    }

    .footer-bottom a:hover {
      color: #34c5be;
    }

    .footer-socials a {
      margin-right: 15px;
      font-size: 20px;
      color: #fff;
      transition: 0.3s;
    }

    .footer-socials a:hover {
      color: #34c5be;
    }

    .language-select {
      background: transparent;
      border: 1px solid #fff;
      color: #fff;
      padding: 8px 20px;
      border-radius: 25px;
      font-size: 14px;
      cursor: pointer;
    }

    .language-select option {
      color: black;
    }
    
  @media (max-width: 600px) {
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;              
    padding: 0;                  
    width: 100%;                 
  }

  .footer-logo img {
    display: block;             
    max-width: 80px;
    margin: 0 auto 0px;        
  }

  .footer-logo span {
    margin-bottom: 0px;
    display: block;
  }

 .download-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 20px;

  background-color: #34c5be;
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;

  text-align: center;       
  text-decoration: none;     
  cursor: pointer;

  transition: background-color 0.3s ease, color 0.3s ease;
   margin-bottom: 40px;
}
}

.download-btn:hover {
  background-color: #fff;
  color: #684fff;
}

.download-btn i {
  margin-left: 15px;
  transition: color 0.3s ease;
}

.download-btn:hover i {
  color: #684fff;
}



  
  .custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.language-select {
  appearance: none;               
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 30px;             
  padding-right: 30px;            
  height: 35px;
  font-size: 14px;
  border: 1px solid #34c5be;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  outline: none;
  transition: border 0.2s ease;
}

.language-select:focus {
  border-color: #34c5be; 
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2); 
}

.left-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}

.right-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #555;
}








.hero {
  background-color: #684FFF;
  color: white;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;                      
  padding: 100px 60px;           
  height: auto;                   
  box-sizing: border-box;
  width: 100%;
}

.hero-text {
  max-width: 500px;
  margin-top: 100px;
}

.hero-text h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 16px;
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: transparent;
  color: white;
  padding: 16px 50px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;

  border: 1px solid #ccc;         
  box-sizing: border-box;         
}



.hero-image {
  position: relative;
  max-width: 500px;
}

.hero-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .transfer-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
  }

  .transfer-box {
    margin: 0 auto;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
    gap: 10px;
  }

  .hero-image {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .hero-image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  
  .btn-primary {
  background-color: #1FD9C2;
  color: white;
  border: none;
  padding: 14px 80px;
  border-radius: 7px;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: background 0.3s ease;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}
  
  .hero-text h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

  .hero-text {
    max-width: 100%;
    margin-top: 0;
  }
}




.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 20, 25, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.popup-box {
  background: #fff;
  width: 440px;
  border-radius: 22px;
  padding: 50px 40px 50px;
  position: relative;
  text-align: center;
  
}

.popup-close {
  position: absolute;
  top: 45px;
  right: 45px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #667085;
}

.popup-close:hover {
  color: #000;
}

.popup-image img {
  max-width: 320px;
  margin: 0 auto 0px;
  text-align: center;
  display: block;
  margin: 0;
}

.popup-box h2 {
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.popup-box p {
  font-size: 15px;
  color: #667085;
  margin-bottom: 30px;
}

.popup-footer {
  display: flex;
  justify-content: flex-end;
}

.popup-btn {
  background: #34c5be;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 35px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.popup-btn:hover {
  background: #684fff;
}

@media (max-width: 480px) {
  .popup-box {
    width: 90%;
    padding: 30px 20px 35px;
    border-radius: 16px;
  }

  .popup-box h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .popup-box p {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .popup-image img {
    max-width: 260px;
    text-align: center;
  }

  .popup-close {
    top: 20px;
    right: 20px;
    font-size: 18px;
  }

  .popup-btn {
    padding: 14px 28px;
    font-size: 14px;
    border-radius: 20px;
  }
}









.image-scroller {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0px 0;
}

.image-track {
  display: flex;
  width: max-content;
  animation: scroll-left 5s linear infinite;
  gap: 40px;
}

.image-track img {
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}




.banner {
  width: 100%;
  background: #fff;
  padding: 100px 0 60px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.banner::before,
.banner::after {
  content: "";
  position: absolute;
  background: #34c5be;
  z-index: 1;
}

.banner::before {
  width: 180px;
  height: 220px;
  top: -20px;
  left: -30px;
  clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
  border-radius: 0 40px 40px 0;
  transform: rotate(-8deg);
}

.banner::after {
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  transform: translateY(-0px);
  clip-path: polygon(0 0, 85% 0, 100% 30%, 100% 100%, 20% 100%, 0 60%);
  z-index: 1;
}


.banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 300px;
  position: relative;
  z-index: 2;
}

.banner-phones {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.phone {
  width: 220px;
  height: 460px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.phone img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.phone-left {
  background-image: url('/phones.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-8deg);
}

.phone-right {
  background-image: url('/chemen/imaj2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(6deg);
}


.banner-content {
  flex: 1;
  color: #0b141a;
}

.banner-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1c1c3c;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 40px;
}

.banner-content .subtitle {
  font-size: 1.5rem;
  color: #4a4a4a;
  margin-bottom: 60px;
  font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}


.qr-section {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 60px;
}

.qr-code {
  width: 180px;
  height: 160px;
  border-radius: 25px;
  background: white;
  padding: 22px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc
}

.qr-section p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.qr-section .ios {
  color: #684fff;
  font-weight: 600;
}

.qr-section .android {
  color: #34c5be;
  font-weight: 600;
}


.store-buttons {
  display: flex;
  gap: 15px;
}

.store-buttons img {
  height: 45px;
  width: auto;
  transition: transform 0.2s ease;
}

.store-buttons img:hover {
  transform: scale(1.05);
}


@media (max-width: 992px) {
  .banner-container {
    flex-direction: column;
    text-align: center;
  }

  .banner-content {
    order: 1;
  }

  .banner-phones {
    order: 2;
  }

  .qr-section {
    justify-content: center;
    text-align: left;
  }

  .store-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .banner-container {
    flex-direction: column;
    gap: 150px;
  }

  .banner-phones {
    margin-top: -40px;
    transform: translateY(-20px);
  }

  .qr-code {
    margin-left: 16px;
  }
}

@media (max-width: 600px) {
  .banner-phones {
    justify-content: center;
    padding: 0 18px;
  }

  .phone {
    width: 180px;
    height: 380px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .phone {
    width: 160px;
    height: 330px;
  }
}



.sendapp {
  background: #fff;
  padding: 40px 20px;
  width: 100%;
}

.sendapp .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.sendapp .features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sendapp .feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.sendapp .feature .icon {
  background: #34c5be;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 8px;
  display: inline-block;
  flex-shrink: 0;
}

.sendapp .feature .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

.sendapp .feature .text p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.sendapp .app-image {
  background: #ebe4ff;
  border-radius: 12px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .sendapp .container {
    grid-template-columns: 1fr;
  }
  .sendapp .app-image {
    min-height: 280px;
  }
}

.btn-continue {
  background-color: transparent;
  color: #000;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  cursor: pointer;
  height: 50px;
  width: 180px;
  text-align: center;
  
  border: 1px solid #ccc
}


.button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin-top: 30px;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}








.custom-select {
  position: relative;
  flex: 0 0 140px;
  cursor: pointer;
  width: 140px;
}

.selected-option {
  position: relative;
  padding: 12px 40px 12px 14px;
  font-size: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #333;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888;
  pointer-events: none;
  transition: transform 0.3s ease;
}


.custom-select.open .select-icon {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 13px;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-height: 240px;
  overflow-y: auto;
  z-index: 99;
  display: none;
  box-sizing: border-box;
  flex-direction: column;
}

.dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 15px;
  color: #333;
  transition: background 0.25s;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-item:hover {
  background: #ebe4ff;
}

.custom-select.open .dropdown-list {
  display: block;
}

.dropdown-list::-webkit-scrollbar {
  width: 8px;
}
.dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.form-group {
  margin-bottom: 16px;
  width: 100%;
}

.input-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.input-inline input[type="number"],
.input-inline input[type="tel"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 14px;
  font-size: 15px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

@media (max-width: 480px) {
  .input-inline {
    flex-direction: column;
    gap: 10px;
  }

  .custom-select,
  .input-inline input[type="number"],
  .input-inline input[type="tel"] {
    width: 100%;
    margin-top: 0;
  }

  .custom-select {
    flex: none;
    width: 100%;
  }

  .select-icon {
    right: 12px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .selected-option {
    text-align: left;
  }

  .dropdown-list,
  .dropdown-item {
    text-align: left;
  }

  .dropdown-list {
    max-width: 100%;
    box-sizing: border-box;
  }
}

.selected-option img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
}




.info-row {
  margin-bottom: 20px;
  display: flex;
}

.select-wrapper {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.selected-option-device {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  line-height: normal;
  font-size: 14.6px;
  font-weight: bold;
  color: #484848;
  font-family: 'MuseoSansRounded-300', Arial, sans-serif;
}

.select-wrapper i {
  position: static;  
  transform: none;
  font-size: 16px;
  color: #684fff; 
  transition: transform 0.3s ease;
}

.dropdown-options-device {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: max-content;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.10);
  z-index: 9999;
}

.dropdown-option-device {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 15px;
  color: #484848;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
}

.dropdown-option-device .check-icon {
  display: none;
  margin-left: 5px;
  color: #684fff;
  font-size: 17.4px;
}

.dropdown-option-device.selected-check .check-icon {
  display: inline;
}

.dropdown-option-device:hover {
  background-color: #f0f0f0;
}

.custom-dropdown-device.open .dropdown-options-device {
  display: block;
}







.country-select-wrapper {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: none;
}


.country-selected-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f6f6f6; 
    border-radius: 8px;
    padding: 10px 14px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'MuseoSansRounded-700', Arial, sans-serif;
    color: #000;
    height: 55px;
}

.country-selected-box .country-flag {
    margin-right: 10px;
}

#countryIcon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #737c8f;
    font-size: 18px;
    pointer-events: none;
}

.country-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px; 
    height: 25px; 
    overflow: hidden;
    border-radius: 50%; 
    margin-right: 10px; 
    vertical-align: middle;
}

.country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropdown-option-device .option-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.selected-country {
    display: flex;
    align-items: center;
}

.search-bar-wrapper {
    padding: 10px 16px 5px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.country-search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'MuseoSansRounded-500', Arial, sans-serif;
    outline: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') no-repeat 95% 50%;
    background-size: 18px;
    padding-right: 40px; 
}



    #payment-online {
      padding: 0px 20px 60px 20px;

      background: #fff;
      color: #111;
      font-family: Arial, sans-serif;
    }

    #payment-online .container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    #payment-online .left-section,
    #payment-online .right-section {
      flex: 1;
      text-align: center;
    }

    #payment-online .left-section h2,
    #payment-online .right-section h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
    }

    #payment-online .left-section p,
    #payment-online .right-section p {
      color: #555;
      font-size: 17px;
      margin-bottom: 15px;
    }

    #payment-online .btn {
  display: inline-block;
  background: transparent;
  color: #000;
  padding: 15px 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: bold;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  box-sizing: border-box;
}


    #payment-online .image-section {
      flex: 1;
      text-align: center;
    }

    #payment-online .image-section img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.15));
}


    #payment-online .right-section h3 {
      margin-top: 20px;
    }

    #payment-online .learn-more {
      color: #34c5be;
      font-weight: bold;
      text-decoration: none;
      transition: color 0.3s;
    }

    #payment-online .learn-more:hover {
      color: #684fff;
    }

    @media (max-width: 900px) {
      #payment-online .container {
        flex-direction: column;
        text-align: center;
      }

      #payment-online .left-section,
      #payment-online .right-section {
        margin-top: 20px;
      }

      #payment-online .image-section img {
        margin: 20px auto;
      }
    }


@media (min-width: 901px) {
  #payment-online .left-section,
  #payment-online .right-section {
    text-align: left;
  }
}


#payment-online .image-section img { 
  transition: transform 0.3s, filter 0.3s;
}

#payment-online .image-section img:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 12px 16px rgba(0,0,0,0.2));
}


.cookie-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  z-index: 9999;
}

.cookie-text {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.cookie-text a {
  color: #684fff;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cookie-btn.preferences {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.cookie-btn.reject {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
}

.cookie-btn.accept {
  background-color: #684fff;
  color: white;
}

.cookie-btn.clear {
  background-color: #ff4f4f;
  color: white;
}

.cookie-container.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.cookie-container.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.cookie-preferences-list label {
  display: block;
  color: #484848;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-preferences-list input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}


.wave-steps {
    padding: 20px;
    max-width: 700px;
    margin: 0 0 0 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 15px;
    width: 0;
    height: calc(100% - 5px);
    border-left: 2px dashed #684fff; 
    z-index: 0;
}

.step-bullet {
    width: 30px;
    height: 30px;
    background-color: #684fff; /* Koulè: vèt dlo */
    color: #ffffff; /* Koulè: blan */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 10px;
    z-index: 1;
}

.step-content {
    padding-top: 2px;
}

.step-title {
    color: #000000; /* Koulè: nwa */
    font-size: 1.43rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.step-description {
    color: #333333; /* Koulè: gri fonse */
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}



.issuing-section {
    width: 100%;
    padding: 80px 5%;
    background-color: #684fff; /* Fon nwa pou fè kat yo parèt byen */
    color: white;
    font-family: Arial, sans-serif;
    overflow: hidden; /* Pou anpeche debòdman */
    margin-bottom: 50px;
}

.issuing-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}



.content-left {
    flex-basis: 45%;
}

.content-left h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'GT-Walsheim-Bold-Trial-BF651b7fc737c57', Arial, sans-serif;
}

.content-left p {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.btn-open-account {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 14px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border:  1px solid #fff;
    font-family: 'MuseoSansRounded-700', Arial, sans-serif;
}


.card-animation-right {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.card-stack {
    position: relative;
    width: 380px;
    height: 238px;
}


.glass-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    
    background: rgba(255, 255, 255, 0.05); /* Transparans */
    backdrop-filter: blur(12px); /* Efè flou dèyè */
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-out;

    animation: card-shuffle 12s infinite;
}

.card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.card-header {
    display: flex !important;
    justify-content: flex-end !important;
}


.contactless-symbol {
    opacity: 0.8;
}

.card-number {
    font-family: 'Courier New', Courier, monospace;
    font-size: 18px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.9);
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-name {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}


.mastercard-logo {
    width: 40px;
    height: 24px;
    position: relative;
}

.mastercard-logo .circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
}

.mastercard-logo .red {
    background-color: #EB001B;
    left: 0;
}

.mastercard-logo .yellow {
    background-color: #F79E1B;
    right: 0;
    mix-blend-mode: screen; 
}

.contactless-symbol {
    opacity: 0.8;
}


@keyframes card-shuffle {
    0% {
        transform: translateY(60px) scale(0.85);
        z-index: 1;
        opacity: 0.7;
    }
    25% {
        transform: translateY(35px) scale(0.95);
        z-index: 2;
        opacity: 0.9;
    }
    50% {
        transform: translateY(0) scale(1.05); /* Li vole yon ti kras */
        z-index: 3;
        opacity: 1;
    }
    55% {
        transform: translateY(0) scale(1); /* Li estabilize anlè */
        z-index: 3;
        opacity: 1;
    }
    100% {
        transform: translateY(60px) scale(0.85); /* Retounen anba nèt */
        z-index: 1;
        opacity: 0.7;
    }
}

.glass-card:nth-child(1) {
    animation-delay: -9s; 
}
.glass-card:nth-child(2) {
    animation-delay: -6s; 
}
.glass-card:nth-child(3) {
    animation-delay: -3s; 
}
.glass-card:nth-child(4) {
    animation-delay: 0s;  
}



@media (max-width: 900px) {
    .issuing-section .container {
        flex-direction: column; 
        text-align: center;
    }

    .content-left {
        order: 2; 
    }

    .card-animation-right {
        order: 1; 
        min-height: 280px;
        margin-bottom: 30px;
    }

    .card-stack {
        
        width: 320px;
        height: 200px; 
    }

    .content-left h2 {
        font-size: 32px;
    }

    .content-left p {
        font-size: 16px;
    }
}




.get-started-section {
    width: 100%;
    padding: 30px 5%;
    background-color: #fff; 
    color: #1D2939; 
    font-family: Arial, sans-serif;
    overflow: hidden;
    margin-bottom: 40px;
}


.get-started-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}


.get-started-left {
    flex-basis: 45%;
    flex-shrink: 0;
}

.get-started-left h2 {
    font-size: 38px;
    font-weight: bold;
    color: #101828; 
    margin-bottom: 16px;
    line-height: 1.2;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.get-started-left p {
    font-size: 18px;
    color: #667085; 
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


.checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.checklist li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 30px;
    font-size: 16px;
    color: #101828; 
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.checklist-icon {
    flex-shrink: 0; 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border:  1px solid #ccc;
}

.checklist-icon svg path {
    stroke: #684fff; 
}

.checklist-text strong {
    color: #1D2939; 
    font-weight: 600;
    display: block; 
}


.btn-docs {
    display: inline-block;
    background-color: #fff; 
    color: #1D2939; 
    padding: 14px 28px;
    border-radius: 6px;
    border:  1px solid #ccc;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}


.get-started-right {
    flex-basis: 55%;
}

.get-started-right img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
  object-fit: cover;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.1);
  border:  1px solid #ccc;
}



@media (max-width: 900px) {
    .get-started-section .container {
        flex-direction: column; 
    }

    .get-started-left,
    .get-started-right {
        flex-basis: 100%; 
    }

    .get-started-left {
        text-align: center; 
    }
    
    .get-started-right {
        order: 1; 
        margin-bottom: 30px;
    }

    .checklist li {
        text-align: left; 
        justify-content: flex-start;
    }

    .get-started-left h2 {
        font-size: 32px;
    }

    .get-started-left p {
        font-size: 16px;
    }
}



.checkout-card {
    background-color: #ffffff;
    width: 310px; 
    min-height: 600px;
    margin: 40px auto;
    border-radius: 24px; 
    padding: 32px 24px;
    border:  1px solid #ccc;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); 
    font-family: 'DM Sans', Arial, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
}


.card-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px; 
}

.logo-placeholder {
    
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-info {
    text-align: right;
}

.amount {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.amount .currency {
    font-size: 14px;
    font-weight: 500;
    color: #4a4a4a;
    margin-right: 2px;
}

.email {
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}


.payment-title {
   font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
    font-weight: 400; 
    font-size: 25px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 50px; 
    padding-right: 40px; 
}


.payment-options {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.option-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0; 
    cursor: pointer;
    transition: background-color 0.2s;
}

.option-item:hover {
    background-color: #fafafa; 
}


.option-item.last {
    border-bottom: none;
}

.icon-circle {
    width: 42px;
    height: 42px;
    background-color: #F3F4F6; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.option-text {
    font-size: 15px;
    font-weight: 900;
    color: #333333;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}



.enterprise-wrapper {
    
    background: 
        
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.1) 0%, transparent 25%),
        
        
        radial-gradient(circle at 85% 85%, rgba(20, 10, 60, 0.6) 0%, transparent 35%),
        
        
        linear-gradient(135deg, #826bf7 0%, #684fff 50%, #452c9e 100%);
        
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}


.enterprise-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(24px); 
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.3); 
    border-radius: 32px;
    padding: 30px;
    width: 400px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.white-card-surface {
    background: #ffffff;
    width: 100%;
    height: 220px; 
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
    position: relative;
}

.card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.logo-area-manual {
    
    min-width: 100px;
    min-height: 40px;
    
    
    display: flex;
    align-items: center;
}


.emv-chip {
    width: 45px;
    height: 35px;
    background: linear-gradient(135deg, #e2e2e2 0%, #d1d1d1 100%);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: 1px solid #c0c0c0;
}


.chip-line {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
}

.chip-line:nth-child(1) { top: 0; bottom: 0; left: 33%; width: 1px; }
.chip-line:nth-child(2) { top: 0; bottom: 0; left: 66%; width: 1px; }
.chip-line:nth-child(3) { top: 33%; left: 0; right: 0; height: 1px; }
.chip-line:nth-child(4) { top: 66%; left: 0; right: 0; height: 1px; }


.emv-chip::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 12px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.card-info-text {
    padding-left: 10px; 
}

.card-info-text h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.card-info-text p {
    color: rgba(255, 255, 255, 0.8); 
    font-size: 14px;
    font-weight: 400;
}