* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /* converting 10px to 1rem  */
  /* 10/16 = 0.625 x 100 = 62.5 */
  font-size: 62.5%;
  font-family:
    Source Sans Pro,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f2f1ed;
  color: #151513;
}
.header {
  width: 100%;
  height: 4rem;
  position: sticky;
  top: 0;
  z-index: 9999 !important;
}
.navbar {
  /* background-color: #fff; */
  height: 4rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5rem 5rem;
  gap: 50px;
}

/* Sticky State */
.navbar.scrolled {
  background-color: #fff; /* New Color */
}

.menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
}
.hamburger span {
  width: 20px;
  height: 2px;
  background-color: black;
  margin-bottom: 3px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #151513;
}

.menu {
  display: flex;
  gap: 20px;
  font-size: 1rem;
}
.menu li {
  list-style: none;
}

#installBtn {
  display: none;
}


.menu-buttons {
  margin-left: auto;
  display: flex;
  gap: 20px;
}
.mbtn {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 12px;
}
a.mbtn .dark {
  background: #000;  
  color: #fff;
}
.hero {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 4rem 4rem 2rem 4rem;
}

.hero1 {
  height: 42rem;
  width: 100%;
  padding: 1rem 0;
}
.heroed {
  font-family: Ivar Display;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 30px;
}
.webhid {
  display: none;
  height: 200px;
}
.hero2 {
  height: auto;
  width: 100%;
}
.heromage {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.herodes {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.stared {
  display: inline-block;
  background-color: #aa4528;
  border-color: #aa4528;
  color: #fff !important;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}
.recom {
  font-size: 0.8rem;
  margin-bottom: 3rem;
}
.rating {
  padding: 1rem 0;
}
.trust {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ratimage {
  margin-bottom: 1rem;
}
.ratelink {
  font-size: 0.7rem;
  text-decoration: underline !important;
}
.sec {
  display: none;
  margin: 0 auto;
  height: 23rem;
  width: 75%;
  padding: 2.5rem 5rem;

  border-radius: 15px;
  margin-bottom: 3rem;
}

/********* alonso ***********/

.carousel {
  background-image: url("../images/vcx-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid green;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4rem 0 1.7rem 0;
}

.carousel-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
}

.card {
  min-width: 300px;
  flex: 0 0 300px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  transition: 0.4s;
  opacity: 0.5;
  transform: scale(0.8);
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card.active {
  transform: scale(1.15);
  opacity: 1;
}

/* arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 10;
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

/* dots */
.dots {
  text-align: center;
  margin-top: 1rem;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}

.dots span.active {
  background: #000;
}

/* mobile */
@media (max-width: 768px) {
  .card {
    min-width: 80%;
  }
}

/********* alonso ***********/

.vcx {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  color: #fff;
}
.vcx-head {
  font-family: Ivar Display;
  font-size: 2.5rem;
  font-weight: 600;
}
.vcx-text {
  width: 60%;
  font-size: 1rem;
  line-height: 1.5;
}
.vcx-btn {
  padding: 0.8rem 2rem;
  background-color: #f4633a;
  font-size: 0.9rem;
  border-radius: 5px;
}
.growing {
  width: 100%;
  height: 25rem;
  background-blend-mode: normal;
  background-color: #141414;
  background-image:
    radial-gradient(circle at 0 0, #51778780, #0000 40%),
    radial-gradient(circle at 100% 0, #c5973d4d, #0000 30%),
    radial-gradient(circle at 50% 150%, #91b1be1a, #0000 50%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 200px;
  padding: 10rem;
}
.grow1 {
  width: 100%;
  height: 15rem;
}
.grow2 {
  width: 100%;
  height: 20rem;
  padding: 2rem 0;
}
.bank {
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin-bottom: 1rem;
}
.gicon {
  font-size: 1.6rem;
  color: #c8a86a;
}
.pride {
  height: 30px;
  display: block;
  font-size: 14px;
  color: #f9f9f7;
  margin-bottom: 0.7rem;
}
.growhead {
  font-family: Ivar Display;
  font-size: 47px;
  font-weight: 200;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.growtext {
  font-family: "Open Sans";
  font-style: italic;
  font-size: 22px;
  font-weight: 100;
  color: lightgrey;
  margin-bottom: 40px;
}
.grow-btn {
  padding: 0.8rem 2rem;
  background-color: #c8a86a;
  font-size: 0.9rem;
  border-radius: 5px;
}
.barriers {
  width: 100%;
  height: auto;
  padding: 5rem 2.5rem 1.5rem 4rem;
  display: flex;
  gap: 2rem;
 
}
.barimage {
  display: block;
  width: 50rem;
}
.barlog {
 
  width: 45rem;
}
.barihead {
  width: 100%;
  
  padding: 1.5rem;
}
.barihead h3 {
  font-family: Ivar Display;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.barihead p {
  font-family: Ivar Display;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}
.sponsors {
  
  width: 100%;
  height: 15rem;
  display: block;
  margin-bottom: 4rem;
  
}
.sponsmage {
  width: 100%;
  max-height: 20rem;
}
.asset {
  width: 100%;
  height: auto;
}

.assetflex {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 3rem 5rem;
}
.assettop {
  text-align: center;
  color: #6b6a65;
  font-family: Ivar Display;
}
.assetmain {
  text-align: center;
  font-family: Ivar Display;
  font-size: 2.7rem;
  font-weight: 400;
}
.realestate {
  background-color: #fff;
  width: 80%;
  height: 20rem;
  display: flex;
  align-items: center;
  gap: 8.5rem;
  border-radius: 7px;
}
.estatetext {
  width: 100%;
  height: 100%;
  padding: 1.3rem 0 0 3rem;
  border-radius: 7px;
}
.estatetext h3 {
  font-family: Ivar Display;
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.estatetm {
  font-family: Ivar Display;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.estateimg {
  width: 95%;
  height: auto;
}
.realimg {
  width: 100%;
  height: 20rem;
  border-radius: 7px;
}
.estatetext a {
  font-family: Ivar Display;
  font-size: 1rem;
  font-weight: 500;
  color: #aa4528;
}
.highper {
  background-color: #151513;
  width: 100%;
  height: 50rem;
  height: auto;
  padding: 5rem 8rem;
  display: block;
  margin: 0 auto;
  color: #f2f1ed;
}
.highper h2 {
  /* background-color: #c8a86a; */
  width: 30rem;
  font-family: Ivar Display;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 2rem;
}
.highsec {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.highsec1 {
  display: block;

  width: 100%;
  height: 25rem;
}
.spent {
  font-family: Source Sans Pro;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  /* margin-bottom: 2rem; */
}
.spent p {
  font-family: Source Sans Pro;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.spent .ourend {
  font-family: Source Sans Pro;
  font-size: 1.125rem;
  line-height: 1.5;
}
.spent a {
  color: #f4633a;
  font-size: 1rem;
  font-weight: 700;
}
.listt {
  padding: 1rem 2rem;
  margin-top: 1rem;
  font-family: Source Sans Pro;
  font-size: 1.125rem;
  line-height: 1.3;
  /* margin-bottom: 1rem; */
}
.highsec2 {
  /* background-color: orange; */
  width: 60%;
  height: 25rem;
  padding: 0 3rem;
}
.realai {
  border-bottom: 1px solid #9d9c98;
  margin-bottom: 1rem;
}
.realai h3 {
  font-family: Source Sans Pro;
  font-size: 2.2rem;
  font-weight: 300;
}
.realai p {
  font-size: 0.9rem;
  color: #9d9c98;
  width: 80%;
  margin-bottom: 2rem;
}
.basis {
  font-family: Source Sans Pro;
  border-bottom: 1px solid #9d9c98;
  margin-bottom: 1rem;
}
.basis h3 {
  font-size: 2rem;
  font-weight: 600;
}
.basis p {
  font-size: 0.9rem;
  color: #9d9c98;
  width: 80%;
  margin-bottom: 2rem;
}
.cornice {
  font-family: Source Sans Pro;
}
.cornice h3 {
  font-size: 2rem;
  font-weight: 600;
}
.cornice p {
  font-size: 0.9rem;
  color: #9d9c98;
  width: 80%;
  margin-bottom: 2rem;
}
.ways {
  width: 100%;
  height: 36rem;
  padding: 4rem 8rem;
  font-family: Source Sans Pro;
}
.ways h4 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.7rem;
}
.waysflex {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.personal {
  background-color: #fff;
  width: 80%;
  height: auto;
  padding: 2rem;
}
.personal h3 {
  font-family: Source Sans Pro;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
.personal p {
  font-family: Source Sans Pro;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.personal a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #aa4528;
}
.tax {
  background-color: #fff;
  width: 80%;
  height: auto;
  padding: 2rem;
}
.tax h3 {
  font-family: Source Sans Pro;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
.tax p {
  font-family: Source Sans Pro;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.tax a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #aa4528;
}
.advisor {
  background-color: #fff;
  width: 80%;
  height: auto;
  padding: 2rem;
}
.advisor h3 {
  font-family: Source Sans Pro;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 1rem;
}
.advisor p {
  font-family: Source Sans Pro;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.advisor a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #aa4528;
}
.portfolio {
  background-color: #151513;
  height: 20rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 10rem;
}
.portdiv {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 3rem;
  border-right: 1px solid #6b6a65;
}
.portdiva h3 {
  font-family: Source Sans Pro;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.portdiva p {
  font-family: Source Sans Pro;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}
.portdiv2 {
  width: 40%;
  height: auto;
}
.portflex {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.fa-apple,
.fa-google {
  font-size: 2rem;
  color: #fff;
}
.apple {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.apple p,
.google p {
  font-size: 0.8rem;
}
.google {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.star-rating {
  position: relative;
  font-size: 1.5rem;
  color: #ccc;
  display: inline-block;
}

.star-rating::before {
  content: "★ ★ ★ ★ ★";
}

.star-fill {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f4633a;
}

.star-fill::before {
  content: "★ ★ ★ ★ ★";
}
.footer {
  background-color: #090702;
  height: auto;
  padding: 5rem 10rem 2rem 10rem;
}
.foot {
  display: flex;
  color: #fff;
  gap: 3rem;
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
}
.fotlogo {
  font-size: 1.5rem;
  margin-bottom: 1rem;

  width: 25rem;
}
.fotlogo h6 {
  width: 90%;
  font-family: Source Sans Pro;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 1rem;
}
.investbel {
  font-family: Source Sans Pro;
  font-size: 2rem;
  margin-bottom: 1rem;

  width: 25rem;
  display: block;
  text-align: center;
  color: #9d9c98;
}
.invest {
  list-style: none;
  font-size: 1.5rem;
}
.invest li,
.company li {
  font-family: Source Sans Pro;
  list-style: none;
}
.invest li a,
.company li a {
  color: #ccc;
  font-size: 1rem;
}
.company {
  font-family: Source Sans Pro;
  font-size: 1.9rem;
  margin-bottom: 1rem;

  width: 20rem;
  display: block;
  text-align: center;
  color: #9d9c98;
}
.fcompany {
  list-style: none;
  font-size: 1.5rem;
}
.footercont {
  font-family: Source Sans Pro;
  font-size: 0.9rem;
  color: #9d9c98;
  margin-bottom: 1rem;
  display : flex;
  align-items: center;
  justify-content: space-between;
}
.bra {
  margin-bottom: 1rem;
}
.privacyfoot a {
    color: #fff;
    cursor: pointer;
}

/******** About ***********/

/* ===== ABOUT PAGE ===== */

.about-hero {
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #151513;
  color: #fff;
  text-align: center;
  background-image: url("../images/project-graph.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.about-hero p {
  font-size: 1.2rem;
  color: #ccc;
}

/* STORY */
.about-story {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 5rem;
}

.story-text {
  width: 50%;
}

.story-text h2 {
  font-family: Ivar Display; 
  font-size: 2rem;
  margin-bottom: 1rem;
}

.story-text p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.story-image {
  width: 50%;
}

.story-image img {
  width: 100%;
  border-radius: 10px;
}

/* STATS */
.about-stats {
  display: flex;
  justify-content: space-around;
  padding: 4rem;
  background: #f2f1ed;
  text-align: center;
}

.stat h2 {
  font-size: 2.5rem;
  color: #aa4528;
}

.stat p {
  font-size: 1rem;
}

/* ASSETS */
.about-assets {
  padding: 5rem;
  text-align: center;
}

.asset-grid {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.asset-box {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
  width: 100%;
}

.asset-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px;
}

/* CTA */
.about-cta {
  background: #151513;
  color: #fff;
  text-align: center;
  padding: 2.5rem 10rem;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  gap: 20rem;
}
.about-cta h2 {
  width: 50%;
  font-family: Source Sans Pro;
  font-size: 1.3rem;
}

.cta-btn {
  display: inline-block;
  margin-top: 1rem;
  background: #aa4528;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
}
.about-cta a {
  color: #fff;
  font-size: 1rem;
}

/* WHY SECTION */
.about-why {
  padding: 5rem;
  text-align: center;
}

.about-why h2 {
  font-size: 2rem;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.why-box:nth-child(even) {
  background-color: #aa4528;
  color: #fff;
}

.why-box {
  background: #fff;
  padding: 1.5rem 1rem;
  margin: 0;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 1rem;
  width: 100%;
  height: auto;
}
.why-box p {
  /*border: 1px solid green;*/
  display: block;
}

.why-box h3 {
  margin-bottom: 1rem;
}

.why-box:hover {
  transform: translateY(-5px);
}

/* TEAM */
.about-team,
.about-testimonials {
  padding: 5rem;
  text-align: center;
  background: #f9f9f7;
}

.about-team h2,
.about-why h2,
.about-testimonials h2 {
  font-family: Ivar Display;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.about-team p,
.about2,
.about-testimonials p{
    width: 60%;
    font-size: 1rem;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.team-grid {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.team-card {
  /*width: 100%;*/
  text-align: center;
}
.team-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.team-card h6 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.team-card p {
  /*border: 1px solid red;*/
  width: 100%;
  text-align: center;
  font-size: 1rem;
}

.team-card img {
  width: 25rem;
  height: 25rem;
  border-radius: 10px;
}

/* TESTIMONIALS */
.about-testimonials {
  padding: 1rem 5rem 5rem 5rem;
  text-align: center;
}

.test-grid {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}


/* STATS IMPROVED */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 4rem;
  background: #151513;
  color: #fff;
  text-align: center;
}

.stat h2 {
  color: #f4633a;
}

/* TESTIMONIAL SLIDER */
.testimonial-slider {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}

.testimonial-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
}

/* CARD */
.test-card {
  min-width: calc(25% - 1.5rem); /* 4 cards */
  background: #fff;
  padding: 1.4rem 0;
  border-radius: 10px;
  font-style: italic;
  opacity: 0.5;
  transform: scale(0.9);
  transition: 0.3s;
   background-color: #aa4528;
   color: #fff;
}

.test-card p {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.test-card.active {
  opacity: 1;
  transform: scale(1);
}

/* ARROWS */
.t-prev,
.t-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #151513;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.t-prev {
  left: 10px;
}
.t-next {
  right: 10px;
}

.t-prev:hover,
.t-next:hover {
  background: #f4633a;
}

/* ===== CONTACT PAGE ===== */

.contact-hero {
  height: 40vh;
  background: #151513;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/project-graph.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero h1 {
  font-size: 3rem;
}

.contact-hero p {
  font-size: 1rem;
  color: #ccc;
}

/* GRID */
.contact-section {
  display: flex;
  gap: 3rem;
  padding: 5rem;
}

/* FORM */
.contact-form-box {
  width: 60%;
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
}
.contact-form-box h2 {
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-btn {
  background: #aa4528;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
}

/* INFO */
.contact-info-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 10px;
}

.info-card h2 {
    margin-bottom: 1rem;  
  }

/* MAP */
.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/* SUPPORT */
.contact-support {
  background: #151513;
  color: #fff;
  text-align: center;
  padding: 5rem;
}



/* ===== FAQ PAGE ===== */

.faq-hero {
  height: 40vh;
  background: #151513;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/project-graph.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-hero h1 {
  font-size: 3rem;
}

.faq-hero p {
  font-size: 1rem;    
  color: #ccc;
}

/* FAQ */
.faq-container {
  width: 70%;
  margin: 4rem auto;
}

.faq-item {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border: none;
  text-align: left;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq-question span {
  font-size: 1.5rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: #f9f9f7;
}

.faq-answer p {
  padding: 1rem 1.5rem;
}

/* CTA */
.faq-cta {
  background: #151513;
  color: #fff;
  text-align: center;
  padding: 5rem;
}



/* INVEST PAGE */

.invest-hero {
  height: 40vh;
  background: #151513;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/project-graph.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.invest-hero h1 {
  font-size: 3rem;
}

.invest-hero p {
  font-size: 1rem;
}

.invest-grid {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  justify-content: center;
}

.invest-card {
  background: #fff;
  padding: 2rem;
  width: 300px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}

.invest-card:hover {
  transform: translateY(-10px);
}

.invest-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.price {
  font-size: 2rem;
  color: #aa4528;
}

.returns {
  margin: 1rem 0;
  font-size: 1rem;
}

.invest-card ul {
  text-align: center;
  margin: 1rem 0;
  font-size: 0.7rem;
  list-style: none;
}

.invest-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #aa4528;
  color: #fff;
  border-radius: 5px;
}
.invest-card a {
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
}

.highlight {
  border: 2px solid #aa4528;
}

/* HOW IT WORKS */
.how-invest {
  padding: 5rem;
  text-align: center;
  font-size: 1rem;
}

.steps {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  font-size: 1rem;
}

/* SUMMARY */
.invest-summary {
  background: #f9f9f7;
  padding: 4rem;
  text-align: center;
  font-size: 1rem;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-size: 1rem;
}

/* CTA */
.invest-cta {
  background: #151513;
  color: #fff;
  text-align: center;
  padding: 5rem;
}


/* ===== PRIVACY PAGE ===== */

.privacy-hero {
  height: 35vh;
  background: #151513;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.privacy-hero h1 {
  font-size: 3rem;
}

.privacy-hero p {
  color: #ccc;
}

/* CONTAINER */
.privacy-container {
  display: flex;
  justify-content: center;
  padding: 5rem;
}

.privacy-box {
  width: 70%;
  background: #fff;
  padding: 3rem;
  border-radius: 10px;
  line-height: 1.8;
}

.privacy-box h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: #151513;
}

.privacy-box p,
.privacy-box li {
  font-size: 1rem;
  color: #555;
}

.privacy-box ul {
  padding-left: 1.5rem;
}
