
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Gilda+Display&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

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

html, body{
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: "League Spartan", sans-serif; */
    font-family: "Poppins", sans-serif;
    
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    background-color:transparent;
    max-width: 100%;
    font-size: 13px;
}

:root {
  --mygreen: #158413;
  
}

.swal2-popup {
    font-size: 14px important;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
    font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.swal2-title, .swal2-html-container {
    font-size: 14px !important;
}


.bricolage-bold {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

.hero {
  background: linear-gradient(
    to bottom,
    #d4f0d4 0%,   /* lighter green */
    #edf3ec 70%,  /* very subtle fade */
    #ffffff 100%  /* white at bottom edges */
  );
  min-height: 100vh;
  padding: 70px;
  width: 100%;
}

.hero-row{
  margin-top: 30px;
  padding: 80px;
}


.social-grid-logo{
  width: 40px;
  height: 40px;
}

.ecosystem-section {
  padding: 80px 20px;
  text-align: center;
}

.ecosystem-container {
  max-width: 1000px;
  margin: auto;
}

.ecosystem-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ecosystem-subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

/* GRID SYSTEM */
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* EXACTLY 4 PER ROW */
  gap: 20px;
}



.ecosystem-item {
  padding: 20px;
  border-radius: 10px;
  background: rgba(0,0,0,0.03);
  transition: 0.3s;
}

.ecosystem-item:hover {
  background: rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.ecosystem-item img {
  height: 40px;
  max-width: 100%;
}

/* vertical slide starts here  */


.img-fluid{
  width: 120px;
  height: 120px;
}
.vertical-wrapper {
  height: 450px;
}

.lane {
  width: 30%;
  height: 100%;
  position: relative;

  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.scroll-up,
.scroll-down {
  display: flex;
  flex-direction: column;
}

.scroll-up {
  animation: scrollUp 12s linear infinite;
}

.scroll-down {
  animation: scrollDown 12s linear infinite;
}

@keyframes scrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

a{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

a:hover{
  color: var(--mygreen);
  text-decoration: none;
  
}

.hero-text{
  font-size: 60px;
}

/* vertical slide ends here  */
.app-interface{
 margin-top: 110px;
 width: 90%;
 max-width: 100%;
 height: auto;
}
.black-text{
  color: black;
}

p{
    font-size: 13px;
}
.white-text{
    color: white !important;
}
.green-badge{
  background-color: #e3f1e2; 
  color: var(--mygreen);
  padding: 8px 30px; border-radius: 30px;
}
.cta-button{
    display:inline-flex;
    align-items:center;
    gap:14px;

    background:var(--mygreen);
    color:white;

    padding:8px 8px 8px 22px;

    border-radius:50px;
    text-decoration:none;

    font-size:13px;
    font-weight:400;
    letter-spacing:.4px;

    transition:.25s ease;
}
.cta-text{
    color: white;
}
/* icon square */
.cta-icon-btn{
    width:44px;
    height:44px;

    background:white;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* size the svg file */
.cta-icon-btn img{
    width:14px;
    height:14px;
    display:block;
}

.cta-button:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    text-decoration: none;
    color: white;
    background: #41a740;
    transition: background-color 0.7s ease, transform 0.7s ease;
}

/* navbar sticky code starts here */
#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 18px;
    z-index: 999;
    transition: 0.35s ease;
}

/* Glassy nav */
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 80%;
    max-width: 80%;

    padding: 14px 28px;

    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.72);

    box-shadow: 0 6px 22px rgba(0,0,0,0.05);
    transition: 0.35s ease;
}

.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background: black; /* 👈 THIS makes it visible */
    transition: 0.3s ease;
}

/* Morphing effect when scrolling */
#navbar.scrolled .nav-wrapper {
    padding: 10px 26px;
    background: rgba(255,255,255,0.45);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
}

/* LEFT MENU */
.nav-left {
    display: flex;
    align-items: center;      /* ensures list aligns with buttons */
    gap: 40px;
    font-size: 15px;
    color: #1f1f1f;
}

.nav-left li {
    cursor: pointer;
    display: flex;
    align-items: center;      /* vertically center text + arrow */
    line-height: 1;           /* remove extra vertical height */
    padding: 0px 0px;           /* equalize with button padding */
    gap: 4px;
}

.has-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Modern dropdown */
.has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;

    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);

    padding: 10px 0;
    min-width: 250px;

    border-radius: 14px;
    border: 1px solid rgba(230, 230, 230, 0.7);

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);

    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* show on hover */
.has-dropdown:hover .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* dropdown list items */
.dropdown li {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, padding-left 0.25s ease;
}

/* hover effect */
.dropdown li:hover {
    background: rgba(0,0,0,0.05);
    padding-left: 22px;
}

/* Small dropdown arrow */
.arrow {
    font-size: 10px;
    opacity: 0.5;
}

.represent{
  /* height: 40vh;  */
  margin-top: 15%;
}

.button{
    
    padding: 10px 30px;
    border-radius: 9999px;
    
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.5s ease, transform 0.5s ease;
    cursor: pointer;
}
.button:hover{
    text-decoration: none;
    
}

.blackbtn{
  background: black;
  color: white !important;
  border: 1px solid black;
}
.greenbtn{
  background:  var(--mygreen);
  color: white !important;
  /* border: 1px solid #04FF01; */
}
.greenbtn:hover{
  background: black;  
  transform:translateY(-4px);
  /* box-shadow:0 10px 24px rgba(0,0,0,.18); */
  color: white;
  transition: background-color 0.7s ease, transform 0.7s ease;

}


/* faq code starts here */
.faq-container{
  background-color: #eef5ee;
  /* height: 90vh; */
  padding-top: 15vh;
  padding-bottom: 15vh;
}
.faq-section {
  padding: 3.5rem 1.25rem;
  font-family: "Inter", sans-serif;
  max-width: 90vw;
  margin: 0 auto;
  text-align: center;
}

.faq-title {
  font-size: 2.8rem;
  
  margin-bottom: 15px;
  
}

.faq-sub {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: "Poppins", serif;
}

.faq-text {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.faq-cta {
  display: inline-block;
  padding: .75rem 1.6rem;
  background: #04FF01;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
}

/* FAQ list */
.faq-list {
  text-align: left;
  border-top: 1px solid #e2e2e2;
}

.faq-item {
  border-bottom: 1px solid #e2e2e2;
}

.faq-button {
  width: 100%;
  padding: 1rem 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.faq-toggle-icon {
  transition: transform .3s ease;
  font-size: 1.25rem;
}

/* answer hidden by default */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 .5rem;
  transition: max-height .35s ease;
  font-size: 0.97rem;
  color: #444;
  font-family: "Poppins", serif;
  font-size: 13px;
  margin-left: 15px;
  
}

/* visible state */
.faq-item.open .faq-answer {
  max-height: 250px;
  
}

.faq-item.open .faq-button{
  background:white;
  border-radius:30px;
  border: 1px solid var(--mygreen);
  padding: 6px 18px;
  margin-bottom: 10px;
     /* makes it look like a pill button */
}

.faq-item.open .faq-toggle-icon {
  transform: rotate(45deg);
}



/* faq code ends here */


/* logo glider code starts here */

.logo-slider {
  overflow: hidden;
  background: #fff;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: calc(250px * 10); /* adjust based on number of logos */
  animation: scroll 20s linear infinite;
}

.logo-track img {
  width: 250px;  /* adjust size as needed */
  padding: 0 20px;
  object-fit: contain;
}

.sliding-img:hover {
  filter: grayscale(100%);
}

.sliding-img{
    height: 60px;
    transition: filter 0.3s ease;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* logo glider code ends here */

.choose-us{
    /* height: 70vh; */
     display: flex;             /* enable flex */
    align-items: center;       /* vertical center */
    justify-content: center;   /* horizontal center if needed */
    min-height: 80vh;
    /* background-color: rgb(243, 239, 233);  */
    /* background-color: #f3dfc1;  */
}
.sect-card{
    background-color: white;
    min-height: 250px;
    border-radius: 12px;
    border: 1px solid var(--mygreen);
    padding: 20px;
    
  /* flex-direction: column; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.2); */
    /* display: flex; */
    /* flex-direction: column; */


}
.sect-card-header{
    font-size: 20px;
    color: var(--mygreen);
    align-self: center;
}
.sect-card-icon{
  width: 50px;
  height: 50px;
  color: var(--mygreen) !important;
  margin-bottom: 40px;
  
}
.five-grid-icon{
  width: 30px;
  height: 30px;
  /* color: black !important; */
  color: var(--mygreen) !important;
  margin-bottom: 10px;
  
}
.five-grid-header{
    font-size: 14px;
    color: var(--mygreen);
    /* color: black; */
    align-self: center;
}
.five-grid-col{
    border: 1px solid var(--mygreen);
    /* border: 1px solid black; */
    border-radius: 20px;
    padding: 20px 20px;
}
.fc-divider{
  width:100%;
  height:1px;
  background:rgb(4, 255, 1, 0.4);   
}
.social-icon{
  width: 25px;
  height: 25px;
  /* color: #04FF01 !important; */
}
.sect-card-h1{
 font-size: 40px;
}


/* CTA Section Above Footer */


.fc-cta-text {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 1rem;
}

.fc-cta-form .fc-cta-input {
  max-width: 380px;
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 13px;
}

.theme-text-color{
  color: #0074D9 !important;
}
.footer-title{
    color: var(--mygreen);
}


.fc-cta-btn {
  background: #0074D9 ;
  border: 1px solid #0074D9 ;
  font-size: 13px;
  color: #fff;
  border-radius: 60px;
  padding: 6px 18px;
  /* font-weight: 500; */
  /* font-family: "Schibsted Grotesk", sans-serif; */
}

.footer-links a {
  text-decoration: none;
  color: #444;
  display: block;
  margin-bottom: 0.45rem;
  transition: color 0.2s;
}
.footer-h1{
 /* font-family: "poppins" serif; */
 font-family: "Poppins", sans-serif !important;
 font-size: 190px;
 font-weight: 900;
 color: rgb(235, 227, 227);
}




/* Footer */

.beige-bg{
    background-color: #f0ede8; 
}
.loginform-row{
    height: 80vh;

}
#inputemail, #inputpassword, #inputfirstname, #inputphonenumber, #inputlastname, #inputpassword, #inputpassword2{
  border-radius: 12px !important;
  border: 1px solid #d3d3d380;
  font-size: 12px;
  
  padding-right: 45px;
    
}
#dollar-amount
input,
select,
textarea {
  padding: 3px 3px; /* Reduce top/bottom padding */
  height: auto;      /* Keep height flexible */
}
.submit-btn{
  width: 100%;
    display: block;
    padding: 14px;
    box-sizing: border-box;
    background-color: var(--mygreen);
    
    color: white;
    border: none;
    border-radius: 9999px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .submit-btn:hover {
  /* background: linear-gradient(135deg, #000000, #04FF01); */
  background-color: black;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(4, 255, 1, 0.2);
}


/* mobile responsiveness starts here */


/* Tablet */
@media (max-width: 992px) {
  .ecosystem-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sect-card-header{
    font-size: 16px;
  }
  .choose-us .sect-card {
        width: 100% !important;    
        margin-bottom: 50px;     
        padding: 10px; 
    }
  .how-it-works-image{
 
  display: block;       /* makes margin auto work */
  margin: 0 auto;
  width: 90vw;       /* centers horizontally */
  max-width: 100%;      /* ensures it doesn't overflow container */
  height: auto; 

}

.nav-wrapper {
    
    width:97%;
    max-width: 97%;

    }


}

/* Mobile */
@media (max-width: 600px) {
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* .nav-wrapper {
    
    display: none;
    } */

  .hero {
  /* min-height: 100vh; */
  padding: 0px;
  width: 100%;
  margin: 0px !important;
}
.otp-card{
  width: 80vw !important;
}
.hero-row{
  /* margin-top: 100px; */
  padding: 40px;
  padding-top: 35vh;
  margin-top: 0 !important;
}

.hero-text{
  font-size: 45px;
}

.app-interface{
 margin-top: 110px;
 width: 98%;
 height: auto;
}
.ecosystem-section{
  margin-top: 90px;
}


.represent{
       margin-top: 40%;
}
.choose-us{
  margin-top: 120px;
}
.choose-us .row {
        display: flex;           /* ensure flex layout */
        flex-direction: column;  /* stack vertically if needed */
        align-items: center;     /* horizontal centering */
    }

.choose-us .sect-card {
        width: 80%;              /* adjust width for mobile */
        margin-bottom: 50px;     /* spacing between cards */
    }
.sect-card-h1{
 font-size: 36px;
}    
#how-it-works{
  /* margin-top: 100px; */
  padding-top: 100px;
}
.how-it-works-image{
 
  display: block;       /* makes margin auto work */
  margin: 0 auto;
  width: 98vw;       /* centers horizontally */
  max-width: 100%;      /* ensures it doesn't overflow container */
  height: auto; 

}

}



/* Small mobile */
@media (max-width: 400px) {
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
h2{
  font-size: 15px;
}
.choose-us{
  margin-top: 70px;
}
.choose-us .sect-card {
        width: 90%;              /* adjust width for mobile */
        margin-bottom: 50px; 
        min-height: 200px;    /* spacing between cards */
    }
.sect-card-h1{
 font-size: 32px;
}
h1{
  font-size: 38px !important;
}
h2{
  font-size: 32px !important;
}

.faq-container{
  background-color: #eef5ee;
  padding-top: 10vh;
  padding-bottom: 10vh;
}


    .represent{
       margin-top: 200px !important;
}

.nav-wrapper {
    
    width:95%;
    max-width: 95%;

    }

}

/* mobile responsiveness ends here */


@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        z-index: 10000;
        cursor: pointer;
    }

    .menu-toggle.active {
        position: fixed; /* move with overlay */
        top: 20px;
        right: 25px;
        z-index: 100001;
    }

    /* Hide right buttons */
    .nav-right {
        position: fixed; /* 🔥 remove from nav flow */
        left: 50%;
        top: 50px;
        /* bottom: 120px; */
        transform: translateX(-50%);

        display: flex;
        flex-direction: column;
        gap: 15px;

        width: 80%;
        margin-top: 70px;

        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
        z-index: 100000;
    }

    /* SHOW ONLY WHEN MENU IS OPEN */
    .nav-left.active ~ .nav-right {
        opacity: 1;
        pointer-events: auto;
    }

    /* Full width buttons */
    .nav-right a {
        display: block;
        width: 100%;
        text-align: center;
    }

    /* FULLSCREEN MENU */
    .nav-left {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;

        background: white; /* keep it solid for now */

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;

        transform: translateX(100%);
        transition: 0.4s ease;

        z-index: 100000; /* 🔥 MUST be higher than #navbar */

        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav-left.active {
        transform: translateX(0);
    }


    /* CLOSE (X) */
    /* .nav-left::before {
        content: "✕";
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 28px;
        cursor: pointer;
    } */

    .nav-left li {
        margin: 15px 0;
    }

    .nav-left a {
        font-size: 18px;
        font-weight: 500;
        transition: 0.3s;
    }

    .nav-left a:hover {
        transform: scale(1.08);
    }

    /* ANIMATION */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-toggle.active span {
    background: black; /* or white if you use dark overlay */
}

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .represent{
       margin-top: 30%;
}
}