@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*NEW FOOTER*/
.custom-bottom-navigation {
    position: fixed;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
    max-width: 500px;
    display: flex;
    justify-content: space-around;
    background: rgb(0 0 0 / 30%) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 20px 0;
    border-radius: 50px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.33);
    z-index: 999999999;
}

.custom-nav-link {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.custom-nav-link i {
    font-size: 24px;
    transition: transform 0.3s ease;
}




.loade-text{
    color:#fff !important;
}
/*END*/
#offcanvasExample{
    background:#000 !important;
}


.heading-sp {
  font-size: 36px;
  font-family: "Cookie", cursive;
  color: #fff;
}
.main-bg-clink{
    color:cyan !important;
}
.btn-grad {
    background-image: linear-gradient(to right, #314755 0%, #46e4e4 51%, #314552 100%);
    background-size: 200% auto;
    color: white;
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    text-transform: capitalize;
    transition: 0.5s;
    animation: gradientShift 3s linear infinite;
}
.btn-grad:hover{
    color:#fff !important;
}
@keyframes gradientShift {
  0% {
    background-position: left center;
  }
  50% {
    background-position: right center;
  }
  100% {
    background-position: left center;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-slide-up {
  animation: slideUp 1s ease-out forwards;
}

.splash-pg {
  background:#000;
  color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-sp {
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
.text-sp-2 {
  font-size: 24px;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
.text-sp-3 {
  font-size: 17px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
.divider {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}

.divider span {
  margin: 0 10px;
  color: #999;
  font-size: 14px;
}
input::placeholder {
  color: rgba(255, 255, 255, 0.6); /* Light white */
}
.npe-btn-sgn {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 50px !important;
}

.chip-green {
  color: #ffffff;
  background: green;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
}
.poppins {
  font-family:"IBM Plex Sans", sans-serif !important;
}
.cust-h1-td {
  font-size: 18px;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
}
.greeting-new {
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}
.greeting-new-2 {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
.c-l-cust {
  font-size: 16px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
}
.c-l-new {
  font-size: 14px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
}
.c-l-cust-2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
}

.plan-card {
  padding: 1rem;
  border-radius: 1rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
}

/* Animation (slide-up + delay) */
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-up {
  animation: slideUp 0.5s ease-out forwards;
}

.animate-delay-1 {
  animation-delay: 0.3s;
}
.ai-card {
  background-color: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-up {
  animation: slideUp 0.5s ease-out forwards;
}

.animate-delay-2 {
  animation-delay: 0.6s;
}
.bg-full-cust-head {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-full-cust-head::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bdy-chatbot {
  max-height: calc(100dvh - 80px) !important;
}
.chat-bubble-cust-ai {
  background-color: #00acff;
  max-width: 80%;
  overflow-x:scroll;
  font-size: 16px;
}
.chat-bubble-cust-user {
  background-color: #ffffff !important;
  color: #fff !important;
  max-width: 80%;
  font-size: 16px;
}
.chat-bubble-cust-ai p {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-bubble {
  display: flex;
  flex-direction: row;
}

.lightbox-bg {
  background: rgba(0, 0, 0, 0.9);
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slide-down {
  animation: slideDownFade 0.6s ease-out both;
}

.chip-white {
    color: #000;
    background: #fff;
    padding: 6px 14px;
    border-radius: 50px;
   font-weight: 600;
    font-size: 12px;
    font-family: "IBM Plex Sans", sans-serif;
}
.sp-cust-int{
    color:#00ffff !important;
}

.notification-para{
        line-height: 22px;
    font-size: 14px;
}
.notification-box-cust{
        border-bottom: 1px solid #e0e0e038;
            padding: 10px 10px 0px 0px;
}
/*alert*/
.custom-alert-cs {
    position: fixed;
    bottom: 20px;
  
    width: auto;
    max-width: 94%;
}



/*MOBILE COMPARTIBILITY MEDIA QUERY*/
@media (max-width: 400px) {
 .select a {
    font-size: 12px !important;
    padding: 7px 12px;
}
.chip-green {
    color: #ffffff;
    background: green;
    padding: 6px 10px !important;
    border-radius: 50px;
    font-size: 11px !important;
    font-family: "IBM Plex Sans", sans-serif;
}
}

