@import "tailwindcss";
@plugin "flyonui";
@import "./node_modules/flyonui/variants.css";
/* Require only if you want to use FlyonUI JS component */
@source "./node_modules/flyonui/dist/index.js";
/* Require only if you want to use FlyonUI JS component */

body {
  background: black;
  font-family: sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  font-family: sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@layer base {
  :root {
    --primary-color: #14cf93;
    --color-green-main: #14CF93;
    --color-dark-light: #171717;
    --secondary-color: #0f0f0f;
    --Shadow-color: #dbdbdb;
    ----gred-1: radial-gradient(116.96% 115.94% at 9.81% 9.24%,
        #363636 0%,
        rgba(26, 26, 26, 0.27) 100%);
    --bg-but: var(--gred-1,
        radial-gradient(116.96% 115.94% at 9.81% 9.24%,
          #363636 0%,
          rgba(26, 26, 26, 0.27) 100%));
    --border-color: 1.2px solid var(--new-strok, rgba(219, 219, 219, 0.28));
    --new-bg: #171717;
    --new-strok: rgba(219, 219, 219, 0.28);
    --background-color: var(--new-bg, #171717);
  }
}

.border-main-color{
  border-color: #DBDBDB47 !important;
}

.nav-btn {
  transition: all 0.3s ease;
}

/* Optional: Scale down inactive slides slightly for a better 3D effect */
.swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Make non-active slides slightly transparent on mobile for focus */
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

/* Reset opacity on larger screens if you want them full visibility */
@media (min-width: 768px) {
  .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #ddd !important;
  /* swiper-pagination-bullet swiper-pagination-bullet-active */
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-green-main) !important;
  /* swiper-pagination-bullet swiper-pagination-bullet-active */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
}


.swiper-pagination-consultation {
  position: absolute !important;
  top: -15px !important;
  transition: all 0.3s;
  display: flex;
  align-items: start;
  justify-content: center;
}

.swiper-pagination-consultation .swiper-pagination-bullet-active {
  width: 25px !important;
  height: 5px !important;
  border-radius: 5px;
}


.menu-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  /* Send to back when closed */
}

.menu-visible {
  opacity: 1;
  pointer-events: auto;
  z-index: 50;
  /* As requested: Z-50 when open */
}

/* CARD ANIMATIONS */
.card-closed {
  transform: scale(0.95) translateY(20px);
  opacity: 0;
}

.card-open {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.logo-slider {
  width: 100%;
  overflow: hidden;
}

.logo-track {
  width: max-content;
  animation: scroll 30s linear infinite;
}

.logo-track img {
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.logo-track img:hover {
  opacity: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* Performance: Optimize animated elements */
[x-data] {
  will-change: auto;
}

[x-show] {
  will-change: opacity;
}

/* 
.head-hero {
  background: linear-gradient(to right, #190101, #000000, #010b17);
} */
.card {
  min-width: 320px;
  background: linear-gradient(180deg, #1c1c1c, #111);
  border-radius: 20px;
  padding: 24px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.6);
}

.stars {
  letter-spacing: 2px;
}

.btn-gradient {
  background: #14cf93;
  border: 1px #14cf93 solid;
}

.accenture-logo {
  width: 133.54px;
  height: 50.078px;
  background: linear-gradient(90deg,
      #0f0f0f 0%,
      rgba(15, 15, 15, 0.8) 50%,
      rgba(15, 15, 15, 0) 100%);
}

.shopify {
  width: 133.54px;
  height: 50.078px;
  background: linear-gradient(270deg,
      #0f0f0f 0%,
      rgba(15, 15, 15, 0.8) 50%,
      rgba(15, 15, 15, 0) 100%);
}

.border-second {
  border: 1.638px solid #232323;
  border-radius: 24px;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.card-latest {
  position: relative;
  min-width: 320px;
  min-height: 240px;
  background: linear-gradient(180deg, #1c1c1c, #111);
  border-radius: 20px;
  padding: 16px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.6);
}

/* bg-menu */
.bg-gradient {
  background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
}

.box-shadow-yellow {
  box-shadow:
    -19px 1px 15px #161302,
    -1px -20px 15px rgb(71 59 0 / 35%),
    0px 20px 15px rgb(60 52 9 / 35%);
  transition: box-shadow 0.5s ease-out;
}

.bg-border {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.margin-r {
  margin-right: 16.5rem;
}

.details-image {
  border-radius: 24px;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.box-shadow-yellow:hover {
  box-shadow:
    -6px 0 32px rgba(100, 85, 0, 0.55),
    0 -6px 32px rgba(100, 85, 0, 0.55),
    0 6px 32px rgba(100, 85, 0, 0.55);
}

.head-consultation h1 {
  text-align: center;
  text-shadow:
    0 0 5px rgba(59, 246, 134, 0.5),
    0 0 10px rgba(59, 246, 134, 0.3);
  font-family: sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.6px;
  color: #14cf93;
}

.head-consultation h2 {
  color: #f8fafc;
  font-family: sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 48.6px;
  /* 60.75% */
}

#consultation {
  img {
    margin-top: 10rem;
    margin-bottom: 10rem;
    border: #14cf93 2px solid;
    border-radius: 50%;
  }
}

.description-consultation {
  border: 1px solid rgba(219, 219, 219, 0.28);
  background: #171717;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}

.description-consultation p {
  padding: 0rem 14.5rem;
}

.bg-options {
  background-color: #171717;
}

.bg-card-dark {
  background-color: #18181b;
}

.h-card {
  height: 17rem;
}

.card-options {
  height: fit-content;
}

#future .future-p {
  padding: 0rem 6rem;
  margin-top: 1rem;
}

hr {
  width: 100%;
  border: none;
  height: 0.5px;
  background-color: #1d2839;
}

/* Desktop */
@media (min-width: 1025px) {
  .head-consultation h1 {
    line-height: 60px;
  }

  .nav-box {
    background: black
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .head-consultation h1 {
    font-size: 35px;
    line-height: 44px;
  }

  .head-consultation h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .nav-box {
    background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
  }

  #consultation {
    img {
      margin-top: 5rem;
      margin-bottom: 5rem;

    }

    .description-consultation p {
      padding: 0rem 6.5rem;
    }

    .h-card {
      height: 12rem;
    }
  }

  .img-boxs img {
    height: 200px;
  }

  /* Mobile */
  @media (max-width: 640px) {
    .head-consultation h1 {
      font-size: 28px;
      line-height: 38px;
    }

    .nav-box {
      background-image: linear-gradient(135deg, #0e0e14 0%, #15151f 100%);
    }

    #consultation {
      img {
        margin-top: 3rem;
        margin-bottom: 3rem;
      }
    }

    .head-consultation h2 {
      font-size: 28px;
      line-height: 34px;
    }

    .description-consultation p {
      padding: 1rem 2.5rem;
    }

    .h-card {
      height: 12rem;
    }
  }

  section {
    overflow-x: hidden;
  }
}

.card-blogs {
  border: 0.3px solid #a1aebf !important
}



/* A */
@keyframes float-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}