#header {
  z-index: 11;
}

.sava-navbar-contact-btn {
  white-space: nowrap !important;
  text-align: center;
}

.menu-item-description {
  display: none !important;
}

p:empty {
  display: none;
}

.sub-menu-toggle {
  display: none !important;
}

.team-slideshow .item>img {
  object-fit: cover;
}

.home-news>div {
  align-items: flex-start;
}

.home-news a {
  line-height: 140%;
}

.line-cut {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-cut.line-3 {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.line-cut.line-4 {
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.line-cut.line-5 {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}

.btn-gradient:hover,
.btn-readmore:hover {
  background: #fff;
}

.btn-gradient:hover>span,
.btn-gradient:hover>a,
.btn-readmore:hover>span,
.btn-readmore:hover>a {
  background: linear-gradient(90deg, #1D75BC 0%, #007cd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.career-des {
  margin-top: 10px;
}

.career-s-available {
  color: #32de83;
}

.navigation.pagination {
  margin-top: 40px;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.navigation.pagination .nav-links>span,
.navigation.pagination .nav-links>a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.navigation.pagination .nav-links>.page-numbers.current,
.navigation.pagination .nav-links>a:hover {
  /* border-radius: 8px; */
  background: var(--Gradient-3, linear-gradient(90deg, #1D75BC 0%, #007cd9 100%));
}

.sava-career-detail__title {
  font-size: 40px;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #007cd9;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}

#scrollToTopBtn:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  #scrollToTopBtn {
    display: none !important;
  }

  .tm-content-container p,
  .sm-content-container p {
    font-size: 14px !important;
  }

  .header-description>p {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .ltsp-container>div:has(.glow-point) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .careers-page {
    max-width: 100%;
  }

  #main.container {
    margin: 0px auto;
    padding: 0px;
  }
}

.entry-header {
  display: none;
}

.sava-navbar-container>div {
  z-index: 100 !important;
}

.break-line {
  white-space: pre-line;
  display: block;
  height: 25px;
}


#slideshow .swiper-slide img {
  object-fit: cover !important;
}

.career-list>div:hover {
  box-shadow: 0 0 15px rgba(32,
      113,
      185, 0.6);
  animation: pulse-glow 1.5s infinite alternate;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 8px rgba(32, 113, 185, 0.6);
  }

  100% {
    box-shadow: 0 0 17px rgba(32, 113, 185, 1);
  }
}

.post-views.content-post {
  margin-bottom: 0px;
  align-items: center;
  display: flex;
  gap: 3px;
}

.wp-element-caption {
  color: #a4a4a4 !important;
  font-size: 14px !important;
}

.blog-detail__content img {
  border-radius: 16px;
}

@media (max-width: 767px) {

  .navigation-box.game-bottom-box,
  .savrse-slideshow .savrse-business {
    overflow: hidden;
  }
}

.event-detail__content-detail p {
  text-align: justify;
}

.blog-featured-news__content-item img {
  min-width: 151px;
}

.blog-featured-news__content .box-1 .col-span-8 img {
  max-height: 301px;
}

.blog-featured-news__content-second-row-container img {
  width: 100%;
  ;
  max-height: 198px;
}

.news-thumbnail__image img,
.blog-featured-news__content-item img,
.media-content-card-image img,
.blog-featured-news__content .box-1 .col-span-8 img,
.blog-featured-news__content-second-row-container img {
  object-fit: cover;
}

@media (min-width: 1201px) {
  .related-posts__cards {
    margin-top: 0px !important;
  }

  .blog-featured-news__content-second-row,
  .blog-other-news__card-content {
    padding-top: 0px !important;
  }

  .sava-home-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .au-banner>div>p,
  .au-banner>div>div,
  .sava-homepage_sub {
    font-size: 18px;
  }
}

.a2a_button_x>span>svg,
.a2a_button_linkedin>span>svg,
.a2a_button_facebook>span>svg {
  display: none;
}

.a2a_button_facebook>span {
  background: url('./assets/icon/Facebook.svg') center center no-repeat;
}

.a2a_button_x>span {
  background: url('./assets/icon/Twitter.svg') center center no-repeat;
}

.a2a_button_linkedin>span {
  background: url('./assets/icon/Linkedin.svg') center center no-repeat;
}

.blog-detail__share .addtoany_shortcode>div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-detail__share .addtoany_shortcode>div>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sava-navbar-menu>li.current-menu-item>a::after,
.sava-navbar-menu>li.current-menu-parent>a::after,
.sava-navbar-menu>li.current_page_item>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(80, 192, 248, 0.24) 0%, #50c0f8 50%, rgba(80, 192, 248, 0.24) 100%);
  transition: background 0.8s ease;
}

.sava-navbar-menu>li.current-menu-item>a::before,
.sava-navbar-menu>li.current-menu-parent>a::before,
.sava-navbar-menu>li.current_page_item>a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -4px;
  width: 8px;
  height: 4px;
  z-index: 1;
}

.sava-navbar-menu>li.current-menu-item>a::before,
.sava-navbar-menu>li.current-menu-parent>a::before,
.sava-navbar-menu>li.current_page_item>a::before {
  background: url("./assets/icon/bullet.svg");
}

.other-news-events__item-image {
  background-position: center center !important;
  background-size: 100% !important;
}

.img-container {
  background-image: url('./assets/images/img-bg.png') !important;
}

body.category-205::before,
body.category-228::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url(./assets/event/sava-event-bg.png);
  background-size: 100%;
  background-position: center 90px;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}

.sava-mobile-contact-button>a {
  display: block;
  width: 100%;
}

.highlighted-events-item__body-container-content a:hover h5,
footer a:hover {
  color: #0086dd !important;
}

/* #main, */
#savrse-media {
  overflow: hidden !important;
}

.search-box {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.prev.page-numbers,
.next.page-numbers {
  width: auto !important;
  min-width: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-menu__tab {
  white-space: nowrap;
}

.navigation-box.game-bottom-box img.navigation-sava-icon {
  margin: 0 auto;
  margin-bottom: 20px;
}

.au-banner>p,
.au-banner>div {
  width: 50%;
}

.au-banner>div>p {
  text-align: justify;
  width: 100%;
}

.au-banner>div {
  width: 50% !important;
  max-width: initial !important;
}

.au-banner>div {
  flex-direction: column;
}

.au-banner>div>div {
  width: 100%;
  text-align: left;
}

.au-banner>div>div>ul {
  margin-left: 20px;
}

.au-banner>div>div>ul>li {
  list-style-type: disc;
}

.gtcl-card img {
  max-width: 142px;
}

@media (max-width: 767px) {
  .video-background {
    height: 448px;
    object-fit: cover;
  }

  #game-media .video-description {
    padding-top: 120px !important;
  }

  .navigation-box.game-bottom-box img.navigation-sava-icon {
    max-width: 120px;
  }
}

@media (max-width: 1024px) {
  .au-banner>div {
    width: 100% !important;
  }
}

.sava-home-slideshow {
  position: relative;
  margin-top: -200px;
  padding-top: 200px;
}

.btn-gradient:disabled {
  background: grey;
  color: #333;
}

.highlighted-events-item__body-container span {
  font-weight: 700 !important;
}

.career-s-expired {
  /* color: #d3aa00; */
  /* color: #444ba1; */
  color: #2170b8;
}

.au-banner-container {
  background-image: url('./assets/about-us/banner-about-us.webp') !important;
}

.sava-contact-input,
.sava-contact-textarea {
  width: 100%;
}

.sava-contact__modal-box h3 {
  text-align: center;
}

.wpcf7-not-valid-tip {
  color: #f37a05 !important;
  font-size: 14px !important;
  text-align: center;
  margin-top: 2px;
}

.savrse-slideshow h5 {
  line-height: 125%;
}

.game-page>section>div img:not(.navigation-sava-icon) {
  max-width: 998px;
}

.timeline-content p {
  margin-bottom: 4px !important;
}

@media (max-width: 767px) {
  .sava-home-slideshow {
    padding-top: 185px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sava-home-slideshow {
    padding-top: 176px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .sava-home-slideshow {
    padding-top: 184px;
  }
}

@media (min-width: 1201px) {
  .sava-now-hiring-section .btn-gradient {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}

.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: .2s;
  box-shadow: rgba(0, 0, 0, .25) 0 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal-open .modal-box,
.modal-toggle:checked+.modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.modal::backdrop,
.modal:not(dialog:not(.modal-open)) {
  background-color: #0006;
  animation: modal-pop .2s ease-out;
}
.sava-contact__modal-box .btn-ghost:hover {
  background-color: #333;
}

html[lang="en-GB"] .home-news a {
  line-height: 120%;
}

.blog-featured-news__content-second-row>p,
.blog-other-news__card-content>h5 {
  overflow: initial !important;
}

.gtcl-card-body {
  gap: 10px !important;
}
.gtcl-card-body > p:nth-child(1) {
  color: #00aff0 !important;
  /* Headline/H5 */
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  /* 26.4px */
  text-transform: uppercase;
}
.gtcl-card-body > p:nth-child(2) {
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 110%;
  text-transform: uppercase;
}
.gtcl-card-body > p:nth-child(3) {
  color: var(--COLORS-Neutral-300, #d2d2d2);
  /* Body/Body 3 */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.gtcl-card {
  width: 100%;
}
.gtcl-card img {
  min-width: 200px;
  max-height: 160px;
  object-fit: cover;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .gtcl-card {
    justify-content: center;
  }
  .gtcl-card img {
    min-width: 110px;
    min-height: 120px;
  }
}


/* AI & Blockchain Page Styles */
.ai-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #114f12 0%, #0f1733 25%, #010510 50%, #1a5789 75%, #000000 100%);
  overflow: hidden;
}

.ai-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* Gradient transition overlay */
.ai-hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(10, 10, 15, 0.6) 30%, 
    rgba(26, 26, 46, 0.4) 60%, 
    rgba(22, 33, 62, 0.2) 80%, 
    transparent 100%
  );
  z-index: 2;
}

/* Animated background particles */
.ai-hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.2) 0%, transparent 50%); */
  animation: particleMove 20s ease-in-out infinite;
}

.ai-hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: 
    linear-gradient(45deg, transparent 30%, rgba(0, 255, 255, 0.03) 50%, transparent 70%),
    linear-gradient(-45deg, transparent 30%, rgba(255, 0, 255, 0.03) 50%, transparent 70%); */
  animation: gridMove 15s linear infinite;
}

.gradient-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: float 8s ease-in-out infinite;
}

.gradient-shape-1 {
  width: 800px;
  height: 800px;
  background: linear-gradient(135deg, #00d4ff 0%, #5b21b6 50%, #7c3aed 100%);
  top: -400px;
  left: -300px;
  opacity: 0.4;
  animation: float 6s ease-in-out infinite;
}

.gradient-shape-2 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, #ff006e 0%, #8338ec 50%, #3a86ff 100%);
  top: -300px;
  right: -200px;
  opacity: 0.3;
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg) scale(1); 
  }
  33% { 
    transform: translateY(-30px) rotate(2deg) scale(1.05); 
  }
  66% { 
    transform: translateY(-15px) rotate(-1deg) scale(0.98); 
  }
}

@keyframes particleMove {
  0%, 100% { 
    transform: translateX(0px) translateY(0px); 
  }
  25% { 
    transform: translateX(20px) translateY(-20px); 
  }
  50% { 
    transform: translateX(-10px) translateY(-30px); 
  }
  75% { 
    transform: translateX(15px) translateY(-10px); 
  }
}

@keyframes gridMove {
  0% { 
    transform: translateX(0px) translateY(0px); 
  }
  100% { 
    transform: translateX(100px) translateY(100px); 
  }
}

.ai-hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 120px 0;
}

.ai-hero-left {
  display: flex;
  justify-content: center;
}

.ai-hero-image {
  position: relative;
}

.image-container {
  width: 450px;
  height: 350px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(91, 33, 182, 0.1) 50%, rgba(124, 58, 237, 0.1) 100%);
  border: 2px solid transparent;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: containerGlow 4s ease-in-out infinite;
}

.image-container::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00d4ff, #5b21b6, #7c3aed, #ff006e, #8338ec, #3a86ff);
  border-radius: 24px;
  z-index: -1;
  animation: borderRotate 3s linear infinite;
}

.business-people-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(15, 15, 35, 0.8) 0%, rgba(25, 25, 50, 0.9) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.overlay-icons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 15px;
  padding: 25px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 
    0 4px 15px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.icon::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;
}

.icon:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.5);
  box-shadow: 
    0 8px 25px rgba(0, 212, 255, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.icon:hover::before {
  left: 100%;
}


.ai-icon {
  grid-column: 2;
  grid-row: 2;
  background: linear-gradient(135deg, #00d4ff 0%, #5b21b6 50%, #7c3aed 100%);
  color: white;
  animation: aiPulse 2s ease-in-out infinite;
  box-shadow: 
    0 0 20px rgba(0, 212, 255, 0.4),
    0 4px 15px rgba(0, 0, 0, 0.2);
}

.economics-icon {
  grid-column: 1;
  grid-row: 1;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite;
}

.technology-icon {
  grid-column: 3;
  grid-row: 1;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 0.5s;
}

.healthcare-icon {
  grid-column: 1;
  grid-row: 2;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 1s;
}

.realestate-icon {
  grid-column: 3;
  grid-row: 2;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 1.5s;
}

.global-icon {
  grid-column: 1;
  grid-row: 3;
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 2s;
}

.sales-icon {
  grid-column: 2;
  grid-row: 3;
  background: linear-gradient(135deg, #84cc16 0%, #65a30d 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 2.5s;
}

.blockchain-icon {
  grid-column: 3;
  grid-row: 3;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 3s;
}

.finance-icon {
  grid-column: 2;
  grid-row: 1;
  background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 3.5s;
}

.innovation-icon {
  grid-column: 2;
  grid-row: 4;
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  color: white;
  animation: iconFloat 3s ease-in-out infinite 4s;
}

.ai-icon,
.economics-icon,
.technology-icon,
.healthcare-icon,
.realestate-icon,
.global-icon,
.sales-icon,
.blockchain-icon,
.finance-icon,
.innovation-icon {
  font-size: 48px;
  animation: iconFloat 3s ease-in-out infinite 4s;
}

@keyframes iconFloat {
  0%, 100% { 
    transform: translateY(0px);
  }
  50% { 
    transform: translateY(-8px);
  }
}

@keyframes containerGlow {
  0%, 100% { 
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 0 rgba(0, 212, 255, 0.2);
  }
  50% { 
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.1),
      0 0 30px rgba(0, 212, 255, 0.4);
  }
}

@keyframes borderRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes aiPulse {
  0%, 100% { 
    transform: scale(1);
    box-shadow: 
      0 0 20px rgba(0, 212, 255, 0.4),
      0 4px 15px rgba(0, 0, 0, 0.2);
  }
  50% { 
    transform: scale(1.05);
    box-shadow: 
      0 0 30px rgba(0, 212, 255, 0.6),
      0 6px 20px rgba(0, 0, 0, 0.3);
  }
}

.ai-hero-right {
  padding-left: 40px;
  position: relative;
}

.ai-main-title {
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.1;
  background: linear-gradient(135deg, #3b82f6 0%, #1f8bd5 30%, #67afc5 60%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
  animation: titleGlow 3s ease-in-out infinite;
  position: relative;
}

.ai-main-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #00d4ff, #5b21b6, #7c3aed, #441429);
  border-radius: 2px;
  /* animation: underlineGlow 2s ease-in-out infinite; */
}

.ai-subtitle {
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.2;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  position: relative;
  /* animation: subtitleFloat 4s ease-in-out infinite; */
}

.ai-subtitle::before {
  content: '🤖';
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  /* animation: iconBounce 2s ease-in-out infinite; */
}

.ai-description {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #b8b8d1;
  margin: 0;
  max-width: 520px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  /* animation: descriptionFade 5s ease-in-out infinite; */
}

.ai-description::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #00d4ff, #5b21b6, #7c3aed);
  border-radius: 2px;
  /* animation: lineGlow 3s ease-in-out infinite; */
}

@keyframes titleGlow {
  0%, 100% { 
    text-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
  }
  50% { 
    text-shadow: 0 0 40px rgba(0, 212, 255, 0.5), 0 0 60px rgba(91, 33, 182, 0.3);
  }
}

@keyframes underlineGlow {
  0%, 100% { 
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
  }
  50% { 
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.6), 0 0 30px rgba(91, 33, 182, 0.4);
  }
}

@keyframes subtitleFloat {
  0%, 100% { 
    transform: translateY(0px);
  }
  50% { 
    transform: translateY(-5px);
  }
}

@keyframes iconBounce {
  0%, 100% { 
    transform: translateY(-50%) scale(1);
  }
  50% { 
    transform: translateY(-50%) scale(1.1);
  }
}

@keyframes descriptionFade {
  0%, 100% { 
    opacity: 0.9;
  }
  50% { 
    opacity: 1;
  }
}

@keyframes lineGlow {
  0%, 100% { 
    box-shadow: 0 0 5px rgba(0, 212, 255, 0.3);
  }
  50% { 
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.6), 0 0 25px rgba(91, 33, 182, 0.4);
  }
}

/* Additional AI/Blockchain Background Effects */
.ai-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(91, 33, 182, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, 0.05) 0%, transparent 50%);
  /* animation: backgroundPulse 8s ease-in-out infinite; */
  z-index: 1;
}

.ai-hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(90deg, transparent 48%, rgba(0, 212, 255, 0.03) 50%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(91, 33, 182, 0.03) 50%, transparent 52%);
  background-size: 50px 50px;
  /* animation: gridPattern 20s linear infinite; */
  z-index: 1;
}

/* Floating particles effect */
.ai-hero-background .floating-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 212, 255, 0.6);
  border-radius: 50%;
  /* animation: floatParticle 6s ease-in-out infinite; */
}

.ai-hero-background .floating-particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
  animation-duration: 8s;
}

.ai-hero-background .floating-particle:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 2s;
  animation-duration: 6s;
  background: rgba(91, 33, 182, 0.6);
}

.ai-hero-background .floating-particle:nth-child(3) {
  top: 80%;
  left: 20%;
  animation-delay: 4s;
  animation-duration: 10s;
  background: rgba(124, 58, 237, 0.6);
}

.ai-hero-background .floating-particle:nth-child(4) {
  top: 30%;
  left: 70%;
  animation-delay: 1s;
  animation-duration: 7s;
  background: rgba(255, 0, 110, 0.6);
}

.ai-hero-background .floating-particle:nth-child(5) {
  top: 70%;
  left: 50%;
  animation-delay: 3s;
  animation-duration: 9s;
  background: rgba(131, 56, 236, 0.6);
}

@keyframes backgroundPulse {
  0%, 100% { 
    opacity: 0.3;
    transform: scale(1);
  }
  50% { 
    opacity: 0.6;
    transform: scale(1.05);
  }
}

@keyframes gridPattern {
  0% { 
    transform: translateX(0px) translateY(0px);
  }
  100% { 
    transform: translateX(50px) translateY(50px);
  }
}

@keyframes floatParticle {
  0%, 100% { 
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.6;
  }
  25% { 
    transform: translateY(-20px) translateX(10px) scale(1.2);
    opacity: 1;
  }
  50% { 
    transform: translateY(-10px) translateX(-5px) scale(0.8);
    opacity: 0.8;
  }
  75% { 
    transform: translateY(-30px) translateX(15px) scale(1.1);
    opacity: 0.9;
  }
}

/* Features Section */
.ai-features-section {
  padding: 120px 0;
  padding-bottom: 450px;
  background: linear-gradient(135deg, #0f0f20 0%, #0f121b 50%, #05050c 100%);
  position: relative;
}

.ai-features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(27, 31, 46, 0.05) 0%, rgba(35, 18, 53, 0.05) 100%);
  z-index: 1;
}

.features-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.features-left {
  padding-right: 40px;
}

.features-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ccc;
  margin: 0 0 60px 0;
  line-height: 1.1;
}

.features-title .highlight {
  background: linear-gradient(135deg, #667eea 0%, #1b9ad4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #667eea;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 4px;
  background: white;
}

.feature-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d2d2d2;
  margin: 0 0 12px 0;
}

.feature-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #d2d2d2;
  margin: 0;
}

/* UI Mockup Section */
.features-right {
  position: relative;
}

.ui-mockup-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  height: 600px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
}

.ui-mockup {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  padding: 20px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ui-mockup:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.ui-dashboard {
  grid-column: 1 / 3;
  grid-row: 1;
  background: linear-gradient(135deg, #667eea 0%, #0a7eac 100%);
  color: white;
}

.ui-header {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 8px;
}

.ui-title {
  font-size: 1.8rem;
  font-weight: 600;
}

.ui-agents-card {
  grid-column: 3;
  grid-row: 1 / 3;
  z-index: 2;
}

.ui-agents-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 8px 0;
}

.ui-agents-card p {
  font-size: 0.9rem;
  color: #4a5568;
  margin: 0 0 10px 0;
}

.ui-stats {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #4a5568;
}

.stat-icon {
  font-size: 1.1rem;
}

.ui-task-form {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
  z-index: 3;
}

.ui-task-form h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2d3748;
  margin: 0 0 20px 0;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 6px;
}

.form-group select,
.form-group input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.9rem;
  background: white;
}

.time-date {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: #4a5568;
}

.calendar-icon {
  font-size: 1.1rem;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-bottom: 0;
}

.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.btn-cancel,
.btn-create {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-cancel {
  background: #f7fafc;
  color: #4a5568;
  border: 1px solid #e2e8f0;
}

.btn-create {
  background: linear-gradient(135deg, #667eea 0%, #107fbe 100%);
  color: white;
}

.btn-cancel:hover {
  background: #edf2f7;
}

.btn-create:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.ui-sidebar {
  grid-column: 3;
  grid-row: 3;
  background: #f8f9fa;
}

.ui-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-sidebar li {
  padding: 8px 0;
  font-size: 0.9rem;
  color: #4a5568;
  cursor: pointer;
  transition: color 0.3s ease;
}

.ui-sidebar li:hover {
  color: #667eea;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .ai-hero-section {
    min-height: auto;
  }

  .ai-features-section {
    padding: 80px 24px;
    padding-bottom: 200px;
  }

  .ai-hero-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
    padding: 80px 0;
  }
  
  .ai-hero-right {
    padding-left: 0;
  }
  
  .ai-subtitle::before {
    left: -40px;
  }
  
  .image-container {
    width: 400px;
    height: 300px;
    margin: 0 auto;
  }
  
  .features-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .features-left {
    padding-right: 0;
  }
  
  .ui-mockup-container {
    height: 500px;
    transform: none;
  }
}

@media (max-width: 768px) {
  .ai-hero-section {
    min-height: auto;
  }

  .ai-features-section {
    padding: 80px 24px;
  }

  .ai-hero-content {
    padding: 60px 0;
    gap: 40px;
  }
  
  /* Responsive gradient transition for tablet */
  .ai-hero-background::after {
    height: 100px;
  }
  
  .ai-main-title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  .ai-main-title::after {
    height: 3px;
    bottom: -8px;
  }
  
  .ai-subtitle {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .ai-subtitle::before {
    left: -30px;
    font-size: 1.5rem;
  }
  
  .ai-description {
    font-size: 1.1rem;
    max-width: 100%;
    padding-left: 20px;
  }
  
  .ai-description::before {
    left: 0;
    width: 3px;
  }
  
  .image-container {
    width: 350px;
    height: 250px;
  }
  
  .overlay-icons {
    gap: 10px;
    padding: 20px;
  }
  
  .icon {
    font-size: 20px;
  }
  
  .ai-icon {
    font-size: 22px;
  }
  
  .gradient-shape-1 {
    width: 600px;
    height: 600px;
    top: -300px;
    left: -200px;
  }
  
  .gradient-shape-2 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
  }
  
  .features-title {
    font-size: 2.5rem;
  }
  
  .ui-mockup-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .ai-hero-section {
    padding: 40px 0;
  }
  
  .ai-hero-content {
    padding: 40px 0;
    gap: 30px;
  }
  
  .ai-main-title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  
  .ai-subtitle {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  .ai-subtitle::before {
    left: -25px;
    font-size: 1.2rem;
  }
  
  .ai-description {
    font-size: 1rem;
    padding-left: 15px;
  }
  
  .ai-description::before {
    left: 0;
    width: 2px;
  }
  
  .image-container {
    width: 300px;
    height: 200px;
  }
  
  .overlay-icons {
    gap: 8px;
    padding: 15px;
  }
  
  .icon {
    font-size: 12px;
    border-radius: 8px;
  }
  
  .ai-icon {
    font-size: 16px;
  }
  
  .gradient-shape-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -150px;
  }
  
  .gradient-shape-2 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -100px;
  }
  
  .features-title {
    font-size: 3rem !important;
  }
  
  .ui-mockup-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
    gap: 12px;
  }
  
  .ui-dashboard,
  .ui-agents-card,
  .ui-task-form,
  .ui-sidebar {
    grid-column: 1;
    grid-row: auto;
  }
}
