body {
  margin: 0;
  font-family: 'Poppins', sans-serif !important;
  scroll-behavior: smooth !important;
}


span.text-eyebrow {
  color: #ffffff !important;
}

.Widgets-Menu .links-container .links-wrapper li span {
  color: #fff !important;
}

#nav_container_gray3:hover {
  background-color: #00796b !important;
}

.Modules-PictureDescription .title-caption-container .text-h2-sans{
        color: #000000 !important;
}

.Modules-PictureDescription .caption {
color: #000000 !important;
}

.text-subheading{
    color: #000000 !important;
}

.Partials-MarqueeBitcoinUsd {
      background-color: #ffffff !important;
}

.Widgets-Footer .footer-container {
    background-color: #ffffff !important;
}

.text-eyebrow {
    color: #000000 !important;
}

.text-subheading-small {
    color: #000000 !important;
}

.Partials-MarqueeBitcoinUsd .our-current-price {
color: #000000 !important;
}

.Widgets-Footer .app-and-socials-container {
     background-color: #ffffff !important;
}
.Widgets-Footer .app-and-socials-container .socials-wrapper ul a {
color: #000000 !important;
}

h1.title.col-end-13.tb\:col-end-7 {
    color: #000;
}


.section-esayfinance {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
  height: 700px;
}

.content-getloan {
  max-width: 1400px;
  padding-top: 200px;
}

/* Initial heading style */
.heading {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
text-align: center;
transform: scale(1.05);
opacity: 1;
transition: transform 0.5s ease, opacity 0.5s ease;
}

.heading.hidden {
transform: scale(0.8);
opacity: 0.4;
}

.heading .left {
font-weight: 800;
font-size: 40px;
color: #124734;
text-align: right;
}

.heading .right {
font-weight: 800;
font-size: 40px;
color: #354B94;
text-align: left;
}

#image-easy {
width: 286px;
height: 100px;
}


.subtext {
  font-size: 24px;
  color: #354B94;
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 300;
}

.button-group {
  display: flex;
  justify-content: center;  /* <-- horizontally center */
  align-items: center;      /* <-- vertically align if needed */
  margin: 0 auto;           /* <-- center inside parent */
  border-radius: 50px;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
}

.btn {
  padding: 16px 30px;
  border: none;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
}

.btn-loan {
  background-color: #00796b;
  border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: -15px;
  z-index: 2;
  position: relative;
}

.btn-invest {
  background-color: #2d3c96;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 1;
}

.btn:hover {
  /* opacity: 0.9; */
  background-color: #3a3635;
}







/* invest second section */

.section-invest{
  align-items: center;
  /* text-align: center; */
  background: #ffffff;
  /* height: 700px; */
}

.invest-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: right;
  /* padding: 80px 20px; */
  padding-top: 80px;
  padding-bottom: 80px;
  flex-wrap: wrap;
  position: relative;
}

.invest-image {
  position: relative;
  z-index: 2;
  max-width: 400px;
  padding-top: 315px;
}

.invest-image img.person {
  width: 100%;
  border-radius: 0;
}

.invest-image img.infinity {
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 300px;
  z-index: 3;
}

img#main_image {
  width: 700px;
  height: auto;
}

.invest-text-block {
  background: #2D3C96;
  color: white;
  padding: 300px;
  padding-left: 350px;
  border-radius: 30px 0 0 30px;
  max-width: 1100px;
  margin-left: -60px;
  z-index: 1;
}

.invest-text-block h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-weight: 500;
}

.invest-text-block h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
}

.invest-text-block p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
}




/* ecosystem third section */

.ecosystem-cta {
  background: #ffffff;
  padding: 40px 20px 60px;
  /* text-align: center; */
}

.ecosystem-container {
  /* max-width: 900px; */
  margin: 0 auto;
}

.ecosystem-text {
  font-size: 60px;
  padding-left: 800px;
  line-height: 60px;
  color: #2D3C96;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.ecosystem-button {
  display: inline-block;
  margin-top: 20px;
  margin-left: 12px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 700;
  background: #2D3C96;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  vertical-align: middle;
  transition: background 0.3s;
}

.ecosystem-button:hover {
  background: #1f2c75;
}





/* fourth section */
.section-invest-fourth{
  align-items: center;
  background: #ffffff;
}

.invest-wrapper-fourth {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-wrap: wrap;
  position: relative;
}

.invest-image-fourth {
  position: relative;
  z-index: 2;
  max-width: 400px;
  padding-top: 382px;
}

.invest-image-fourth img.person {
  width: 100%;
  border-radius: 0;
}

.invest-image-fourth img.infinity {
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 300px;
  z-index: 3;
}

img#main_image {
  width: 700px;
  height: auto;
}

.invest-text-block2 {
  background: #0D8177;
  color: white;
  padding: 300px;
  border-radius: 0 30px 30px 0;
  max-width: 1100px;
  margin-right: -400px;
  z-index: 1;
}

.invest-text-block2 h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-weight: 500;
}

.invest-text-block2 h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
}

.invest-text-block2 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
}






/* ecosystem fouth section */

.ecosystem-cta2 {
  background: #ffffff;
  padding: 40px 20px 60px;
  text-align: left;
}

.ecosystem-container2 {
  max-width: 900px;
  margin: 0 auto;
}

.ecosystem-text2 {
  font-size: 60px;
  /* padding-left: 900px; */
  line-height: 60px;
  color: #0D8177;
  font-weight: 300;
  position: relative;
  display: inline-block;
}

.ecosystem-button2 {
  display: inline-block;
  margin-top: 20px;
  margin-left: 12px;
  padding: 0px 20px;
  font-size: 18px;
  font-weight: 700;
  background: #0D8177;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  vertical-align: middle;
  transition: background 0.3s;
}

.ecosystem-button2:hover {
  background: #0D8177;
}





/* scroll-triggered reveal animation */
.balanced-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 100px 5%;
  max-width: 1640px;
  margin: auto;
  flex-wrap: wrap;
}

.left-text, .right-text {
  flex: 1;
  min-width: 280px;
}

.left-text {
  text-align: right;
}

.right-text {
  text-align: left;
}

.center-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.center-image img {
  max-height: 800px;
  width: auto;
  border-radius: 20px;
}

h2 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 300;
  color: #000;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
      color: #000;
}

p {
  font-size: 16px;
 color: #000;
  line-height: 1.5;
}





.scroll-slideshow {
  position: relative;
  height: 400vh; /* Enough scroll space */
}

.slides {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.slide {
  position: absolute;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
  max-width: 1400px;
  padding: 40px;
  text-align: center;
}

.slide.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide img {
  width: auto;
  margin-top: 20px;
  border-radius: 50px !important;
    background-color: white;
}





/* floating card */
.floating-card {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  width: 90%;
  display: flex;
  z-index: 9999;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.floating-card.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(100px);
  pointer-events: none;
}

.card-content {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  position: relative;
}

.card-img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  margin-right: 20px;
}

.card-text {
  flex: 1;
  color: #000;
}

.card-text .tag {
  font-size: 12px;
  font-family: monospace;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.card-text h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.card-text p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}

.learn-more {
  font-weight: bold;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

#closeCard {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


/* logo */
#siteLogo.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}





/* Mobile view media query first section hero section */
@media screen and (max-width: 768px) {
.section-esayfinance {
  padding: 40px 20px;
  text-align: center;
}

.content-getloan {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heading {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.heading .left,
.heading .right {
  font-size: 18px;
  line-height: 1.4;
  display: block;
  text-align: center;
}

#image-easy {
  width: auto;
  height: 125px;
}

.subtext {
  font-size: 15px;
  margin-top: 20px;
  line-height: 1.6;
}

.button-group {
  display: flex;
  /* flex-direction: column; */
  gap: 12px;
  margin-top: 20px;
}

.btn {
  /* width: 100%; */
  max-width: 250px;
  padding: 12px 20px;
  font-size: 16px;
}
}

@media screen and (max-width: 480px) {
.heading .left,
.heading .right {
  font-size: 16px;
}

.subtext {
  font-size: 14px;
}

.btn {
  font-size: 15px;
}
}




/* Mobile view media query invest second section */
@media screen and (max-width: 768px) {
.section-invest {
  /* padding: 40px 20px; */
  margin-top: -260px;
}

.invest-wrapper {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding-top: 1px;
  gap: 30px;
}

.invest-image {
  width: 100%;
  text-align: center;
}

.invest-image img.person {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.invest-text-block {
  text-align: center;
  background: #2D3C96;
  color: #ffffff;
  padding: 50px;
  border-radius: 30px 0 0 30px;
  z-index: 1;
  margin-left: 0px;
}


.invest-text-block h5 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
}

.invest-text-block h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffffff;
}

.invest-text-block p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
}

@media screen and (max-width: 480px) {
.invest-text-block h2 {
  font-size: 20px;
}

.invest-text-block p {
  font-size: 14px;
}
}



/* Mobile view media query ecosystem third section */
@media screen and (max-width: 768px) {
.ecosystem-cta {
  padding: 40px 20px;
  text-align: center;
}

.ecosystem-container {
  width: 100%;
}

.ecosystem-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  padding-left: 0px;
}

.ecosystem-text br {
  display: none; /* remove line break for smaller screens */
}

.ecosystem-button {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #2D3C96; /* adjust to your theme */
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
}

@media screen and (max-width: 480px) {
.ecosystem-text {
  font-size: 13px;
}

/* .ecosystem-button {
  font-size: 15px;
  padding: 10px 20px;
} */
}



/* Mobile view media query invest fourth section  */
@media screen and (max-width: 768px) {
/* .section-invest-fourth {
  padding: 40px 20px;
} */

.invest-wrapper-fourth {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.invest-text-block2 {
  text-align: center;
  background: #0D8177;
  color: white;
  padding: 50px;
  border-radius: 0 30px 30px 0;
  /* max-width: 1100px; */
  margin-right: 1px;
  z-index: 1;
}

.invest-text-block2 h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
  letter-spacing: 1px;
}

.invest-text-block2 h2 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #ffffff;
}

.invest-text-block2 p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 14px;
}

.invest-image-fourth {
  width: 100%;
  text-align: center;
  padding-top: 1px;
}

.invest-image-fourth img.person {
  width: 100%;
  max-width: 300px;
  height: auto;
}
}

@media screen and (max-width: 480px) {
.invest-text-block2 h2 {
  font-size: 20px;
}

.invest-text-block2 p {
  font-size: 14px;
}

.invest-image-fourth img.person {
  max-width: 250px;
}
}



/* Mobile view media query ecosystem fifth section  */
@media screen and (max-width: 768px) {
.ecosystem-cta2 {
  padding: 40px 20px;
  text-align: center;
}

.ecosystem-container2 {
  width: 100%;
}

.ecosystem-text2 {
  font-size: 13px;
  line-height: 1.6;
  color: #ffffff;
}

.ecosystem-button2 {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #2D3C96; /* Adjust as per your theme */
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
}
}

@media screen and (max-width: 480px) {
.ecosystem-text2 {
  font-size: 13px;
}

.ecosystem-button2 {
  font-size: 15px;
  padding: 10px 20px;
}
}



/* Mobile view media query scroll-slideshow section  */
@media screen and (max-width: 768px) {
.scroll-slideshow {
  padding: 40px 15px;
          height: 200vh;
      position: relative;
}

.slides {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  /*flex-direction: column;*/
  background: #090402;
}



.balanced-layout {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  gap: 30px;
  text-align: center;
}

.left-text,
.right-text {
  width: 100%;
}

.left-text {
  text-align: left;
}

.left-text h2,
.right-text h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.left-text p,
.right-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.center-image {
  width: 100%;
}

.center-image img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px !important;
}

.slide {
  margin-bottom: 60px;
}

}

@media screen and (max-width: 480px) {
.left-text h2,
.right-text h3 {
  font-size: 18px;
}

.left-text p,
.right-text p {
  font-size: 14px;
}

.center-image img {
  max-width: 180px;
}




}



/* Mobile view media query Floating Card  */
@media screen and (max-width: 768px) {
.floating-card {
  width: 90%;
  bottom: 20px;
  /* left: 5%;
  right: 5%; */
  padding: 16px;
  box-sizing: border-box;
  border-radius: 12px;
}

.card-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.card-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.card-text {
  width: 100%;
}

.card-text h3 {
  font-size: 18px;
  margin: 10px 0;
}

.card-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.card-text .tag {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.learn-more {
  font-size: 14px;
  text-decoration: underline;
  color: #007bff;
}

#closeCard {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
}

@media screen and (max-width: 480px) {
.card-text h3 {
  font-size: 16px;
}

.card-text p {
  font-size: 13px;
}

.learn-more {
  font-size: 13px;
}
}




/* RESERVE PAGE */

/* Mobile view media query Modules-HeroTabs  */
@media screen and (max-width: 768px) {
  .Modules-HeroTabs {
    padding: 170px 0 0 0;
  }

  .Modules-HeroTabs .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .Modules-HeroTabs .title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
    width: 100%;
  }

  .Modules-HeroTabs .title div,
  .Modules-HeroTabs .title span {
    display: inline-block;
    margin-right: 5px;
  }

  .Modules-HeroTabs .description-wrapper {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .Modules-HeroTabs .description {
    font-size: 16px;
    line-height: 22px;
  }
}



/* Mobile view media query reserve-section  */
@media screen and (max-width: 768px) {


  .reserve-section {
    padding: 40px 20px;
  }

  .reserve-card {
    display: flex;
    flex-direction: column;
    background: #0a0a0a;
    padding: 25px !important;
    border-radius: 12px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .reserve-card .left,
  .reserve-card .right {
    width: 100%;
    padding: 0px;
  }

  .reserve-card .left {
    order: 1;
    text-align: center;
    margin-bottom: 20px;
  }

  .reserve-card .left h2 {
    font-size: 25px;
    color: #000;
  }

  .reserve-card .left span {
    display: block;
    font-weight: 400;
    font-size: 25px;
    color: #000;
  }

  .reserve-card .left img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .reserve-card .right {
    order: 2;
    text-align: left;
    color: #000;
  }


  .right {
    padding: 1px;
 }
 
 
 .right p {
     font-size: 16px;
     color: #000000;
     min-width: auto;
     margin-top: 1px;
 }


  .reserve-card .right .tag {
    font-size: 13px;
    /* font-weight: bold; */
    color: #ff9900;
    margin-bottom: 8px;
    color: #000;
    text-align: center;
  }

  .right h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    color: #000;
    text-align: left;
    margin-top: 20px !important;
    min-width: auto;

  }

  .right h3{
    width: auto !important;
  }

  .right p{
    width: auto !important;
  }

  .right p {
    font-size: 14px !important;
    color: #000;
    text-align: left;
  }
}


/* Mobile view media query Modules-Apply  */
@media screen and (max-width: 768px) {
  .Modules-Apply {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    position: relative;
    aspect-ratio: 195 / 293;
    align-items: flex-end;
  }

  .Modules-Picture.image-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .Modules-Picture.image-wrapper picture,
  .Modules-Picture.image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    /* border-radius: 12px; */
  }

  .Partials-IconTitle {
    text-align: center;
    margin-bottom: 24px;
  }

  .Partials-IconTitle .start,
  .Partials-IconTitle .middle {
    display: block;
  }

  .text-h1-sans,
  .text-h1-serif {
    font-size: 28px;
    display: inline-block;
    margin: 4px 0;
    font-weight: 500;
  }

  .apply-container {
    text-align: center;
    min-width: 100% !important;
  }

  .apply-container .member {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .apply-container .question {
    font-size: 1.1rem;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .Forms-EmailForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .Forms-EmailForm input[type="email"] {
    width: 100%;
    max-width: 320px;
    padding: 12px 15px;
    font-size: 13px !important;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .Partials-Button.theme-secondary-orange {
    width: 100%;
    max-width: 320px;
    padding: 12px 0;
    font-size: 1rem;
    border-radius: 6px;
  }

  .magnetic-inner .inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .magnetic-inner .text-cta-regular {
    font-size: 15px;
  }
}





/* fade in fade out animation */
.fade-image {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-image.visible {
  opacity: 1;
  transform: translateY(0);
}


