body {
    font-family: Arial, sans-serif;
  }
  
  /* HEADER STYLES */
header {
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    font-size: 18px;
  }
  
  header .container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  
  /* Hamburger Icon (hidden on larger screens) */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .hamburger span {
    height: 3px;
    width: 25px;
    margin: 4px 0;
    background: #0009;
    transition: transform 0.3s ease;
  }
  .hamburger.active span:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  
  nav ul {
    display: flex;
    gap: 1rem;
  }
  
  /* Subscribe Button (desktop view can remain inline or styled as desired) */
  .subscribe-btn {
    margin-left: 1rem;
  }
  .mobileonly{
    display: none;
  }
  
  /* LOGO */
  .logo {
    font-weight: 600;
    font-size: 1.5rem;
    cursor:pointer;
  }
  
  /* NAVIGATION */
  /* NAVIGATION */
nav ul {
    list-style: none;
    display: flex;
    gap: 3rem;
    justify-content: right;
    margin-right: 70px;
  }
  
  nav a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    transition: color 0.2s ease-in-out;
    position: relative; /* Needed for the tooltip positioning */
  }
  
  nav a:hover {
    color: #555;
  }
  nav li.nav-item { position: relative; }
  nav li.nav-item .tooltip {
    display: none;
    position: absolute;
    top: 110%;
    left: 50%;
transform: translateX(-50%);
    width: 220px;         /* Adjust width as needed */
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 1rem;
    border-radius: 4px;
    margin-top:15px;
  }
  nav li.nav-item:hover .tooltip { display: flex; align-items: center; }
  nav li.nav-item .tooltip .tooltip-emoji {
    font-size: 5rem;
    margin-left: 1rem;
  }
  nav li.nav-item .tooltip .tooltip-text {
    font-size: 1rem;
    line-height: 1.4;
    margin-left:1rem;
    color:#0009;
  }
  .emoji {
    margin-left: 5px;
    transform: scale(1.2);
  }
  
  
  
  /* SUBSCRIBE BUTTON */
  .subscribe-btn {
    background-color: #000;  /* Black background */
    color: #fff;            /* White text */
    padding: 0.6rem 1rem;
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
  }
  
  .subscribe-btn:hover {
    background-color: #444; /* Slightly lighter on hover */
  }

  .maindiv{
    text-align: center;
    margin-top:10em;
  }
  main{
    max-width:1080px;
    margin:0 auto;
  }
  h1{
    font-size:64px;
    font-weight:600;
  }
  p{
    font-size:24px;
    color: #0009
  }
  .subscribeinput{
    width:250px;
    margin-right:-5px;
    padding: 0.69rem 1rem;
    border-radius: 4px;
    font-size:16px;
    border:1px solid lightgray;
  }
  .subscribeform{
    margin-top:4em;
  }
  .inputbtn{
    font-size:16px;
    margin-left:-3px;
  }
  footer {
    
    border-top: 1px solid #eaeaea;
    padding: 2rem 0;
  }
  .footer-container {
    max-width: 1080px;
    margin: 0 auto;
    
    padding: 0 2rem;
  }
  .footer-logo {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top:2rem
  }
  .footer-nav ul {
    list-style: none;
    display: inline-flex;
    gap: 1.5rem;
    margin-bottom:3rem;
    opacity:0;
    pointer-events: none;
  }
  .footer-nav a {
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease;
  }
  .footer-nav a:hover {
    color: #555;
  }
  footer p {
    font-size: 0.875rem;
    color: #666;
    
  }
  .hugeicon {
    position: absolute;
    right: 9%;
    font-size: 320px;
    transition: top 0s linear;
  }
  .theparas{
    padding-top:10rem;
    padding-bottom:2rem;
    position:relative;
  }
  .homeparas{
    padding-top:0rem;
    padding-bottom:2rem;
    position:relative;
    margin-top:-10rem;
  }
  .homeparas2{
    padding-top:0rem;
    padding-bottom:2rem;
    position:relative;
    margin-top:0rem;
  }
  .downloadcard{
    border:1px solid #ccc;
    border-radius:8px;
    width:300px;
    height:150px;
    padding:10px;
    text-align: center;
    
  }
  .downloadbutton{
    cursor:pointer;
    background-color: #000;
    font-size:16px;
    padding:15px 40px;
    color:white;
    border-radius: 4px;
    text-decoration: none;
  }
  .beforebtnp{
    margin-bottom:40px;
  }
  .theparas2{
    margin-top:-30px;
    padding-bottom:2rem;
    position:relative;
  }
  .valuationcolumn{
    width:130px;
  }
  .thepara{
    text-align:left;
  }
  .companylink{
    color:#000;
    text-decoration: none;
  }
  .companylink:hover{
    text-decoration: underline;
  }
  .downloadlink{
    color:#0009;
    text-decoration: none;
  }
  .downloadlink:hover{
    text-decoration: underline;
  }
  .theleftpara{
    text-align:right;
    margin-top:-3rem;
    font-size:16px;
  }
  .unicornlist{
    margin-bottom:2rem;
    overflow-y:auto;
    height:600px;
  }
  .formerunicornlist{
    margin-bottom:12rem;
    overflow-y:auto;
    height:600px;
  }
  .investorlist{
    margin-bottom:2rem;
    overflow-y:auto;
    height:600px;
  }
  .investorwebsites{
    width:20%;
  }
  .investornumber{
    width:30%;
  }
  .newslist{
    margin-bottom:10rem;
  }
  .newsdate{
    width:10%
  }
  .newstitle{
    width:70%
  }
  .newssources{
    width:20%
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    border-radius:4px;
    border: none;
    padding: 12px;
    text-align: left;
  }
  thead th {
    position: sticky;
    top: 0;
    background: #fff;
    
  }
  th {
    background-color: #f2f2f2;
  }

/* Container for the cards */
.card-container {
    display: flex;          /* or grid */
    gap: 20px;              /* space between cards */
    justify-content: flex-start;
    flex-wrap: wrap;        /* allow wrapping to next line on small screens */
    margin-left:auto;
    margin-right:auto;
    padding:10px 0;
  }

.founderlist {
    overflow-y: auto;
    height:600px;
    margin-bottom:10rem;
  }
  
  /* Individual profile card styling */
  .profile-card {
    background-color: #fff;
    border-radius: 10px;
    width: 160px;           /* adjust as needed */
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Optional: transition for hover effect */
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;     /* center content horizontally */
  }
  
  /* Hover effect (optional) */
  .profile-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  
  /* Profile photo styling */
  .profile-photo {
    width: 80px;            /* make it smaller or bigger as you like */
    height: 80px;
    border-radius: 50%;     /* make it circular */
    object-fit: cover;
    margin-bottom: 10px;
    display:none;
  }
  
  /* Text details */
  .profile-details {
    margin-top: 5px;
  }
  
  .profile-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .profile-role {
    font-size: 0.85rem;
    color: #777;
  }
  .logotop{
    width:28px;
    height:28px;
    margin-bottom:-3px;
  }
  .logonav{
    width:20px;
    height:20px;
    margin-bottom:-3px;
  }
  .logobottom{
    width:34px;
    height:34px;
    margin-bottom:-3px;
  }
  .logohuge{
    width:300px;
  }

.newstitle{
  text-decoration: none;
  color:#000;
  padding-top:5px;
  padding-bottom:5px;

}

.newssrc{
  text-decoration: none;
  color:#000;
}

.newssrc:hover{
  text-decoration: underline;
}
.newsrow {
  transition: background-color 0.3s ease;
}
.newsrow td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.newsrow:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05); /* semi-transparent overlay effect */
}

.summary td {
  padding: 10px;
  font-size:16px;
  line-height:1.4;
  border-top: 1px solid #ccc;
  padding-top:28px;
  padding-bottom:28px;
  color:#0009;
}
.summarycontent{
  padding-right:350px!important;
  padding-left:120px!important;
}

.summarytitle{
  font-size:16px;
  font-weight:bold;
  margin-bottom:14px;
  color:#000;
}

.threecolumns{
  columns:3;
  max-width:900px;
}
.homedownloads{
  margin:auto;
  gap:4rem;
  max-width:100%;
  width:100%;
  margin-bottom:13rem;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-btn {
  background-color: #fff;
  border:1px solid #0009;
  border-radius:8px;
  color: #0009;
  padding: 10px 20px;
  
  cursor: pointer;
  font-size: 16px;
  min-width: 250px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.show {
  display: block;
}
.dataflow-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 600px;
  margin: 0 auto;
}

.radar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radar-center {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.radar-center img {
  width: 100%;
  height: 100%;
}

.brand-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #fff;
}

.radar-center:hover .brand-label {
  opacity: 1;
}

.radar-effect {
  position: absolute;
  top: 205px;
  left: 375px;
  width: 350px;
  height: 350px;
  
  /* Use your image as background */
  background: url('/images/radarimg.png') no-repeat center/cover;
  
  /* Clip the element to a triangle shape. 
     The coordinates here yield a right-angled triangle with 
     the right angle in the top-left corner. */
  clip-path: polygon(0 0, 100% 0, 0 100%);
  
  /* Animate rotation for a radar sweep effect */
  animation: radarSpin 5s linear infinite;

  /* Apply a mask (or webkit-mask) to fade out the image.
     This example fades diagonally from solid at the top-left
     to transparent at the bottom-right. Adjust the direction
     and color stops as needed. */
  mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom right, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}


@keyframes radarSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.circles{
  position:absolute;
  left:375px;
  top:205px;
  width:350px;
  opacity: 0.9;
}

.bubble {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform-origin: -240px center;
  transform: rotate(var(--angle)) translateX(240px);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 1s ease;
  z-index: 2;
}

.bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bubble::after {
  content: attr(data-brand);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0); /* Start with transparent background */
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  opacity: 0;                     /* Initially hidden */
  transition: opacity 1s ease, background 1s ease;  /* Transition opacity and background */
}

/* On hover, change pseudo-element to the desired state */
.bubble:hover::after {
  background: #000;      /* Final background color */
  opacity: 1;                     /* Fade in */
}

.connections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bubblesec{
  position: relative;
  width:100%;
  height:700px;
  margin: 0 auto;
  transform: scale(1.2);
  margin-left:-10px;
  margin-top:50px;
  margin-bottom:200px;
}
.unicornbubble{
  width:90px;
  height:90px;
}
#moving-line{
  opacity:0.8;
}
.homehow{
  text-align: center;
  margin-bottom:-130px;
  margin-top:200px;
}
#connection-svg{
  width:100%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  pointer-events: none;
}
.subscribebtnp {
  padding:15px 30px;
  cursor:pointer;
  margin-bottom:10px;
}
  /* Mobile Styles */
  @media (max-width: 768px) {
    /* Redefine container grid for mobile */
    header .container {
      grid-template-areas:
        "logo hamburger"
        "nav nav";
      grid-template-columns: 1fr auto;
      z-index:2000;
    }
    
    .logo {
      grid-area: logo;
    }
    
    .hamburger {
      grid-area: hamburger;
      display: flex;
      padding: 10px;
    }
    
    /* Hide nav by default */
    nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #fff;
        padding: 1rem 2rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
      }
      nav.active {
        top: 100%;
        opacity: 1;
        visibility: visible;
      }
    
    /* Stack navigation items vertically */
    nav ul {
      flex-direction: column;
      gap: 0;
      margin-top:-10px;
      margin-left:-35px;
    }
    
    nav li {
      margin: 1.2rem 0;
    }
    nav a{
        font-weight:500;
      }
    
    /* Style subscribe button to be part of dropdown, e.g., centered and with spacing */
    nav .subscribe-btn {
      display: block;
      text-align: center;
      margin-top: 1.2rem;
      margin-bottom:2rem;
    }
    .mobileonly{
        display: block;
      }
    .nomobile{
        display: none;
      }
    h1{
        font-size:40px;
      }
    p{
        font-size:16px;
      }
      .subscribeinput{
        width:200px;
      }
      .subscribeform{
        margin-top:2em;
      }
      .subscribe-btn{
        margin-left:0em;
      }
      nav li.nav-item:hover .tooltip{
        display:none;
      }
      .hugeicon {
        display:none;
      }
      .maindiv{
        margin-top:6em;
      }
      .theparas{
        padding-top:6em;
        margin-left:10px;
        margin-right:10px;
        padding-bottom:1em;
      }
      .thepara{
        font-size:20px;
      }
      .theleftpara{
        margin-top:-39px;
      }
      .profile-card{
        padding:10px;
        width: 42%;
      }
      .card-container{
        margin-left:5px;
        gap:15px
      }
      .unicornlist{
        margin-bottom:7rem;
        height:500px;
      }
      .investorlist{
        margin-bottom:7rem;
        height:500px;
      }
      .founderlist {
        height:500px;
        margin-bottom:6rem;
      }
      .summarycontent{
        padding-right:10px!important;
        padding-left:10px!important;
      }
      
      .newstable {
        width: 100%;
        table-layout: fixed; /* force columns to respect assigned widths */
      }
      .tdsrc{
        display:none;
      }
      .tdtime{
        font-size:14px;
      }


      .newssources{
        display:none;
      }
      .newstitle{
        width:85%;
      }
      .newsdate{
        width:17%;
      }
      .footer-logo {
        margin-bottom: 7rem;
      }
      footer {
        text-align:center;
      }
      footer p{
        margin-bottom:-20px;
      }
      .bubblesec{
        position: relative;
        width:900px;
        height:500px;
        margin: 0 auto;
        transform: scale(1.2);
        margin-left:-165px;
        margin-top:100px;
        margin-bottom:220px;
        transform: rotate(90deg) scale(0.8);
      }
      .bubbleimg{
        transform: rotate(270deg);
      }
      .homehow{
        margin-bottom:0px;
        font-size:20px;
        margin-top:6em;
      }
      .homeparas{
        padding-top:4rem;
        margin-top:0px;
      }
      .homeparas2{
        padding-top:2rem;
        margin-top:-10rem;
      }
      .threecolumns{
        columns:1;
        margin: auto;
        margin-bottom:3rem;
      }
      .downloadcard{
        margin-left:auto;
        margin-right: auto;
        margin-bottom:30px;
        padding-bottom:30px;
        height:auto;
      }
      .parentbubblesec{
        position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%; 
      }
      .bubble::after{
        transform: rotate(270deg);
      }
  }
