/*   Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
@font-face {
  font-family: Antarctica;
  src: url(../fonts/Antarctica-Regular.woff2);
  font-weight: 400;
}
@font-face {
  font-family: Antarctica;
  src: url(../fonts/Antarctica-Bold.woff2);
  font-weight: 700;
}
@font-face {
  font-family: Antarctica;
  src: url(../fonts/Headline-CondensedMedium.woff2);
  font-weight: 500;
}
body {
  font-family: Antarctica;
  font-weight: 400; 
  color: #fff;
  font-size: 16px; 
  background: #000;
}

  
button {
  cursor: pointer; 
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; 
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; 
}

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Antarctica; 
  color: #fff;
  margin-top: 0px;  
  font-weight: 700;
 }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

 img{
  max-width: 100%;
 }
 a{
  text-decoration: none;
  color: inherit;
 }
 button{
  border: none;
  outline: none;
  background: none;
  padding: 0;
  line-height: auto;
 }










 
/* default-css END 
================================== */
 


.header-area {
  padding: 30px 0; 
  width: 100%;
  z-index: 99; 
}
.menu-area nav ul li {
  list-style: none;
  display: inline-block;
}

.menu-area nav ul li a {
  font-size: 16px;
  color: #fdf1e7; 
  display: inline-block;
  margin-left: 40px;
  position: relative;
}
.logo-area {
  display: block;
}

.logo-area a {
  display: block;
  max-width: 100px;
}
/* humbergar */
.bar a {
  width: 35px;
  height: 35px;
  float: right;
  position: relative;
} 
.bar a span {
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
  top: 17px;
  border-radius: 30px;
  transition: .3s;
} 
.bar a span:before {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: 10px;border-radius: 30px;transition: .3s;} 
.bar a span:after {left: 0;content: "";position: absolute;width: 100%;height: 100%;background: #fff;bottom: -10px;border-radius: 30px;transition: .3s;}
 
/* humbarger END */
 

/* mobile-menu START */
.mobile-menu {
  position: fixed;
  width: 320px;
  height: 100vh;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px 0px 9px -1px #737373;
  top: 0;
  right: 0;
  transition: .3s;
  margin-right: -400px;
  padding: 30px;
  z-index: 999;
}
.siteBar{
  margin-right: 0; 
}
.menu_overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.menu_overlay.show{
  opacity: .5;
  visibility: visible;
}
.mobile-menu a.logo {
  display: block;
  max-width: 150px;
  margin-bottom: 50px;
}



.mobile-menu ul#pills-tab {
  margin-top: 90px;
  margin-bottom: 35px !important;
  display: block;
}
.mobile-menu  nav ul li {
  list-style: none;
  display: block;
}

.mobile-menu nav ul li a {
  color: #fdf1e7;
  font-size: 16px;
  line-height: 40px;
  transition: .3s;
}

.mobile-menu nav ul li a:hover { 
  color: #fff;
}
  
 
.mobile-menu a.bars {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #ff4900;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  box-shadow: 0px 0px 17px -2px #0000004a;
}




/* Header-area END && Hero-area START */









section.hero-area {
  padding: 50px 0;
}

.top-content {
  margin-bottom: 50px;
}

.top-content h5 {
  font-size: 24px;
  font-weight: 400;
}

.top-content img {
  display: block;
  max-width: 250px;
  margin-bottom: 10px;
}

.top-content h4 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 25px;
  color: #fdf1e7;
}

.top-content p {
  color: #fdf1e7;
}

.hero-option-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-option-wrap > a {
  display: block;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #ff825a;
  transition: .2s;
}

.hero-option-wrap > a:hover,.hero-option-wrap > a.active {
  background: #ff825a;
}

.hero-left-content {
  max-width: 90%;
}
.chatbox {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 30px;
}
.chatcontent{
  color: #000;
  height: 350px;
  overflow: auto;
}
.chatcontent p {
  margin-bottom: 8px;
}
.chatcontent ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 400px;
  overflow: auto;
  padding-top: 40px;
  padding-left: 20px;
}

.chatcontent ul li {
  display: flex;
  align-items: center;
  background: #fdf1e7;
  max-width: 90%;
  margin-left: auto;
  border-radius: 20px 0 0 5px;
  padding: 15px; 
}

.chatcontent ul li img {
  width: 20px;
  margin-right: 10px;
}

.chatcontent ul li.left {
  margin-right: auto;
  margin-left: 0;
  background: transparent;
  display: block;
}
.chatinput {
  padding-top: 15px;
}
.chatinput form {
  display: flex;
  position: relative;
  border-radius: 20px;
  align-items: center;
  padding: 5px 7px;
  padding-left: 15px;
  gap: 10px;
  background: #fdf1e7;
}

.chatinput form label {
  position: relative;
  width: 25px;
  overflow: hidden;
  min-width: 25px;
  display: flex;
  align-items: center;
}

.chatinput form label input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.chatinput form input {
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 13px;
}

.chatinput form  button {
  display: block;
  max-width: 40px;
  position: relative;
  opacity: .3;
}

.chat-suggestions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.chat-suggestions button {
  font-size: 14px;
  border: 1px solid #fdf1e7;
  padding: 8px 15px;
  border-radius: 25px;
  line-height: 1.3;
  transition: .2s;
  text-align: left;
}

.chat-suggestions button:hover {
  background: #fdf1e7;
  color: #000;
}

.top-content h4{
  position: relative;
  display: block;
  height: 41px;
  width: 100%;
}
.top-content h4:after {
  content: "";
  width: 100%;
  height: 100%;
  animation: abomination1 3s linear 1;
  animation-fill-mode: forwards; 
}

@keyframes abomination1 {
0% {
  content: "T";
}
3% {
  content: "Th";
}
6% {
  content: "The";
}
9% {
  content: "The ";
}
12% {
  content: "The N";
}
15% {
  content: "The Ne";
}
18% {
  content: "The Neu";
}
21% {
  content: "The Neur";
}
23% {
  content: "The Neura";
}
26% {
  content: "The Neural";
}
29% {
  content: "The Neural ";
}
32% {
  content: "The Neural E";
}
35% {
  content: "The Neural Ex";
}
38% {
  content: "The Neural Exe";
}
41% {
  content: "The Neural Exec";
}
44% {
  content: "The Neural Execu";
}
47% {
  content: "The Neural Execut";
}
50% {
  content: "The Neural Executi";
}
53% {
  content: "The Neural Executiv";
} 
56% {
  content: "The Neural Executive";
}
59% {
  content: "The Neural Executive O";
}
62% {
  content: "The Neural Executive Of";
}
65% {
  content: "The Neural Executive Off";
}
68% {
  content: "The Neural Executive Offi";
}
71% {
  content: "The Neural Executive Offic";
}
74% {
  content: "The Neural Executive Officer ";
}
77% {
  content: "The Neural Executive Officer a";
}
80% {
  content: "The Neural Executive Officer at ";
}
85% {
  content: "The Neural Executive Officer at 3";
}
95% {
  content: "The Neural Executive Officer at 30";
}
100% {
  content: "The Neural Executive Officer at 300";
}
}

/* Corrected CSS Selector */
/* Adding margin to separate chatbot from button in mobile view */
.chatbox {
  margin-top: 1.5rem; /* Adjust as needed */
}

/* Responsive adjustment to ensure spacing on smaller screens */
@media (max-width: 768px) {
  .chatbox {
    margin-top: 2rem; /* Increase if more space is required */
  }
}

/* Ensure that rendered HTML respects whitespace and formatting */
.chatcontent p {
  margin-bottom: 8px;
  white-space: pre-wrap; /* Preserve line breaks */
}

.chatcontent ul, .chatcontent ol {
  margin-left: 20px;
  margin-bottom: 8px;
}

.chatcontent li {
  margin-bottom: 4px;
}

.chatcontent strong {
  font-weight: bold;
}

.chatcontent em {
  font-style: italic;
}

/* Style for blockquotes, if needed */
.chatcontent blockquote {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  color: #666;
  margin: 8px 0;
}



























