._styles-module__searchWrapper__X5gmD {
  width: 395px;
  height: 50px !important;
  position: fixed !important;
  bottom: 40px;
  left: 20px !important;
  z-index: 1000 !important;
  font-family: var(--inheritFontFamily) !important;
  font-weight: 400 !important;
}
:root {
  --background: 0 0% 100%; /* Default overall background */
  --foreground: 222.2 47.4% 11.2%; /* Default text color */

  --muted: 210 40% 96.1%; /* Muted background elements */
  --muted-foreground: 215.4 16.3% 46.9%;

  --card: 0 0% 100%;
  --card-foreground: 222.2 47.4% 11.2%;

  --popover: 0 0% 100%;
  --popover-foreground: 222.2 47.4% 11.2%;

  --border: 214.3 31.8% 91.4%; /* Default border color */

  /* Input-specific border color */
  --input: 214.3 31.8% 91.4%;

  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;

  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;

  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;

  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;

  --ring: 215 20.2% 65.1%; /* Focus ring color */

  --radius: 0.5rem; /* Default border radius */
}

._styles-module__newSearchWrapper__1eJHA {
  width: 460px;
  height: 50px !important;
  position: fixed !important;
  bottom: 40px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1000 !important;
  font-family: var(--inheritFontFamily) !important;
  font-weight: 400 !important;
}

/* .newSearchWrapper.animate {
  animation: minorSlideUp 1s ease forwards, expandSearchWrapper 1s ease forwards !important;
} */

._styles-module__searchWrapper__X5gmD._styles-module__hidden__3o8gR {
  height: 0px !important;
}

._styles-module__searchContainer__28k26 {
  position: relative !important;
  width: 100% !important;
}

._styles-module__searchContainer__28k26._styles-module__new__2aIi7 {
  width: 42% !important;
  margin-inline: auto !important;
  transition: width 0.3s ease-in-out !important;
}

@media screen and (max-width: 450px) {
  ._styles-module__newSearchWrapper__1eJHA {
    width: 300px !important;
  }

  ._styles-module__searchWrapper__X5gmD {
    width: 88% !important;
  }
  ._styles-module__searchContainer__28k26._styles-module__new__2aIi7 {
    width: 60% !important;
  }
  ._styles-module__searchContainer__28k26._styles-module__new__2aIi7._styles-module__mobileExpanded__2XKK_ {
    width: 100% !important;
  }
}

/* Remove hover effect for mobile view */
@media screen and (min-width: 451px) {
  ._styles-module__searchContainer__28k26._styles-module__new__2aIi7:hover {
    width: 100% !important;
  }
}

._styles-module__searchContainer__28k26._styles-module__new__2aIi7._styles-module__hasInput__mjU27 {
  width: 100% !important;
}

._styles-module__placeholderImage__C1RIC {
  height: 28px !important;
  width: 48px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

._styles-module__aiSearchBarHeader__2h53C {
  position: absolute !important;
  top: 0rem;
  transition-duration: 0.5s;
  left: 0px;
  height: 38px !important;
  width: 100%;
  overflow: hidden !important;
  background: white;
  border-radius: 50px;
  border: 2px solid var(--primaryColor) !important;
  padding: 3px;
  outline: 6px solid #2468d540;

  /* 👇 Very subtle purple bottom shadow */
  box-shadow: 0 6px 12px rgba(128, 0, 255, 0.2) !important;
}

._styles-module__aiSearchBarHeader__2h53C._styles-module__expanded__oR82x {
  animation: _styles-module__expandWidth__1IGQ5 1.2s ease forwards;
}
._styles-module__aiSearchBarHeader__2h53C._styles-module__contract__1k5sb {
  animation: _styles-module__contractWidth__15Cf2 1.2s ease forwards;
}

@media screen and (max-width: 450px) {
  ._styles-module__aiSearchBarHeader__2h53C._styles-module__expanded__oR82x {
    animation: _styles-module__expandWidthMobile__3vCsC 1.2s ease forwards;
  }
  ._styles-module__aiSearchBarHeader__2h53C._styles-module__contract__1k5sb {
    animation: _styles-module__contractWidthMobile__2TBaT 1.2s ease forwards;
  }
}

@media screen and (max-width: 400px) {
  ._styles-module__aiSearchBarHeader__2h53C._styles-module__expanded__oR82x {
    animation: _styles-module__expandWidthMobileSmall__2weP5 1.2s ease forwards;
  }
  ._styles-module__aiSearchBarHeader__2h53C._styles-module__contract__1k5sb {
    animation: _styles-module__contractWidthMobileSmall__1zvR6 1.2s ease forwards;
  }
}

._styles-module__aiSearchBarHeader__2h53C._styles-module__slideTop__1WtVX {
  animation: _styles-module__slideUp__1VsJA 1s ease forwards;
}
._styles-module__aiSearchBarHeader__2h53C._styles-module__slideDown__3UPkY {
  animation: _styles-module__slideDown__3UPkY 1s ease forwards;
}

._styles-module__searchInputWrapper__3DOOZ {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  white-space: nowrap;
  gap: 5px !important;
}

._styles-module__searchInputWrapper__3DOOZ > *:first-child {
  flex-shrink: 0; /* Prevent shrinking of the first child */
}

._styles-module__aiSearchBarHeader__2h53C._styles-module__expanded__oR82x ._styles-module__searchInputWrapper__3DOOZ {
  opacity: 1;
  width: 100% !important;
  transition-delay: 0s;
}

._styles-module__imageIcon__1QklG {
  color: #666 !important;
  font-size: 20px !important;
  cursor: pointer !important;
  padding-top: 2px !important;
}
._styles-module__imageIconRounded__3gTre {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #666 !important;
  font-size: 20px !important;
  cursor: pointer !important;
  padding-left: 10px !important;
}
._styles-module__searchIcon__1dkPH {
  display: flex !important;
  color: #666 !important;
  font-size: 20px !important;
  cursor: pointer !important;
  padding-right: 10px !important;
  align-items: center !important;
}

._styles-module__newSearchIcon__3VAyA {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
/* .micIcon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 33px !important;
  height: 33px !important;
  background: var(--primaryColor) !important;
  border-radius: 50% !important;
  outline: 2px solid var(--secondaryColor) !important;
} */

._styles-module__aiSearchBarInput__XZ4xA {
  flex: 1 !important;
  border: none !important;
  outline: none !important;
  font-size: 15px !important;
  min-width: 0 !important;
  color: #000000 !important;
  height: 40px !important;
}

input[type='text'] {
  font-family: var(--inheritFontFamily) !important;
  font-weight: 400 !important;
  padding-left: 10px !important;
}

._styles-module__inputContracted__1J7tc {
  width: 0 !important;
  opacity: 0 !important;
  transition: width 0.5s ease, opacity 0.5s ease !important;
}

._styles-module__aiSearchBarInput__XZ4xA::-moz-placeholder {
  color: #00000080 !important;
  /* background: linear-gradient(
    90deg,
    #2c9adf 0%,
    #6385d4 50%,
    #ce6882 100%
  ) !important; */
  /* -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important; */
  -moz-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

._styles-module__aiSearchBarInput__XZ4xA::placeholder {
  color: #00000080 !important;
  /* background: linear-gradient(
    90deg,
    #2c9adf 0%,
    #6385d4 50%,
    #ce6882 100%
  ) !important; */
  /* -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important; */
  transition: opacity 0.3s ease !important;
}
._styles-module__aiSearchBarInput__XZ4xA._styles-module__placeholderHidden__3Pehp::-moz-placeholder {
  opacity: 0 !important;
}
._styles-module__aiSearchBarInput__XZ4xA._styles-module__placeholderHidden__3Pehp::placeholder {
  opacity: 0 !important;
}

._styles-module__searchCross__2XiuY {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

._styles-module__aiSearchResultsContainer__3QE01 {
  background-color: #ffffffbf !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  display: none;
  width: 103%;
  position: absolute;
  opacity: 0;
  bottom: 100%;
  z-index: -90;
  height: 250px;

  border-image-source: linear-gradient(
    90deg,
    #2c9adf 0%,
    #6385d4 50%,
    #ce6882 100%
  ) !important;
}
._styles-module__aiSearchResultsContainer__3QE01._styles-module__visibile__yTLpl {
  animation: _styles-module__visibility__is2hG 0.8s ease forwards;
}

._styles-module__aiSearchResultsContainer__3QE01::-webkit-scrollbar-button {
  display: none !important;
}

._styles-module__aiSearchBarResponse__2k1Dz {
  margin: 12px !important;
  height: 100% !important;
  position: relative !important;
}

._styles-module__hideOverFlow__3BUWg {
  overflow-y: auto !important;
  height: 85% !important;
  scrollbar-width: thin !important;
  scrollbar-color: var(--primaryColor) #ffffff80 !important;
  padding: 8px !important;
}

._styles-module__aiSearchResultsContainer__3QE01::-webkit-scrollbar {
  background: #ffffff80 !important;
}

._styles-module__aiSearchBarResponse__2k1Dz p {
  font-size: 14px !important;
  line-height: 16.8px !important;
  padding-bottom: 8px !important;
}

._styles-module__aiSearchBarLink__Przy1 {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

._styles-module__aiSearchBarLinkContent__FRhg_ {
  flex: 1 !important;
}

._styles-module__description__2beoD {
  margin: 0 !important;
  font-size: 14px !important;
  margin-left: 23px !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  box-orient: vertical !important;
}

._styles-module__aiSearchBarLink__Przy1 a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin-bottom: 4px !important;
  display: block !important;
}

._styles-module__aiSearchBarLink__Przy1 p {
  color: #000 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

._styles-module__linkIcon__2Ipdz {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #e4dcdcbf !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  color: var(--primaryColor) !important;
  cursor: pointer !important;
  transition: transform 0.2s ease !important;
}
._styles-module__linkIcon__2Ipdz svg {
  transition: transform 0.2s ease !important;
}
._styles-module__linkIconExpanded__3ftt9 svg {
  transform: rotate(90deg) !important;
}
._styles-module__crossIcon__3PElL {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e4dcdcbf !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20px, -23px);
}
._styles-module__loadingContainer__2sHoC {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

._styles-module__baseStarDiv__12fMq {
  position: relative;
  overflow: hidden;
}
._styles-module__baseStar__3Ec_r {
  animation: _styles-module__rotate__3MLtR 3s linear infinite;
}

._styles-module__overlayStars__2_fR2 {
  position: absolute;
  top: 0%;
  left: 0%;
}
._styles-module__overlayStars__2_fR2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

._styles-module__star__2Hl1u {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: _styles-module__starSequence__3WPEa 3s ease infinite;
}

/* Different delays for each star */
._styles-module__star__2Hl1u:nth-child(1) {
  animation-delay: 0s;
}
._styles-module__star__2Hl1u:nth-child(2) {
  animation-delay: 1s;
}
._styles-module__star__2Hl1u:nth-child(3) {
  animation-delay: 2s;
}
._styles-module__star__2Hl1u:nth-child(4) {
  animation-delay: 3s;
}
._styles-module__star__2Hl1u:nth-child(5) {
  animation-delay: 4s;
}

@keyframes _styles-module__starSequence__3WPEa {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  20% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  60% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}
@keyframes _styles-module__rotate__3MLtR {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes _styles-module__slideUp__1VsJA {
  0% {
    top: 0rem;
  }
  100% {
    top: -315px;
  }
}
@keyframes _styles-module__expandSearchWrapper__1l_2m {
  0% {
    width: 395px;
  }
  100% {
    width: 480px;
  }
}
@keyframes _styles-module__minorSlideUp__3BRB1 {
  0% {
    bottom: 40px;
  }
  100% {
    bottom: 90px;
  }
}
/* @keyframes minorSlideUpOuterContainer {
  0% {
    bottom: 120px;
  }
  100% {
    bottom: 150px;
  }
} */
@keyframes _styles-module__slideDown__3UPkY {
  0% {
    top: -315px;
  }
  100% {
    top: 0rem;
  }
}
@keyframes _styles-module__expandWidth__1IGQ5 {
  0% {
    width: 31%;
  }
  100% {
    width: 100%;
  }
}
@keyframes _styles-module__contractWidth__15Cf2 {
  0% {
    width: 100%;
  }
  100% {
    width: 31%;
  }
}

@keyframes _styles-module__expandWidthMobile__3vCsC {
  0% {
    width: 34%;
  }
  100% {
    width: 100%;
  }
}
@keyframes _styles-module__contractWidthMobile__2TBaT {
  0% {
    width: 100%;
  }
  100% {
    width: 34%;
  }
}

@keyframes _styles-module__expandWidthMobileSmall__2weP5 {
  0% {
    width: 37%;
  }
  100% {
    width: 100%;
  }
}
@keyframes _styles-module__contractWidthMobileSmall__1zvR6 {
  0% {
    width: 100%;
  }
  100% {
    width: 37%;
  }
}

@keyframes _styles-module__visibility__is2hG {
  0% {
    opacity: 0;
    bottom: -60%;
  }

  25% {
    opacity: 0.2;
    bottom: -60%;
  }

  50% {
    opacity: 0.4;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
    bottom: 100%;
  }
}
@keyframes _styles-module__skeleton-loading__2sSEg {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

._styles-module__skeletonSquare__1jWe3 {
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    -90deg,
    rgba(100, 99, 99, 0.1) 25%,
    rgba(40, 39, 39, 0.15) 50%,
    rgba(0, 0, 0, 0.1) 75%
  );
  background-size: 200% 100%;
  animation: _styles-module__skeleton-loading__2sSEg 1.5s infinite;
  border-radius: 4px !important;
  margin: 8px 0 !important;
}

._styles-module__skeleton__1Vpvz {
  display: block;
  width: 100%;
  flex: 1;
  height: 155px !important;
  margin: 8px 0 !important;
  background: linear-gradient(
    -90deg,
    rgba(81, 80, 80, 0.1) 25%,
    rgba(45, 44, 44, 0.15) 50%,
    rgba(0, 0, 0, 0.1) 75%
  );
  background-size: 200% 100%;
  animation: _styles-module__skeleton-loading__2sSEg 1.5s infinite;
  border-radius: 4px !important;
}

._styles-module__skeletonSquareContainer__36DtD {
  width: 100%;
  height: 100%;
}

._styles-module__aiSearchBarLink__Przy1:hover ._styles-module__linkIcon__2Ipdz {
  transform: translateX(4px) !important;
}

/* New Search Result Design */

._styles-module__searchOuterContainer__30E_W {
  position: fixed !important;
  bottom: 120px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999 !important;
  font-family: var(--inheritFontFamily) !important;
  font-weight: 400 !important;
  border: 0.5px solid var(--shadowColor) !important;
  padding: 20px !important;
  border-radius: 16px !important;
  background-color: #ffffff !important;
  width: 700px !important;
  animation: _styles-module__fadeInSearchContainer__1SnXV 0.5s ease forwards;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  box-shadow: 0 6px 12px rgba(128, 0, 255, 0.2) !important;

  /* animation: minorSlideUpOuterContainer 1s ease forwards !important; */
}
._styles-module__wrapper__1I_qj {
  width: 100%;
  height: 100%;
  position: relative;
}

._styles-module__searchResultContainer__5W-R6 {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  /* background-color: #f5f5f5 !important;   */
  padding-inline: 20px !important;
  border-radius: 16px !important;
  /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important; */
  max-height: 350px !important;
  overflow-y: auto !important;
  height: 85% !important;
  scrollbar-width: thin !important;
  scrollbar-color: var(--primaryColor) #ffffff80 !important;
}
._styles-module__searchContainerGrid__31fbC {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 10px !important;
}

._styles-module__searchResultCard__3xlc9 {
  display: flex !important;
  gap: 24px !important;

  border-radius: 12px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  font-size: 16px !important;
  border: 0.5px solid #8d8b8b90 !important;
  align-items: center !important;
  max-width: 80% !important;
  cursor: pointer !important;

  /* 👇 Added subtle shadow */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

._styles-module__searchResultCard__3xlc9._styles-module__noImage__Id3xO {
  gap: 12px !important;
}

._styles-module__searchResultImage__3Qce0 {
  width: 25px !important;
  height: 25px !important;
  border-radius: 8px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  flex-shrink: 0 !important;
}
._styles-module__pdfImagePlaceholder__252Nl {
  width: 140px !important;
  height: 90px !important;
  border-radius: 8px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  flex-shrink: 0 !important;
}
._styles-module__NoImagePlaceholder__3fb0Z {
  width: 90px !important;
  height: 90px !important;
  border-radius: 8px !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  flex-shrink: 0 !important;
}

._styles-module__searchResultContent__3t_sm {
  overflow: hidden !important;
}

._styles-module__searchResultTitle__14jkp {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #585858 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
._styles-module__searchResultItemDescription__2kj5v {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #6d6d6d !important;
  margin: 4px 0 0 0 !important;
  line-height: 1.4 !important;
}
._styles-module__searchResultDescriptionAccordion__j2NT4 {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transform: translateY(-4px) !important;
  transition: max-height 0.25s ease, opacity 0.25s ease, transform 0.25s ease !important;
}
._styles-module__searchResultDescriptionAccordionOpen__1SLOz {
  max-height: 120px !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
._styles-module__suggestions__2QNZO {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #777676 !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

._styles-module__searchResultDescription__13P0p {
  font-size: 18px !important;
  line-height: 1.2 !important;
  color: #585858 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  margin: 0 !important;
  max-width: 95% !important;
}
._styles-module__searchResultDescription__13P0p._styles-module__bottom__2BlAx {
  overflow: hidden !important;
}

._styles-module__searchResultReadMore__HJtJ6 {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: #585858 !important;
  display: flex !important;
  gap: 4px !important;
  padding: 8px !important;
  width: 100% !important;
}

@media screen and (max-width: 1026px) {
  ._styles-module__searchContainerGrid__31fbC {
    grid-template-columns: repeat(1, 1fr) !important;
    max-height: 100% !important;
    gap: 10px !important;
  }
  ._styles-module__searchResultCard__3xlc9 {
    padding: 0px !important;
  }
  ._styles-module__searchOuterContainer__30E_W {
    width: 80% !important;
  }
  ._styles-module__searchResultDescription__13P0p {
    max-width: 90% !important;
  }
}
._styles-module__formSubmitButton__MpNmL {
  width: 100% !important;
  background-color: var(--primaryColor) !important;
  color: white !important;
  padding: 0.9rem !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
}

._styles-module__closeIcon__2IJEr {
  position: absolute;
  top: 19px;
  right: 16px;
  height: 46px !important;
  width: 46px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: var(--shadowColor) !important;
  border-radius: 50% !important;
  cursor: pointer;
  color: var(--primaryColor) !important;
  flex-shrink: 0 !important;
}
@keyframes _styles-module__fadeInSearchContainer__1SnXV {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._styles-module__backdrop__2Xnd5 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* semi-transparent black */
  z-index: 1000 !important; /* high enough to appear above other content */
}

._styles-module__loadeRounded__reqKi {
  width: 28px;
  height: 28px;
  border: 3px solid #ddd;
  border-top: 3px solid var(--primaryColor) !important;
  border-radius: 50%;
  animation: _styles-module__spin__1sp4O 0.8s linear infinite;
  display: inline-block;
}

@keyframes _styles-module__spin__1sp4O {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

._styles-module__voiceWave__1W0Kf {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 4px;
}

._styles-module__wave__AQ3Fh {
  width: 6px;
  height: 100%;
  border-radius: 50%;
  background: var(--primaryColor);
  animation: _styles-module__sineWave__2vstD 1.2s ease-in-out infinite;
  transform-origin: center bottom;
  opacity: 0.8;
}

._styles-module__wave__AQ3Fh:nth-child(1) {
  animation-delay: 0s;
}

._styles-module__wave__AQ3Fh:nth-child(2) {
  animation-delay: 0.2s;
}

._styles-module__wave__AQ3Fh:nth-child(3) {
  animation-delay: 0.4s;
}
._styles-module__buttonIcon__2TKxA {
  flex-shrink: 0;
}
._styles-module__overlay__3qw0K {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.85) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 9999 !important;
}

._styles-module__formContainer__2SMNk {
  background: #fff !important;
  padding: 2rem !important;
  z-index: 999999999999 !important;
  position: relative !important;
  border-radius: 10px !important;
  max-width: 400px !important;
  width: 100% !important;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3) !important;
  border: 5px solid var(--shadowColor) !important;
  font-family: var(--inheritFontFamily) !important;
}
@media screen and (max-width: 426px) {
  ._styles-module__formContainer__2SMNk {
    width: 70% !important;
  }
  ._styles-module__searchResultCard__3xlc9 {
    flex-direction: column !important;
    max-width: 100% !important;
  }
  ._styles-module__searchResultCard__3xlc9._styles-module__noImage__Id3xO {
    flex-direction: row !important;
  }
  ._styles-module__searchResultImage__3Qce0 {
    width: 100% !important;
  }
  ._styles-module__searchResultImage__3Qce0 {
    height: 150px !important;
  }
  ._styles-module__searchResultDescription__13P0p {
    font-size: 14px !important;
    width: 100% !important;
  }
  ._styles-module__searchResultTitle__14jkp {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }
  ._styles-module__searchResultReadMore__HJtJ6 {
    font-size: 14px !important;
  }
  ._styles-module__closeIcon__2IJEr {
    top: 6px !important;
    right: 7px !important;
  }
  ._styles-module__searchResultContainer__5W-R6 {
    border-radius: 12px !important;
  }
  ._styles-module__searchOuterContainer__30E_W {
    border-radius: 16px !important;
    padding: 12px !important;
  }
}

._styles-module__form__1WjG- {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.2rem !important;
}

._styles-module__field__3KR0D {
  display: flex !important;
  flex-direction: column !important;
}

._styles-module__label__3sXmF {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: 0.4rem !important;
}

._styles-module__formInput__vaeAw,
._styles-module__formTextarea__1C03r {
  padding: 0.7rem !important;
  /* border-radius: 6px !important; */
  border: 1px solid #ccc !important;
  font-size: 0.95rem !important;
  outline: none !important;
  transition: border 0.2s !important;
  background-color: hsl(var(--background)) !important;
  color: hsl(var(--foreground)) !important;

  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  font-size: 1rem !important;
  font-family: var(--inheritFontFamily) !important;
}

._styles-module__formInput__vaeAw:focus,
._styles-module__formTextarea__1C03r:focus {
  border: 1px solid transparent !important;
  outline: 2px solid var(--shadowColor) !important;
  outline-offset: 2px !important;
}

._styles-module__button__2hTXI:hover {
  background-color: var(--primaryColor) !important;
}

._styles-module__loadingWrapper__3sZlx {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
}

._styles-module__spinner__2y6Bx {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid white !important;
  border-top: 2px solid transparent !important;
  border-radius: 50% !important;
  animation: _styles-module__spin__1sp4O 0.8s linear infinite !important;
}

@keyframes _styles-module__spin__1sp4O {
  to {
    transform: rotate(360deg);
  }
}

._styles-module__button__2hTXI {
  margin-left: auto !important;
  border-radius: 10px !important;
  display: flex !important;
  cursor: pointer !important;
  font-size: 14px !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 5px 8px !important;
  background-color: var(--secondaryColor) !important;
  color: white !important;
}
._styles-module__buttonOuterContainer__H6U5o {
  width: 100% !important;
  margin-inline: auto !important;
  display: flex !important ;
  justify-content: flex-end !important;
  margin-bottom: 1px !important;
}
@keyframes _styles-module__sineWave__2vstD {
  0%,
  100% {
    height: 20%;
  }
  25% {
    height: 50%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 50%;
  }
}

/* Safari-specific styles */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    ._styles-module__aiSearchBarHeader__2h53C {
      outline: none !important;
      box-shadow: none !important;
      border: 2px solid var(--primaryColor) !important;
    }

    /* .newSearchIcon {
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
      outline: none !important;
      border: none !important;
    } */

    ._styles-module__searchIcon__1dkPH {
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
    }

    ._styles-module__linkIcon__2Ipdz {
      -webkit-backdrop-filter: none !important;
      backdrop-filter: none !important;
      background: #e4dcdc !important;
    }
  }
}
._styles-module__formCloseButton__RUUVb {
  position: absolute !important;
  right: 15px !important;
  font-size: 1rem !important;
  top: 10px !important;
  cursor: pointer !important;
}
._styles-module__formHeading__3DDmO {
  color: var(--primaryColor) !important;
  font-weight: 700 !important;
  margin-bottom: 14px !important;
}

._styles-module__successMessage__3_5iw {
  text-align: center !important;
  padding: 2rem 0 !important; /* same as py-8 */
}

._styles-module__iconWrapper__2Afh9 {
  width: 64px !important; /* w-16 */
  height: 64px !important; /* h-16 */
  background: #dcfce7 !important; /* bg-green-100 */
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 1rem !important; /* mx-auto mb-4 */
}

._styles-module__checkIcon__179XR {
  width: 32px !important; /* w-8 */
  height: 32px !important; /* h-8 */
  color: #16a34a !important; /* text-green-600 */
}

._styles-module__successTitle__25G9x {
  font-family: var(--inheritFontFamily) !important;
  font-size: 1.25rem !important; /* text-xl */
  color: #1f2937 !important; /* text-gray-800 */
  margin-bottom: 0.5rem !important;
}

._styles-module__successText__2m0zj {
  font-family: var(--inheritFontFamily) !important;
  font-size: 0.7em !important;
  color: #4b5563 !important; /* text-gray-600 */
}
._styles-module__error__3fyPz {
  color: red;
  font-size: 12px;
  margin: 0px;
  margin-top: -12px;
}

._styles-module__companyLogoWrapper__1CNcG {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-inline: 12px !important;
}
._styles-module__minus__o33GL {
  height: 3px;
  width: 22px;
  background-color: #1a6af280 !important;
  cursor: pointer !important;
}

._styles-module__agenticWrapper__3Xq-M {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 2rem !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  a {
    text-decoration: none !important;
    color: inherit !important;
  }
}
._styles-module__agenticButton1__Vt09D {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50px !important;
  background-color: #125aab !important;
  color: white !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding: 12px 34px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.3s ease !important;

  &:hover {
    background-color: white !important;
    color: #125aab !important;
    border: 2px solid #125aab !important;
  }
}
._styles-module__agenticButton2__yJA-U {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50px !important;
  background-color: white !important;
  color: #125aab !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding: 12px 34px !important;
  border: 2px solid #125aab !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: all 0.3s ease !important;
  &:hover {
    background-color: #125aab !important;
    color: white !important;
  }
}
