body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

main {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

canvas {
      display: block;
}

h1 {
  align-items: center;
  animation: slideInFromLeft 3.5s ease-in-out forwards; 
}

h2 {
  color: rgb(0, 0, 0);
  font-size: 28px;
  text-decoration: none;
}

h2:hover {
  color: aqua;
  transition: color 0.5s ease-in-out;
}

h3:hover {
  color:#111;
  transform: scale(1.02);
}

p {
  font-size: 24px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  letter-spacing: 7.5px;
  line-height: 2;
  margin-top: 5rem;
  margin-left: 5rem;
  margin-right: 15rem;
}

nav {
  display: flex;
  justify-content: space-between; /* space between logo and hamburger */
  align-items: center;
  padding: .5rem;
  background: linear-gradient(30deg, #eeedf1, #0b3f10, rgb(7, 8, 7));
  position: fixed;
  top: 0;
  left:0;
  right:0;
  z-index: 1;
}

nav a {
  color: rgb(0, 0, 0);
  margin-right: 50px;
  text-decoration: none; /* Remove default underline */
}

.svg-blinking-cursor {
  display: inline-block;
  margin-left: -1.5px;
  vertical-align:-4px;
  animation: blink 1s steps(2, start) infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
  }
}

.highlight-text-phrase {
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 2px #ffffff, 0 0 8px rgb(181, 243, 252);
}

.highlight-text-phrase-moe {
  font-weight: 300;
  font-style: italic;
  background: linear-gradient(45deg, #ffffff, #e2d7ff, #00f7ff, #ffe5e5, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.highlight-text-phrase-core {
  color: rgb(140, 138, 138);
  text-shadow: 0 .5px 1px #fffefe, 0 0 2px rgb(252, 255, 50);
}

.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: transparent;
  z-index: 19;
}

.menu-bar a:hover {
  animation: wiggle 0.25s ease-in-out;
  transform: scale(1.1);
  color: rgb(0, 0, 0);
}

.pre-hidden,
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}

footer {
  display: none;
  background: #ece5e5;
  padding: 1rem;
  text-align: center;
  margin-top: 4.5rem;
}

.contact-sidebar {
    position: fixed; 
    right: 1.5%; 
    top: 30%; 
    transform: translateY(-70%); 
    display: flex;
    flex-direction: column; 
    gap: 12.5px; 
    z-index: 14; 
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 0;
    width: fit-content;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    animation: fadeIn 4.5s ease-in-out;
}

.contact-sidebar .contact-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width:50px;
    height:50px;
    background-color: transparent;
}

.contact-sidebar .contact-item svg {
    width: 72.5%; 
    height: 72.5%; 
}

.contact-sidebar .music-bars {
  pointer-events: auto;
  cursor: pointer;
}

.contact-sidebar .music-bars svg {
  transform: rotate(90deg);
}

.contact-item:hover svg {
  transform: rotate(-360deg) scale(1.25);
  transition: transform 0.3s ease-in-out;
}

.contact-sidebar .music-bars:hover svg {
  transform: rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}

.icon-bar {
  width: 15px;            
  height: 1px;       
  background-color:rgba(0, 0, 0, 0.25);
  margin: -7.5px auto;     
  border-left: .5px dotted black; 
  border-right: .5px dotted black;
}

.sub-text {
  font-family: 'Rubik';
  font-style: normal;
  font-size: clamp(60px, 7.5vw, 64px);
  font-weight: 400;
  margin-bottom: -3.5rem;
  margin-left: -30%;
  text-shadow:
    1px 1px yellow,       /* hard shadow base */
    2px 2px 3px rgba(255, 255, 255, 0.6), /* soft shadow offset */
    -1.25px -1.25px 0 rgb(127, 127, 127); /* slight highlight */
  transform: perspective(500px) rotateX(1deg) rotateY(-1deg);
}

.cursive-default {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(40px, 42.5px, 45px);
  background: linear-gradient(to left, #000000, #1010bd, rgb(45, 73, 4), rgb(174, 15, 15));
  -webkit-background-clip: text;
  background-clip: text;
  letter-spacing:1vw;
  margin:7.5% 25% -4.5% 3%;
  text-shadow:
    .25px .25px 0 #9be1ff,       /* hard shadow base */
    1px 1px 1.5px rgba(255, 255, 255, 0.6), /* soft shadow offset */
    -.25px -.25px 0 rgb(253, 253, 253); /* slight highlight */
  transform: perspective(500px) rotateX(1deg) rotateY(-1deg);
}

.slam-container {
  max-width: fit-content;
  perspective: 1200px;
  overflow: visible;
  text-align: left;
  margin-left: 1.5rem;
  margin-top: 5.5%;
}

.lets-talk:hover{
  background: transparent; 
  text-shadow: 1px 4px 18px rgba(0, 217, 255, 0.5);
  border-radius: 50px; 
  transition: all 0.3s ease;
}

.slam-text {
  font-size: 2.25rem;
  font-weight: 900;
  transform-style: preserve-3d;
  z-index: 2;
}

.slam-dust {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  height: 40px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.45) 0%, transparent 80%);
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.lets-talk{

  text-shadow:
    1px 1px 1px #000000,       /* hard shadow base */
    2px 2px 3px rgba(255, 255, 255, 0.6), /* soft shadow offset */
    -1.25px -1.25px 0 rgb(127, 127, 127); /* slight highlight */
  
  transform: perspective(500px) rotateX(1deg) rotateY(-1deg);
}

.lets-talk a {
  color: #00f7ff;
  text-decoration: underline;
}

.montserrat-aboutUs {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: black;
  font-optical-sizing: auto;
  font-weight: 100; 
  text-shadow: none;
  line-height: 1.5;
  word-spacing: 2px;
}

@keyframes wiggle {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(5deg); }
  50%  { transform: rotate(-5deg); }
  75%  { transform: rotate(3deg); }
  100% { transform: rotate(5deg); }
}

.video-background {
  position: relative;
  width: 100vw;
  height: 100dvh;
  z-index: -9; 
}

.video-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -9;
  animation: home-intro 1.5s ease-out forwards;
}

@keyframes home-intro {
  0% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.video-bg-moe {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -9;
  opacity: 0.85;
  animation: intro 1.5s ease-in-out forwards;
}

.logo-banner {
  display: flex;
  margin: 0 auto;
  width: 150px;
  height: auto;
  margin-left: 25px;
  margin-top: 5px;
  animation: slideInFromLeft 3.5s ease-in-out forwards;
  z-index: 99;
}

@keyframes dropDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.logo-content {
  width: 150px;
  height: auto;
  display: flex;
  object-fit: contain;
}

.moe-card{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 1.5rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

.image-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10vw, -25vh);
  width: 300px;
  height: 400px;
  border-radius: 350px;
  overflow: hidden;
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 1);
}

.profile-photo {
  border-radius: 150px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 5;
}

.profile-photo:hover {
  transform: scale(1.1);
}

.fade-In {
  animation: fadeIn 2s ease-in-out forwards;
}

.fade-Out {
  animation: FadeOut 2s ease-in-out forwards;
}

@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 0;
  }
}

.shutter-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 106, 106, 0.7); 
  transform-origin: top;
  animation: shutterOpen 3.5s ease-in-out infinite;
  animation-delay: 0.25s;
}

@keyframes shutterOpen {
  0% {
    opacity: 1;
    transform: scaleY(0); 
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

.shutter-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 106, 106, 0.7); 
  transform-origin: bottom;
  animation: shutterClose 3.5s ease-in-out infinite;
  animation-delay: 0.25s;
}

@keyframes shutterClose {
  0% {
    opacity: 1;
    transform: scaleY(0); 
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  50% {
    opacity: .25;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

#profile-text {
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(27.5px);          /* frosted glass blur */
  -webkit-backdrop-filter: blur(27.5px);  /* Safari 15.6.1 or lower */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;  
  padding: 17.5px;                
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.moe-title{
  text-align: center;
}

.text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 675px;
  transform: translate(-37.5%, -55%);
  padding: 0px;
  border-radius: 24px;
  margin-left: clamp(.5rem, 1vw, 1.5rem);
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 1);
}

.montserrat-pepple {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  justify-content: center;
  text-align: center;
}

.intro-people {
  display: inline;
  letter-spacing: .5px; 
  line-height: 1.2; 
  justify-content: center;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: bold;
  background: linear-gradient(-90deg, #d3c6c6, #767e38, #55bac0, #767e38);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.arrow-button {
  position: fixed;
  display: flex;
  top: 45%;
  width: 65px;
  height: 65px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 50%;             
  box-shadow: none;             
  cursor: pointer;
  transition: all 1.5s ease-in-out;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  z-index: 3;
}

.fill-bright-blue {fill: #63D3FD;}
.fill-blue {fill: #3DB9F9;}
.fill-white {fill: #FFFFFF;}
.fill-dark {fill: #111;}

.arrow-button:hover .fill-bright-blue,
.arrow-button:hover .fill-blue,
.arrow-button:hover .fill-white,
.arrow-button:hover .fill-dark {
  fill: #ffbc41;
}

.arrow-button:hover svg {
  transform: scale(1.2) rotateX(180deg);
}

.arrow-button:active svg {
  transform: rotateY(180deg) scale(1.1);
}

.arrow-button svg {
  transition: all 0.3s ease-in-out;
}

.arrow-button:active .fill-bright-blue,
.arrow-button:active .fill-blue,
.arrow-button:active .fill-white,
.arrow-button:active .fill-dark {
  fill: #41ff51;
}

.arrow-button svg {
  width:90%;
  height:90%;
}

.left-arrow {
  left: 2.5rem;
}

.right-arrow {
  right: 9.5rem;
}

.language-switcher {
  position: fixed;
  top: 1.5%;
  right: 3.5%;
  margin: auto;
  display: flex;
  gap: 9px;
  z-index: 22;
  animation: slideInFromRight 4.5s ease-in-out forwards;
}

.flag-link {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #ffffff; 
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.75s;
}

.flag-link:hover {
  transform: scale(1.05);
}

.flag-icon {
  display: inline-block;
  background-size: cover;
  width: 48px;
  height: 48px;
  border-radius: 50%; 
  box-shadow: 2px 4px 8px #fff;
}

.flag-icon:hover{
  animation: wiggle .25s ease-in-out;
}

.menu-toggle {
  position: absolute;
  left: 50%;
  cursor: pointer;
  z-index: 7;
  animation: dropDown 4.5s ease-in-out forwards;
}

#menuIcon rect { /* Selects all <rect> elements inside the SVG with id="menuIcon" */
    transition: transform 0.5s ease, opacity 0.3s ease; /* Smooth animation for all changes */
    transform-origin: center; /* Crucial: Ensures rotations happen from the center of each bar */
    fill: #000000; /* Sets the default color of the bars to black */
}

/* State when the menu is open (when the 'is-open' class is applied to the SVG) */
#menuIcon.is-open #top-bar {
    /* Translate it down to roughly the center of the icon, then rotate 45deg */
    transform: translateY(0px) rotate(-47.5deg);
}

#menuIcon.is-open #middle-bar {
    opacity: 0; /* Make the middle bar disappear */
}

#menuIcon.is-open #bottom-bar {
    /* Translate it up to roughly the center of the icon, then rotate -45deg */
    transform: translateY(-5.5px) rotate(47.5deg);
}

.drawer-menu {
  font-family: apple-system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  background: transparent;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 12.5rem 2.5rem;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
  z-index: 5;
  box-shadow: 4px -2px 12px rgba(255, 255, 255, 1);
}

.drawer-blur-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(255,255,255,0.16), #000 60%);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  pointer-events: none; 
  z-index: -2;
}

.drawer-menu a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  animation: none !important;
  color: #ffffff;
  padding: 1rem 0;
  font-size: clamp(1rem, 3.5vh, 1.35rem);
  text-decoration: none;
  border-left: 5px solid transparent;
  transition: all .5s ease-in-out, border-color 0.2s ease-in-out;
}

.drawer-menu a:hover {
  transform: translateX(40px);
  background-color: #fbfbfb;
  border-left: 12.5px solid #8a8a8a;
  padding-left: .5rem;
  color: #000;
  box-shadow: -2px -4px 8px rgba(255, 255, 255, 1);
}

.drawer-menu a.active {
  font-weight: bold;
  background-color: #dfdfdf;
  border-left: 2.5px solid rgb(254, 254, 254);
}

.drawer-menu.open {
  transform: translateX(0); 
}

.has-submenu {
  cursor: pointer;
  padding: 0;
  color: #ffffff;
  display: block;
}

.has-submenu::after {
  margin-left: 0.5rem;
  transition: transform .3s ease;
}

.submenu.open ~ .has-submenu::after {
  transform: rotate(180deg);
}

.submenu {
  transform: translateX(-100%) translateY(0);
  opacity: 0;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1.5rem;
  pointer-events: none; 
}

.submenu.open {
  transform: translateX(15px) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.submenu.closing {
  transform: translateX(0px) translateY(50px);
  opacity: 0;
  pointer-events: none;
}

.drawer-menu .submenu a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-decoration: underline;
  color: #ffffff;
  padding-top: .75rem;
  padding-left: .75rem;
  position: relative;
  transition: all .3s ease;
}

.drawer-menu .moe-subMenu:hover {
  text-decoration: none;
  font-style: bold;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffff03;
}

.drawer-menu .core-subMenu:hover {
  text-decoration: none;
  font-style: bold;
  background-color: rgba(255, 255, 255, 0.1);
  color: #9afc93;
}

.contact-link {
  background: conic-gradient(
    from 180deg at 50% 50%,
    #333 0deg,
    #666 45deg,
    #111 90deg,
    #000 135deg,
    #222 180deg,
    #444 225deg,
    #111 270deg,
    #000 315deg,
    #333 360deg
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 28px;
  margin-left: auto;
  margin-right: 15rem;
  text-decoration: none;
  font-weight: bold;
  z-index: 25;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

#homeSliderText {
  background: rgba(236, 236, 236, 0.2); 
  backdrop-filter: blur(5px);  
  -webkit-backdrop-filter: blur(5px);         /* Safari 15.6.1 or lower */
  border-radius: 15px;
  padding: 1rem 2rem;
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  animation: slideUp 4.5s ease-in-out; 
  cursor: pointer;
  pointer-events: all;
  }

#homeTextSlider:active {
  transform: scale(0.8);
  transition: transform 1.5s ease;
}

.home-text-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  height: 200px;
  padding: 2.5rem;
  margin-top:-2.5%;
  margin-bottom: 1%;
  z-index: 3;
  pointer-events: all;
  user-select: none;
}

.home-slider-text {
  color: rgb(44, 44, 44);
  max-width: 80%;
  transition: all 0.5s ease;
}

.home-slider-text:hover {
  transform: scale(1.05);
}

.highlight-text {
  font-family: 'Roboto', cursive ;
  font-size: 21px;
  font-style: normal;
  font-weight: 250;
  visibility: visible; 
  line-height: 2;
  opacity: 1;          
  /*transition: opacity 0.5s ease-in-out; /* Smooth fade-in */
  pointer-events: none;
}

.slider-dots {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: -2.5rem;
  margin-left: -1.5rem;
  gap: 14px;
  z-index: 1;
}

.dot {
  width: 16px;
  height: 16px;
  background-color: #9e9d9d;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
}

.dot:hover {
  background-color: yellow;
}

.dot.active {
  width: 36px;
  height: 12px;
  border-radius: 12px;
  background-color: yellowgreen; /* Highlight active dot */
}

.dot.active {
  animation: slide-progress .75s linear forwards; /* duration = slide time */
}

@keyframes slide-progress {
  from {
    width: 0%;
  }
  to {
    width: 2.5%;
  }
}

.corePageContainer {
  position: relative;
}

.image-container-coreTeam {
  position: absolute;
  top:30%;
  right:12.5%;
  margin-left:2rem;
  width: 325px;
  height: 433px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 1);
  border-radius: 450px;
  z-index: 2;
}

.profile-photo-coreTeam {
  position: absolute;
  transform: translateX(-5px);
  width: 335px;
  height: auto;
  z-index: 3;
}

.text-container-coreTeam {
  position: absolute;
  top:32.5%;
  left:15%;
  width: 50%;
  max-width: 625px;
  padding: 25px;
  background: transparent;
  backdrop-filter: blur(15px);          
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 2px 4px 12px #6d6d6d;
  border-radius: 24px;
  z-index: 2;
}

.intro-core {
  display: flex;
  justify-content: center;
  letter-spacing: 1.5px; 
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(to left, #000000, #742222, #a09b0e, rgb(148, 246, 1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.arrow-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 45%;
  left: 50%;
  transform: translateY(5vh);
  background-color: transparent;
  z-index: 1;
}

.arrow-symbol {
  position: absolute;
  display: flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;  
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.arrow-symbol:hover svg {
  transform: scale(1.2) rotateX(180deg);
}

.arrow-symbol:active svg {
  transform: rotateY(180deg) scale(1.1);
}

.arrow-symbol svg {
  will-change: transform, fill;
  transition: all 0.3s ease-in-out;
  width:100%;
  height:100%;
}

.left-arrow-symbol {
  transform: translateX(-41.5vw);
}

.right-arrow-symbol {
  transform: translateX(38.5vw);
}

/* Base fills */
.fill-yellow { fill: #FFE100; }
.fill-orange { fill: #FFA800; }
.fill-white  { fill: #FFFFFF; }
.fill-dark   { fill: #111111; }

/* SVG color changes on hover */
.arrow-symbol:hover .fill-yellow,
.arrow-symbol:hover .fill-orange {
  fill: rgb(5, 249, 22);
}

.arrow-symbol:active .fill-yellow,
.arrow-symbol:active .fill-orange {
  fill: #0b3f10;
}

.model-home {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Optional: stack on small screens */
  top: 1.5%;
  right: 2.5rem;
  width: 375px;
  height: 375px;
  animation: slideInFromRight 3.5s ease-in-out;
}

.model-crane{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Optional: stack on small screens */
  top: 5%;
  left: 25%;
  animation: slideDownFromTop 3s ease-in-out;
  z-index: 11;
}

.model-butterfly {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; /* Optional: stack on small screens */
  top: 9rem;
  right: -16.5rem;
}

.model-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
}

#landing-page {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, #000 40%, #111);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  color: #00ffcc;
  font-family: 'Audiowide', 'Courier New', monospace;
  
}

.loading-text {
  display: flex;
  flex-direction: column;
  font-family: 'Audiowide', sans-serif;
  font-size: 2rem;
  color: whitesmoke;
  justify-content: center;
  align-items: center;
  margin-top: clamp(2.5rem, 2.5vw, 3.75rem);
  margin-left: 6.5rem;
  text-shadow: 0 0 8px #00ffcc;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.4 }
  50% { opacity: 1 }
}

body.loading nav,
body.loading main,
body.loading footer,
body.loading .slider,
body.loading .dot,
body.loading .language-switcher,
body.loading .menu-toggle,
body.loading .drawer-menu,
body.loading .content,
body.loading .video-bg {visibility: hidden;
  pointer-events: none;
}
  
.content-wrapper {
  margin-top: 0rem;
}

.progress-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: clamp(-27rem, -27.5rem, -30rem);
  margin-left: 7.5rem;
}

.progress-bg {
  stroke: #333;
}

.progress-bar {
  stroke: #00f7ff;
  transition: stroke-dashoffset 0.5s ease;
}

.progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #00f7ff;
  font-family: 'Audiowide', sans-serif;
}

/* Prevent flash of unstyled content */
body.preload #app {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.loaded #app {
  visibility: visible;
  opacity: 1;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
.cursor-symbol {
  cursor: url('public/cursors/sushi.cur'), auto;
}*/


.cursor-trail {
  position: fixed;
  width: 25px;
  height: 1.5px;
  pointer-events: none;
  border-radius: 0%;
  background: radial-gradient(circle, rgb(255, 255, 0), transparent 70%);
  opacity: 0.9;
  transform: translate(-50%, -50%);
  z-index: 9;
  animation: fadeTrail 0.5s ease-out forwards;
}

@keyframes fadeTrail {
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}

#thankYouMessage {
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  margin: 1.5rem auto;
  color: green; /* Optional for emphasis */
}



/* work-carousel */
#work-prev{
  color: black;
}

#work-next{
  color: black;

}

.work-carousel{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}
.work-carousel:not([data-loaded="true"]) {
  visibility: hidden;
  opacity: 0;
}

.work-carousel[data-loaded="true"] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.work-carousel .work-list .work-item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.work-carousel .work-list .work-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-carousel .work-list .work-item .work-content{
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #000000;
    text-shadow: 0 5px 10px #0004;
}
.work-carousel .work-list .work-item .work-author{
    font-weight: bold;
    letter-spacing: 2.5px;
}
.work-carousel .work-list .work-item .work-title,
.work-carousel .work-list .work-item .work-topic{
    font-size: clamp(2.5rem, 4.5vw, 3rem);
    font-weight: bold;
    line-height: 1em;
}
.work-carousel .work-list .work-item .work-topic{
    color: #f1683a;
    margin: 8px auto;
}
.work-item .work-content .work-des {
    color: black; /* Default black */
    transition: color 0.5s ease-in-out; /* Smooth transition for each */
}

/* Container for the buttons (Grid setup) */
.work-carousel .work-list .work-item .work-buttons {
    display: grid;
    grid-template-columns: repeat(2, 110px);
    grid-template-rows: 30px;
    gap: 5px;
    margin-top: 20px;
}
/* Styles for the individual buttons */
.work-carousel .work-list .work-item .work-buttons button {
    display: block;
    border: none;
    letter-spacing: 3px;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    color: white; /* Assuming your default text color is white for contrast with the general button gradient */
    cursor: pointer; /* Ensure pointer cursor */
    padding: 1.5px;
    /* --- Essential for the hover wipe animation on EACH BUTTON --- */
    position: relative; /* Make sure pseudo-element positions relative to the button */
    overflow: hidden; /* Hides the ::before element until it slides in */
    z-index: 1; /* Ensures text is above the pseudo-element background */
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

/* Pseudo-element for the sliding background animation */
.work-carousel .work-list .work-item .work-buttons button::before { /* Target the button's ::before */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* This is the vibrant multi-color gradient that will slide in on hover */
  background: linear-gradient(to right, #1d9ae7, #0077c2, #004b8d, #0a1a3a);
  z-index: -1; /* Puts this layer behind the button's text */
  transform: translateX(-100%); /* Starts off-screen to the left */
  transition: transform 0.4s ease-out; /* Smooth animation for the slide-in */
}

/* Hover state for the button's pseudo-element (to trigger the wipe) */
.work-carousel .work-list .work-item .work-buttons button:hover::before { /* Corrected selector */
  transform: translateX(0%); /* Slides the pseudo-element to cover the button */
}

/* thumbail */
.work-thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 3;
    display: flex;
    gap: 20px;
    pointer-events: auto;
}
.work-thumbnail .work-item{
    width: 130px;
    height: 190px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}
.work-thumbnail .work-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
    filter: grayscale(1); /* 👈 move it here */
    opacity: 0.7;
}

.work-thumbnail .work-item img:hover{
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 1;
}

.work-thumbnail .work-item .work-content{
    color: #686868;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.work-thumbnail .work-item .work-content .work-title{
    font-weight: 500;
}
.work-thumbnail .work-item .work-content .work-description{
    font-weight: 300;
}
/* arrows */
.work-arrows{
    position: absolute;
    top: 75%;
    right: 52%;
    z-index: 2;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.work-arrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 4px 8px rgb(115, 115, 115);
    transition: .3s;
}
.work-arrows button:hover{
    transform: scale(1.1);
    background-color: #b9ff80;
    color: #000;
}

/* animation */
.work-carousel .work-list .work-item:nth-child(1){
    z-index: 1;
}

/* animation text in first item */

.work-carousel .work-list .work-item:nth-child(1) .work-content .work-author,
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-title,
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-topic,
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-des,
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-title{
    animation-delay: 1.2s!important;
}
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-topic{
    animation-delay: 1.4s!important;
}
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-des{
    animation-delay: 1.6s!important;
}
.work-carousel .work-list .work-item:nth-child(1) .work-content .work-buttons{
    animation-delay: 1.8s!important;
}
/* create animation when next click */
.work-carousel.work-next .work-list .work-item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}
@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.work-carousel.work-next .work-thumbnail .work-item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.work-carousel.work-prev .work-list .work-item img{
    z-index: 4;
}
@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}
.work-carousel.work-next .work-thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}

/* running time */
.work-carousel .work-time{
    position: fixed;
    z-index: 5;
    width: 0%;
    height: 2.5px;
    background-color: #f1683a;
    top: 0;
    right:0;
}

.work-carousel.work-next .work-time,
.work-carousel.work-prev .work-time{
    animation: runningTime 3s linear 1 forwards;
}
@keyframes runningTime{
    from{ width: 100%}
    to{width: 0}
}


/* prev click */

.work-carousel.work-prev .work-list .work-item:nth-child(2){
    z-index: 2;
}

.work-carousel.work-prev .work-list .work-item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.work-carousel.work-prev .work-thumbnail .work-item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.work-carousel.work-next .work-arrows button,
.work-carousel.work-prev .work-arrows button{
    pointer-events: none;
}
.work-carousel.work-prev .work-list .work-item:nth-child(2) .work-content .work-author,
.work-carousel.work-prev .work-list .work-item:nth-child(2) .work-content .work-title,
.work-carousel.work-prev .work-list .work-item:nth-child(2) .work-content .work-topic,
.work-carousel.work-prev .work-list .work-item:nth-child(2) .work-content .work-des,
.work-carousel.work-prev .work-list .work-item:nth-child(2) .work-content .work-buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

.pp-grid-container {
  top:10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

.pp-card {
  background: #000;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.pp-cardDark {
  background: #1a1a1a;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pp-card.dark a {
  margin-top: 1em;
  color: #ccc;
  text-decoration: underline;
}

.pp-image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.pp-image-card p {
  margin-top: 10px;
  font-size: large;
  font-weight: bold;
}

@media (max-width: 450px) and (min-aspect-ratio: 1.96/1) and (max-aspect-ratio: 2.2/1) {
  .text-container-coreTeam{
    margin-top: clamp(12.5%, 10vh, 15%);
  }
}

@media (max-width: 1024px) {
  
  /* Prevent horizontal scroll globally */
  body, html {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  main {
    padding: 0;
  }

  nav {
    position: fixed;
    top:0;
    left:0;
    right:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  nav a {
    font-size: 0.85rem;
    margin: .3rem .8rem;
    justify-content: center;
    text-align: center;
  }

   /* Shrink big headers */
   h1 {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    text-align: left;
  }

  h2 {
    color: rgb(0, 0, 0);
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    left: 50%;
    top: 50%;
    display: flex;
  }

  p {
    font-size: clamp(1rem, 4vw, 1.4rem);
    margin: 2rem 1rem;
    margin-right: 2rem;
    justify-content: center;
    line-height: 2;
    letter-spacing: normal;
  }

  footer {
    display: none;
  }

  @keyframes slide-progress {
    from {
      width: 0%;
    }
    to {
      width: 5.5%;
    }
  }

  .language-switcher {
    display: inline-block;
    align-items: center;
  }

  .contact-container {
    max-width:325px;
    width:75%;
  }

  .submit-button {
    font-size: 16px;
  }

  .contact-info h2 {
    font-size: 18px;
  }

  .contact-info p {
    font-size: 14px;
  }

  .contact-sidebar {
    top:28.5%;
    right:1%;
  }

  .contact-sidebar .contact-item {
    width:38px;
    height:38px;
  }

  .contact-sidebar .contact-item svg{
    width:55%;
    height:55%;
  }

  .submenu {
    margin-top: 1rem;
    margin-left: -1rem;
  }

  .loading-logo {
    width: 150px;
    height: auto;
    transform: translateX(.5px);
  }

  .progress-container {
    width:120px;
    height:120px;
    margin-left: 15%;
  }

  .progress-bar svg {
    width:120px;
    height:120px;
  }

  .progress-text {
    font-size: 1.5rem;
  }

  .loading-text {
    font-size: 1.5rem;
    margin-left: 1.5rem;
  }

  .logo-banner {
    display: flex;
    margin: 0 auto;
    margin-left: 1px;
    margin-top: -.15rem;
    z-index: 7;
  }

  .logo-banner img {
    width: auto;
    height: 25px;
  }
  
  .flag-link {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #ffffff; 
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
  }
  
  .flag-icon {
    width: 28px;
    height: 28px;
  }

.sub-text {
  font-size: clamp(2rem, 5vw, 2.5rem);
  margin: 14.5rem 0 -1.5rem 0; /* shifts text slightly left */
}

.cursive-default {
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.5;
  margin: 8.5rem 2.5rem .75rem -0.25rem; /* top, right, bottom, left */
}

.slam-container {
  margin-top: -2.5%;
}

.lets-talk {
  font-size: large;
}

.home-text-slider {
  width: 90%;
  margin: .25% auto -15.5% 5%;
  transform: translate(-36px, -45px);
  text-align: center;
  z-index: 3;
}

.highlight-text {
  color:rgb(44, 44, 44);
  font-family: 'Roboto', cursive ;
  font-size: 12px;
  font-weight: 400;
  visibility: visible; /* Ensure it's visible */
  opacity: 1;          /* Ensure it's not transparent */
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in */
}

.slider-dots {
  margin-top: -3.25rem;
  margin-left: 0;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
}

  .image-container {
    position: absolute;
    top: 42.5%;
    left: 48.5%;
    width: 150px;
    height: 200px;
    transform: translate(-50%, -75%);
  }

  .text-container {
    position: absolute;
    top: 42.5%;
    left: 48%;
    width: 90%;
    max-width: 90vw;
    transform: translate(-50%, 22.5%);
    padding: 15px;
    box-shadow: none;
  }

  .montserrat-pepple {
    font-size: clamp(12px, 3vw, 15px);
    margin: 1rem 0;
    line-height: 1.8;
    text-align: center;
  }

  .intro-people {
    font-size: 22px;
    margin-right: 20px;
  }

  .arrow-button {
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: 2px 4px 8px;
    display: none;
    pointer-events: none;
  }  

  .arrow-button svg {
    width:24px;
    height:24px;
  }

  .left-arrow {
    margin-top: -30px;
    left: 15%;
  }

  .right-arrow {
    margin-top: -30px;
    right: 25%;
  }

  #contactLink {
    position: fixed;
    right:2.5%;
    margin:auto 7.5%;
    z-index: 11;
  }
  
  .contact-link {
    font-size: 12px;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 18px;
    color: rgb(0, 0, 0);
    background: transparent;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;  
  }

  .menu-toggle {
    position: absolute;
    left: 48.5%;
    cursor: pointer;
    z-index: 7;
  }

  .menu-toggle svg{
    width: 38px;
    height: 38px;
  }

  .menu-bar .contact-link:hover {
    transform: none;
    color: rgb(2, 2, 2);
  }

  .about-container .section .greeting-text {
    font-size: 1.5em;
    margin: 15px 0;
    transform: translate(0, -50px) !important;  /* Added specificity and importance */
    position: relative;  /* Ensure transform works */
    z-index: 1;  /* Ensure proper stacking */
  }

  .middle-text {
    font-size: 20px !important;
    transform: translateX(-15px) !important;
    margin-left: 60px;
  }

  .model-home {
    top: 1.5%;
    right: 25%;
    height: 220px;
    width: 220px;
    animation: slideDownFromTop 3s ease-in-out;
  }

  .model-crane{
    display:none;
  }

  .model-butterfly {
    top: .5rem;
    right: 1.5rem;
    animation: slideDownFromTop 3s ease-in-out;
  }

  @keyframes slideDownFromTop {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }

    .image-container-coreTeam {
      top:15%;
      left:50%;
      width: 140px;
      height: 198.5px;
      transform: translateX(-60%);
    }
    
    .profile-photo-coreTeam {
      width: 150px;
    }
  
    .text-container-coreTeam {
      width:75%;
      top:50%;
      left:12.5%;
      padding:15px;
    }
  
    .intro-core {
      margin: 0 auto;
      font-size: 20px;
      text-align: center;
    }

    .arrow-container {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-1.5rem, -2rem);
      z-index: 1;
      display: none;
      pointer-events: none;
    }

    .arrow-symbol {
      width: 43px;
      height: 43px;
      display: none;
      pointer-events: none;
    }
    
    .arrow-symbol svg {
      width: 95%; 
      height: 95%;
      transform: none; 
    }

    .left-arrow-symbol {
      transform: translateX(-30vw); 
    }
  
    .right-arrow-symbol {
      transform: translateX(30vw); 
    }
}

.slide-exit-left {
  animation: slideOutLeft 0.5s ease forwards;
}

.slide-exit-right {
  animation: slideOutRight 0.5s ease forwards;
}

.slide-enter-left {
  animation: slideInLeft 0.5s ease forwards;
}

.slide-enter-right {
  animation: slideInRight 0.5s ease forwards;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: .25;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* Photo hover effects */
.photo-hover-effect {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.photo-hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.photo-hover-effect:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 74, 228, 0.15);
}

.photo-hover-effect:hover::before {
  left: 100%;
}

.profile-photo,
.montserrat-pepple {
  will-change: transform, opacity;
}

.about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}

.section {
    margin: 40px 0;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section:nth-child(1) { animation-delay: 0.2s; }
.section:nth-child(2) { animation-delay: 0.4s; }
.section:nth-child(3) { animation-delay: 0.6s; }
.section:nth-child(4) { animation-delay: 0.8s; }
.section:nth-child(5) { animation-delay: 1s; }

.handwritten {
    font-family: 'Caveat', cursive;
    font-size: 2em;
    color: #cf7e40;
    margin: 10px 0 30px;
    transform: rotate(-3deg);
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.email-text {
    background: linear-gradient(120deg, rgba(255, 223, 0, 0.4) 0%, rgba(255, 223, 0, 0.1) 100%);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    transform: rotate(-5deg);
    margin-left: 600px;
}

.highlight-container {
    font-family: 'Rubik', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
    transform: translate(125px, -75px);  /* Combines both X and Y translations */
}

.highlight-firstPart, .highlight-secondPart {
    font-family: 'IMB Plex Sans', sans-serif;
    padding: 8px 15px;
    border-radius: 6px;
    font-style: italic;
    font-size: 1.8em;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
}

.highlight-firstPart {
    display: inline-block;
    transform: rotate(5deg);
    margin-left: 0;
    margin-right: 5px;
}

.highlight-secondPart {
    display: inline-flex;
    transform: rotate(-5deg);
    margin-left: 5px;
    white-space: nowrap;
}

/* Character colors */
.c1 { color: #FF6B6B; }  /* Coral Red */
.c2 { color: #4ECDC4; }  /* Turquoise */
.c3 { color: #45B7D1; }  /* Sky Blue */
.c4 { color: #96CEB4; }  /* Sage Green */
.c5 { color: #FFEEAD; }  /* Cream Yellow */
.c6 { color: #D4A5A5; }  /* Dusty Rose */
.c7 { color: #9B5DE5; }  /* Purple */
.c8 { color: #00B4D8; }  /* Ocean Blue */

/* Make sure the colors work with the background */
.highlight-firstPart span,
.highlight-secondPart span {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    letter-spacing: 1px;
}

.highlight-fourthPart {
    font-family: 'IMB Plex Sans', sans-serif;
    font-size: 2em;
    color: #874b1d;
    margin: 10px 0;
    transform: translate(150px, -50px);
}

.regular-text {
    transform: rotate(-2deg);
    color: whitesmoke;
    display: inline-block;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-left: 200px;
    margin-top: 0px;
}

.image-grid-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.image-grid-top img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.image-grid-top img:hover {
    transform: rotate(2.5deg) scale(1.15);
}

.image-grid-mid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.image-grid-mid img {
  grid-column: 1 / -1;     /* Span full width */
  justify-self: center;    /* Center the image horizontally */
  width: auto;             /* Optional: if you want natural width */
  max-width: 100%;         /* Prevent overflow */
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.image-grid-mid img:hover {
    transform: scale(1.05);
}

.image-grid-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.image-grid-bottom img {
  width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.image-grid-bottom img:hover {
    transform: rotate(-2.5deg) scale(1.15);
}

.fuzzy-text {
    font-size: 3em;
    color: #ffff00;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 20px 0;
    font-weight: bold;
    transform: rotate(-4deg);
    display: inline-block;
}

.contact-section {
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
}

.icon {
    font-size: 2em;
    margin: 10px;
}

#model-container {
    position: fixed;
    top: 50%;
    right: 5%;
    width: 200px;
    height: 200px;
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: none;
}

@media (max-width: 1440px) {
  .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    gap: 0.25rem;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    padding: 3.5rem 0.5rem;
    transform: translateY(-100%); 
    transition: transform 0.4s ease-in-out;
    contain: layout;
    z-index: 5;
  }
  .sub-menu {
    position: relative;
    margin: 2rem auto; 
  } 
  .submenu.open {
    transform: translateX(0px) translateY(0); 
  }
  a.moe-subMenu svg {
    display: none;
  }
  a.core-subMenu svg {
    display: none;
  }
  .drawer-menu a {
    padding: 1rem;
    margin-left: -1rem;
    font-size: clamp(1.15rem, 3vw, 1.75rem);
    text-decoration: none;
    border-left: 5px solid transparent;
    transition: all 0.3s;
  }
  .drawer-menu .submenu a {
    font-size: clamp(0.95rem, 2.5vw, 1.25rem);
    padding: 0.5rem 1rem;
    padding-top: 0.15rem;
    left: 0rem;
    position: relative;
    transition: all 1.5s ease;
  }
}

@media (min-width: 1367px) {
  .contact-info h2{
    font-size: 20px;
  }
  .contact-info p {
    font-size: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .svg-blinking-cursor {
    height: 1.35em; /* optional scaling */
    width: auto;
  }

  @keyframes slide-progress {
    from {
      width: 0%;
    }
    to {
      width: 3.5%;
    }
  }

  .submit-button {
      font-size: 22px;
  }

  .contact-info h2{
    font-size: 20px;
  }

  .contact-info p {
    font-size: 16px;
  }

  .contact-sidebar .contact-item {
    width:44px;
    height:44px;
  }

  .contact-sidebar .contact-item svg{
    width:60%;
    height:60%;
  }

  .model-home{
    top:17.5%;
    width: 315px;
    height: 315px;
    animation: slideInFromRight 3.5s ease-in-out; 
  }
  .menu-toggle svg{
    width: 58px;
    height: 58px;
  }
  
  .cursive-default {
    font-size: 42px;
    margin: 7.5rem auto auto auto;
  }

  .sub-text {
    margin-left: -20%;
    font-size: 48px;
  }

  .lets-talk {
    margin: 1rem auto auto 2rem;
  }

  .home-text-slider {
    margin: 4.5rem auto auto auto;
  }

  .highlight-text {
    font-size: 18px;
  }

  .slider-dots {
    margin: -1.5rem auto auto auto;
  }

  .contact-link{
    font-size: clamp(20px, 22.5px, 24px);
    margin-right: 20%;
  }

  .language-switcher{
    margin-right:.5%;
  }

  .workPageContainer {
    margin: 12.5% auto auto 2.5%;
  }

  .image-container {
    width: 250px;
    height: 333px;
    top: 55%;
    left: 2.5%;
  }

  .text-container {
    top:50%;
    left:50%;
    max-width: 40vw;
    margin-left: clamp(2.5rem, 1.75vw, 4.5rem)
  }

  .montserrat-pepple{
    font-size: clamp(14px, 1.25vw, 18px);
  }

  .arrow-button{
    top: 42.5%;
    width: 50px;
    height: 50px;
    display: none;
    pointer-events: none;
  }

  .left-arrow {
    left: 5%;
  }

  .right-arrow {
    right: 10%;
  }

  .image-container-coreTeam {
    position: absolute;
    top:35%;
    right:15%;
    width: 225px;
    height: 300px;
    overflow: hidden;
    background: transparent;
    border-radius: 450px;
    z-index: 2;
  }

  .profile-photo-coreTeam {
    position: absolute;
    transform: translateX(-5px);
    width: 225px;
    height: auto;
    z-index: 3;
  }

  .text-container-coreTeam {
    position: absolute;
    top:30.5%;
    left:17.5%;
    min-width: 300px;     
    max-width: 42.5vw;    
    width: 60%;   
    padding: 20px;
    background: transparent;
    z-index: 2;
  }

  .intro-core {
    display: flex;
    justify-content: center;
    letter-spacing: 1.5px; 
    font-size: clamp(28px, 2.5vw, 34px);
    font-weight: bold;
    background: linear-gradient(to left, #000000, #a09b0e, rgb(45, 73, 4), rgb(174, 15, 15));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .arrow-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 37.5%;
    left: 50%;
    transform: translateY(5vh);
    background-color: transparent;
    z-index: 1;
    display: none;
    pointer-events: none;
  }

  .arrow-symbol {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgb(0, 0, 0);
    cursor: pointer;
    transition: all 0.3s ease;  
    background-color: transparent;
    display: none;
    pointer-events: none;
  }

  .arrow-symbol svg {
    width:100%;
    height:100%;
  }

  .left-arrow-symbol {
    transform: translateX(-40vw);
  }

  .right-arrow-symbol {
    transform: translateX(38.5vw);
  }
}

@media (max-width: 1024px) {
    .svg-blinking-cursor {
      height: 1.35em; /* optional scaling */
      width: auto;
    }

    .about-container {
        padding: 20px;
        margin: 3.5rem auto;
    }

    .section {
        margin: 30px 0;
        padding: 0 15px;
    }

    .greeting-text {
        font-family: 'Caveat', cursive;
        font-size: 1.5em;
        margin: 15px 0;
        transform: translate(0, -50px);
        color:blueviolet;
    }

    .highlight-container {
        transform: translate(0, -75px);  /* Reset X translation, keep Y */
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .highlight-firstPart,
    .highlight-secondPart {
        margin: 5px;
        font-size: 1.0em;
    }

    .handwritten {
        font-size: 1.5em;
        margin: 5px 0 15px;
    }

    .fuzzy-text {
        font-size: 2em;
        margin: 10px 0;
    }

    .regular-text {
        font-size: 1.2em;
        margin: 10px 15px;
        letter-spacing: 2px;
        text-align: center;
    }

    .image-grid-top {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 15px 0;
    }

    .image-grid img {
        height: 120px;
    }

    .highlight-fourthPart {
        font-size: 1.5em;
        transform: translate(0, -25px);
        text-align: center;
        margin: 10px auto;
    }

    .contact-methods {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .email-text,
    .phone-text {
        margin: 5px 0;
        font-size: 0.9em;
        text-align: center;
        transform: none;
        min-width: unset;
        width: 90%;
    }

    .contact-text {
        font-size: 1em;
        text-align: center;
        margin: 10px 0;
    }
}

.space {
    display: inline-block;
    width: 0.5em;  /* Adjustable width for the space */
}

.space-wide {
    display: inline-block;
    width: 0.5em;  /* Wider space than the regular .space class */
}

.extra-bold {
    font-weight: 900;  /* Maximum font weight */
    text-shadow: -1px -1px 0 #874b1d, 
                 1px -1px 0 #874b1d,
                -1px 1px 0 #874b1d,
                 1px 1px 0 #874b1d;  /* Text stroke effect */
    letter-spacing: 2px;
}

.greeting-text {
    font-family: 'Caveat', cursive;
    font-size: 3em;
    color: rgb(44, 3, 83);
    margin: 10px 0;
    display: inline-block;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 2px;
}

.greeting-text::before {
    content: 'Hi There! -And- Welcome to ICUE';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    transform: rotateX(60deg) rotateY(0deg) rotateZ(0deg) scale(1, 2.5);
    transform-origin: 50% 50%;
    color: rgba(255, 215, 0, 0.4);
    animation: greetingWave 3s ease-in-out infinite;
}

@keyframes greetingWave {
    0%, 100% {
        transform: rotateX(60deg) rotateY(0deg) rotateZ(0deg) scale(1, 2.5);
    }
    50% {
        transform: rotateX(65deg) rotateY(5deg) rotateZ(2deg) scale(1, 2.7);
    }
}

.postcard-image {
    transform: rotate(-10deg);
    transition: transform 0.3s ease;
    width: 750px !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.postcard-image:hover {
    transform: rotate(-10deg) scale(1.05);
}

.phone-text {
    background: linear-gradient(120deg, rgba(255, 223, 0, 0.4) 0%, rgba(255, 223, 0, 0.1) 100%);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    transform: rotate(5deg);
    margin-left: 600px;
}

.contact-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.email-text {
    background: linear-gradient(120deg, rgba(255, 223, 0, 0.4) 0%, rgba(255, 223, 0, 0.1) 100%);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    transform: rotate(-5deg);
    margin: 0;
}

.phone-text {
    background: linear-gradient(120deg, rgba(255, 223, 0, 0.4) 0%, rgba(255, 223, 0, 0.1) 100%);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    transform: rotate(5deg);
    margin: 0;
}

.middle-text {
    position: relative;
    display: inline-block;
    margin-left: 75px;
    margin-top: 45px;
    font-family: 'IMB Plex Sans', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(75px);
}

.contact-text {
    font-family: 'IMB Plex Sans', sans-serif;
    font-size: 1em;
    color: #333;
    margin: 30px 0;
    line-height: 1.8;
    text-align: justify;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.postcard-image {
    transform: rotate(-10deg);
    transition: transform 0.3s ease;
    width: 350px;
    height: auto;
}

.postcard-image:hover {
    transform: rotate(-10deg) scale(1.05);
}

.balloon-button {
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    font-size: 1.2em;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeead, #d4a5a5, #9b5de5);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    overflow: hidden;
}

.balloon-button::before {
  content: ''; /* Essential for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #ffeead, #d4a5a5, #9b5de5);
  z-index: -1; /* Puts the pseudo-element behind the button's text */
  transform: translateX(-100%); /* Starts completely off to the left, outside the button */
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.balloon-button:hover::before {
  transform: translateX(0%); /* Slides the pseudo-element to cover the button */
}

.balloon-button:hover {
    color: #000000;
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.balloon {
    position: fixed;
    bottom: 0;
    width: 40px;
    height: 50px;
    border-radius: 50%;
    animation: floatUp 4s ease-in forwards;
    z-index: 999;
}

.balloon::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: rgba(0, 0, 0, 0.2);
}

@keyframes floatUp {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Balloon colors */
.balloon:nth-child(1) { background-color: #ff6b6b; left: 10%; }
.balloon:nth-child(2) { background-color: #4ecdc4; left: 20%; }
.balloon:nth-child(3) { background-color: #45b7d1; left: 30%; }
.balloon:nth-child(4) { background-color: #96ceb4; left: 40%; }
.balloon:nth-child(5) { background-color: #ffeead; left: 50%; }
.balloon:nth-child(6) { background-color: #d4a5a5; left: 60%; }
.balloon:nth-child(7) { background-color: #9b5de5; left: 70%; }
.balloon:nth-child(8) { background-color: #ff6b6b; left: 80%; }
.balloon:nth-child(9) { background-color: #4ecdc4; left: 90%; }
.balloon:nth-child(10) { background-color: #45b7d1; left: 15%; }
.balloon:nth-child(11) { background-color: #96ceb4; left: 25%; }
.balloon:nth-child(12) { background-color: #ffeead; left: 35%; }
.balloon:nth-child(13) { background-color: #d4a5a5; left: 45%; }
.balloon:nth-child(14) { background-color: #9b5de5; left: 55%; }
.balloon:nth-child(15) { background-color: #ff6b6b; left: 65%; }

body.contact-page {
  font-family: 'Audiowide', sans-serif; /* Use Montserrat font */
  background-color: #f4f4f4; /* Light background color */
  margin: 0;
  padding: 0;
}

/* Contact Container */
.contact-container {
  max-width: 600px; /* Limit the width of the contact form */
  margin: 150px auto; /* Center the container */
  padding: 20px; /* Add padding */
  background: white; /* White background for the form */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11); /* Subtle shadow */
}

/* Headings */
h1 {
  text-align: center; /* Center the heading */
  color: #333; /* Dark text color */
  margin-bottom: 20px; /* Space below the heading */
}

/* Form Styles */
.contact-form {
  display: flex; /* Use flexbox for layout */
  flex-direction: column; /* Stack elements vertically */
  padding: 7.5px;
}

.form-group {
  margin-bottom: 15px; /* Space between form groups */
  margin-right:12px;
}

label {
  margin-bottom: 5px; /* Space below labels */
  color: #555; /* Slightly lighter text color */
}

input[type="text"],
input[type="email"],
textarea {
  padding: 10px; /* Padding inside input fields */
  border: 1px solid #ccc; /* Light border */
  border-radius: 4px; /* Rounded corners */
  font-size: 16px; /* Font size */
  width: 100%; /* Full width */
}

textarea {
  resize: vertical; /* Allow vertical resizing */
}

/* Button Styles */
button {
  padding: 10px; /* Padding inside button */
  background-color: #5cb85c; /* Green background */
  color: white; /* White text */
  border: none; /* No border */
  border-radius: 4px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  font-size: 16px; /* Font size */
  transition: background-color 0.3s; /* Smooth background transition */
}

button {
  padding: 10px; /* Padding inside button */
  background: linear-gradient(to bottom, #5d82c6, #0a1a3a);
  color: rgb(255, 255, 255); /* White text */
  border: none; /* No border */
  border-radius: 4px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  font-size: 16px; /* Font size */
  transition: background-color 0.3s; /* Smooth background transition */
}

/* Contact Info Styles */
.contact-info { 
  text-align: center; 
  margin-top: 10px; /* Space above contact info */
}

.contact-info h1 {
  font-size: x-large;
}

.contact-info h2 {
  justify-content: center;
  font-family: 'Roboto';
  margin: 15px auto; /* Space below the heading */
  color: #333; /* Dark text color */
}

.contact-info p {
  font-family: 'Roboto';
  letter-spacing: normal;
  margin: 2.5px 0; /* Space above and below paragraphs */
  color: #666; /* Lighter text color */
}

.submit-button {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.55);
  position: relative; /* Crucial: Needed to position the ::before pseudo-element */
  overflow: hidden; /* Hides the ::before pseudo-element until it slides in */
  z-index: 1; /* Ensures the button's content is above the pseudo-element */
  transition: color 0.4s ease-out;
}
.submit-button::before {
  content: ''; /* Essential for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #1d9ae7, #0a1a3a);
  z-index: -1; /* Puts the pseudo-element behind the button's text */
  transform: translateX(-100%); /* Starts completely off to the left, outside the button */
  transition: transform 0.4s ease-out; /* Smooth animation for the slide-in */
}
.submit-button:hover::before {
  transform: translateX(0%); /* Slides the pseudo-element to cover the button */
}

/* Optional: Adjust text color slightly on hover for better contrast or effect */
.submit-button:hover {
  color: #fff; /* Darker text color on hover */
}

@media (max-width: 1024px) and (min-aspect-ratio: 1.8/1) {
  .image-container{
    margin-top: 17.5%;
  }
  .text-container{
    margin-top: 18.5%;
  }
  .text-container-coreTeam{
    margin-top: 5.5rem;
  }
}

@media (max-width: 1024px) and (min-aspect-ratio: .73/1) {
  .image-container{
    left:47.5%;
    width:150px;
    height:210px;
  }
  .text-container{
    left:45%;
    margin-top: 2rem;
    width: 70%;
  }
  .intro-people{
    font-size: 28px;
  }
  .montserrat-pepple{
    font-size: 15px;
  }
  .image-container-coreTeam{
    left:47.5%;
  }
  .text-container-coreTeam{
    max-width:650px;
    width:65%;
    top:37.5%;
    left:15%;
  }
}

@media (max-width: 540px) and (max-aspect-ratio: .7299/1) {
  .image-container-coreTeam{
    left:47.5%;
  }
  .text-container-coreTeam{
    max-width:550px;
    width:70%;
    top:43.5%;
    left:9.5%;
  }
}

@media (max-width: 1024px) and (min-aspect-ratio: .65/1) {
  .language-switcher{
    top:1.05%;
  }
}

@media (max-width: 720px) and (min-aspect-ratio: .73/1) {
  .home-text-slider{
    margin-top: -1.75rem;
  }
  .slider-dots{
    margin-top: -4.75rem;
  }
  .image-container{
    left:50%;
    width:120px;
    height:168px;
  }
  .text-container{
    margin-top: -3rem;
    margin-left: 2rem;
    width: 70%;
  }
  .intro-people{
    font-size: 24px;
  }
  .montserrat-pepple{
    font-size: 14px;
  }
  .image-container-coreTeam{
    left:45%;
  }
  .text-container-coreTeam{
    top:47.5%;
    left:12.5%;
  }
  .arrow-button{
    top:42.5%;
  }
  .arrow-container{
    top:45%;
  }
}

@media (min-width: 1025px) and (min-aspect-ratio: 1.9) {
  #text-slider {
    transform: translate(-40.5%, -35%); /* adjust as needed */
    margin-left: 1rem;
  }
  .arrow-button{
    top:60%;
  }
}

@media (min-width: 1025px) and (min-aspect-ratio: 2.5) {
  #text-slider {
    transform: translate(-37.5%, -30.5%); /* adjust as needed */
  }
  .arrow-button{
    top:60%;
  }
}

@media (min-width: 1025px) and (min-aspect-ratio: 3.5) {
  #text-slider {
    transform: translate(-37.5%, -15%); /* adjust as needed */
  }
  .arrow-button{
    top:60%;
  }
}

@media (max-width: 1024px) and (min-aspect-ratio: 1.65) {
  .home-text-slider {
    max-width: 1000px;
    margin: -7.5% auto -8.5% auto;
  }
  .image-container{
    transform: translate(-50%, -105%);
  }
  #text-slider {
    transform: translate(-45%, 32.5%); /* adjust as needed */
    margin-left: 1rem;
  }
  .arrow-button{
    top:50%;
  }
  .image-container-coreTeam{
   left:45%; 
  }
  .text-container-coreTeam{
   top:55%;
  }
}
