.rubik-wet-paint-regular {
    font-family: "Rubik Wet Paint", system-ui;
    font-weight: 400;
    font-style: normal;
  }

body{
  background-color: rgb(238, 238, 238);
  margin:0;
  max-width: 100vw;
  overflow-x: hidden;
}

.arrayMan{
  position: relative;
  z-index: 2;
  margin-left: 1%;
}






.btnSQL{
 
  font-family: monospace;
  background: #000dff17;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.btnSQL:hover {
   /* Adjust font size */
   
   background: #000dff22;
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -2px -2px 4px -1px rgba(233, 231, 255, 0.7),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}






.btn1{
 
  font-family: monospace;
  background: #000dff17;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.btn1:hover {
   /* Adjust font size */
   cursor: pointer;
   background: #000dff22;
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -2px -2px 4px -1px rgba(233, 231, 255, 0.7),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}

.btn{
 
  font-family: monospace;
  background: #00ffff2f;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.btn:hover {
   /* Adjust font size */
   cursor: pointer;
   background: #00ffff48;
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -4px -4px 6px -1px rgba(231, 255, 255, 0.7),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}



.anchorPoint{
  text-decoration: none;
  color:rgb(0, 0, 0);
}

.sectionTopic {
  position: relative;
  
  
}

/* problem counter badge */
.totalProblems {
  position: absolute;
  bottom: 5%;
  right: 10%;

  font-size: 1.2em;
  font-family: monospace;
  
transition: transform 0.3s;
  
  color: #000000;
    
    
  

  pointer-events: none; /* so clicks go to the button */
}

.sectionTopic:hover .totalProblems {
  
  font-weight: bold;



  transform: translateY(0.5em);
}

.coreBtn{

  font-family: monospace;
  background: #ff95002a;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.coreBtn:hover {
   /* Adjust font size */
   background: #ff95003e;
   
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -4px -4px 6px -1px rgb(255, 225, 174),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}


.btnOperator{
 
  font-family: monospace;
  background: #fff30f3c;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.btnOperator:hover {
   /* Adjust font size */
   
   background: #fff30f50;
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -4px -4px 6px -1px rgba(255, 253, 164, 0.7),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}



.advbtn{
  font-family: monospace;
  background: #ff0f0f1d;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 100px;
  border-radius: 10px;
box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
border: 1px solid rgba(0,0,0,0);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 100px;              /* Vertically center */
}

.advbtn:hover {
   /* Adjust font size */
   
   background: #ff0f0f25;
   color:rgb(0, 0, 0);
  font-weight: bold;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
          inset -4px -4px 6px -1px rgb(255, 206, 206),
          -0.5px -0.5px 0px rgba(255,255,255,1),
          0.5px 0.5px 0px rgba(0,0,0,0.15),
          0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  transform: translateY(0.5em);
}

.mainButtons{
  
  
  position: relative;
  z-index: 2;
  
  margin-bottom: 3%;
  
}

.mainButtons {
  display: flex;
  justify-content: space-between; /* Push left and right groups apart */
        /* Vertical centering */
  width: 100%;                   /* Optional: full width */
}

.mainButtons-right{
  display: flex;
}





.mainbtn1{
  position: relative; /* needed for absolute positioning of child */
  
  font-family: monospace;
  background: #f3f3f341;
  font-weight: 500;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 250px;
  height: 35px;
  padding: 8px 30px;
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
cursor: pointer;
transition: transform 0.3s;

text-align: center;  
line-height: 25px; 
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.mainbtn1:hover{
  
  background:  rgb(238, 238, 238);
color:rgb(0, 0, 0);
font-weight: bold;
box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
       inset -2px -2px 4px -1px rgba(255, 255, 255, 0.639),
       -0.5px -0.5px 0px rgb(255, 255, 255),
       0.5px 0.5px 0px rgba(0,0,0,0.15),
       0px 12px 10px -10px rgba(0,0,0,0.05);
transform: translateY(0.1em);
}




.underConstructionIcon {
  width: 180px;
  position: absolute;
 
  z-index: 999;
  transform: translate(-45%, -45%) rotate(-18deg);
  pointer-events: none; /* so clicks go through to the button */
  opacity: 0.9; /* optional transparency */
}

.underConstructionIcon2 {
  width: 180px;
  position: absolute;
 
  z-index: 999;
  transform: translate(0%, 80%) rotate(10deg);
  pointer-events: none; /* so clicks go through to the button */
  opacity: 0.9; /* optional transparency */
}


.mainbtn2{
  position: relative; /* needed for absolute positioning of child */
  font-family: monospace;
  background: #e4111127;
  font-weight: 500;
  color:rgb(0, 0, 0);
  font-size: 19px;
  width: 200px;
  height: 35px;
  
  
  
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.15),
      -6px -6px 10px -1px rgba(255,255,255,0.7);
cursor: pointer;
transition: transform 0.3s;
text-decoration: none;
text-align: center;  
line-height: 25px; 
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.mainbtn2:hover{
  background: #e4111141;
color:rgb(0, 0, 0);
font-weight: bold;
box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
       inset -2px -2px 4px -1px rgba(255, 255, 255, 0.639),
       -0.5px -0.5px 0px rgb(255, 255, 255),
       0.5px 0.5px 0px rgba(0,0,0,0.15),
       0px 12px 10px -10px rgba(0,0,0,0.05);
transform: translateY(0.1em);
}


.hero{
  position: relative;
  
  margin-top: 0.5%;
    z-index: 2;
    background-color: rgba(240, 240, 240, 0.396);
    
    
    padding: 10px;
    animation: boxShadowFadeIn 1.4s ease forwards;
    

}


.aboutUs {
  
  height: 0;
  transition: height 600ms ease;
  max-width: 100%;          /* Prevents horizontal overflow */
  box-sizing: border-box;
  padding: 0 1rem;          /* Some breathing room inside */
}

#aboutParagraph {
  max-width: 100%;         /* Keeps line length reasonable */
  margin: 0 auto;           /* Centers inside container */
  word-wrap: break-word;    /* Ensures long words wrap */
}

.aboutUs p {
  margin: 0 0 0.6rem 0;
  line-height: 1.5;
  font-size: 1rem;
  color: #000;
}





@keyframes boxShadowFadeIn {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 1px 1px 2px #4141415c, -1px -1px 2px #41414100;
  }
}


@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translateY(-300px);
    
  }
  to {
    opacity: 1;
    transform: translateY(0);
    
  }
}


  .mainLogo{
    
    margin-top: 2%;
    
  }



/* CSS */
#typedHeadline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  font-family: monospace;
  
}



.headline {
 
  padding-left: 2.5%;
  margin-top: 5%;
  
  
}



.subheadline {

  font-size: 1.4rem;
  font-family: monospace;
  font-weight: 400;
  
  padding-left: 2.5%;
  line-height: 1.6;
  color: #000000;
  
  
  }



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-300px);
    
  }
  to {
    opacity: 1;
    transform: translateY(0);
    
  }
}

.subhead {
  animation: fadeInUp 1s ease-out forwards;
}




.spaceMainBottom{
  height: 100px;
}






.visible {
  opacity: 1;
  max-height: 500px; /* or auto with JS workaround */
  display: block;
  
}



button {
  font-size: 18px;
  padding: 8px 12px;
  background: #24dbdbcc;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

button:hover {
  background: #00ffffcc;
  
}











.site-footer {
  background-color: #e3e3e324;
  color: #4c4c4c;
  padding: 40px 20px 20px;
  font-family: monospace;
  position: relative;
  border-top: 1px solid #3333332d;
}



.footer-container {
  display: flex;
  
  justify-content:baseline;
  align-items: center;    
  gap: 5%;
  max-width: 95%;
  margin: auto;
}

.footer-container2 {
  display: flex;
  
  justify-content:baseline;
  align-items: center;    
  gap: 5%;
  max-width: 95%;
  margin: auto;
}

.site-footer h2, .site-footer h4 {
  color: #00ffff;
}

.footer-links ul {
  list-style:none ;
  padding: 0;
}



.privacyButton{
  background: none;
  padding: 8px 16px;

  color: rgb(94, 94, 94);
  border: none;
  border-radius: 4px;
  font-size: 2rem;
  cursor: pointer;
}

.privacyButton:hover {
  color: rgb(61, 61, 61);
 background: none;
  text-decoration: underline;
  
}

.footer-social .social-icons a img {
  width: 24px;
  margin-right: 10px;
  transition: transform 0.3s;
}

.footer-social .social-icons a:hover img {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #3333332d;
  font-size: 14px;
  color: #aaa;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links, .footer-contact, .footer-social {
    margin-top: 20px;
  }
}


#aboutParagraph {

  letter-spacing: 0.4em;      /* Spaced but still readable */
  word-spacing: 1em;          /* Bigger space between words */
  line-height: 1.6;
  margin-left: 1% ;
  margin-right: 1% ;
}

/* full-page overlay (hidden by default) */
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;

  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);

  opacity: 0;
  pointer-events: none;

  transition: opacity 0.35s ease;
  z-index: 5;
}

/* card */
.about-card {
  position: fixed;
  width: 75%;
  margin-left: 10%;
  padding: 20px;

  background: #ffffffeb;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);

  top: 60px;
  left: 0;

  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 10;
}

/* when visible */
.page-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.about-card.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}


.p-soft {
 font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  line-height: 1.75;
  background: linear-gradient(90deg, #ffffff, #fff2f2);
  -webkit-background-clip: text;
  color: transparent;
  max-width: 700px;
  margin: 20px auto;
}

.intro-para {

  
  background: linear-gradient(to right, #ffffff10, #ffffff03);
  padding: 14px 18px;
  border-radius: 6px;
}

.journey-para {
  
  background: linear-gradient(to right, #ffffff15, #ffffff05);
  padding: 14px 18px;
  border-radius: 6px;
}

.mission-para {
  
  background: linear-gradient(to right, #ffffff20, #ffffff06);
  padding: 14px 18px;
  border-radius: 6px;
}
