@charset "UTF-8";
:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("Roboto"), local("Roboto-Regular"), url("/assets/font/roboto/roboto-regular.woff2") format("woff2");
}
/* roboto-bold - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/assets/font/roboto/roboto-bold.woff2") format("woff2");
}
body {
  font-family: Roboto, sans-serif !important;
  background: var(--primary-bg);
  color: var(--primary-text) !important;
}

.noScroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px !important;
  margin-right: auto;
  margin-left: auto;
}

.container-main {
  padding-top: 85px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .container {
    padding: 0 30px !important;
    max-width: 768px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    max-width: 100%;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.5rem 0 !important;
  }
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

ins.adsbygoogle {
  margin-bottom: 30px;
}

.navbar-bg {
  color: var(--navbar-bg);
}

.navbar-text {
  color: var(--navbar-text);
}

.footer-bg {
  color: var(--footer-bg);
}

.primary-text {
  color: var(--primary-text);
}

.secondary-text {
  color: var(--secondary-text);
}

.primary-hover {
  color: var(--primary-hover);
}

.primary-thm {
  color: var(--primary-thm);
}

.secondary-thm {
  color: var(--secondary-thm);
}

@media (max-width: 768px) {
  .only-web {
    display: none;
  }
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: var(--primary-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  word-wrap: break-word;
}
.markdown-body .table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}
.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.markdown-body table th {
  font-weight: 600;
}
.markdown-body table td, .markdown-body table th {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
  text-align: left !important;
}
.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: var(--primary-text);
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #032f62;
}

.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  background-color: #b31d28;
  color: #fafbfc;
}

.markdown-body .pl-c2 {
  background-color: #d73a49;
  color: #fafbfc;
}

.markdown-body .pl-c2:before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  color: #22863a;
  font-weight: 700;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #005cc5;
  font-weight: 700;
}

.markdown-body .pl-mi {
  color: var(--primary-text);
  font-style: italic;
}

.markdown-body .pl-mb {
  color: var(--primary-text);
  font-weight: 700;
}

.markdown-body .pl-md {
  background-color: #ffeef0;
  color: #b31d28;
}

.markdown-body .pl-mi1 {
  background-color: #f0fff4;
  color: #22863a;
}

.markdown-body .pl-mc {
  background-color: #ffebda;
  color: #e36209;
}

.markdown-body .pl-mi2 {
  background-color: #005cc5;
  color: #f6f8fa;
}

.markdown-body .pl-mdr {
  color: #6f42c1;
  font-weight: 700;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  color: #032f62;
  text-decoration: underline;
}

.markdown-body details {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
  font-weight: bolder;
}

.markdown-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: var(--anchor-color);
  text-decoration-thickness: 1px;
  transition: all 0.3s ease;
}

.markdown-body a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-hover);
  color: var(--primary-hover);
  background: var(--anchor-color);
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
  height: 0;
  margin: 15px 0;
  overflow: hidden;
}

.markdown-body hr:before {
  content: "";
  display: table;
}

.markdown-body hr:after {
  clear: both;
  content: "";
  display: table;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
}

.markdown-body p {
  margin: 1.5rem 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code,
.markdown-body pre {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-bottom: 0;
  margin-top: 0;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-radius: 4px;
  padding: 1em;
  overflow: auto;
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.markdown-body .border {
  border: 1px solid #e1e4e8 !important;
}

.markdown-body .border-0 {
  border: 0 !important;
}

.markdown-body .border-bottom {
  border-bottom: 1px solid #e1e4e8 !important;
}

.markdown-body .rounded-1 {
  border-radius: 3px !important;
}

.markdown-body .bg-white {
  background-color: #fff !important;
}

.markdown-body .bg-gray-light {
  background-color: #fafbfc !important;
}

.markdown-body .color-text {
  font-weight: inherit;
  font-weight: bolder;
  color: #fa7b3a;
}

.markdown-body .text-gray-light {
  color: #6a737d !important;
}

.markdown-body .mb-0 {
  margin-bottom: 0 !important;
}

.markdown-body .my-2 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .py-2 {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.markdown-body .pl-3,
.markdown-body .px-3 {
  padding-left: 16px !important;
}

.markdown-body .px-3 {
  padding-right: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body .lh-condensed {
  line-height: 1.25 !important;
}

.markdown-body .text-bold {
  font-weight: 600 !important;
}

.markdown-body:before {
  content: "";
  display: table;
}

.markdown-body:after {
  clear: both;
  content: "";
  display: table;
}

.markdown-body > :first-child {
  margin-top: 0 !important;
}

.markdown-body > :last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body blockquote,
.markdown-body dl,
.markdown-body ol,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin: 1.5rem 0;
}

.markdown-body hr {
  background-color: #e1e4e8;
  border: 0;
  height: 0.25em;
  margin: 24px 0;
  padding: 0;
}

.markdown-body blockquote {
  border-left: 0.4em solid var(--primary-thm) !important;
  color: black;
  padding: 1em 1.4em;
  background-color: #f3f5f7;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
  color: #444d56;
  display: inline-block;
  font-size: 11px;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
  line-height: 1.25;
  margin: 20px 0;
}

.markdown-body ol,
.markdown-body ul {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.markdown-body ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 40px;
}

.markdown-body ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 5px;
}

.markdown-body ol li::before {
  content: counter(list-counter);
  color: white;
  background: var(--primary-thm);
  font-weight: bold;
  position: absolute;
  left: -40px;
  padding: 0px 10px;
  border-radius: 16px;
}

.markdown-body li {
  word-wrap: break-all;
  margin-bottom: 0.5em;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
  padding: 0;
}

.markdown-body dl dd {
  margin-bottom: 16px;
  padding: 0 16px;
}

.markdown-body table {
  overflow: auto;
  width: 100%;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table td,
.markdown-body table th {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
  text-align: left !important;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  background-color: #fff;
  box-sizing: content-box;
  max-width: 100%;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  background-color: rgba(27, 31, 35, 0.1);
  color: #d9731b;
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: 0.2em 0.4em;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre > code {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  word-break: normal;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  background-color: #f6f8fa;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 30px 25px !important;
}

.markdown-body pre code {
  background-color: transparent;
  border: 0;
  display: inline;
  line-height: inherit;
  margin: 0;
  max-width: auto;
  overflow: visible;
  padding: 0;
  word-wrap: normal;
}

.markdown-body .commit-tease-sha {
  color: #444d56;
  display: inline-block;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 90%;
}

.markdown-body .blob-wrapper {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow-x: auto;
  overflow-y: hidden;
}

.markdown-body .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}

.markdown-body .blob-num {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  color: rgba(27, 31, 35, 0.3);
  cursor: pointer;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 12px;
  line-height: 20px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.markdown-body .blob-num:hover {
  color: rgba(27, 31, 35, 0.6);
}

.markdown-body .blob-num:before {
  content: attr(data-line-number);
}

.markdown-body .blob-code {
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  vertical-align: top;
}

.markdown-body .blob-code-inner {
  color: var(--primary-text);
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  overflow: visible;
  white-space: pre;
  word-wrap: normal;
}

.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
  background: #ffea7f;
  cursor: pointer;
}

.markdown-body kbd {
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-bottom-color: #c6cbd1;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #c6cbd1;
  color: #444d56;
  display: inline-block;
  font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  line-height: 10px;
  padding: 3px 5px;
  vertical-align: middle;
}

.markdown-body :checked + .radio-label {
  border-color: #0366d6;
  position: relative;
  z-index: 1;
}

.markdown-body .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  tab-size: 1;
}

.markdown-body .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  tab-size: 2;
}

.markdown-body .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  tab-size: 3;
}

.markdown-body .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  tab-size: 4;
}

.markdown-body .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  tab-size: 5;
}

.markdown-body .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  tab-size: 6;
}

.markdown-body .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  tab-size: 7;
}

.markdown-body .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  tab-size: 8;
}

.markdown-body .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  tab-size: 9;
}

.markdown-body .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  tab-size: 10;
}

.markdown-body .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  tab-size: 11;
}

.markdown-body .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  tab-size: 12;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 4px !important;
}

.markdown-body .pl-2 {
  padding-left: 8px !important;
}

.markdown-body .pl-3 {
  padding-left: 16px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 32px !important;
}

.markdown-body .pl-6 {
  padding-left: 40px !important;
}

.markdown-body .pl-7 {
  padding-left: 48px !important;
}

.markdown-body .pl-8 {
  padding-left: 64px !important;
}

.markdown-body .pl-9 {
  padding-left: 80px !important;
}

.markdown-body .pl-10 {
  padding-left: 96px !important;
}

.markdown-body .pl-11 {
  padding-left: 112px !important;
}

.markdown-body .pl-12 {
  padding-left: 128px !important;
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.ad-main .ad-container {
  position: relative; /* Set the container to relative positioning */
  background: rgb(235, 235, 235);
  padding: 10px 10px;
  margin-bottom: 35px;
  width: auto;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.ad-main .ad-container::before {
  content: "";
  background-image: url("/assets/ad.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute; /* Set the background image to absolute positioning */
  top: 50%; /* Vertically center the image */
  left: 50%; /* Horizontally center the image */
  transform: translate(-50%, -50%); /* Center the image exactly */
  z-index: 1; /* Place the background image behind the content */
}
.ad-main .content {
  position: relative; /* Set the content to relative positioning */
  z-index: 2; /* Place the content above the background image */
}

.footer-body footer {
  color: #7b8488;
  background-color: #0e1e24;
  border-top: 1px solid #e8e9ea;
  padding: 2em 0 1em 0;
  margin-top: 3em;
  position: relative;
}
.footer-body hr {
  background: #c3c3c3;
}
.footer-body p {
  margin-top: 0em;
  font-size: 1rem;
}
.footer-body .copy {
  font-size: 0.75rem;
  color: white;
}
.footer-body .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.footer-body .footer-main a:hover {
  color: var(--primary-thm);
  text-decoration: none !important;
  text-decoration: bold;
}
.footer-body .footer-links {
  margin-top: 1em;
}
.footer-body .footer-col,
.footer-body .tool-links {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-body .footer-col {
    width: 75%;
    float: left;
  }
  .footer-body .footer-hero {
    text-align: left;
  }
  .footer-body .footer-links {
    text-align: right;
  }
  .footer-body .tool-links {
    text-align: left;
    margin-left: -15px;
  }
}
.footer-body h5 a {
  text-decoration: none;
  color: white;
}
.footer-body a {
  color: inherit;
}
.footer-body h6 {
  color: white;
}

.navbar-body .side-nave,
.navbar-body .side-nave-bg {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: left 1s ease-out;
  transition: left 1s ease-out;
}
.navbar-body .side-nave-bg {
  width: 100%;
}
.navbar-body .shdw {
  box-shadow: 0 4px 12px 0 rgba(219, 219, 219, 0.7411764706);
}
.navbar-body .navbarTop {
  padding: 0.5rem 0;
  background: var(--navbar-bg);
  width: 100%;
  height: 60px;
  z-index: 10;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--navbar-trending-bg);
}
.navbar-body .navTrending {
  padding: 0.5rem 0;
  background: var(--navbar-trending-bg);
  width: 100%;
  height: 45px;
  z-index: 10;
  font-size: 14px;
  transition: all 0.3s ease;
}
.navbar-body .navTrending a {
  color: var(--navbar-trending-text);
  text-decoration: none;
  transition: color 0.3s ease;
}
.navbar-body .navTrending a:hover {
  color: var(--primary-thm) !important;
  text-decoration: underline;
  text-decoration-color: var(--primary-thm) !important;
}
.navbar-body .navbar-brand,
.navbar-body .nav-link {
  color: var(--navbar-text);
  padding: 0.6em 0 0.5em 0;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none !important;
}
.navbar-body .navbar-brand {
  color: inherit;
  margin-right: 0.5rem;
}
.navbar-body .navbar-brand:hover {
  color: white;
}
.navbar-body .nav-link:hover {
  color: var(--navbar-text) !important;
  text-decoration: underline 2px var(--navbar-text);
  text-underline-offset: 0.5em;
}
.navbar-body .nav-item {
  padding: 0 0.8em;
}
.navbar-body .brand-name {
  color: var(--navbar-text) !important;
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 8px;
}
.navbar-body .search-open,
.navbar-body .search-close,
.navbar-body .search-text,
.navbar-body .menu-button,
.navbar-body .menu-button-close {
  padding: 0 9px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1em;
  fill: var(--navbar-text);
  outline: 0;
  display: flex;
  align-items: center;
  height: 42px;
}
.navbar-body .menu-button {
  display: block;
  padding: 9px 12px 9px 0px;
}
.navbar-body .menu-button-close {
  display: none;
  padding: 9px 12px 9px 0px;
}
.navbar-body .search-text {
  padding: 5px 8px 5px 20px;
  margin-right: 8px;
}
.navbar-body .search-open {
  display: block;
}
.navbar-body .search-close {
  display: none;
  background-color: rgba(219, 219, 219, 0.4588235294);
}
.navbar-body .search-text {
  display: none;
  outline: none;
  background-color: rgba(219, 219, 219, 0.4588235294);
  width: 100%;
}
@media (max-width: 480px) {
  .navbar-body .navlist .nav-item:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-body .brand-name {
    color: inherit;
  }
}

.quick-navigation .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-text);
  line-height: 1em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.quick-navigation .navigation-list {
  padding: 1rem !important;
  margin-bottom: 2rem;
  background-color: var(--bg-box);
  border-radius: 5px;
}
.quick-navigation .navigation-list ul {
  list-style-type: square;
  margin: 0;
  padding-left: 10px;
}
.quick-navigation .navigation-list ul li {
  margin: 0.75rem;
  font-weight: 600;
}
.quick-navigation .navigation-list ul li::marker {
  color: var(--primary-thm);
}
.quick-navigation .navigation-list ul li a {
  color: var(--primary-text);
  position: relative;
  text-decoration: none;
}
.quick-navigation .navigation-list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--navbar-bg);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.quick-navigation .navigation-list ul li a:hover::after {
  transform: scaleX(1);
}

.author-body {
  margin-bottom: 0px;
}
.author-body a {
  text-decoration: none !important;
}
.author-body .author::before {
  content: "By";
  display: inline-block;
  color: var(--primary-text);
  font-weight: 400;
  opacity: 0.5;
  margin-right: 0.5em;
  font-style: italic;
  text-transform: capitalize;
}
.author-body .reading-time::after,
.author-body .author::after {
  content: "·";
  display: inline-block;
  color: #1b292a;
  margin-left: 0.5em;
  margin-right: 0.25em;
}
.author-body .reading-time,
.author-body .author,
.author-body .date_time {
  color: var(--primary-text);
  letter-spacing: 0.05em;
}
.author-body .author {
  font-weight: 600;
}
.author-body .author:hover {
  text-decoration: underline 3px var(--primary-thm);
  text-underline-offset: 0.3em;
}

.imgholder-body .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .imgholder-body .image {
    border-radius: 0px;
  }
}
.imgholder-body .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.card-img {
  border-radius: 0px !important;
}

.border-top-round {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid lightgray;
  margin-bottom: 20px;
}

.border-top-round-with-bottom-0 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 20px;
}

.section-body {
  position: sticky;
}
.section-body h2 {
  text-transform: uppercase;
  display: inline;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-thm);
}
.section-body .sec-header {
  border-bottom: 3px solid #333;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.section-body .read-more {
  font-size: 1rem;
}
.section-body a {
  text-decoration: none;
  color: #989898;
}
.section-body a:hover {
  color: var(--primary-thm);
}

.postsimple-body {
  margin-right: 30px;
}
.postsimple-body article {
  margin: 0rem 0.5rem 2rem 0.5rem;
}
.postsimple-body .s_category {
  text-transform: uppercase;
  color: var(--primary-thm);
  font-weight: 600;
  font-size: 13px;
}
.postsimple-body .card-link-style:hover {
  color: var(--primary-thm) !important;
}
.postsimple-body .card {
  border: 0;
  border-radius: 0;
  background-color: inherit;
  color: inherit !important;
  text-transform: capitalize !important;
  margin: 20px 0;
}
.postsimple-body .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
  border-radius: 10px;
}
.postsimple-body .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.postsimple-body .card-link-style {
  text-decoration: none;
  color: inherit !important;
}
.postsimple-body .card-body {
  min-height: 80px;
  padding: 0rem;
}
.postsimple-body .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
  line-height: 1.5;
}
.postsimple-body span {
  color: var(--secondary-text);
}

.ws-postcard article {
  margin: 0rem 0.5rem 2rem 0.5rem;
}
.ws-postcard .s_category {
  text-transform: uppercase;
  color: var(--primary-thm);
  font-weight: 600;
  font-size: 13px;
}
.ws-postcard .card-link-style:hover {
  color: var(--primary-thm) !important;
}
.ws-postcard .card {
  border: 0;
  border-radius: 0;
  background-color: inherit;
  color: inherit !important;
  text-transform: capitalize !important;
  padding-bottom: 40px;
}
.ws-postcard .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 165%;
}
.ws-postcard .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ws-postcard .card-link-style {
  text-decoration: none;
  color: inherit !important;
  border-radius: 50px;
}
.ws-postcard .card-body {
  min-height: 80px;
  padding: 0rem;
  padding-top: 15px;
}
.ws-postcard .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  font-size: 15px;
}
.ws-postcard span {
  color: var(--secondary-text);
}

.postlistside-body {
  transition: all 0.3s ease;
}
.postlistside-body .card {
  background: none;
  border: 0;
  margin-bottom: 25px;
  transition: transform 0.3s ease;
}
.postlistside-body .card:hover {
  transform: translateY(-3px);
}
.postlistside-body .card:hover .image img {
  transform: scale(1.05);
}
.postlistside-body .card:hover .cardtitle {
  color: var(--primary-thm);
}
.postlistside-body .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 4px;
  background-color: #f8f9fa;
}
.postlistside-body .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.5s ease;
  border-radius: 4px;
}
.postlistside-body .cardtitle {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text);
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.postlistside-body .card-body {
  padding: 0 0 0 15px;
}
.postlistside-body .author-info {
  font-size: 0.8rem;
  color: #718096;
  display: flex;
  align-items: center;
  gap: 8px;
}
.postlistside-body .author-info .date {
  opacity: 0.8;
}
.postlistside-body .author-info .dot-separator {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .postlistside-body .card-body {
    padding: 0;
  }
  .postlistside-body .cardtitle {
    font-size: 0.9rem;
  }
}

.featurepost-body .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s ease;
}
.featurepost-body .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.featurepost-body .main-post .image {
  border-radius: 12px;
  margin: 0;
  padding-bottom: 60%;
}
.featurepost-body .main-post .image:hover {
  transform: translateY(-5px);
}
.featurepost-body .main-post .image:hover img {
  transform: scale(1.05);
}
.featurepost-body .main-post .shadow-text {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px 24px 24px;
  z-index: 2;
}
.featurepost-body .main-post .cardtitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: white;
  margin: 10px 0 0 0;
}
.featurepost-body .main-post .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.featurepost-body .main-post .post-meta .category {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  font-size: 0.75rem;
  font-weight: 500;
}
.featurepost-body .main-post .post-meta .date {
  font-size: 0.875rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .featurepost-body .main-post .cardtitle {
    font-size: 1.25rem;
  }
  .featurepost-body .main-post .shadow-text {
    padding: 20px;
  }
  .featurepost-body .small-post .cardtitle {
    font-size: 14px;
  }
}

.card-post-vertical-body {
  padding: 15px;
  background-color: var(--bg-box);
  border-radius: 20px;
  height: 100%;
}
.card-post-vertical-body .author {
  font-size: 0.8rem;
  color: white;
}
.card-post-vertical-body h5 {
  padding: 8px 12px 7px 0px;
  display: inline;
  color: white;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
  font-family: Roboto, sans-serif;
}
.card-post-vertical-body h2 {
  font-size: 1.5rem;
}
.card-post-vertical-body .badge-info {
  color: #fff;
  background-color: var(--primary-thm);
  border-radius: 2px;
  text-shadow: none;
}
.card-post-vertical-body .shadow-text {
  text-shadow: 1px 1px 0px black, 0px 0px 20px rgba(0, 0, 0, 0.6784313725), 0 0 5px black;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
  top: 65%;
  right: 20px;
  left: 0;
}
.card-post-vertical-body .image {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.card-post-vertical-body .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
.card-post-vertical-body .cardtitle {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.3;
  margin: auto;
}
.card-post-vertical-body .cardsubtitle {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  margin: auto;
}

.search-body {
  padding-top: 4px;
}
.search-body .row {
  align-items: center;
}
.search-body .form-control {
  height: 25px !important;
  padding: 0.375rem 0.5rem;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--navbar-text);
  outline: none;
  autocomplete: off;
  box-shadow: none;
  line-height: 25px;
}
.search-body .col-auto {
  display: flex;
  align-items: center;
}
.search-body .input-group {
  padding: 0;
}
.search-body ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--navbar-text);
  opacity: 0.5; /* Firefox */
}
.search-body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: lightgrey;
}
.search-body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: lightgrey;
}

.blog-m-n-body {
  margin-top: 20px;
}
.blog-m-n-body header {
  margin-bottom: 3em;
}
.blog-m-n-body .imgBox {
  position: relative;
  width: 100%;
  height: 12rem;
  object-fit: cover;
  object-position: center center;
}
.blog-m-n-body .featurePostFrame {
  margin: 0;
  padding: 0 0 40px 0;
}
.blog-m-n-body .featured-posts-grid {
  margin: 0 -10px;
}
.blog-m-n-body .featured-post-col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.blog-m-n-body hr {
  position: relative;
  border: 0;
  border-top: 3px solid #ed1b25 !important;
  margin-top: 2px;
}
.blog-m-n-body a {
  text-decoration: inherit;
}

.blog-main-card header {
  margin-bottom: 3em;
}
.blog-main-card .imgBox {
  position: relative;
  width: 100%;
  height: 12rem;
  object-fit: cover;
  object-position: center center;
}
.blog-main-card .featured-post-div {
  padding: 0 15px 15px 0;
}
.blog-main-card .featurePostFrame {
  margin-right: -15px;
  padding: 0 15px 0 15px;
}
.blog-main-card .pagination {
  display: flex;
  list-style: none;
  margin: 30px 0 60px 0;
  font-weight: bold;
}
.blog-main-card .pagination ul {
  padding: 0;
}
.blog-main-card .pagination li {
  display: inline-block;
  margin-right: 12px;
}
.blog-main-card .pagination li a {
  display: block;
  padding: 0px 9px;
  color: var(--primary-text);
  text-decoration: none;
}
.blog-main-card .pagination li a:hover {
  color: var(--primary-thm);
}
.blog-main-card .pagination li.disabled a {
  color: lightgrey;
}
.blog-main-card .pagination li.selected a {
  background-color: black;
  color: white;
  border-radius: 50%;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
@media (max-width: 768px) {
  .blog-main-card .pagination li a {
    display: block;
    padding: 0px 1px;
    color: #333;
    text-decoration: none;
  }
}

.content-div {
  margin-bottom: 20px;
}

.h-entry {
  margin-top: 25px;
}

.sidebar-sticky {
  position: sticky;
  top: 30px;
  max-width: 100%;
}

.faq-section .faq-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: inherit;
  position: relative;
  padding-left: 1rem;
}
.faq-section .faq-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: var(--primary-thm);
  border-radius: 2px;
}
.faq-section .faq-item {
  margin-bottom: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #eef0f2;
}
.faq-section .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.faq-section .faq-question {
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.faq-section .faq-question h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-text);
  padding-right: 2rem;
  line-height: 1.4;
}
.faq-section .faq-question .toggle-icon {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8f9;
  border-radius: 50%;
  color: var(--primary-thm);
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.faq-section .faq-question .toggle-icon:hover {
  background: var(--primary-thm);
  color: white;
}
.faq-section .faq-answer {
  padding: 0 1.25rem 1.25rem;
  color: #4a5568;
  line-height: 1.6;
  font-size: 0.95rem;
}
.faq-section .faq-answer p {
  margin: 0;
  opacity: 0.9;
}
.faq-section .faq-answer a {
  color: var(--primary-thm);
  text-decoration: underline;
}
.faq-section .faq-answer a:hover {
  color: var(--primary-thm);
}
@media (max-width: 768px) {
  .faq-section .faq-title {
    font-size: 1.5rem;
  }
  .faq-section .faq-question h4 {
    font-size: 1rem;
  }
  .faq-section .faq-answer {
    font-size: 0.9rem;
  }
}

.card-list-container .card-list-grid {
  display: flex;
  flex-direction: column;
}
.card-list-container .card-list-item {
  transform: none !important;
  transition: none !important;
}
.card-list-container .card-list-item:hover {
  transform: none !important;
}
.card-list-container .card-list-item .postsimple-body .card {
  background: none;
  border: 0;
  transform: none !important;
  transition: none !important;
}
.card-list-container .card-list-item .postsimple-body .card:hover {
  transform: none !important;
}
.card-list-container .card-list-item .postsimple-body .card:hover .image img {
  transform: scale(1.05);
}
.card-list-container .card-list-item .postsimple-body .card:hover h5.summary {
  color: var(--primary-thm);
}
.card-list-container .card-list-item .postsimple-body .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card-list-container .card-list-item .postsimple-body .image img {
  transition: transform 0.5s ease;
}
.card-list-container .card-list-item .postsimple-body .card-body {
  padding: 0 0 0 15px;
}
.card-list-container .card-list-item .postsimple-body .card-body .s_category {
  display: inline-block;
  text-transform: uppercase;
  color: var(--primary-thm);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.card-list-container .card-list-item .postsimple-body .card-body h5.summary {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-text);
  line-height: 1.4;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.card-list-container .card-list-item .postsimple-body .card-body span.summary {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.card-list-container .card-list-item-mobile .postlistside-body .card {
  background: none;
  border: 0;
  border-radius: 0;
}
.card-list-container .card-list-item-mobile .postlistside-body .image {
  border-radius: 4px;
  overflow: hidden;
}
.card-list-container .card-list-item-mobile .postlistside-body .image img {
  transition: transform 0.5s ease;
}
.card-list-container .card-list-item-mobile .postlistside-body .cardtitle {
  color: var(--primary-text);
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .card-list-container .card-list-item-mobile {
    margin-bottom: 1rem;
  }
}

.trending-section {
  border-radius: 10px;
  padding: 24px;
  height: auto;
  min-height: fit-content;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
.trending-section.bg-amber-50 {
  background: #FFF3C4;
}
.trending-section.bg-amber-50 .trending-item:hover {
  background-color: rgba(245, 158, 11, 0.15);
}
.trending-section.bg-amber-50 .trending-number {
  color: #92400E;
}
.trending-section.bg-sky-50 {
  background: #E0F2FE;
}
.trending-section.bg-sky-50 .trending-item:hover {
  background-color: rgba(14, 165, 233, 0.15);
}
.trending-section.bg-sky-50 .trending-number {
  color: #0369A1;
}
.trending-section.bg-emerald-50 {
  background: #D1FAE5;
}
.trending-section.bg-emerald-50 .trending-item:hover {
  background-color: rgba(16, 185, 129, 0.15);
}
.trending-section.bg-emerald-50 .trending-number {
  color: #047857;
}
.trending-section .trending-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}
.trending-section .trending-title .category-name {
  font-size: 32px;
  font-weight: 700;
  margin-top: 4px;
}
.trending-section .trending-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: none;
  overflow-y: visible;
}
.trending-section .trending-list a {
  text-decoration: none !important;
}
.trending-section .trending-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  padding: 8px;
  transition: background-color 0.2s;
  border-radius: 8px;
}
.trending-section .trending-item .trending-number {
  font-size: 18px;
  font-weight: 600;
  opacity: 0.8;
}
.trending-section .trending-item .trending-content {
  flex: 1;
}
.trending-section .trending-item .trending-content .trending-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}
.trending-section .trending-item .trending-content .trending-item-author {
  font-size: 14px;
  color: #000;
  opacity: 0.7;
  margin: 0;
}
@media (max-width: 768px) {
  .trending-section {
    margin-top: 2rem;
  }
}

.tags-container {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
}
.tags-container .tags-label {
  font-weight: 600;
  color: var(--primary-thm);
  margin-bottom: 0.75rem;
  display: block;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1rem;
}
.tags-container .tags-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-thm);
  border-radius: 2px;
}
.tags-container .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.tags-container .tag-button {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 1rem;
  background: linear-gradient(129deg, #fdf1f1 0%, #e6e6e6 100%);
  color: var(--primary-thm);
  border-radius: 9999px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(249, 179, 179, 0.1);
}
.tags-container .tag-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: white;
  background: linear-gradient(135deg, var(--primary-thm) 0%, var(--primary-thm) 100%);
}

.tag-header {
  background: linear-gradient(180deg, var(--navbar-trending-bg) 0%, var(--primary-thm) 100%);
  padding: 3rem 2rem;
  margin: 0rem 0rem 2rem 0rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.tag-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480' fill='white' %3E%3Cpath d='M240 480H0V240l240 240zM480 480H240V240l240 240zM240 240H0V0l240 240zM480 240H240V0l240 240z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  opacity: 0.05;
}
.tag-header::before {
  content: "#";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12rem;
  font-weight: bold;
  opacity: 0.1;
  color: white;
}
.tag-header .tag-header-content {
  position: relative;
  z-index: 1;
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 2rem;
}
.tag-header .tag-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.tag-header .tag-title {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  background: linear-gradient(135deg, white 0%, var(--primary-thm) 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tag-header .post-count {
  font-size: 1.1rem;
  opacity: 0.9;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
@media (max-width: 768px) {
  .tag-header {
    padding: 2rem 1rem;
  }
  .tag-header .tag-title {
    font-size: 2rem;
  }
  .tag-header::before {
    font-size: 8rem;
  }
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.banner {
  display: grid;
  width: 100%;
  max-width: 758px; /* Updated maximum width to 800px */
  margin: 0 auto 15px; /* Centering the banner horizontally */
  height: 110px; /* Height is auto to maintain aspect ratio */
  overflow: hidden; /* Optional, in case of very large images */
}

/* components/ImageOverlay.module.css */
.image-overlay .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.image-overlay .imageContainer {
  position: relative;
  max-width: 85%;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .image-overlay .imageContainer {
    max-width: 100vh;
  }
}
.image-overlay .overlay-full-image {
  width: auto;
  max-height: 100vh;
  border-radius: 4px;
}
.image-overlay .closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: none;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  z-index: 1001;
  border: 2px solid white;
  border-radius: 50%;
  text-align: center;
}

.verdict-body {
  /* Pros */
  /* Specs */
  /* Style the toggle button */
  /* Add the downward caret (▼) and upward caret (▲) */
  /* Cons */
}
.verdict-body .verdict h4 {
  font-size: 1.3rem;
}
.verdict-body .productItem h2 {
  color: var(--primary-thm) !important;
  font-size: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  text-align: center; /* Ensures text is centered */
  height: 100%; /* Adjust as needed */
  margin: 0;
}
.verdict-body .productItem h3 {
  display: -webkit-box; /* Enables webkit box model for line clamping */
  -webkit-box-orient: vertical; /* Required for webkit line clamping */
  -webkit-line-clamp: 3; /* Limit text to 3 lines */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Show ellipsis for overflowing text */
  justify-content: center;
  text-align: center;
  margin: 0;
  padding: 30px 0 0 0;
  flex-wrap: wrap;
  height: auto; /* Allow height to adjust with content */
  line-height: 1.2; /* Adjust line height if needed */
}
.verdict-body .productItem a {
  color: inherit !important;
}
.verdict-body .pros h4, .verdict-body .cons h4 {
  margin: 0 0 16px 0;
  font-size: 1.5rem;
  color: #333;
}
.verdict-body .pros ul, .verdict-body .cons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.verdict-body .pros ul li, .verdict-body .cons ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.4;
}
.verdict-body .pros ul li:last-child, .verdict-body .cons ul li:last-child {
  margin-bottom: 0;
}
.verdict-body .pros li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.2rem;
}
.verdict-body .cons li:before {
  content: "-";
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
  font-size: 1.2rem;
}
.verdict-body .specs {
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 15px;
}
.verdict-body .specs ul {
  list-style: none;
  padding: 0;
}
.verdict-body .specs h4 {
  margin-top: 0;
}
.verdict-body .specs table {
  border-collapse: collapse;
  font-size: 0.9em;
}
.verdict-body .specs table td {
  padding: 7px 5px;
  width: 1%;
  border: none;
}
.verdict-body .specs table td.bold-column {
  font-weight: bold;
}
.verdict-body .specs table tr:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.verdict-body .toggle-button {
  margin-top: 10px;
  padding: 5px 10px;
  cursor: pointer;
  border: 0px solid #ccc;
  border-radius: 5px; /* 1px rounded border */
  background-color: transparent; /* Remove background color */
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--primary-thm);
  outline: none;
}
.verdict-body .icon-down::before {
  content: "▼"; /* Downward caret */
  margin-right: 5px;
  font-size: 12px;
}
.verdict-body .icon-up::before {
  content: "▲"; /* Upward caret */
  margin-right: 5px;
  font-size: 12px;
}
.verdict-body .cons {
  margin-bottom: 30px;
}
.verdict-body .cons ul {
  list-style: none;
  padding: 0;
}
.verdict-body .cons li:before {
  content: "-";
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .verdict-body .productItem {
    margin: 0px 0 20px 0;
  }
  .verdict-body .productItem h2 {
    font-size: 1.6rem;
  }
}
.verdict-body .title-section {
  margin: 10px 0 5px 0;
  text-align: left;
}
.verdict-body .title-section .title-content {
  margin-bottom: 5px;
}
.verdict-body .title-section .title-content h2 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: left;
}
.verdict-body .title-section .title-content h2 a {
  color: inherit;
  text-decoration: none;
}
.verdict-body .title-section .title-content h2 a:hover {
  color: var(--primary-thm);
}
.verdict-body .title-section .rating-wrapper {
  display: flex;
  padding: 5px 0;
}

.s-rating {
  color: var(--primary-thm);
  font-size: 13px;
  vertical-align: middle;
}

.store-list {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping when space is limited */
  gap: 20px; /* Gap between items */
  justify-content: center;
  /* Make sure items take up full width on smaller screens */
}
.store-list .store-item {
  padding: 0px 10px;
  border-top: 1px solid #ddd;
  flex: 1 3 calc(33.333% - 40px);
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .store-list .store-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row on tablet-sized screens */
  }
}
@media (max-width: 480px) {
  .store-list .store-item {
    flex: 1 1 100%; /* Full-width items on mobile screens */
  }
}
.store-list .pricing-option {
  margin: 10px;
}
.store-list .buy-button {
  background-color: inherit !important;
  color: var(--primary-thm);
  border: 1px solid var(--primary-thm);
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 600 !important;
}
.store-list .buy-button:hover {
  background-color: var(--primary-thm) !important;
  color: var(--primary-hover);
}

.p-post {
  margin-bottom: 30px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 24px;
}
.p-post .product-header {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-post .product-header {
    grid-template-columns: 1fr;
  }
}
.p-post .product-header .image-section {
  padding: 0px;
}
.p-post .product-header .image-section .product-image {
  width: 100%;
  height: auto;
}
.p-post .product-header .image-section .product-image img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
  padding: 10px;
}
.p-post .product-header .header-content .verdict-text {
  color: #666;
  line-height: 1.6;
}
.p-post .product-description {
  margin-bottom: 24px;
  color: var(--primary-text);
  line-height: 1.6;
}
.p-post .pros-cons-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-post .pros-cons-section {
    grid-template-columns: 1fr;
  }
}
.p-post .pros-cons-section .pros h4, .p-post .pros-cons-section .cons h4 {
  margin: 0 0 16px 0;
  font-size: 1.1rem;
  color: var(--primary-text);
}
.p-post .pros-cons-section .pros ul, .p-post .pros-cons-section .cons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-post .pros-cons-section .pros ul li, .p-post .pros-cons-section .cons ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: var(--primary-text);
  line-height: 1.4;
}
.p-post .pros-cons-section .pros ul li:last-child, .p-post .pros-cons-section .cons ul li:last-child {
  margin-bottom: 0;
}
.p-post .pros-cons-section .pros li:before {
  content: "+";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-post .pros-cons-section .cons li:before {
  content: "-";
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
  font-size: 1.2rem;
}
.p-post .bottom-section .store-list {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.p-post .bottom-section .store-list .buy-button {
  padding: 12px 24px;
  border: 1px solid var(--primary-thm);
  color: var(--primary-thm);
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
  background: white;
  font-size: 0.95rem;
  text-align: center;
  min-width: 300px;
}
.p-post .bottom-section .store-list .buy-button:hover {
  background: var(--primary-thm);
  color: white;
}

.store-list {
  margin: 0;
  padding-top: 10px;
}
.store-list .store-item {
  border-top: none;
}

.custom-carousel-container {
  position: relative;
  overflow: hidden; /* Hide scrollbar */
  white-space: nowrap;
  padding: 0; /* Remove padding to avoid extra space */
}

.custom-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.custom-carousel::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Edge */
}

.carousel-item-container {
  display: inline-block;
  min-width: 275px; /* Ensure this matches the width set in PItem */
  scroll-snap-align: start;
  margin-right: 15px; /* Space between items */
}

.carousel-control {
  position: absolute;
  top: 6%;
  transform: translateY(-50%);
  background-color: white !important;
  border: 1px solid lightgrey;
  border-radius: 5%;
  width: 42px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  /* box-shadow: 0 2px 5px rgb(0 0 0 / 42%); */
  padding-top: 3px;
  align-content: center;
}

.carousel-control.prev {
  right: 50px; /* Position button on the left side */
}

.carousel-control.next {
  right: 1px; /* Position button on the right side */
}

.anchor-button {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping when space is limited */
  gap: 10px; /* Gap between items */
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  /* Make sure items take up full width on smaller screens */
}
.anchor-button .button-item {
  max-width: 100%;
}
@media (max-width: 768px) {
  .anchor-button .store-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row on tablet-sized screens */
  }
}
@media (max-width: 480px) {
  .anchor-button .store-item {
    flex: 1 1 100%; /* Full-width items on mobile screens */
  }
}
.anchor-button .buy-button {
  background-color: white;
  color: var(--primary-thm);
  border: 1px solid var(--primary-thm);
  padding: 10px 10px 10px 25px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 600;
}
.anchor-button .buy-button:hover {
  background-color: var(--primary-thm);
  color: var(--primary-hover);
}

.apps-download-links-wrap a, .apps-download-links-wrap a:hover {
  background-image: url("/assets/common-logos.svg") !important;
  /* Set the background size and position for larger icons */
  background-size: 804px auto !important;
  /* Ensure the background doesn't repeat */
  background-repeat: no-repeat !important;
  /* Margin for spacing between links */
  margin: 0 5px 25px 0;
  /* Ensure the link is displayed as inline-block */
  display: inline-block;
  /* Hide the text inside the link */
  text-indent: -99999px;
  border: 0px !important;
  background: none;
}
.apps-download-links-wrap .app-store {
  height: 41px;
  width: 119px;
  background-position: 0 -35px !important;
}
.apps-download-links-wrap .g-play-store {
  height: 41px;
  width: 134px;
  background-position: -119px -35px !important;
}

.common-button {
  display: inline-block;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 20px 4px 25px;
  margin-bottom: 30px;
}

.common-button:hover {
  background-color: #f0f0f0;
}

.arrow-right {
  margin-left: 8px;
  font-weight: bold;
  transition: transform 0.3s ease;
  border: 1px solid;
  padding: 1px 2px;
  border-radius: 20px;
}

.common-button:hover .arrow-right {
  transform: translateX(5px);
}

.password-generator .sec-gap {
  margin-bottom: 100px !important;
}
.password-generator .title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.password-generator .card {
  max-width: 500px;
  background-color: var(--color-card);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
}
.password-generator .input-section {
  display: flex;
  margin-bottom: 1rem;
}
.password-generator .input-section .password-input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.password-generator .input-section .icon {
  width: 1rem;
  height: 1rem;
}
.password-generator .controls .label {
  display: block;
  font-size: 0.875rem;
  font-weight: medium;
  margin-bottom: 0.5rem;
}
.password-generator .controls .switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.password-generator .generate-btn {
  width: 100%;
  margin-top: 1.5rem;
}
.password-generator .feature-grid {
  row-gap: 30px;
}
.password-generator .feature-grid .feature-card {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}
.password-generator .feature-grid .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.password-generator .feature-grid .feature-card .feature-icon {
  color: #4a90e2;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.password-generator .feature-grid .feature-card .feature-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.5rem;
}
.password-generator .feature-grid .feature-card .feature-description {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.4;
}
.password-generator .faq-sec {
  max-width: 800px;
}
.password-generator .faq-sec .accordion-item {
  border: 1px solid #e0e0e0; /* Light border for item */
  border-radius: 8px; /* Rounded corners */
  margin-bottom: 20px; /* Space between items */
  background-color: #ffffff; /* Background color for each item */
  transition: box-shadow 0.2s ease;
}
.password-generator .faq-sec .accordion-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow on hover */
}
.password-generator .faq-sec .accordion-header {
  cursor: pointer; /* Pointer cursor on header */
}
.password-generator .faq-sec .accordion-body {
  padding: 15px; /* Padding for body */
  color: #333; /* Text color */
}
.password-generator .faq-sec .accordion-button {
  background-color: transparent; /* Button background */
  color: #007bff; /* Bootstrap primary color */
  font-weight: 600; /* Bold text */
  border: none !important;
}
.password-generator .faq-sec .accordion-button:focus {
  outline: none; /* Remove focus outline */
}
.password-generator .faq-sec .accordion-button.collapsed {
  color: inherit;
  border: none !important;
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.bg-gradient-to-b {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.opacity-10 {
  opacity: 0.1;
}

.rounded-lg {
  border-radius: 1rem;
}

.why-use-section .row {
  transition: all 0.3s ease-in-out;
}
.why-use-section .row:hover {
  transform: translateY(-5px);
}
.why-use-section .row .feature-content .icon-wrapper {
  background: #f8f9fa;
  border-radius: 50%;
  padding: 1rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.why-use-section .row .feature-content .decorative-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.why-use-section .row .feature-content .decorative-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bs-primary);
}
.why-use-section .row .feature-content .decorative-dots .dot:nth-child(2) {
  opacity: 0.75;
}
.why-use-section .row .feature-content .decorative-dots .dot:nth-child(3) {
  opacity: 0.5;
}
.why-use-section .row .image-container {
  position: relative;
}
.why-use-section .row .image-container img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 400px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.why-use-section .row .image-container img:hover {
  transform: scale(1.02);
}
.why-use-section .row .image-container .decorative-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}
.why-use-section .row .image-container .decorative-circle--left {
  top: -20px;
  left: -20px;
}
.why-use-section .row .image-container .decorative-circle--right {
  top: -20px;
  right: -20px;
}
.why-use-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.why-use-section .section-header .subtitle {
  color: var(--bs-primary);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.why-use-section .section-header .title {
  font-weight: bold;
  margin-bottom: 1rem;
}
.why-use-section .section-header .description {
  color: var(--bs-secondary);
  max-width: 700px;
  margin: 0 auto;
}
.why-use-section .decorative-number {
  font-size: 120px;
  font-weight: bold;
  font-family: "Arial Black", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.2;
  color: var(--secondary-thm);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  letter-spacing: -5px;
  user-select: none;
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.faq-section .decoration-dots {
  top: 40px;
  right: 40px;
  display: flex;
  gap: 8px;
}
.faq-section .decoration-dots .dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary-thm);
  border-radius: 50%;
  opacity: 0.2;
}
.faq-section .decoration-dots .dot:nth-child(2) {
  opacity: 0.4;
}
.faq-section .decoration-dots .dot:nth-child(3) {
  opacity: 0.6;
}
.faq-section .badge-custom {
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 2rem;
  background-color: var(--primary-thm);
}
.faq-section .badge-custom:hover {
  background-color: var(--secondary-thm);
}
.faq-section .custom-accordion .accordion-item {
  border: 1px solid rgba(var(--primary-text), 0.1);
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.faq-section .custom-accordion .accordion-item:hover {
  transform: translateY(-2px);
}
.faq-section .custom-accordion .accordion-item .accordion-button {
  background: none;
  box-shadow: none;
  padding: 1.25rem 1.5rem;
}
.faq-section .custom-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primary-thm);
  background-color: rgba(var(--primary-thm), 0.05);
}
.faq-section .custom-accordion .accordion-item .accordion-button:not(.collapsed) .accordion-arrow {
  transform: rotate(180deg);
}
.faq-section .custom-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-section .custom-accordion .accordion-item .accordion-button::after {
  display: none;
}
.faq-section .custom-accordion .accordion-item .accordion-body {
  background-color: rgba(0, 0, 0, 0.01);
}
.faq-section .accordion-arrow {
  transition: transform 0.3s ease;
}
.faq-section .support-card {
  background-color: var(--footer-bg);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.faq-section .support-card .btn:hover {
  background-color: var(--secondary-thm) !important;
  border-color: var(--secondary-thm) !important;
}

@media (max-width: 768px) {
  .faq-section .accordion-button {
    padding: 1rem !important;
  }
}
.badge-custom.bg-primary {
  background-color: var(--primary-thm) !important;
}

.features-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.features-section .feature-card:hover .icon-wrapper {
  background-color: rgba(var(--primary-thm), 0.2);
}
.features-section .feature-card:hover .decorative-dot {
  transform: scale(1.5);
  opacity: 0.8;
}
.features-section .feature-card .decorative-dot {
  transition: all 0.3s ease;
}

:root {
  --navbar-bg: #f1f1f1;
  --navbar-text: #000000;
  --navbar-trending-bg: #00182f;
  --navbar-trending-text: #ffffff;
  --footer-bg: rgb(234, 233, 233);
  --primary-bg: #fff;
  --primary-text: #0c0c0c;
  --secondary-text: #5c5b5b;
  --primary-hover: white;
  --primary-thm: #ca1a1a;
  --secondary-thm: #fba79f;
  --bg-box: #f2f2f2;
  --anchor-color: rgb(165, 165, 165);
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-bg: #181818;
    --primary-text: #f2f2f2;
    --secondary-text: #bdbdbd;
    --primary-hover: #222;
    --bg-box: #232323;
    --anchor-color: #bdbdbd;
  }
}
.password-generator-section ::selection {
  background-color: rgba(var(--primary-thm), 0.2);
  color: var(--primary-thm);
}
.password-generator-section .password-input:focus, .password-generator-section .password-input:active, .password-generator-section .password-input.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.password-generator-section .custom-range::-webkit-slider-thumb {
  background-color: var(--primary-thm) !important;
  border-color: var(--primary-thm) !important;
}
.password-generator-section .custom-range::-webkit-slider-thumb:active {
  background-color: color-mix(in srgb, var(--primary-thm), white 10%) !important;
}
.password-generator-section .custom-range::-webkit-slider-runnable-track {
  background-color: rgba(var(--primary-thm), 0.1);
}
.password-generator-section .custom-range::-moz-range-thumb {
  background-color: var(--primary-thm) !important;
  border-color: var(--primary-thm) !important;
}
.password-generator-section .custom-range::-moz-range-track {
  background-color: rgba(var(--primary-thm), 0.1);
}
.password-generator-section .form-check-input:checked {
  background-color: var(--primary-thm) !important;
  border-color: var(--primary-thm) !important;
}
.password-generator-section .form-check-input:focus {
  border-color: var(--primary-thm) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-thm), 0.25) !important;
}
.password-generator-section .form-check-input:not(:checked) {
  background-color: rgba(var(--primary-thm), 0.1);
  border-color: rgba(var(--primary-thm), 0.2);
}
.password-generator-section .btn:hover {
  background-color: var(--primary-thm) !important;
  border-color: var(--primary-thm) !important;
  /* If you want a darker color, use a static color or precomputed value, e.g.: */
  /* background-color: #0056b3 !important; */
  /* border-color: #0056b3 !important; */
}
.password-generator-section .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-thm), 0.25) !important;
}
.password-generator-section .copy-button.copied {
  background-color: var(--secondary-thm) !important;
  border-color: var(--secondary-thm) !important;
}
.password-generator-section .form-control:focus {
  border-color: var(--primary-thm) !important;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-thm), 0.25) !important;
}

.tools-postcard .card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  margin-bottom: 16px;
}
.tools-postcard .card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.tools-postcard .card .card-body {
  padding: 16px;
}
.tools-postcard .card .card-body .category {
  font-size: 0.9rem;
  font-weight: bold;
  color: #c0392b;
  margin-bottom: 4px;
}
.tools-postcard .card .card-body .card-link-style {
  text-decoration: none;
  color: inherit !important;
  border-radius: 50px;
}
.tools-postcard .card .card-body .summary {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: var(--primary-thm);
  text-decoration: none;
  transition: color 0.2s;
}
.tools-postcard .card .card-body .summary:hover {
  text-decoration: underline;
}
.tools-postcard .card .card-body .sub-title {
  font-size: 1rem;
  color: #000;
  margin: 4px 0 12px;
  transition: color 0.2s;
}
.tools-postcard .card .card-body .author {
  font-size: 0.9rem;
  color: #777;
  margin-top: 8px;
}

.chart-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.chart-responsive .chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.highlight-content-section {
  background: var(--bg-box) !important;
  border-radius: 0px;
  padding: 20px 30px;
  margin: 30px 0 32px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .highlight-content-section {
    padding: 10px 10px 5px 15px;
    margin: 16px 0 20px 0;
  }
}

.highlight-content-markdown {
  font-size: 1.08rem;
  line-height: 1.7;
  color: inherit;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.highlight-content-markdown h2,
.highlight-content-markdown h3, .highlight-content-markdown h4 {
  color: var(--primary-thm) !important;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.highlight-content-markdown ul {
  list-style: none;
  padding: 0;
}
.highlight-content-markdown ul li {
  position: relative;
  left: 1.5em;
  padding: 0;
  margin-right: 2em;
  align-items: center;
  min-height: 32px;
}
.highlight-content-markdown ul li::before {
  content: "";
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.43 5.93L20.5 12L14.43 18.07' stroke='%235c5b5b' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M3.5 12H20.33' stroke='%235c5b5b' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M14.43 5.93L20.5 12L14.43 18.07' stroke='%235c5b5b' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M3.5 12H20.33' stroke='%235c5b5b' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  background-color: var(--primary-text);
  position: absolute;
  top: 20px;
  left: -25px;
}
.highlight-content-markdown ul li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}
.highlight-content-markdown ul li {
  background: none;
  padding-top: 15px;
}
.highlight-content-markdown ol {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.highlight-content-markdown a {
  color: #0a4b78;
  text-decoration: underline;
  transition: color 0.2s;
}
.highlight-content-markdown a:hover {
  color: #1976d2;
}
@media (max-width: 768px) {
  .highlight-content-markdown {
    font-size: 0.98rem;
  }
}

.read-more-section {
  margin: 1.5rem 0;
  position: relative;
}
.read-more-section .read-more-title-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.read-more-section .read-more-title-wrapper::before {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin-right: 0.75rem;
  z-index: 1;
}
.read-more-section .read-more-title-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin-left: 0.75rem;
  z-index: 1;
}
.read-more-section .read-more-title-wrapper .section-title {
  display: inline-block;
  padding: 0 18px;
  color: var(--primary-thm);
  font-weight: 700;
  font-size: 1.5rem;
  z-index: 2;
  position: relative;
}
.read-more-section .articles-grid {
  display: block;
  gap: 2rem;
}
.read-more-section .articles-grid a {
  text-decoration-color: var(--primary-thm);
}
.read-more-section .article-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  border-bottom: 10px solid var(--primary-thm);
  padding-bottom: 1.5rem;
}
.read-more-section .article-card:last-child {
  border-bottom: none;
}
.read-more-section .article-card:hover {
  transform: translateY(-4px);
}
.read-more-section .article-card:hover .article-title {
  color: var(--primary-thm);
  text-decoration: underline;
}
.read-more-section .article-title {
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text);
  margin: 0;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  align-items: center;
  display: flex;
  font-size: 1.1rem;
}
.read-more-section .article-index {
  display: inline-block;
  border-radius: 3px;
  padding: 4px 10px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 1rem;
  color: white;
  background-color: var(--primary-thm);
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .read-more-section .articles-grid {
    gap: 1.5rem;
  }
  .read-more-section .read-more-title-wrapper .section-title {
    font-size: 1.1rem;
    padding: 0 10px;
  }
  .read-more-section .article-title {
    font-size: 1.1rem;
  }
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #A50E0E;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 165, 14, 14;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #420606;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #edcfcf;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #db9f9f;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #A50E0E;
  --bs-link-color-rgb: 165, 14, 14;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #840b0b;
  --bs-link-hover-color-rgb: 132, 11, 11;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(165, 14, 14, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #c96e6e;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #210303;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #630808;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #c96e6e;
  --bs-link-hover-color: #d48b8b;
  --bs-link-color-rgb: 201, 110, 110;
  --bs-link-hover-color-rgb: 212, 139, 139;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/*# sourceMappingURL=index.css.map */
