.sidebar {

  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 108px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  } 
}

.clear{
  clear:both;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: var(--simba-accent);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

#contact input, #contact select {
  width: 75%;
}

#contact textarea {
  width:100%;
  height:125px;
}

#id_captcha_1 {
  width:25% !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* body {
  margin-bottom: 250px;  Margin bottom by footer height 
} */

/* @media screen and (max-width: 992px){
  body {
    margin-bottom: 600px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
} */

/* Back to top button style */

#btn-back-to-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  display: none;
  font-weight: bold;
  font-size:1rem;
  padding: 0.5rem;
  border-radius: 3rem;
}

/* FOOTER */
/* 
#footer-menu{
  min-height:180px;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  font-size:11pt;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: var(--simba-black);
  color:white;
  position:absolute;
  bottom:40px;
}

.footer{
  font-size:11pt;
  height: 40px;
  line-height: 40px;
  color:white;
  background-color: var(--simba-black);
}

.footer a{
  color:white;
}

#footer-menu ul{
  list-style-type:circle;
  padding-left:2rem;
}

#footer-menu a{
  color: white;
}

#footer-menu a:hover{
  text-decoration:underline;
}

#footer-menu h3{
  color:white;
  padding-left:1rem;
  font-size:1.5rem;
}

#footer-menu img{
  width:40px;
  margin:0 15px;
}

#footer-menu hr{
  width: 70%;
  margin-left: 0;
  border-top: 2px solid white;
} */

/* ABOUT US PAGE */

.about-us-banner{
  height:300px;
  width:100%;
  margin-top:-2rem;
  background-image: url('../img/SIMBA-Background-Yellow-2000x600.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-bottom:3rem;
}

#bubbles{
  position:relative;
  height:800px;
}

#bubbles>h1{
  color: var(--simba-accent);
  width:250px;
  text-align:center;
  float:right;
  margin-right:150px;
  margin-top:50px;
}

.darkgrey-bubble{
  position: absolute;
  left:100px;
  top:0;
  padding:40px 80px;
  border-radius: 470px;
  color:white;
  background-color: #343a40;
  width:470px;
  height:470px;
}

.darkgrey-bubble>img{
  width:100px;
  display: block;
  margin: 0 auto;
}

.lightgrey-bubble{
  position: absolute;
  bottom:50px;
  right:100px;
  padding:40px 80px;
  border-radius: 470px;
  color:white;
  background-color: var(--simba-accent);
  width:470px;
  height:470px;
}

.lightgrey-bubble>img{
  width:100px;
  display: block;
  margin: 0 auto;
}

.lightgrey-bubble-little{
  position: absolute;
  top:200px;
  right:450px;
  border-radius: 100px;
  background-color: var(--simba-accent);
  width:100px;
  height:100px;
}

.darkgrey-bubble-little{
  position: absolute;
  left:450px;
  bottom:250px;
  border-radius: 100px;
  background-color: #343a40;
  width:100px;
  height:100px;
}

.about-us-map{
  max-height:570px;
  display:block;
  margin:0 auto;
}

.map-link{
  color: var(--simba-accent) !important;
  text-decoration: underline;
  cursor: pointer;
  transition-duration: 0.3s;
}

.selected{
  color: #343a40 !important;
}

.map-link:hover {
  color: var(--simba-accent-hover) !important;
  transition-duration: 0.3s;
}

.simba-nav .simba-dropdown-group-title {
  padding: 0.5rem 1.5rem 0.25rem;
  color: #6b7280;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* SIMBA Assistant product page */

.simba-assistant-page {
  background:
    radial-gradient(circle at top right, rgba(67, 41, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f8f9ff 0%, #ffffff 26%, #f6f7fb 100%);
}

.simba-assistant-hero {
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

.simba-assistant-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(67, 41, 255, 0.22);
  border-radius: 999px;
  background: rgba(67, 41, 255, 0.08);
  color: var(--simba-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.simba-assistant-title {
  margin-bottom: 0.75rem;
}

.simba-assistant-subtitle {
  color: #111827;
  font-weight: 600;
}

.simba-assistant-copy {
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #374151;
}

.simba-assistant-actions {
  margin-top: 2rem;
}

.simba-assistant-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.simba-assistant-panel,
.simba-assistant-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.simba-assistant-panel {
  padding: 1.25rem;
  background: #ffffff;
}

.simba-assistant-panel-light {
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.simba-assistant-panel-dark {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #ffffff;
}

.simba-assistant-panel-feature {
  background:
    linear-gradient(135deg, rgba(67, 41, 255, 0.08), rgba(67, 41, 255, 0.02)),
    #ffffff;
}

.simba-assistant-panel-label {
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.simba-assistant-panel-dark .simba-assistant-panel-label {
  color: rgba(255, 255, 255, 0.68);
}

.simba-assistant-hero-figure {
  margin: 0;
}

.simba-assistant-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.simba-assistant-hero-caption {
  margin-top: 0.9rem;
  color: #111827;
  font-weight: 600;
  line-height: 1.5;
}

.jmag-approach-graphic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.jmag-approach-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(67, 41, 255, 0.16);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.jmag-approach-heading {
  padding: 1.1rem 1.25rem 0.5rem;
}

.jmag-approach-heading h2 {
  margin-bottom: 0.25rem;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 800;
}

.jmag-approach-heading p {
  margin-bottom: 0;
  color: var(--simba-accent);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.jmag-approach-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  padding: 1rem;
}

.jmag-approach-media img {
  display: block;
  width: 100%;
  max-height: 17rem;
  object-fit: contain;
}

.simba-assistant-diagram-image {
  display: block;
  width: 100%;
  height: auto;
}

.simba-assistant-workspace {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.simba-assistant-workspace-block,
.simba-assistant-flow span,
.simba-assistant-architecture div,
.simba-assistant-ecosystem span,
.simba-assistant-document-sheet {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(17, 24, 39, 0.16);
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-weight: 600;
  color: #111827;
}

.simba-assistant-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.simba-assistant-section {
  padding: 1rem 0 4rem;
}

.simba-assistant-section h2,
.simba-assistant-card h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.simba-assistant-section p,
.simba-assistant-card p {
  color: #4b5563;
  line-height: 1.75;
}

.simba-assistant-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
}

.simba-assistant-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.simba-assistant-card-accent {
  background: linear-gradient(180deg, rgba(67, 41, 255, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.simba-assistant-band {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
}

.simba-assistant-band p {
  color: rgba(255, 255, 255, 0.78);
}

.simba-assistant-privacy-band {
  margin-top: 0;
}

.simba-assistant-privacy-band h2 {
  color: #ffffff;
}

.simba-assistant-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.simba-assistant-list-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.simba-assistant-band-note {
  margin-top: 1rem;
}

.simba-assistant-bullets {
  padding-left: 1.25rem;
  color: #111827;
}

.simba-assistant-bullets li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.simba-assistant-bullets-compact li:last-child {
  margin-bottom: 0;
}

.simba-assistant-document {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
}

.simba-assistant-document-arrow {
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.simba-assistant-architecture {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.simba-assistant-panel-dark .simba-assistant-architecture div {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.simba-assistant-ecosystem {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.simba-assistant-section-showcase {
  padding-top: 0;
}

.simba-assistant-section-intro {
  max-width: 52rem;
  margin-bottom: 1.5rem;
}

.simba-assistant-prompt-lab {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #eef3ff 0%, #ffffff 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.simba-assistant-prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 1.5rem;
}

.simba-assistant-prompt-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 1.1rem;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.simba-assistant-prompt-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  color: #374151;
  font-size: 0.82rem;
  font-weight: 600;
}

.simba-assistant-prompt-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--simba-accent);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.simba-assistant-prompt-kind {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.simba-assistant-prompt-text {
  margin-bottom: 0;
  color: #111827;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.75;
}

.simba-assistant-proof {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.simba-assistant-proof-header {
  margin-bottom: 1.25rem;
}

.simba-assistant-proof-header h3 {
  margin-bottom: 0.65rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #111827;
}

.simba-assistant-proof-header p {
  max-width: 46rem;
}

.simba-assistant-proof-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.35rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.simba-assistant-proof-card .simba-assistant-prompt-tag {
  margin-bottom: 1rem;
}

.simba-assistant-proof-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.simba-spice-proof-image {
  height: 14rem;
  object-fit: contain;
  object-position: center;
  padding: 0.75rem;
  background: #f8fbff;
}

.simba-assistant-proof-caption {
  margin-top: 1rem;
  color: #374151;
  line-height: 1.65;
}

.simba-assistant-proof-action {
  margin-top: 1rem;
}

/* Shared product page refresh */

.simba-product-page {
  background:
    radial-gradient(circle at top right, rgba(67, 41, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f8f9ff 0%, #ffffff 26%, #f6f7fb 100%);
}

.simba-product-hero {
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}

.simba-product-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(67, 41, 255, 0.22);
  border-radius: 999px;
  background: rgba(67, 41, 255, 0.08);
  color: var(--simba-accent);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.simba-product-title {
  margin-bottom: 0.75rem;
}

.simba-product-subtitle {
  margin-bottom: 1rem;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 600;
}

.simba-product-copy {
  max-width: 42rem;
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.75;
}

.simba-product-actions {
  margin-top: 2rem;
}

.simba-product-section {
  padding: 1rem 0 4rem;
}

.simba-product-section-tight {
  padding-top: 0;
}

.simba-product-section-heading {
  max-width: 50rem;
  margin-bottom: 1.75rem;
}

.simba-product-section-heading h2,
.simba-product-cta-card h2,
.simba-product-band h2 {
  margin-bottom: 0.9rem;
  color: #111827;
  font-weight: 700;
}

.simba-product-section-heading p,
.simba-product-showcase-copy p,
.simba-product-cta-card p {
  color: #4b5563;
  line-height: 1.75;
}

.simba-product-feature-grid,
.simba-product-showcase-grid,
.simba-product-band-grid,
.simba-product-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.simba-product-feature-card,
.simba-product-showcase-card,
.simba-product-code-card,
.simba-product-cta-card,
.simba-product-media {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.simba-product-feature-card,
.simba-product-cta-card {
  padding: 1.5rem;
}

.simba-product-feature-card h3,
.simba-product-showcase-copy h3,
.simba-product-code-copy h3 {
  margin-bottom: 0.8rem;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 700;
}

.simba-product-feature-card p,
.simba-product-feature-card li,
.simba-product-band p,
.simba-product-band li,
.simba-product-code-copy p,
.simba-product-code-copy li {
  color: #4b5563;
  line-height: 1.7;
}

.simba-product-feature-list,
.simba-product-code-list,
.simba-product-band-list,
.simba-product-cta-list {
  margin: 0;
  padding-left: 1.2rem;
}

.simba-product-feature-list li,
.simba-product-code-list li,
.simba-product-band-list li,
.simba-product-cta-list li {
  margin-bottom: 0.6rem;
}

.simba-product-media {
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(67, 41, 255, 0.08), rgba(67, 41, 255, 0.02)),
    #ffffff;
}

.simba-product-hero-media {
  padding: 0.9rem;
}

.simba-product-media-label {
  margin-bottom: 1rem;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.simba-product-image,
.simba-product-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.simba-product-video {
  background: #0f172a;
}

.simba-product-caption {
  margin-top: 0.9rem;
  color: #111827;
  font-weight: 600;
  line-height: 1.5;
}

.simba-product-showcase-card,
.simba-product-code-card {
  overflow: hidden;
}

.simba-product-showcase-media {
  padding: 1.25rem 1.25rem 0;
}

.simba-product-showcase-copy,
.simba-product-code-body {
  padding: 1.25rem 1.25rem 1.5rem;
}

.simba-product-showcase-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--simba-accent);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.simba-product-band {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
}

.simba-product-band h2,
.simba-product-band h3,
.simba-product-band .simba-product-showcase-copy h3 {
  color: #ffffff;
}

.simba-product-band p,
.simba-product-band li {
  color: rgba(255, 255, 255, 0.78);
}

.simba-product-band-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.simba-product-band-card .simba-product-showcase-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.simba-product-band-card .simba-product-showcase-media {
  padding-bottom: 0;
}

.simba-product-band-card .simba-product-showcase-tag {
  background: rgba(255, 255, 255, 0.14);
}

.simba-product-band-card .simba-product-caption {
  color: #ffffff;
}

.simba-product-code-grid {
  display: grid;
  gap: 1.5rem;
}

.simba-product-code-body {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.simba-product-code-panel {
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 1rem;
  background: #f8fafc;
  overflow: hidden;
}

.simba-product-code-panel pre {
  margin: 0;
  max-height: 34rem;
  overflow: auto;
}

.simba-product-code-panel code,
.simba-product-code-panel .hljs {
  display: block;
  padding: 1.25rem;
  background: #f8fafc;
}

.simba-product-code-copy {
  min-width: 0;
}

.simba-product-link {
  color: var(--simba-accent);
  font-weight: 600;
}

.simba-product-link:hover {
  color: var(--simba-accent-hover);
  text-decoration: none;
}

.simba-product-cta-card {
  background: linear-gradient(180deg, rgba(67, 41, 255, 0.08) 0%, rgba(255, 255, 255, 0.96) 100%);
}

@media (max-width: 991.98px) {
  .simba-assistant-flow,
  .simba-assistant-list-grid,
  .jmag-approach-graphic,
  .simba-assistant-prompt-grid {
    grid-template-columns: 1fr;
  }

  .simba-product-feature-grid,
  .simba-product-showcase-grid,
  .simba-product-band-grid,
  .simba-product-value-grid,
  .simba-product-code-body {
    grid-template-columns: 1fr;
  }

  .simba-assistant-document {
    grid-template-columns: 1fr;
  }

  .simba-assistant-document-arrow {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .simba-assistant-workspace,
  .simba-assistant-architecture,
  .simba-assistant-ecosystem {
    grid-template-columns: 1fr;
  }

  .simba-assistant-prompt-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .simba-assistant-title {
    font-size: 2.5rem;
  }

  .jmag-approach-media {
    min-height: 15rem;
  }

  .jmag-approach-media img {
    max-height: 13rem;
  }

  .simba-product-title {
    font-size: 2.5rem;
  }

  .simba-product-media,
  .simba-product-feature-card,
  .simba-product-showcase-copy,
  .simba-product-code-body,
  .simba-product-code-panel .hljs,
  .simba-product-code-panel code,
  .simba-product-cta-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .simba-product-showcase-media {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .simba-product-hero-media {
    padding: 0.85rem;
  }

  .simba-product-code-panel pre {
    max-height: 28rem;
  }
}

@media screen and (max-width: 992px){
  #bubbles>h1{
    float:none;
  }
  .lightgrey-bubble-little{
    display:none;
  }
  .darkgrey-bubble-little{
    display:none;
  }
  .lightgrey-bubble{
    position:static;
  }
  .darkgrey-bubble{
    position:static;
  }
  #bubbles{
    height: auto;
  }
}

.captchaanswerinput{
  display:inline-block !important;
}

.pricing-img{
  width:100%;
}
