.control-btn:hover,

.home-icon:hover,

.model-dropdown:hover {

  background: rgba(255, 255, 255, 0.15);

}

#wave-container,

.home-icon,

canvas {

  position: absolute;

}

* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

:root {

  --bar-height: 56px;

  --bar-pad: env(safe-area-inset-bottom);

}

body {

  /*padding-bottom:calc(var(--bar-height) + var(--bar-pad))*/

}

.aniSect {

  background: linear-gradient(180deg, #090d32 0, #0a2447 51.12%, #2a0428 100%);

  /* min-height: 100vh; */

  min-height: max-content;

  color: #fff;

  overflow-x: hidden;

  margin-top: -85px;

}

canvas {

  top: 70%;

  transform: translateY(-50%);

}

.top-bar {

  padding: 0.75rem 0;

  text-align: center;

  font-size: 0.9rem;

  color: rgba(255, 255, 255, 0.7);

}

.top-bar a {

  color: #fff;

  text-decoration: none;

  margin: 0 0.5rem;

  font-weight: 500;

}

.top-bar a:hover {

  text-decoration: underline;

}

.home-icon {

  top: 1rem;

  right: 1.5rem;

  width: 40px;

  height: 40px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 8px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: 0.3s;

}

.hero-section,

.input-wrapper,

header {

  position: relative;

}

.control-btn,

.input-wrapper {

  border: 1px solid rgba(255, 255, 255, 0.2);

}

.hero-section {

  min-height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 2rem 1rem;

  z-index: 1;

}

.hero-content {

  text-align: center;

  max-width: 800px;

  margin: 0 auto;

}

.greeting {

  font-size: 2.5rem;

  font-weight: 400;

  margin-bottom: 3rem;

  color: rgba(255, 255, 255, 0.9);

  display: flex;

  align-items: start;

  justify-content: start;

  gap: 0.75rem;

  padding: 0 0 0 16rem;

}

.chat-input,

.input-wrapper {

  width: 100%;

  color: #fff;

  transition: 0.3s;

  resize: none;

  min-height: 120px;

}

.greeting-icon {

  font-size: 2rem;

}

.chat-input,

.chip i,

.input-wrapper {

  font-size: 1rem;

}

.input-wrapper {

  margin-bottom: 1.5rem;

  padding: 1.25rem 1.5rem;

  border-radius: 12px;

  background: rgba(255, 255, 255, 0.08);

}

.chat-input {

  border: none;

  background: rgba(255, 255, 255, 0);

}

.control-btn,

.send-btn {

  width: 36px;

  height: 36px;

  display: flex;

}

.control-btn,

.model-dropdown {

  background: rgba(255, 255, 255, 0.1);

}

.chat-input::placeholder {

  color: rgba(255, 255, 255, 0.4);

}

textarea:focus-visible {

  outline: 0;

}

.control-buttons {

  display: flex;

  gap: 0.5rem;

}

.control-btn {

  border-radius: 8px;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: 0.3s;

  color: rgba(255, 255, 255, 0.7);

}

.model-dropdown,

.send-btn {

  border: 1px solid rgba(255, 255, 255, 0.2);

  cursor: pointer;

  transition: 0.3s;

}

.control-btn:hover {

  color: #fff;

}

.model-selector {

  display: flex;

  gap: 0.5rem;

  justify-content: space-between;

}

.model-dropdown {

  border-radius: 20px;

  padding: 0.3rem 1rem;

  color: rgba(255, 255, 255, 0.9);

  font-size: 0.9rem;

  line-height: 1.6;

}

.send-btn {

  background-image: linear-gradient(45deg, #0065d3, #641be1);

  border-radius: 8px;

  align-items: center;

  justify-content: center;

  color: #fff;

}

#wave-container,

.chat-window {

  top: 0;

  height: 100vh;

  width: 100%;

  left: 0;

}

.send-btn:hover {

  background-image: linear-gradient(-90deg, #0065d3, #641be1);

  transform: translateY(-2px);

}

.suggestion-chips {

  display: flex;

  flex-wrap: wrap;

  gap: 0.75rem;

  justify-content: center;

  margin-top: 2rem;

}

.chip {

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.2);

  padding: 0.75rem 1.25rem;

  border-radius: 24px;

  font-size: 0.9rem;

  color: rgba(255, 255, 255, 0.9);

  cursor: pointer;

  transition: 0.3s;

  display: flex;

  align-items: center;

  gap: 0.5rem;

  -webkit-backdrop-filter: blur(16px);

  backdrop-filter: blur(16px);

}

.callUs,

.wpMe {

  color: var(--white);

}

.chip:hover {

  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.3);

  transform: translateY(-2px);

}

.hero-content-mobile,

.mobile-header h1 br {

  display: none;

}

.mobile-header h1 {

  text-align: center;

  margin-bottom: 30px !important;

}

.hero-content-mobile .mobile-header a {

  text-align: center;

  color: #fff;

  margin-bottom: 18px;

  border-radius: 30px;

  width: 100%;

  padding: 12px 10px;

  text-transform: capitalize;

  font-size: 18px;

  overflow: hidden;

}

.callUs {

  background-color: var(--primary);

}

.wpMe {

  background-color: #2ab318;

}

@media (max-width: 768px) {

  .greeting {

    font-size: 1.75rem;

  }

  .chat-input {

    min-height: 100px;

  }

  .suggestion-chips {

    flex-direction: column;

  }

  .chip {

    width: 100%;

    justify-content: center;

  }

}

#wave-container {

  overflow: hidden;

}

#wave-container canvas {

  width: 100% !important;

  height: 100% !important;

}

.chat-window {

  display: block;

  opacity: 0;

  position: fixed;

  z-index: 10;

  transform: translateY(100%);

  transition:

    opacity 0.6s,

    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);

  overflow-x: hidden;

  overflow-y: auto;

}

.chat-window.active {

  background: linear-gradient(

    180deg,

    #090d32 0,

    #0a2447 51.12%,

    #2a0428 100%

  ) !important;

  opacity: 1;

  transform: translateY(0);

}

header {

  z-index: 1001 !important;

}

.hero-section {

  transition:

    opacity 0.5s,

    transform 0.5s;

}

.hero-section.hiding {

  opacity: 0;

  transform: scale(0.95);

}

.ai-btn {

  padding: 2px !important;

}

.mobile-header .ai-btn .inner {

  width: 100%;

  border-radius: 20px;

  padding: 10px;

  font-size: 16px;

}

@media screen and (min-width: 320px) and (max-width: 767px) {

  .hero-content {

    display: none;

  }

  .callFloating {

    bottom: 30%;

    right: -148px;

  }

  .whatsappFloating {

    bottom: 20%;

    right: -148px;

  }

  .hero-content-mobile {

    display: block;

  }

  .greeting {

    margin-bottom: 0;

    padding: 0 0 0 1rem;

    font-size: 1.5rem;

  }

  .navbarBg.scrolled img {

    width: 150px;

    top: 5px;

    position: relative;

  }

  .navbar-toggler svg {

    width: 24px;

    top: 5px;

    position: relative;

  }

  .topHeader .sctionTitle {

    font-size: 26px;

    line-height: 40px;

  }

  .hero-section {

    min-height: 70vh;

    min-height: vh;

  }

  .topHeader {

    height: 70vh;

  }

}

.chatframe {

  position: absolute;

  top: 56px;

  left: 0;

  width: 100%;

  border: 0;

  border-radius: 12px;

  height: calc(100dvh - 56px);

  padding-bottom: env(safe-area-inset-bottom);

}

@supports (height: 100dvh) {

  .chatframe {

    height: calc(100dvh - 56px);

  }

}

@supports (height: -webkit-fill-available) {

  .chatframe {

    height: calc(-webkit-fill-available - 56px);

  }

}

.chat-window.active,

.chat-window.active body,

.chat-window.active html {

  overflow: hidden !important;

  position: fixed;

  inset: 0;

  width: 100%;

  height: 100%;

}

