/* Hero drone & branding tweaks */
.tp-hero-ai-thumb-text {
  font-size: 50px;
  writing-mode: sideways-rl;
  position: absolute;
  margin-left: 15px;
}

.title-slide-gradient--hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.title-slide-gradient--hero .hero-shape {
  width: clamp(40px, 6vw, 90px);
  height: auto;
  margin-right: 0 !important;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .title-slide-gradient--hero {
    flex-wrap: wrap;
    gap: 8px;
  }
  .title-slide-gradient--about {
    font-size: clamp(28px, 10vw, 42px);
    line-height: 1.2;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 0.2em;
  }
  .tp-about-ai-title--stack {
    justify-content: center;
  }
  .aleric-ai {
    display: none !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-hero-vp-title {
    margin-top: 50px;
    font-size: 380px;
  }
}

.tp-about-me-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-about-me-banner .img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .tp-about-me-banner {
    height: auto;
    min-height: 260px;
  }
  .tp-about-me-banner .img-cover {
    min-height: 260px;
  }
}

.tp-perspective-slider .tp-perspective-inner .tp-perspective-image {
  background-position: center center;
  background-repeat: no-repeat;
}
