@font-face {
  font-family: Raleway;
  src: url(https://winfindr.com/assets/fonts/Raleway-Regular.woff2) format('woff2'),
       url(https://winfindr.com/assets/fonts/Raleway-Regular.woff) format('woff');
}

@font-face {
  font-family: Mukta;
  src: url(https://winfindr.com/assets/fonts/Mukta-Regular.woff2) format('woff2'),
       url(https://winfindr.com/assets/fonts/Mukta-Regular.woff) format('woff');
}

@font-face {
  font-family: OneMono;
  src: url(https://winfindr.com/assets/fonts/IntelOneMono-Light.woff2) format('woff2'),
       url(https://winfindr.com/assets/fonts/IntelOneMono-Light.woff) format('woff');
}


body.night-mode main p,
body.night-mode main li, 
body.night-mode figcaption {
  color: #fff;
}

body.night-mode footer p,
body.night-mode small {
  color: #dfdfdf;
}

main {
  max-width: 40em;
  margin: 1em auto;
  padding: 20px;
}

.logo img {
  width: 369px;
  height: 71px;
}

::-moz-selection {
  color: #fff;
  background: #8DB9FF;
  background-image: none;
  -webkit-text-fill-color: #fff;
}
::selection {
  color: #fff;
  background: #8DB9FF;
  background-image: none;
  -webkit-text-fill-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-family: Mukta, "Times New Roman", Times, serif;
}

h1 {
  font-size: 2.3em;
  line-height: 1.2;
}


nav h1 {
  font-size: 2em;
  line-height: 1em;
}

h2 {
  font-size: 1.9em;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.6em;
  line-height: 1.3;
  padding-top: 15px;
  padding-bottom: 10px;
}

.screenshot {
  max-width: 90%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}

.screenshot-preview {
  cursor: pointer;
}

.changelog {
  font-family: "OneMono", "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #393939;
}
.changelog-container h2, h3, ol {
  padding-top: 20px;
  font-family: "OneMono", "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  color: #393939;
}
.changelog-container ol li {
  font-size: 0.7em;
  font-family: "OneMono", "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  color: #393939;
}
.infobox {
  border: 1px solid #ddd; 
  border-radius: 10px; 
  padding: 15px; 
  margin: 25px 0;
}

.code {
  display:block;
  font: 0.9em/1.62 "OneMono", "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  color: #fff !important;
  background-color: #272822 !important;
  padding: 20px !important;
  margin: 40px 0 !important;
  border-radius: 0.3rem;
}

.highlight {
  background: linear-gradient(to right bottom, rgb(0, 123, 255) 30%, rgb(0, 89, 255)) text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.highlight2 {
  background: linear-gradient(to right bottom, rgb(0, 123, 255) 30%, rgb(0, 223, 255)) text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.protip {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.protip::before {
  content: "💡";
}

.form-control{
  height: fit-content !important;
}

small {
  color: #a0a0a0;
  font-size: 0.5em;
}
.small-text {
  font-size: 0.7em;
}
.copyright-text {
  font-size: 0.5em;
}
.copyright-text a, 
.copyright-text a:hover, 
.copyright-text a:visited, 
.copyright-text a:visited:hover {
  text-decoration: underline;
  color: #191919;
}
body.night-mode .copyright-text a, 
body.night-mode .copyright-text a:hover, 
body.night-mode .copyright-text a:visited, 
body.night-mode .copyright-text a:visited:hover {
  text-decoration: underline;
  color: #d4d4d4;
}

.indent {
  margin-left: 40px;
}
.heading {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

#navicon {
  position: relative;
  top: -13px;
}
.icon {
  padding-right: 10px;
}

.list-general {
  padding: 10px;
  font-family: OneMono, "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
}

.list-general li::marker {
  font-size: 15px;
  color: #4d4d4d;
}

.list-apptypes {
  padding: 20px;
  margin: 0;
  font-family: OneMono, "Consolas", "Courier New", "Courier", "Open Sans", sans-serif;
  border: 1px solid #e2e2e2;
  border-radius: 10px;  
}

.feature-card, .feature-box, .feature-card-index {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
}

body.night-mode .feature-card, body.night-mode .feature-box, body.night-mode .feature-card-index {
  background-color: #2b2a30;
  color: #fff;
  border: 1px solid #403e46 !important;
  border-radius: 5px;
}

.feature-card-index {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.feature-card-index:hover {
  box-shadow: 0 0 10px rgba(141, 185, 255, 0.95) !important;
  transform: translateY(-2px);
}

.card-title, .card-title h3 {
  text-align: left;
  font-family: Mukta, "Times New Roman", Times, serif;
  font-size: 1.0em;
  font-weight: 600;
  color: #1d1d1d;
}

.row-card{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature-box-title {
  text-align: left;
  font-family: Mukta, "Times New Roman", Times, serif;
  font-size: 1.1em;
  color: #1f1f1f;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 2px solid #a6a6a6;
}

.comparison-table th, .comparison-table td {
  border: 1px solid #a6a6a6;
  padding: 8px;
  font-weight: normal !important;
}

body.night-mode .feature-box-title, body.night-mode .card-title {
  color: #f8f8f8;
}

footer {
  margin-top: 2em;
  width: 100%;
}
footer p {
  color: #808080;
  font-size: 0.8em;
}

.footer-nav {
  border-top: 1px solid #e5e5e5;
  background: #f8f9fa;
  padding: 60px 0;
  margin-top: 40px;
}

body.night-mode .footer-nav {
  border-top: 1px solid #1b1d45;
  background-color: #0E0F28;
}

.gradient-text-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.footer-nav h4 {
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

body.night-mode .footer-nav h4 {
  color: #8e8e8e;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav ul li {
  margin-bottom: 10px;
}

.footer-nav ul li a {
  color: #666;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.footer-nav ul li a:hover {
  cursor: pointer;
  color: rgb(0, 174, 255);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.25s ease-in-out;
}

body.night-mode .footer-nav ul li a {
  color: #e0e0e0;
}

body.night-mode .footer-nav ul li a:hover {
  color: rgb(0, 174, 255);
}

.social-icons a {
  padding:10px;
}

.social-icons {
  margin-bottom: 30px;
}

.newsletter-form .form-group {
  margin-bottom: 15px;
}

.newsletter-form input {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .footer-nav .col-md-3 {
      margin-bottom: 30px;
  }
}

form#signup input#email {
  padding: 16px;
  border-radius: 4px;
  max-width: 318px;
  width: 100%;
  height: 55px !important;
}

form#signup button.btn {
  /* background: #2e89c7; */
  background: linear-gradient(92.88deg, rgb(69, 94, 181) 9.16%, rgb(86, 67, 204) 43.89%, rgb(103, 63, 215) 64.72%);
  border: none;
  outline: none;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor:pointer;
  text-decoration: none !important;
}
form#signup button.btn:hover {
  background-color: #7cd3fc;
  color: #fff;
  text-decoration: none !important;
}

form#signup + .success-message {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  padding: 4px 10px;
}

.footer-legal-link a, .footer-legal-link a:hover {
  color: #666;
  text-decoration: none !important
}

.lbl-toggle {
  color: #0089c7;
  font-size: 0.5em;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.5s ease-in-out;
}

.collapsible-content .content-inner {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
}
.features li::marker {
  content: "◦ ";
  /* color:#0089c7; */
  color: rgb(69, 94, 181);
  font-family: OneMono;
}
.features li {
    padding:3px;
    font-family: OneMono;
}
.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}
.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.email-mistake {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
  display: none;
}
.invalid-feedback-second.active,
.email-mistake.active {
  display: block;
}

.error {
    color: #dc3545;
    font-size: 0.9em;
}



@media print {
  body {
    max-width: none;
  }
  #mode-selector1, #mode-selector2 {
    display: none;
  }
}

.table {
  border: 1px solid #ccc;
}

body.night-mode .table  {
  background-color: #333;
  color: #fff;
}

.footnote {
  font-size:70% !important;
  color:gray !important;
  padding:20px;
}


.blur-section::before, .blur-section::after {
  content: "";
  position: absolute;
  inset: -1px 0px -50%;
  pointer-events: none;
  user-select: none;
}
.blur-section::before {
  backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(to bottom,black var(--header-height),transparent);
  mask-image: linear-gradient(to bottom,black var(--header-height),transparent);
}
:root {
  --header-height: 48px;
  --page-padding-default: 32px;
  --page-max-width: 1200px;
  --page-padding-left: max(env(safe-area-inset-left), var(--page-padding-default));
  --page-padding-right: max(env(safe-area-inset-right), var(--page-padding-default));
  --page-padding-y: 120px;
  --layer-skip-nav: 5000;
  --layer-tooltip: 1100;
  --layer-toasts: 800;
  --layer-dialog: 700;
  --layer-dialog-overlay: 699;
  --layer-command-menu: 650;
  --layer-popover: 600;
  --layer-context-menu: 600;
  --layer-overlay: 500;
  --layer-header: 100;
  --layer-scrollbar: 75;
  --layer-footer: 50;
  --transparent: rgba(255, 255, 255, 0);
  --min-tap-size: 44px;
  --dvh: 1vh;
  --scrollbar-color: rgba(255, 255, 255, 0.2);
  --scrollbar-color-active: rgba(255, 255, 255, 0.4);
  --speed-highlightFadeIn: 0s;
  --speed-highlightFadeOut: 0.15s;
  --speed-quickTransition: 0.1s;
  --speed-regularTransition: 0.25s;
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: calc(48px * 2 + 64px);
}

body {
  min-height: 100vh;
  background: linear-gradient(rgb(240, 244, 255), rgb(255, 255, 255));
  color: #191919;
  font: 1.3em/1.62 Raleway, "Open Sans", sans-serif;
}
body.night-mode{
  background: linear-gradient(rgb(0, 2, 18), rgb(0, 0, 0));
  color-scheme: dark;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
}

a,
a:visited {
  cursor: pointer;
  color: rgb(0, 174, 255);
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover,
a:visited:hover {
  cursor: pointer;
  color: rgb(65, 196, 255);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.25s ease-in-out;
}

main {
  padding-top: 48px;
}

.navbar-nav .nav-item {
  white-space: nowrap;
}
.navbar-nav .nav-link {
  padding-top: 3px;
  white-space: nowrap;
  font-size: 16px;
  line-height: var(--header-height);
  height: var(--header-height);
  color: rgb(0, 0, 0);
  text-shadow: -1px -1px 1px rgba(255,255,255,0.3), 1px 1px 1px rgba(255,255,255,0.3);
  font-weight: 500;
  text-align: center;
}

.navbar-nav a,
.navbar-nav a:visited {
  cursor: pointer;
  color: rgb(16, 16, 16);
  text-decoration: none !important;
}

.navbar-nav a:hover,
.navbar-nav a:visited:hover {
  cursor: pointer;
  color: rgb(65, 196, 255);
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: all 0.25s ease-in-out;
}

body.night-mode .navbar-nav .nav-link {
  color: rgb(247, 248, 248);
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px, rgba(0, 0, 0, 0.1) 2px 2px 4px;
}

body.night-mode .navbar-nav a:hover,
body.night-mode .navbar-nav a:visited:hover {
  color: rgb(65, 196, 255);
}

.navbar-nav .download-btn-nav, 
.download-btn-page,
body.night-mode .navbar-nav .download-btn-nav,
body.night-mode .download-btn-page {
  color: #39393D !important;
  text-decoration: none !important;
}

.navbar-nav .download-btn-nav .nav-link,
body.night-mode .navbar-nav .download-btn-nav .nav-link {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  text-align: center;
  height: 32px;
  border-radius: 9999px;
  padding: 0 16px;
  font-size: 14px;
  text-decoration: none !important;
  color: #39393D !important;
  background: #f6f6f6;
  border: 1px solid #ccc;
  margin-top: 12px;
}


.download-btn-nav {
  padding-top: 5px !important;
}


.subscribe-btn {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  text-align: center;
  height: 55px !important;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  text-decoration: none !important;
  color: #39393D !important;
  background: #f6f6f6;
  border: 1px solid #ccc;
  margin-top: 12px;
}

.download-btn-page {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  text-align: center;
  height: 42px;
  border-radius: 9999px;
  padding: 0 32px;
  font-size: 14px;
  text-decoration: none !important;
  color: #39393D !important;
  background: #f6f6f6;
  border: 1px solid #ccc;
}

.navbar-nav .download-btn-nav a:hover,
.navbar-nav .download-btn-nav a:visited:hover,
.download-btn-page a:hover,
.download-btn-page a:visited:hover,
.download-btn-page:hover,
.download-btn-page:visited:hover,
.subscribe-btn:hover,
.subscribe-btn:visited:hover,
body.night-mode .navbar-nav .download-btn-nav a:hover,
body.night-mode .navbar-nav .download-btn-nav a:visited:hover,
body.night-mode .download-btn-page a:hover,
body.night-mode .download-btn-page a:visited:hover,
body.night-mode .download-btn-page:hover,
body.night-mode .download-btn-page:visited:hover,
body.night-mode .subscribe-btn:hover,
body.night-mode .subscribe-btn:visited:hover {
  color: #39393D !important;
  text-decoration: none !important;
  border-color: rgb(0, 174, 255) !important;
}


.navbar-brand {
  width: 130px;
}

.navbar::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.navbar {
  padding-top: 0;
  padding-bottom: 3px;
}


.img-caption {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}

.tumbler-wrapper {
  width: 50px;
  min-width: 50px;
  height: 30px;
  background-color: #39393d;
  border: #1d92b2;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
  cursor: pointer;
  display: flex;
  position: relative;
}

#nav-elem-mode {
  padding-top: 13px !important;
  margin-right: 17px !important;
}

body.night-mode .tumbler {
  transform: translateX(calc(100% - 2px));
}

.tumbler {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.5s, background-color 0.5s;
  will-change: transform;
}

.tumbler-wrapper img {
  width: 15px;
  height: 15px;
}


.fmFVFA {
  margin-top: calc(-1 * var(--header-height));
  padding-top: var(--header-height);
  padding-left: var(--page-padding-left);
  padding-right: var(--page-padding-right);
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: radial-gradient(ellipse 111% 108% at 50% -20%,rgba(120,119,198,0.3),var(--transparent));
}

.geonHp {
  padding-left: var(--page-padding-left);
  padding-right: var(--page-padding-right);
  max-width: var(--page-max-width);
  width: 100%;
  margin: 0px auto;
}

.gTELDl {
  display: flex;
  flex: initial;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 64px;
}

.gTELDl-subpage {
  display: flex;
  flex: initial;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 50px;
}

.cydkIg {
  color: #333333;
  text-align: center;
  margin: 0 0 48px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.cydkIg-subpage {
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
}

.bVjEIE {
  text-align: center;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 20px 0 35px;
  background: linear-gradient(to right bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.38)) text;
  color: #333333;
}
.prehead{
  color: #666666;
  text-align: center;
  margin: 10px 0 0;
  font-size: 12px;
}
body.night-mode .prehead {
  color: #e0e0e0;
}
.posthead{
  text-align: center;
  font-size: 90%;
  white-space: nowrap;
}
header {
  position: fixed;
  top: 0px;
  display: flex;
  flex-direction: column;
  left: 0px;
  right: 0px;
  -webkit-box-align: center;
  align-items: center;
  height: var(--header-height);
  z-index: var(--layer-header);
}

.download-btn-info {
  color: #666666;
  text-align: center;
  margin: 10px 0 0;
  font-size: 12px;
}

body.night-mode h1, body.night-mode h2, body.night-mode h3, body.night-mode h4, body.night-mode h5, body.night-mode h6 {
  color: #f3f3f3;
}

body.night-mode .download-btn-info {
  color: #e0e0e0;
}

.new-version-highlight {
  background-color: #fff2c6;
  color: #2b2b2b;
  padding: 3px;
  border-radius: 2px;
}

body.night-mode .new-version-highlight {
  background-color: #007BFF;
  color: #ededed;
  padding: 3px;
  border-radius: 2px;
}

.video-desc {
  color: #333333;
  text-align: center;
  margin: 0 0 10px;
  font-size: 13px;
}
body.night-mode .cydkIg, body.night-mode .cydkIg-subpage{
  color: rgb(180, 188, 208);
}

body.night-mode .bVjEIE{
  color: #FFFFFF;
}

.chart {
    padding: 20px 0 20px 0;
}

section.video {
  padding: 70px 0 20px;
}
section.video p {
  padding: 5px 0 20px;
}
.video-placeholder {
  cursor: pointer;
}
.video-main {
  border: 1px solid #666666;
  margin:5px;
}
.video-footer {
  font-size: 0.5em;
  margin-left:5px;
  color: #a0a0a0 !important;
}
#mode-selector2{
  display: none;
}

@media screen and (max-width: 992px) {
  #mode-selector2{
    display: flex;
    margin-top:5px;
    margin-bottom:10px; 
  }
  #mode-selector2{
    float: none;
  }
  .navbar-nav {
    background-color: #fff;
    padding: 0 16px;
    margin-bottom:2px;
  }

  #nav-elem-icon, #mode-selector1 {
    display: none;
  }
  .navbar-nav .download-btn-nav{
    display: none;
  }
  body.night-mode .navbar-nav{
    background-color: #000211;
  }
  #nav-elem-mode{
    display: none;
  }
  .bVjEIE {
    font-size: 30px;
    margin: 12px 0 23px
  }
  .iaTdig {
    margin-top: 17px;
  }
  .cydkIg {
    margin: 0 0 17px;
    font-size: 16px;
  }
  .navbar-nav .nav-link{
    text-align: left;
  }
}

@media screen and (max-width: 600px) {

  #mode-selector1 {
    display: flex;
    float: right;
  }
  
  .indent {
    margin-left: 0;
  }
  h1,
  h2 {
    text-align: center;
  }
  .logo{
    width: 100px;
    margin-top: 15px;
  }
  .logo img{
    max-width: 100%;
    height: auto;
  }
  
  .wp-card{
    gap:20px;
  }

}
body.night-mode, body.night-mode nav {
  color: #d9d9d9;
}

/* lazyload: fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
.screenshot {
    cursor: pointer;
}
 .navbar-brand:not([href]) {
      cursor: default;
    }

    /* Set the cursor to the hand pointer when the logo is clickable */
    .navbar-brand[href] {
      cursor: pointer;
    }


body.night-mode svg.minus-icon, body.night-mode svg.plus-icon {
  fill: #ffffff; /* Replace with the desired color for minus icon */
}



.light-effect {
        position: absolute;
        top: 50%;
        right: -50%;
        width: 204px;
        height: 121px;
        transform: translate(0, -50%);
        z-index: 0;
        pointer-events: none;
        transition: transform 0.2s ease;
    }
    .light-effect::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 121px;
        height: 121px;
        background: radial-gradient(50% 50% at 50% 50%, #FFFFF5 3.5%, #FFAA81 26.5%, #FFDA9F 37.5%, rgba(255, 170, 129, 0.50) 49%, rgba(210, 106, 58, 0.00) 92.5%);
    }
    .light-effect::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 204px;
        height: 103px;
        background: radial-gradient(43.3% 44.23% at 50% 49.51%, #FFFFF7 29%, #FFFACD 48.5%, #F4D2BF 60.71%, rgba(214, 211, 210, 0.00) 100%);
        filter: blur(5px);
    }

    .active-btn, .active-btn-2, .active-btn-3{
        width: 250px;
        position: relative; 
        display: flex; 
        align-items: center; 
        gap: 8px; 
        padding: 0px 32px; 
        height: 46px; 
        background: rgb(209, 209, 209); 
        border: 1px solid rgba(255, 255, 255, 0.887); 
        border-radius: 9999px; 
        color: rgb(0, 0, 0); 
        font-size: 12px; 
        font-weight: 700; 
        text-transform: uppercase; 
        text-decoration: none !important; 
        letter-spacing: -0.015em; 
        overflow: hidden; 
        transition: 0.2s;
    }

    .active-btn:hover, .active-btn-2:hover, .active-btn-3:hover {
        text-decoration: none !important;
    }

 
    .active-btn-text {
        position: relative;
        left: 25px;
        z-index: 1;
        color: black;
    }
    .active-btn-symbol {
      width: 16px;
      height: auto;
      position: relative;
      left: 25px;
      z-index: 1;
      transition: transform 0.2s;
      color: black;
    }

    .active-btn::before, .active-btn-2::before, .active-btn-3::before {
        content: '';
        position: absolute;
        inset: -2px;
        background: radial-gradient(circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), transparent 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
        filter: blur(25px);
        z-index: -1;
    }
    .active-btn::after, .active-btn-2::after, .active-btn-3::after {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 255, 255, 0.3), transparent 70%);
        border-radius: 9999px;
        opacity: 0;
        transition: opacity 0.2s ease;
        filter: blur(15px);
        pointer-events: none;
    }
    img.captcha-img{
    width:60px;
    height:60px;
    }
.icon--moon {
    transition-delay: 200ms;
}
#switch {
    display: none;
}
.toggle-switch {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 0 50px 20px rgba(0, 0, 0, 0.1);
    line-height: 1;
}
.icon-toggle {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    transition: transform 500ms;
}

.icon--moon {
    transition-delay: 200ms;
}

.icon--sun {
    transform: scale(0);
}

#switch:checked + .icon--moon, #switch1:checked + .icon--moon {
    transform: rotate(360deg) scale(0);
}

#switch:checked ~ .icon--sun, #switch1:checked ~ .icon--sun {
    transition-delay: 200ms;
    transform: scale(1) rotate(360deg);
}
.w-8 {
    width: 1.5rem /* 32px */;
}
.feature-card-index .bg{
    height: 190px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
        margin: 10px;
}

@media (min-width: 1200px) {
    .footer-container {
        max-width: 1270px;
    }
}