@charset "UTF-8";
html, body, button, input, select, textarea {
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #0E1924;
  color: #D1D5DC;
}
body a {
  text-decoration: none;
  color: #00D1FF;
}
body a:hover {
  text-decoration: none;
  color: #38DBFF;
}

h1 {
  color: #F9FAFB;
}

h2 {
  color: #F9FAFB;
}

h3 {
  color: #F9FAFB;
}

p {
  color: #F9FAFB;
}

li {
  color: #F9FAFB;
}

small {
  color: #F9FAFB;
}

.acf-range-wrap {
  background: transparent !important;
}

::-moz-placeholder {
  color: #D1D5DC;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #D1D5DC;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #D1D5DC;
}

.bm-shadow {
  box-shadow: 2px -3px 14.7px rgba(0, 0, 0, 0.25);
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .byline .url {
  color: #000;
}

.dynamic-author-description {
  font-size: 16px;
}

.meta.meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .dates {
    display: flex;
    align-items: center;
  }
}
.dates {
  width: 100%;
  margin-top: 10px;
}

.dates .date {
  padding: 5px 30px 5px 0;
}

.dates .date .date-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.dates .date .date-group .date-icon-md {
  display: none;
}

.dates .date .date-details .datetime {
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

@media screen and (min-width: 600px) {
  .dates {
    width: auto;
    margin-top: 0;
  }
  .dates .date .date-group {
    display: block;
  }
  .dates .date .date-group .date-icon-sm {
    display: none;
  }
  .dates .date .date-group .date-icon-md {
    display: block;
  }
  .dates .date .date-details .datetime {
    font-weight: bold;
  }
}
.dates .date .date-title {
  font-size: 13px;
  display: block;
  line-height: 15px;
  margin-bottom: 1px;
  margin-right: 5px;
}

.dates .date .date-details {
  display: flex;
  align-items: center;
  gap: 5px;
}

.editors.editors-top .editor {
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 0;
}

.editors.editors-top {
  display: flex;
  align-items: center;
}

.editors.editors-top .editor .editor-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.editors.editors-top .editor .editor-link:hover .editor-full-name {
  text-decoration: underline;
  color: #2b46ff;
}

.editors.editors-top .editor .editor-image {
  border-radius: 100%;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border: solid 1px #e9ebed;
}

.editors.editors-top .editor-title {
  font-size: 13px;
  display: block;
  line-height: 15px;
  margin-bottom: 0px;
}

.editors.editors-top .editor-full-name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

.editors .multi-editors .editor .editor-image {
  border-radius: 100%;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border: solid 1px #e9ebed;
}

.editors .multi-editors .multi-editors-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.editors .multi-editors .multi-editors-list .editor {
  padding: 0px 30px 0px 0;
}

.authors.authors-top .author {
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 0;
}

.authors.authors-top {
  display: flex;
  align-items: center;
}

.authors.authors-top .author .author-link {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.authors.authors-top .author .author-link:hover .author-full-name {
  text-decoration: underline;
  color: #2b46ff;
}

.authors.authors-top .author .author-image {
  border-radius: 100%;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border: solid 1px #e9ebed;
}

.authors .multi-authors .author .author-image {
  border-radius: 100%;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: solid 1px #e9ebed;
}

.authors .multi-authors .multi-authors-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.authors .multi-authors .multi-authors-list .author {
  padding: 0px 30px 0px 0;
}

.authors.authors-top .author-title {
  font-size: 13px;
  display: block;
  line-height: 15px;
  margin-bottom: 0px;
}

.authors.authors-top .author-full-name {
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}

.authors.authors-bottom {
  padding: 30px 30px 15px 30px;
  background: #1F2937;
  margin-top: 30px;
}

.authors.authors-bottom .author-title {
  font-size: 13px;
  color: #D1D5DC;
  margin-bottom: 0px;
}

.authors.authors-bottom .authors-group {
  padding: 0px;
}

.authors.authors-bottom .author-main {
  display: flex;
}

.authors.authors-bottom .author-main .author-image {
  border: solid 3px #00D1FF;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.authors.authors-bottom .author-main .author-image-link {
  width: 100px;
  height: 100px;
  display: contents;
  text-decoration: none;
}

.authors.authors-bottom .author-main .author-link {
  color: #00D1FF;
}

.authors.authors-bottom .author-main .author-link:hover {
  text-decoration: underline;
  color: #38DBFF;
}

.authors.authors-bottom .author-main .author-meta {
  padding: 0px 20px;
}

.authors.authors-bottom .author-main .author-meta .author-full-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-block;
}

.authors.authors-bottom .author-main .author-meta .author-description {
  font-size: 14px;
}

.authors.authors-bottom .author-additional {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.authors.authors-bottom .author-additional .author-link {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #00D1FF;
}

.authors.authors-bottom .author-additional .author .author-image {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.toc.toc-content {
  padding: 30px 30px 30px 30px;
  background-color: #1F2937;
  margin-bottom: 30px;
  border: solid 1px #1F2937;
}

@media screen and (min-width: 600px) {
  .toc.toc-content {
    padding: 70px 80px 80px 80px;
  }
}
.toc.toc-content .toc-title {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: solid 1px #1F2937;
}

.toc.toc-content .toc-main ol {
  counter-reset: list-number;
  list-style-type: none;
  margin: 0;
}

.toc.toc-content .toc-main li a {
  color: #00D1FF;
  padding: 5px 0;
  position: relative;
  display: block;
  text-decoration: underline;
}

.toc.toc-content .toc-main li a:hover {
  color: #38DBFF;
}

.inside-right-sidebar {
  height: 100%;
  margin-top: 20px;
}

#sidebar_btf_placeholder #sidebar_btf_sticky_wrapper {
  position: relative;
  display: block;
  top: 0;
}

#sidebar_btf_placeholder #sidebar_btf_sticky_wrapper.stuck {
  position: relative !important;
  display: block !important;
  top: 0 !important;
}

.toc.toc-sidebar {
  display: none;
}

@media screen and (min-width: 600px) {
  .toc.toc-sidebar {
    margin-bottom: 10px;
    padding: 20px 0 0 0;
    border: solid 1px #1F2937;
    max-width: 300px;
    position: sticky;
    top: 100px;
    display: block;
  }
}
.toc.toc-sidebar .toc-title {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
  margin: 0px 20px 0 20px;
  border-bottom: solid 1px #1F2937;
}

.toc.toc-sidebar .toc-main ol {
  /*counter-reset: list-number;*/
  list-style-type: none;
  margin: 0px;
  max-height: 400px;
  overflow-y: auto;
  padding: 10px 20px 20px 20px;
}

/* width */
.toc.toc-sidebar .toc-main ol::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.toc.toc-sidebar .toc-main ol::-webkit-scrollbar-track {
  background: #1F2937;
}

/* Handle */
.toc.toc-sidebar .toc-main ol::-webkit-scrollbar-thumb {
  background: #1F2937;
}

/* Handle on hover */
.toc.toc-sidebar .toc-main ol::-webkit-scrollbar-thumb:hover {
  background: #1F2937;
}

.toc.toc-sidebar .toc-main li a {
  color: #00D1FF;
  padding: 3px 0;
  position: relative;
  display: block;
  text-decoration: underline;
  font-size: 15px;
}

.toc.toc-sidebar .toc-main li a:hover {
  color: #38DBFF;
}

.toc.toc-sidebar .toc-main li a.toc-active {
  color: #00B1D8;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
}

.stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
  background: linear-gradient(90deg, #fc0 var(--percent), #fff var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.acf-field[data-name=rating] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-posts-section {
  padding: 30px 10px;
  margin: auto;
  max-width: 800px;
}

.theme-posts-section .theme-posts-section-title {
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.theme-posts {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0;
  list-style: none;
  justify-content: center;
}

@media screen and (min-width: 600px) {
  .theme-posts {
    justify-content: center;
  }
}
.theme-post:hover {
  text-decoration: none;
}

.theme-post .theme-post-text {
  padding: 10px;
  border: solid 1px #1F2937;
  background: #1F2937;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 600px) {
  .theme-post .theme-post-text {
    padding: 10px 10px 10px 20px;
    overflow: hidden;
  }
}
.theme-post .theme-post-image {
  width: 120px;
  height: 120px;
  max-width: 120px;
  display: block;
}

.theme-post .theme-post-title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 17px;
  font-weight: bold;
  color: #F9FAFB;
  text-align: left;
  overflow: hidden;
  margin-bottom: 5px;
}

.theme-post .theme-post-excerpt {
  font-size: 14px;
  line-height: 1.25;
}

.theme-post .theme-post-singular {
  justify-content: start;
  gap: 5px;
}

.theme-post .theme-post-excerpt {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.25;
  /*overflow: hidden;*/
}

.theme-post .theme-post-button {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.25;
  padding: 5px 10px;
  color: #1F2937;
  background: #00D1FF;
}

.theme-post .theme-post-button-group {
  margin: 0;
}

.theme-post .theme-post-button:hover {
  background: #38DBFF;
  color: #0E1924;
}

.theme-post .theme-post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0;
  padding: 0;
}

.theme-post a {
  text-decoration: none;
  color: #00D1FF;
}

.theme-post a:hover {
  text-decoration: none;
  color: #38DBFF;
}

.theme-post .theme-post-categories .theme-post-category {
  display: block;
  padding: 2px 5px;
  border: solid 1px #1F2937;
  background: #1F2937;
  margin: 0 3px 3px 0;
  font-size: 12px;
}

.theme-post .theme-post-categories .theme-post-category:hover {
  border: solid 1px #374151;
  background: #374151;
}

.theme-posts-menu {
  list-style: none;
  margin: 0;
}

.theme-post-1 {
  flex: 45%;
  margin-bottom: 20px;
}

.theme-post-1 {
  max-width: 380px;
  min-width: 240px;
  min-height: 100px;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  color: #D1D5DC;
  flex-direction: row;
}

.theme-post-2 {
  max-width: 800px;
  min-width: 240px;
  min-height: 100px;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  color: #D1D5DC;
  flex-direction: row;
  margin-bottom: 10px;
}

.theme-post-3 {
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  color: #D1D5DC;
}

.theme-post-3 .theme-post-text {
  max-height: -moz-fit-content;
  max-height: fit-content;
  border: none;
}

.theme-post-3 .theme-post-excerpt {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.theme-post-3 .theme-post-title {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media screen and (min-width: 600px) {
  .theme-post-3 {
    max-width: 240px;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .theme-post-3 a {
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .theme-post-3 .theme-post-text {
    height: 100%;
    display: block;
  }
  .theme-post-3 .related-post-thumbnail {
    max-height: 100px;
    overflow: hidden;
  }
  .theme-post-3 .related-post-thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100px;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .theme-post-3 .theme-post-text {
    padding: 10px 10px 10px 10px;
    max-height: 200px;
    overflow: hidden;
    display: block;
  }
  .theme-post-3 .theme-post-excerpt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.25;
    max-height: 100px;
    /*overflow: hidden;*/
  }
  .theme-post-3 .theme-post-title {
    max-height: 65px;
  }
}
.rating .acf-label {
  display: none;
}

.rating input[type=range] {
  --dir: right;
  --fill: #00D1FF;
  --fillbg: rgba(100, 100, 100, 0.15);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 2rem;
  --symbol: var(--star);
  --value: 5;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
}

[dir=rtl] .rating input[type=range] {
  --dir: left;
}

.rating input[type=range]::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}

.rating input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}

.rating input[type=range]::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}

.rating input[type=range]::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}

.rating input[type=range] {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.comments-title {
  margin-top: 20px;
}

.edit-post-fullscreen-mode-close.components-button {
  background: #00D1FF;
  border: 1px solid #00D1FF;
  color: #1F2937;
}

.edit-post-fullscreen-mode-close.components-button:before {
  box-shadow: none;
}

/*
.inside-article img {
  max-height: 480px;
  width: auto; 
}
  */
.toggle-switch {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 34px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-switch label {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: background-color 0.3s;
}

.toggle-switch label:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #1F2937;
  color: #00D1FF;
  top: 4px;
  left: 4px;
  transition: transform 0.3s;
}

.toggle-switch input:checked + label {
  background-color: #00D1FF; /* Green color when checked */
}

.toggle-switch input:checked + label:before {
  transform: translateX(26px);
}

.ai-embed {
  padding: 30px 20px 20px 20px;
  width: 100%;
  background: #1F2937;
  max-width: 800px;
  margin: auto;
  display: block;
  margin: 20px 0;
}

.ai-embed-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ai-embed-title {
  text-align: center;
  margin-bottom: 5px;
}

.ai-embed-btn {
  margin: 20px 20px 27px 20px;
}

.bm-header {
  text-align: right;
}

.bm-terms {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bm-terms .bm-term {
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  display: block;
}

.bm-terms .bm-term-header {
  font-weight: bold;
}

.bm-terms .bm-term .bm-term-link {
  width: 100%;
  display: flex;
  padding: 5px 0;
}

.bm-terms .bm-term .bm-term-text {
  width: 100%;
}

.bm-terms .bm-term .bm-term-number {
  width: 40px;
  font-size: 14px;
  line-height: 30px;
}

.bm-terms .bm-term .bm-term-text::before {
  background: none;
  content: attr(data-content);
  width: 30px;
  display: inline-block;
}

input[type=search].bm-field {
  border-radius: 30px;
  font-size: 16px;
  background-color: #1F2937;
  color: #64748B;
  font-style: italic;
  margin: 10px 0;
  border: none;
}

/* Optional: Add focus effect */
.bm-field {
  position: relative;
  padding-right: 30px; /* Make room for the "X" */
}
.bm-field:focus, .bm-field:active {
  outline: 2px solid #00D1FF !important; /* Add outline on focus */
  outline-offset: 2px;
}

select.bm-field {
  min-width: 100px;
  margin: 10px 0;
  padding: 10px 40px 10px 15px; /* Add padding for a better look */
  font-size: 16px;
  border-radius: 30px;
  background-color: #1F2937;
  color: #64748B;
  border: none;
  outline: none;
  font-style: italic;
  appearance: none; /* Removes default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; /* Change cursor to pointer for better UX */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
  /* Correctly encoded SVG */
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 14.5L4.00481 7L16.9952 7L10.5 14.5Z" fill="%2364748B"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  /* Hides the default arrow in older browsers */
}
select.bm-field::-ms-expand {
  display: none;
}

/* Optional: Add hover effect */
select.bm-field:hover {
  background-color: #2D3748; /* Change background on hover */
  color: #E2E8F0; /* Change text color on hover */
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.bm-startups-industries-slider-section {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-prev,
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-next {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 9.5L6.5 15.9952L6.5 3.00481L14 9.5Z" fill="white"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  flex-grow: 0; /* Prevent the element from growing */
  flex-shrink: 0; /* Prevent the element from shrinking */
  display: block;
  border: solid 1px #36404e;
  border-radius: 100%;
  cursor: pointer;
  background-color: #0e1924;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-prev:hover,
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-next:hover {
  background-color: #36404e;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-prev:after,
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-next:after {
  display: none;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider-button-prev {
  transform: scaleX(-1);
  -ms-filter: fliph; /*IE*/
  filter: fliph; /*IE*/
}
.bm-startups-industries-slider-section .bm-startups-industries-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider .swiper-slide {
  width: auto; /* Let the slides adjust dynamically */
  flex-shrink: 0; /* Prevent slides from shrinking */
  display: block;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider .swiper-slide a {
  background: #1F2937;
  color: #D1D5DC;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  display: block;
  font-family: "Poppins", sans-serif;
}
.bm-startups-industries-slider-section .bm-startups-industries-slider .swiper-slide a:hover {
  text-decoration: none;
  background: #374151;
}

.bm-startups-search {
  max-width: 780px;
  margin: auto;
}
.bm-startups-search .bm-startups-search-field {
  width: 100%;
}
.bm-startups-search .bm-startups-search-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .bm-startups-search .bm-startups-search-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
.bm-startups-search .bm-startups-search-group .bm-startups-search-group-fields {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .bm-startups-search .bm-startups-search-group .bm-startups-search-group-fields {
    display: flex;
  }
}
.bm-startups-search .bm-startups-search-group .bm-startups-search-location-select {
  flex: 1;
  width: 100%;
}
.bm-startups-search .bm-startups-search-group .bm-startups-search-industry-select {
  flex: 1;
  width: 100%;
}
.bm-startups-search .bm-startups-search-group .bm-startups-search-button {
  flex: 1;
  margin: 10px 0;
  font-size: 16px;
  width: 100%;
}

.bm-btn-secondary {
  font-weight: bold;
  color: #00D1FF;
  border-radius: 30px;
  border: solid 1px #00D1FF;
  background: transparent;
  font-size: 16px;
}
.bm-btn-secondary:hover {
  background: #38DBFF;
  color: #374151;
}

.theme-related-posts {
  display: grid;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .related-posts {
    display: gird;
  }
  .related-posts .related-post {
    min-width: 240px;
  }
  .theme-related-posts {
    grid-template-columns: auto auto auto;
  }
}
.theme-button-1 {
  background-color: #00e0ff;
  color: #1F2937;
}

.main-navigation .main-nav ul li.theme-button-1 a {
  color: #0E1924;
}

.main-navigation .main-nav ul li.theme-button-1:not([class*=current-menu-]):hover > a {
  background-color: #00d6f2;
  color: #1F2937;
}

.theme-button-1:hover {
  background-color: #00d6f2;
  color: #0E1924;
}

.theme-min-h-full {
  min-height: 100vh;
}

.bm-blocked {
  filter: blur(0.5rem);
  user-select: none; /* Prevent text selection */
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  cursor: pointer; /* Show pointer to indicate clickability */
}
.bm-blocked a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.bm-blocked.bm-blocked-visible {
  filter: none;
}

.bm-startups {
  display: grid;
  gap: 32px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .bm-startups {
    display: grid;
    grid-template-columns: auto auto;
  }
}

.bm-startup {
  color: #64748B;
  display: flex;
  gap: 32px;
  margin-bottom: 0;
  width: 100%;
  max-width: 650px;
  align-items: center;
  min-height: 90px;
}
.bm-startup:hover {
  color: #94A3B8;
  text-decoration: none;
}
.bm-startup a {
  color: #94A3B8;
}
.bm-startup a:hover {
  color: #F9FAFB;
  text-decoration: none;
}
.bm-startup .bm-startup-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 120px;
  min-height: 140px;
  height: 100%;
}
.bm-startup .bm-startup-button {
  font-size: 12px;
  padding: 4px 8px;
  border: solid #00D1FF 1px;
  border-radius: 4px;
  color: #00D1FF;
}
.bm-startup .bm-startup-button:hover {
  background: #38DBFF;
  color: #0E1924;
}
.bm-startup .bm-startup-title {
  margin-bottom: 0px;
  color: #F9FAFB;
}
.bm-startup .bm-startup-image {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  outline: solid 8px #ffffff;
}
.bm-startup .bm-startup-excerpt {
  margin-bottom: 8px;
  font-size: 14px;
}
.bm-startup .bm-startup-edited {
  margin-bottom: 8px;
  font-size: 12px;
  color: #D1D5DC;
}
.bm-startup .bm-startup-categories {
  font-size: 14px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.bm-startup .bm-startup-categories .bm-startup-category {
  display: block;
  padding: 5px 10px;
  background-color: #1F2937;
  color: #64748B;
  border-radius: 5px;
}
.bm-startup .bm-startup-categories .bm-startup-category:hover {
  background-color: #374151;
  color: #94A3B8;
}

.bm-startups-all-button {
  padding: 50px;
}
.bm-startups-all-button .bm-btn-secondary {
  margin: auto;
  display: block;
}

.bm-startups-random-terms {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .bm-startups-random-terms {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.bm-startups-random-terms .bm-startups-random-terms-term {
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  max-width: 320px;
  background-color: #1F2937;
  border-radius: 5px;
  color: #64748B;
}
.bm-startups-random-terms .bm-startups-random-terms-term:hover {
  background-color: #374151;
  text-decoration: none;
  color: #94A3B8;
}

.bm-button-1 {
  font-size: 16px;
  padding: 12px 32px;
  background: #00D1FF;
  cursor: pointer;
  border-radius: 4px;
  color: #1F2937;
  text-decoration: none;
  font-weight: 600;
}
.bm-button-1:hover {
  background: #38DBFF;
  text-decoration: none;
  color: #0E1924;
}

.bm-popup-1 {
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
}
.bm-popup-1 .bm-popup-1-content {
  max-width: 680px;
  background: #0E1924;
  color: #94A3B8;
  padding: 0 32px 32px 32px;
  text-align: center;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .bm-popup-1 .bm-popup-1-content {
    padding: 0 48px 48px 48px;
  }
}
.bm-popup-1 .bm-popup-1-content h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 24px;
}
.bm-popup-1 .bm-popup-1-content p {
  font-weight: 400;
  font-size: 1.25rem;
}
.bm-popup-1 .bm-popup-1-content small {
  padding-top: 16px;
  display: block;
}
.bm-popup-1 .bm-popup-1-content .bm-popup-1-button {
  background: #00D1FF;
  color: #1F2937;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-weight: 600;
  text-decoration: none;
  border-radius: 64px;
}
.bm-popup-1 .bm-popup-1-content .bm-popup-1-button svg {
  padding: 5px;
  background: #1F2937;
  border-radius: 20px;
}
.bm-popup-1 .bm-popup-1-content .bm-popup-1-button:hover {
  background: #38DBFF;
  text-decoration: none;
}

.bm-popup-2 {
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
}
.bm-popup-2 .bm-popup-2-content {
  max-width: 680px;
  background: #0E1924;
  color: #94A3B8;
  padding: 0 32px 32px 32px;
  text-align: center;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .bm-popup-2 .bm-popup-2-content {
    padding: 0 48px 48px 48px;
  }
}
.bm-popup-2 .bm-popup-2-content h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 24px;
}
.bm-popup-2 .bm-popup-2-content p {
  font-weight: 400;
  font-size: 1.25rem;
}
.bm-popup-2 .bm-popup-2-content small {
  padding-top: 16px;
  display: block;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-button-2 {
  background: transparent;
  color: #ffffff;
  padding: 14px 24px 14px 24px;
  font-size: 18px;
  gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  display: block;
  font-weight: normal;
  text-decoration: none;
  border-radius: 64px;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-button-2:hover {
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-button {
  background: #00D1FF;
  color: #1F2937;
  padding: 14px 24px 14px 24px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto 0;
  font-weight: 600;
  text-decoration: none;
  border-radius: 64px;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-button svg {
  padding: 5px;
  background: #1F2937;
  border-radius: 20px;
}
.bm-popup-2 .bm-popup-2-content .bm-popup-2-button:hover {
  background: #38DBFF;
  text-decoration: none;
}

.bm-popup-3 {
  position: fixed;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
}
.bm-popup-3 .bm-popup-3-content {
  max-width: 680px;
  background: #0E1924;
  color: #94A3B8;
  padding: 0 32px 32px 32px;
  text-align: center;
  border-radius: 24px;
}
@media screen and (min-width: 600px) {
  .bm-popup-3 .bm-popup-3-content {
    padding: 0 48px 48px 48px;
  }
}
.bm-popup-3 .bm-popup-3-content h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 24px;
}
.bm-popup-3 .bm-popup-3-content p {
  font-weight: 400;
  font-size: 1.25rem;
}
.bm-popup-3 .bm-popup-3-content small {
  padding-top: 16px;
  display: block;
}
.bm-popup-3 .bm-popup-3-content .bm-popup-3-button {
  background: #00D1FF;
  color: #1F2937;
  padding: 12px 24px 12px 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  font-weight: 600;
  text-decoration: none;
  border-radius: 64px;
}
.bm-popup-3 .bm-popup-3-content .bm-popup-3-button svg {
  padding: 5px;
  background: #1F2937;
  border-radius: 20px;
}
.bm-popup-3 .bm-popup-3-content .bm-popup-3-button:hover {
  background: #38DBFF;
  text-decoration: none;
}

.gb-container .wp-block-ai-engine-form-container.mwai-form-container {
  background-color: #1F2937;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container {
  margin-bottom: 1rem;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container legend {
  margin-bottom: 0.5rem;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container select, .gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container input {
  background-color: #374151 !important;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container select:focus, .gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container select:active, .gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container input:focus, .gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container input:active {
  outline: 2px solid #00D1FF !important; /* Add outline on focus */
  outline-offset: 2px;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container select {
  appearance: none; /* Removes default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; /* Change cursor to pointer for better UX */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transitions */
  /* Correctly encoded SVG */
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 14.5L4.00481 7L16.9952 7L10.5 14.5Z" fill="%2364748B"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  /* Hides the default arrow in older browsers */
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-field-container select::-ms-expand {
  display: none;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-submit-container button {
  background: #00D1FF;
  color: #1F2937;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-submit-container button:hover {
  background: #38DBFF;
  color: #1F2937;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-submit-container button[disabled] {
  background: #00B1D8;
  color: #1F2937;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-submit-container button[disabled]:hover {
  color: #D1D5DC;
}
.gb-container .wp-block-ai-engine-form-container.mwai-form-container .mwai-form-submit-container button[disabled] span {
  opacity: 0.75;
}/*# sourceMappingURL=custom.css.map */