* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #4f46e5 #1e1e1e;
}

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #1e1e1e;
}

::-webkit-scrollbar-thumb {
  background: #4f46e5;
  border-radius: 10px;
}

body {
  min-height: 100vh;
  background: url("tpl_images/bg.jpg") no-repeat center center;
  background-size: cover;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-family: Arial, sans-serif;
  position: relative;
  overflow-x: hidden;
}
/* .logo_box{
    display: flex;
    justify-content: center;
} */
.logo_img_box{
    display: flex;
    justify-content: center;
}
.logo_box{
    width: 60%;
    padding-bottom: 15px;
}
#attachment {
  position: relative;
  overflow: hidden;
  min-height: 65px;

  /* Glass background */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);

  padding: 25px;
  border-radius: 18px;

  /* Glass border */
  border: 1px solid rgba(255, 255, 255, 0.25);

  /* Depth */
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);

  transition: all 0.35s ease;
}

/* Glossy highlight */

#attachment {
    display: none;
    margin-top: 20px;
}

#attachment {
  pointer-events: auto;
  cursor: pointer;
  
  transform-origin: center;
  will-change: transform;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0 0 8px rgba(0, 220, 255, 0.35));
  z-index: 25;
  padding: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.06) 35%,
    rgba(66, 217, 255, 0.1) 70%,
    rgba(255, 255, 255, 0.14) 100%
  );
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -6px 12px rgba(255, 255, 255, 0.05),
    inset 0 0 18px rgba(255, 255, 255, 0.06),
    0 0 14px rgba(66, 217, 255, 0.35),
    0 0 90px rgba(66, 217, 255, 0.4);
  border-radius: 18px;
  font-family: Consolas, monospace;
  overflow: hidden;
  isolation: isolate;
}

#attachment::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 15px;
  background: conic-gradient(from var(--angle), #8a2be2, #00e5ff, #8a2be2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: borderSpin 3s linear infinite;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes borderSpin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
#attachment::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  z-index: -1;
  filter: blur(12px);
  opacity: 0.8;
  animation: boxGlow 6s ease-in-out infinite;
}

/* #attachment::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 70%;
  height: 100%;

  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    rgba(255, 255, 255, 0.15) 60%,
    transparent 100%
  );

  transform: skewX(-25deg);
  pointer-events: none;
}

/* Top gloss * /
#attachment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 45%;

  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.08),
    transparent
  );

  border-radius: inherit;
  pointer-events: none;
}

/* Hover effect
#attachment:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.12);
}

#attachment:hover::before {
  animation: glossyShine 1.2s ease;
} * /

@keyframes glossyShine {
  from {
    left: -70%;
  }
  to {
    left: 140%;
  }
} */
 .ai-panel{height:auto;}
.attachment-icons{
  display: flex;
  gap: 15px;
}
 .attachment-icons img{
  width: 25%;
  max-width: 50px;
 }
#canvas-holder {
  position: absolute;
  bottom: -2%;
  left: 0%;
  right: 0%;
  z-index: -2;
}
#glb-base-image {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: min(35vw, 500px);
  height: auto;
  max-width: 70vw;
  z-index: 1;
}
#neural-bg {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}
#particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  pointer-events: none;
}
.rays-bg, #particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  z-index: -1;
  pointer-events: none;
}
.dot{
    position:absolute;
    width:4px;
    height:4px;
    border-radius:50%;
}
.left{
    background:#bb4dff;
    box-shadow:
    0 0 5px #bb4dff,
    0 0 12px #bb4dff,
    0 0 24px #bb4dff;
}
.right{
    background:#30d8ff;
    box-shadow:
    0 0 5px #30d8ff,
    0 0 12px #30d8ff,
    0 0 24px #30d8ff;
}
.top-logo {
  /* position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%); */
  width: 11%;
  height: auto;
  z-index: 60;
  pointer-events: none;
  display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}
.center-image {
  width: min(43vw, 650px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  margin: auto;
  position: relative;
  z-index: 10;
  cursor: grab;
  touch-action: none;
}
.center-image:active {
  cursor: grabbing;
}
.center-image canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.container {
  position: absolute;
  inset: 0;
  z-index: 15;
  pointer-events: none;
}
.container.three-col {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  height: 100vh;
  align-items: center;
  position: relative;
}
.ai-icons-wrap {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
}
.ai-icons {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  transform-origin: center;
  will-change: transform;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(0 0 8px rgba(0, 220, 255, 0.35));
  transition: 0.4s;
  left: 50%;
  top: 50%;
  width: clamp(50px, 7vw, 85px);
  height: clamp(50px, 7vw, 85px);
  transform: translate(-50%, -50%);
  z-index: 25;
  padding: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.06) 35%,
    rgba(66, 217, 255, 0.1) 70%,
    rgba(255, 255, 255, 0.14) 100%
  );
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -6px 12px rgba(255, 255, 255, 0.05),
    inset 0 0 18px rgba(255, 255, 255, 0.06),
    0 0 14px rgba(66, 217, 255, 0.35),
    0 0 90px rgba(66, 217, 255, 0.4);
  border-radius: 18px;
  font-family: Consolas, monospace;
  overflow: hidden;
  isolation: isolate;
}
.ai-icons .ai-icons-inner {
  position: relative;
  z-index: 1;
}
.ai-icons-inner::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -20%;
  width: 80%;
  height: 60%;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
  z-index: -1;
  filter: blur(1px);
}
.ai-icons::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 15px;
  background: conic-gradient(from var(--angle), #8a2be2, #00e5ff, #8a2be2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: borderSpin 3s linear infinite;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes borderSpin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}
.ai-icons::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events: none;
  z-index: -1;
  filter: blur(12px);
  opacity: 0.8;
  animation: boxGlow 6s ease-in-out infinite;
}

.ai-icons img {
  width: 55%;
  height: auto;
  max-width: clamp(33px, 3vw, 50px);
  text-align: center;
  margin: auto;
  display: block;
  object-fit: contain;
  transition:
    width 1.45s cubic-bezier(0.22, 0.9, 0.17, 1),
    transform 1.45s cubic-bezier(0.22, 0.9, 0.17, 1);
}
.ai-icons-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: none;
  transform-origin: center;
  animation: smoothPulse 6s ease-in-out infinite;
}
.ai-icon-text {
  color: #fff;
  text-shadow: 0 0 12px rgba(66, 217, 255, 0.5);
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  margin: auto;
  display: block;
  transition: font-size 0.45s cubic-bezier(0.22, 0.9, 0.17, 1);
}
.ai-image {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.ai-image img {
  width: 140px;
  transition:
    width 0.45s cubic-bezier(0.22, 0.9, 0.17, 1),
    transform 0.45s cubic-bezier(0.22, 0.9, 0.17, 1);
  animation: imgFloat 5.5s ease-in-out infinite;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(66, 217, 255, 0.3);
  background: #081018;
  box-shadow:
    0 0 15px rgba(66, 217, 255, 0.25),
    inset 0 0 20px rgba(66, 217, 255, 0.08);
  padding: 12px;
}
@keyframes smoothPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes imgFloat {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes boxGlow {
  0% {
    opacity: 0.6;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
    filter: blur(14px);
  }
  100% {
    opacity: 0.6;
    filter: blur(10px);
  }
}
.right-default-image {
  padding: 40px;
  background: #05050591;
  border: 1px solid rgba(66, 217, 255, 0.35);
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  box-shadow:
    0 0 20px rgba(66, 217, 255, 0.15),
    0 0 60px rgba(66, 217, 255, 0.08);
  transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Consolas, monospace;
  position: absolute;
  top: 45%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 51;
  pointer-events: none;
}
.right-default-image img {
  width: clamp(170px, 18vw, 290px);
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 0 25px rgba(66, 217, 255, 0.5));
}
.ai-core {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
  z-index: 999;
}
.ai-core::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #42d9ff 0%,
    rgba(66, 217, 255, 0.45) 45%,
    transparent 75%
  );
  opacity: 0;
}
.ai-core.absorb::before {
  animation: pulse 0.7s ease;
}
@keyframes pulse {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.ai-icons:hover:not(.absorbing) {
  animation-play-state: paused;
}
.ai-icons:hover:not(.absorbing)::after {
  opacity: 1;
  filter: blur(22px);
}
.ai-icons:hover .ai-icons-inner {
  transform: scale(calc(var(--icon-scale, 1) * 1.06));
}
.ai-icons.absorbing::after {
  opacity: 1;
  filter: blur(28px);
}
.icon1 {
  top: 63%;
  left: 27%;
  animation:
    float1 8s ease-in-out infinite,
    boxPadPulse 6s ease-in-out infinite;
}
.icon2 {
  top: 28%;
  left: 8%;
  animation:
    float2 9s ease-in-out -0.8s infinite,
    boxPadPulse 6.2s ease-in-out infinite;
}
.icon3 {
  top: 25%;
  left: 20%;
  animation:
    float3 8.5s ease-in-out -2s infinite,
    boxPadPulse 6.4s ease-in-out infinite;
}
.icon4 {
  top: 59%;
  left: 8%;
  animation:
    float4 10s ease-in-out -1.5s infinite,
    boxPadPulse 6.6s ease-in-out infinite;
}
.icon5 {
  top: 38%;
  left: 20%;
  animation:
    float1 8.8s ease-in-out -3s infinite,
    boxPadPulse 6.1s ease-in-out infinite;
}
.icon6 {
  top: 55%;
  left: 19%;
  animation:
    float2 9.2s ease-in-out -0.5s infinite,
    boxPadPulse 5.9s ease-in-out infinite;
}
.icon7 {
  top: 70%;
  left: 18%;
  animation:
    float3 8.7s ease-in-out -2.8s infinite,
    boxPadPulse 6.3s ease-in-out infinite;
}
.icon8 {
  top: 42%;
  left: 9%;
  animation:
    float4 9.5s ease-in-out -1s infinite,
    boxPadPulse 6.7s ease-in-out infinite;
}
.icon9 {
  top: 45.7%;
  left: 30%;
  animation:
    float1 9s ease-in-out -4s infinite,
    boxPadPulse 6.5s ease-in-out infinite;
}
.icon10 {
  top: 28%;
  left: 30%;
  animation:
    float2 8.6s ease-in-out -2.2s infinite,
    boxPadPulse 6.4s ease-in-out infinite;
}
@keyframes float1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -8px);
  }
}
@keyframes float2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, -6px);
  }
}
@keyframes float3 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(3px, -10px);
  }
}
@keyframes float4 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, -7px);
  }
}
/*************************************right***********************************************************/
.ai-panel {
  position: absolute;
  top: 50%;
  right: clamp(16px, 2vw, 140px);
  transform: translateY(-50%);
  width: clamp(250px, 31vw, 480px);
  height: clamp(420px, 55vh, 580px);
  background: #0505059e;
  box-shadow:
    0 0 24px rgba(66, 217, 255, 0.35),
    0 0 120px rgba(66, 217, 255, 0.5);
  border-radius: 18px;
  overflow: hidden;
  z-index: 9999;
  color: #fff;
  filter: drop-shadow(0 0 90px rgba(66, 217, 255, 0.45));
  transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: Consolas, monospace;
}
.ai-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(180deg, #8a2be2, #00e5ff);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* .ai-panel-body{
    position: absolute;
    top: 50%;
    right: clamp(16px, 2vw, 140px);
    transform: translateY(-50%);
    overflow: hidden;
    /* Size * /
   width: clamp(250px, 31vw, 480px);
  height: clamp(420px, 55vh, 580px);

    /* Glass Effect * /
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.04)
    );
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);

    /* Border * /
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;

    /* Shadow * /
    box-shadow:
        0 10px 40px rgba(0,0,0,0.35),
        inset 0 1px 1px rgba(255,255,255,0.15),
        inset 0 -1px 1px rgba(255,255,255,0.05);

    color: #fff;
    transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Top glass highlight * /
.ai-panel-body::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.35) 0%,
            rgba(255,255,255,.12) 20%,
            transparent 50%
        );

    opacity: .9;
}

/* Soft radial glow * /
.ai-panel-body::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: -120px;
    right: -120px;
    border-radius: 50%;
    pointer-events: none;

    background: radial-gradient(
        circle,
        rgba(0,220,255,.18) 0%,
        rgba(0,220,255,.08) 35%,
        transparent 70%
    );

    filter: blur(40px);
} */
@keyframes scanMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(40px);
  }
}
.ai-panel-header {
  position: relative;
  z-index: 2;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
}
.ai-status {
  display: none;
  align-items: center;
  color: #42d9ff;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.status-dot {
  width: 10px;
  height: 10px;
  background: #3dff73;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 10px #3dff73;
  animation: statusBlink 1s infinite;
}
@keyframes statusBlink {
  50% {
    opacity: 0.3;
  }
}
.ai-panel-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Center vertically */
  align-items: center;       /* Center horizontally */
  height: 100%;
  padding: 30px;
}

.banner-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ai-panel-body {
    height: 100%;
}
#aiTitle {
  color: #42d9ff;
  font-size: 28px;
  margin-bottom: 0px;
  text-shadow: 0 0 12px rgba(66, 217, 255, 0.5);
}
.ai-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #42d9ff, transparent);
  margin-bottom: 25px;
}
#aiText {
  color: #d8f8ff;
  line-height: 1.9;
  font-size: 15px;
  min-height: 220px;
  white-space: pre-wrap;
  overflow-y: scroll;
}
#aiText::after {
  content: none;
}
#aiText.with-cursor::after {
  content: "▋";
  color: #42d9ff;
  animation: cursorBlink 0.8s infinite;
}
@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

/**********************************************23 years******************************************************/
.years-banner {
  width: 83%;
  margin: 0 auto;
}
.line-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.line {
  position: relative;
  flex: 1;
  max-width: 300px;
  height: 1px;
  overflow: hidden;
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    transparent 0,
    #4fc3ff 20%,
    #fff 50%,
    #4fc3ff 80%,
    transparent 100%
  );
}
.line.short {
  max-width: 500px;
}
.line:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -35%;
  width: 35%;
  height: 4px;
  border-radius: inherit;
  filter: blur(4px);
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: lineGlow 2.8s linear infinite;
}
@keyframes lineGlow {
  from {
    left: -35%;
  }
  to {
    left: 120%;
  }
}
.small-text {
  font-family: "Montserrat", sans-serif;
  color: #ececec;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 6px;
  white-space: nowrap;
}
.small-text.blue {
  background: linear-gradient(180deg, #b8e6ff, #4b91c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  font-family: "Science Gothic", sans-serif;
}
.num {
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 700;
  background: linear-gradient(180deg, #b57add, #9c68cb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.word {
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 700;
  background: linear-gradient(180deg, #b8e6ff, #6ea6cf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subtitle {
  font-family: "Montserrat", sans-serif;
  color: #ececec;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  text-align: center;
}
.bottom-title {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  text-align: center;
  color: #ececec;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}
.bottom-title .ai {
  background: linear-gradient(180deg, #b8e6ff, #5b99c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  body {
    min-height: 100vh;
    display: block;
  }
  .center-image {
    aspect-ratio: 1 / 2;
  }
  #canvas-holder{
    bottom: 5% !important;
  }
  #glb-base-image {
  width: min(46vw, 600px); 
}
  /* #particle-canvas{
    display: none !important;
  } */
  .container {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow: visible;
  }
  .right-default-image {
    top: auto;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
  .right-default-image img {
    width: 120px;
  }
  #aiTitle {
    font-size: clamp(22px, 2vw, 28px);
  }
  .top-logo {
    width: 140px;
    top: 12px;
  }
  .center-image {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    z-index: 3;
  }
  .ai-icons {
    width: 65px;
    height: 65px;
    padding-top: 15px;
  }
  .ai-icons-wrap {
    position: relative;
    inset: 0;
    transform: none;
    pointer-events: none;
    min-height: 420px;
    max-width: 400px;
    margin: auto;
  }
  .icon1 {
    top: 36%;
    left: 2%;
    animation: float1 5.5s ease-in-out infinite;
  }
  .icon2 {
    top: 55%;
    left: 25%;
    animation: float2 6.2s ease-in-out infinite;
  }
  .icon3 {
    top: 40%;
    left: 48%;
    animation: float3 5.8s ease-in-out infinite;
  }
  .icon4 {
    top: 54%;
    left: 77%;
    animation: float4 6.8s ease-in-out infinite;
  }
  .icon5 {
    top: 72%;
    left: 4%;
    animation: float2 5.9s ease-in-out infinite;
  }
  .icon6 {
    top: 85%;
    left: 32%;
    animation: float3 6.5s ease-in-out infinite;
  }
  .icon7 {
    top: 65%;
    left: 50%;
    animation: float1 5.7s ease-in-out infinite;
  }
  .icon8 {
    top: 96%;
    left: 3%;
    animation: float4 6.3s ease-in-out infinite;
  }
  .icon9 {
    top: 30%;
    left: 75%;
    animation: float1 6.9s ease-in-out infinite;
  }
  .icon10 {
    top: 90%;
    left: 65%;
    animation: float3 5.6s ease-in-out infinite;
  }
  @keyframes float1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(1px, -4px);
    }
  }
  @keyframes float2 {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-2px, -4px);
    }
  }
  @keyframes float3 {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(2px, -4px);
    }
  }
  @keyframes float4 {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(-2px, -4px);
    }
  }
  .ai-panel {
    position: relative;
    left: 12px;
    right: 12px;
    bottom: 10px;
    width: 400px;
    margin: auto;
    height: auto;
    transform: none;
    border-radius: 16px;
    z-index: 9999;
    transition: all 0.4s ease;
  }
  #aiTitle {
    font-size: 22px;
  }
  #aiText {
    font-size: 14px;
    line-height: 1.7;
    min-height: auto;
  }
  .ai-core {
    top: 70%;
  }
  .ai-panel {
    width: 300px;
    left: 0;
    right: 0;
  }
  .ai-icons-wrap {
    max-width: 330px;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .ai-icons-wrap {
    left: -6.5%;
  }
}
