body {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);/* Standard definition (as fallback) */
  background-color: #402E7A;

  height: 100vh;
  height: 100dvh;
}
body {
  visibility: hidden;
}
#scroll {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);/* Standard definition (as fallback) */
text-align: center;
}
/* --- AI Chart Styles --- */

.ai-chart-section {
  padding: 4rem 2rem;
}

.ai-chart-title {
  text-align: center;
  color: #402E7A;
  font-weight: 700;
  margin-bottom: 0rem;
}

.ai-chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 400px;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 4rem;
  border-left: 2px solid #1A1A2E;
  border-bottom: 2px solid #1A1A2E;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.418));
  border-radius: 12px;
}

.ai-bar {
  width: 60px;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  border-radius: 8px 8px 0 0;
}

#bar1 { background: linear-gradient(to top, #E94560, #f89a9f); }
#bar2 { background: linear-gradient(to top, #F67E4C, #fbbd93); }
#bar3 { background: linear-gradient(to top, #9C27B0, #d18be0); }
#bar4 { background: linear-gradient(to top, #3DC2EC, #a0e9fc); }

.ai-bar-value {
  position: absolute;
  top: -1.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #333;
}

.ai-bar-label {
  position: absolute;
  top: 100%;
  margin-top: 1rem;
  text-align: center;
  width: 110px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  background: transparent;
}

#bar1 .ai-bar-label { color: #E94560; }
#bar2 .ai-bar-label { color: #F67E4C; }
#bar3 .ai-bar-label { color: #9C27B0; }
#bar4 .ai-bar-label { color: #3DC2EC; }

.arrow {
  position: relative;
  top: -20px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0id2hpdGUiIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYgYy0yMC41LDIwLjUtMjAuOCw1My41LTAuNiw3My43bDE5MCwxOTAgYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAgQzUwMy45LDI0NS43LDUwMy43LDIxMi43LDQ4My4yLDE5Mi4yeiIvPjwvc3ZnPg==
  );
  background-size: contain;
  color:"white";
}
#contactbar{
  cursor: url("/images/env.png"), auto;
  cursor: url("/images/env.png"),url("/images/env.png"),default;
}
#ctabox {
  font-family: 'Raleway', sans-serif;
  /* font-weight:bold; */
  cursor: alias;
  cursor: url("/images/env.png"), auto;
  cursor: url("/images/env.png"),url("/images/env.png"),default;
  position: absolute;
  width: 120px;
  height: 50px;
  display:flex;
  top: 1%;
  background-color: #C43E1F;
  /* #FF5436, #FF7000, #F8A000, #D84763, #C43E1F */
  right: 0px;
  border-radius: 9px;
  font-size: 1.05rem; 
  opacity: .7;
  z-index: 3000;
  color: rgb(255, 255, 255);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
align-items: center;
  box-shadow: 0 -1px 0 hsl(274, 5%, 80%),
  0 1px 0 hsl(270, 72%, 42%),
  0 2px 0 hsl(266, 59%, 35%),
  0 3px 0 hsl(267, 40%, 28%),
  0 4px 0 hsl(267, 37%, 27%),

  0 3px 10px rgba(77, 77, 77, 0.2),
  0 6px 10px rgba(0, 0, 0, .2);
  visibility: hidden;
}
@media only screen and (max-width: 600px) {
  #ctabox {
    width: 80px;
    height: 30px;
    font-size: 0.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 60px;
  }
}
#ctabox:hover {
  /* color: white; */
  /* height: 200px; */
  /* padding-top: 5px;
  padding-bottom: 40px; */
  /* font-size: clamp(1.07rem, 2vw, 1rem);  */

}
.hero {
    background-color: #402E7A;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 30vh; /* Full height section */
}
#logo, #logotxt {
  margin-bottom: 10px; /* Add some space between the elements */
}
#logo{
  margin-top: 30px;
  margin-bottom: 30px;
}
.containertop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tagline {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(.8rem, 1vw, 1rem); 
  color: #fff;

}
h1{
  /* font-size: clamp(1.7rem, 4vw, 1.3rem); */

}

h1,
h2 {
  font-family: 'Raleway', sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
}
h2{
  font-size: clamp(2rem, 2vw, 2.5rem);
/* font-size: 2rem; */
}

h3{
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2rem);
  color: #fff;
  text-align: center; 
}
#btmtag{
  font-family: 'Raleway', sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  padding: 5%;
}
#title{
  font-family: 'Raleway', sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(.8rem, 2vw, 1.6rem);
}
#pe {
  font-family: 'Montserrat', sans-serif;
line-height:1.6em ;
  font-size: clamp(1rem, 5vw, 1.1rem);
  margin-left: 3%;
  margin-right: 3%;
}
.panel pre.prettyprint {
  font-size: 20px;
  /* text-align: left; */
  width: auto;
  font-weight: normal;
  margin: 10px;
  border: none;
}
.prettyprint .linenums {
  padding: 0;
  list-style: none;
}
.prettyprint ol li {
  background-color: black;
}

.panel.red .prettyprint .linenums > li:nth-child(n + 7):nth-child(-n + 9),
.panel.gray .prettyprint .linenums > li:nth-child(10),
.panel.purple .prettyprint .linenums > li:nth-child(4),
.panel.green .prettyprint .linenums > li:nth-child(n + 6):nth-child(-n + 10) {
  background-color: #222;
}
.philosophy {
  padding: 60px 20px;
  background-color: #3DC2EC;
  text-align: left;
  color: white;
}
.image-wrapper {
  padding: 20px;
}

@media (max-width: 768px) {
  .image-wrapper {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .image-wrapper {
    padding: 0px;
    width: 6em;
  }
}
:root {
  --min-font-size: 1.3rem;
  --max-font-size: 2rem;
}

.container {
  font-size: var(--min-font-size);
}

@media (min-width: 320px) {
  .container {
    font-size: calc(var(--min-font-size) + (1vw - 320px) * (var(--max-font-size) - var(--min-font-size)) / (1280 - 320));
  }
}

@media (min-width: 1280px) {
  .container {
    font-size: var(--max-font-size);
  }
}
.chelsea-wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the entire layout horizontally */
  text-align: left; /* Center the paragraph text */
}

.chelsea-layout1 {
  display: flex;
  align-items: center; /* Keep the image and text aligned vertically */
  margin-bottom: 0px;
  text-align: left; /* Ensure text in this section stays aligned left */
}

#chelseaphoto1 {
  max-width: 150px; /* Adjust the image size as needed */
  margin-right: 20px; /* Space between the image and text */
}

.chelsea-text1 {
  display: flex;
  flex-direction: column;
  text-align: left; /* Ensure the text stays aligned to the left */
}

#chname1 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-align: left; /* Responsive font size */
}

#titlechelsea1 {
  margin: 5px 0 0 0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: left; /* Responsive font size */
}

.chelsea-description1 {
  padding-top: 10px;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
 /* Increase the minimum and maximum sizes */
  max-width: 800px; /* Limit width for readability */
  margin-bottom: 0; 
}
/* end chelsea */


/* start diane */
.diane-wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the entire layout horizontally */
  text-align: left; /* Center the paragraph text */
}

.diane-layout1 {
  display: flex;
  align-items: center; /* Keep the image and text aligned vertically */
  margin-bottom: 0px;
  text-align: left; /* Ensure text in this section stays aligned left */
}

#dianephoto1 {
  max-width: 150px; /* Adjust the image size as needed */
  margin-right: 20px; /* Space between the image and text */
}

.diane-text1 {
  display: flex;
  flex-direction: column;
  text-align: left; /* Ensure the text stays aligned to the left */
}

#dname1 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-align: left; /* Responsive font size */
}

#titlediane1 {
  margin: 5px 0 0 0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: left; /* Responsive font size */
}

.diane-description1 {
  padding-top: 10px;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
 /* Increase the minimum and maximum sizes */
  max-width: 800px; /* Limit width for readability */
  margin-bottom: 0; 
}
/* end diane */
/* Curtis start */
.curtis-wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the entire layout horizontally */
  text-align: left; /* Center the paragraph text */
}

.curtis-layout1 {
  display: flex;
  align-items: center; /* Keep the image and text aligned vertically */
  margin-bottom: 0px;
  text-align: left; /* Ensure text in this section stays aligned left */
}

#curtisphoto1 {
  max-width: 150px; /* Adjust the image size as needed */
  margin-right: 20px; /* Space between the image and text */
}

.curtis-text1 {
  display: flex;
  flex-direction: column;
  text-align: left; /* Ensure the text stays aligned to the left */
}

#cname1 {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  text-align: left; /* Responsive font size */
}

#titlecurtis1 {
  margin: 5px 0 0 0;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  text-align: left; /* Responsive font size */
}

.curtis-description1 {
  padding-top: 10px;
  font-size: clamp(1rem, 4vw, 1.2rem); /* Increase the minimum and maximum sizes */
  max-width: 800px; /* Limit width for readability */
  margin-bottom: 0; 
}
/* end Curtis */
#pefounders1 {
  line-height: 1.6;
  margin: 0;
}

.founders {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 20px;
  align-items: stretch; /* Ensure all founders have the same height */
}
.founder {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Spread content within each founder equally */
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}

.box {
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: white;
  border-radius: 8px;

  font-weight: 700;
  margin-left: 20px;
  will-change: transform;
}
.box.active {
  background-color: orange;
  border: 2px solid white;
}
.description,
.final {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 80vh;
}
.names,.photos,#ourtitles{
margin: 0;
padding: 0;
}
.container {
  width: 400%;
  height: 99vh;
  display: flex;
  flex-wrap: nowrap;
}

/* .panel {
  font-weight: 300;
} */
.panel.align-top {
  align-items: flex-start;
}

.panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.panel.description {
  padding-bottom: 60px;
}
.panel p, .panel li {
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.panel p strong, .panel li strong {
  color: white;
  font-weight: 400;
}
.panel p code, .panel li code {
  background-color: rgba(255,255,255,0.15);
  padding: 2px 4px;
  border-radius: 5px;
}
.panel li {
  margin: 0;
}

.about2 {
  background-color: #777;
  padding: 60px 20px;
  background-color: rgb(75, 58, 207,.85);
  background: radial-gradient(circle, rgba(61,194,236,1) 0%, rgba(76,59,207,1) 100%);
  
  color: white;

}
.blue {
  background-color: #4b3acf;
  color: white;
}
.orange {
  background-color: #e77614;

}

#pefounders{
    font-family: 'Raleway', sans-serif;
    font-size: clamp(1rem, 3vw, 1rem);
    color: #fff;
    text-align: left;     
    margin-left: 3%;
    margin-right: 3%;

}
#whatdescription{
  font-family: 'Raleway', sans-serif;
  font-size: clamp(.5rem, 3vw, 1rem);
  color: #fff;
  text-align: center;     
  margin-left: 1%;
  margin-right: 1%;
}
#what{
  font-family: 'Raleway', sans-serif;
  font-size: clamp(.85rem, 3vw, 3rem);
  color: #fff;
  text-align: center;     
}
@media only screen and (max-width: 600px) {
  #what {
    line-height: 1.4; /* Increase line height for better readability */
  }
}
#names{
  font-family: 'Raleway', sans-serif;
  font-size: clamp(.5rem, 3vw, 2rem);
  color: #fff;
  text-align: center;     
}
#ourtitles{
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1rem, 3vw, 1.3rem);
  text-align:center;
}
.photos {
  width: 10em;
  height: auto;
  position: relative;
  z-index: 100;
}
.custom-bullets {
  list-style: none; /* Remove default bullets */
  padding: 0;
  margin: 0; /* Remove default margins */
}

.custom-bullets li {
  position: relative;
  padding-left: 25px; /* Space for custom bullet */
  margin-bottom: 15px; /* Add spacing between bullets */
  line-height: 1.5; /* Increase line height for better readability */
}

.custom-bullets li:before {
  content: ''; /* Custom bullet */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* Center bullet */
  width: 10px; /* Size of custom bullet */
  height: 10px; /* Size of custom bullet */
  background-color: var(--bullet-color, #000); /* Use CSS variable for bullet color */
  border-radius: 50%; /* Make it circular */
}

/* Mobile Styles */
@media (max-width: 768px) {
  .custom-bullets li {
    padding-left: 30px; /* Increased space for mobile */
    margin-bottom: 20px; /* Increase spacing between bullets */
    line-height: 1.6; /* Slightly increase line height for readability */
  }
}
.dot {
  position: absolute;
left:47%;
top:62%;
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  background-color: rgb(75, 58, 207,.95);
  opacity: 1;
  visibility: hidden;
}
.whatwedo {
  padding: 60px 20px;
  background-color: rgb(75, 58, 207,.95);
  background: radial-gradient(circle, rgba(75,112,245,1) 0%, rgba(75,58,207,1) 100%);
  color: white;
}
.about1 {
  padding: 60px 20px;
  background-color: rgb(75, 58, 207,.95);
  background: radial-gradient(circle, rgba(75,112,245,1) 0%, rgba(75,58,207,1) 100%);
  color: white;
  overflow: hidden;
}

.about2 {
  background-color: #777;
  padding: 60px 20px;
  background-color: rgb(75, 58, 207,.85);
  background: radial-gradient(circle, rgba(61,194,236,1) 0%, rgba(76,59,207,1) 100%);
  overflow: hidden;
  color: white;

}
.about3 {
  padding: 60px 20px;
  background-color: rgb(75, 58, 207,.80);
  background: radial-gradient(circle, rgba(76,59,207,1) 0%, rgba(64,46,122,1) 100%);
  overflow: hidden;
  color: white;
}
.green {
  background-color: #28a92b;

}
/* #buildingcopy{
  position: absolute ;
  width: 392px;
  height: 158px;
  left:410px;
  background-image: url(images/buildingsmcopy.png);
  z-index: 100;

} */
html, body {
  margin: 0;
  height: 99%;
  -webkit-overflow-scrolling: touch;
  font-family: "Signika Negative", sans-serif, Arial;
}

.panel {
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-weight: 600;
  font-size: 1.5em; */
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  /* padding: 10px; */
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}



/* HEADER */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 6px 10px 10px 10px;
  border-bottom-right-radius: 26px;


  will-change: transform;
}

/* HEADINGS */
.header-section {
  padding: 0 15px;
  text-align: center;
  margin: 40vh auto 50vh;
}

/* SCROLL DOWN */ 
.scroll-down {
  position: absolute; 
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: black;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  overflow: visible;
}
.scroll-down .arrow {
  position: relative;
  top: -4px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}

.arrow-right {
  transform: rotate(-90deg);
  position: relative;
  top: -4px;
  margin: 1rem auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}
.why {
  padding: 40px 20px;
  background-color: #4B70F5;
  color: white;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid-item {
  background-color: #402E7A;
  opacity: .8;
  padding: 20px;
  border: 1px solid #C43E1F;
  /* border-radius: 10px; */
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 80%; /* Resize to 80% of parent container */
  max-height: 100px; /* Set maximum height to 100px */
  height: auto; /* Maintain aspect ratio */
  width: auto; /* Maintain aspect ratio */
}



#backToTop {
  position: fixed;
  bottom: 10%;
  align-items: 20px;
  padding: 10px 20px;
  font-size: 30px;
  background-color:  #FF5436; /* Adjust to fit your color scheme */
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
 display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 80%; /* Resize to 80% of parent container */
  max-height: 80px; /* Set maximum height to 100px */
  height: auto; /* Maintain aspect ratio */
  width: auto; /* Maintain aspect ratio */ /* Initially hidden */
 
}

#backToTop.show {
  display: block; /* Show the button */
  opacity: 1;
}

#backToTop:hover {
  color: #402E7A;
  background-color: #F8A000; /* Change color on hover */
}


/* Your main video container needs to be relative */
.your-player-container {
    position: relative;
    overflow: hidden; 
}

/* Base styles for the end card */
#end-card {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Set your image as the background */
    background-image: url('images/endcard.png');
    background-size: cover; /* Make the image cover the entire player area */
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
    
    /* Flexbox to help center the replay button */
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer; /* Change cursor to indicate it's clickable */
}

/* Initially hide the end card */
#end-card.hidden {
    display: none;
}

/* Styling for the replay button on top of the image */
#end-card #replay-button {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
    border: 2px solid white;
    border-radius: 50px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#end-card #replay-button:hover {
    background-color: white;
    color: black;
}

/* Media query to hide on mobile devices */
@media only screen and (max-width: 799px) {
  #backToTop {
    /* display: none;
    visibility: hidden; */
  }
}
.pe-wrapper {
  margin: 40px auto; /* Adjust as needed */
  max-width: 800px;  /* Optional: keeps the text from stretching too wide */
  padding: 20px;     /* Optional: adds spacing inside the wrapper */
}
@media (max-width: 600px) {
  #what {
    font-size: 1.2rem; /* Force smaller font on mobile */
  }
}
@media (max-width: 600px) {
  .ai-bar-label {
    font-size: 0.64rem;
    width: 58px;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    transform: translateX(-10%);
  }

  .ai-bar {
    width: 40px;
    margin: 0 6px;
  }

  .ai-chart-container {
    justify-content: space-evenly;
    padding-bottom: 3rem;
  }
}

