body,
html {
  scroll-behavior: smooth;
}
#top_nav,
footer::after {
  height: 100%;
  width: 100%;
}
#navbarMenu,
#top_nav,
.footer_link:hover::after,
.navbar_link:hover::after {
  width: 100%;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
}
:root {
  --darker: #0c0c0c;
  --dark: #121212;
  --deep_dark: #1b1b1b;
  --light_dark: #202020;
  --light_gray: #e0e0e0;
  --gray: #b0b0b0;
  --dark_gray: #444444;
  --primary: #004d61;
  --secondary: #72dd00;
  --dark_secondary: #5fcb00;
  --highlight: #d8e9a8;
  --dark_highlight: #727e50;
  --light_em: #dededecb;
  --dark_em: #2d2d2d;
  --light: #f5f5f5d4;
  --light_grad: #ddddddde;
  --white: #ffffff;
  --ghostwhite: #ffffff;
  --black: #000000;
}
::selection {
  background: var(--ghostwhite) !important;
  color: var(--dark) !important;
}
body {
  background: var(--black) !important;
  transition: background-color 0.25s ease-in-out;
}
.material-icons {
  font-size: 20px !important;
}
.wrapper {
  max-width: 1550px !important;
}
#content {
  overflow-x: hidden;
}
.gradient_cursor {
  height: 120px;
  width: 120px;
  background: linear-gradient(180deg, #ffc107, var(--dark_secondary));
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  filter: blur(40px);
  opacity: 0;
  z-index: 2;
}
.content_container,
.footer_link,
.navbar_link,
.shiny_btn,
footer {
  position: relative;
}
.pageContent {
  z-index: 3 !important;
}
.content_container {
  z-index: 99 !important;
}
.lh_1 {
  line-height: 1.1 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #1212128a inset !important;
  -webkit-text-fill-color: var(--white) !important;
  transition: background-color 5000s ease-in-out;
  caret-color: var(--white);
}
.btn_secondary:hover,
.btn_secondary_outline:hover {
  box-shadow: 0 0 10px var(--secondary);
}
.link_light_hover {
  color: var(--light_em) !important;
  fill: var(--light_em) !important;
  transition: 0.25s;
}
.btn_cancel:hover,
.btn_light:hover,
.btn_transparent:hover,
.link_light_hover:hover {
  color: var(--white) !important;
  fill: var(--white) !important;
}
.link_secondary_hover {
  color: var(--light_em);
  fill: var(--light_em);
  transition: 0.25s;
}
.text_light_gradient,
.text_secondary_gradient {
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.link_secondary_hover:hover {
  color: var(--secondary) !important;
  fill: var(--secondary) !important;
}
.fs_5 {
  font-size: 1.15rem !important;
}
.fs_6 {
  font-size: 0.95rem !important;
}
.fs_7 {
  font-size: 0.9rem !important;
}
.fs_8 {
  font-size: 0.85rem !important;
}
.fs_xs {
  font-size: 0.675rem !important;
}
.bg_dark {
  background: var(--dark) !important;
}
.bg_deep_dark {
  background: var(--deep_dark) !important;
}
.bg_light_dark {
  background: var(--light_dark) !important;
}
.bg_black {
  background: var(--black) !important;
}
.bg_light_gray {
  background: var(--light_gray) !important;
}
.bg_gray {
  background: var(--gray) !important;
}
.bg_dark_gray {
  background: var(--dark_gray) !important;
}
.bg_highlight {
  background: var(--highlight) !important;
}
.text_secondary_gradient {
  background: linear-gradient(106deg, #72dd00 9.18%, #d2ffac 91.98%);
  background-clip: text;
}
.text_light_gradient {
  background: linear-gradient(
    106deg,
    var(--white) 9.18%,
    var(--light_grad) 91.98%
  );
  background-clip: text;
}
.text_white {
  color: var(--white) !important;
}
.text_dark {
  color: var(--dark) !important;
}
.text_light {
  color: var(--light_gray) !important;
}
.text_light_em {
  color: var(--light_em) !important;
}
.text_dark_em {
  color: var(--dark_em) !important;
}
.text_highlight {
  color: var(--highlight) !important;
}
.text_secondary {
  color: var(--secondary) !important;
}
.arrow_right_top {
  text-decoration: none;
  -moz-text-decoration-style: none;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.btn_secondary,
.btn_secondary_outline {
  padding: 0.65rem 1.25rem !important;
  text-decoration: none !important;
  transition: 0.25s;
  box-shadow: 0 0 8px 0 #00000036;
}
.arrow_right_top svg {
  transform: rotate(-45deg);
}
.shiny_btn {
  overflow: hidden;
  user-select: none !important;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  -ms-touch-select: none !important;
  -webkit-user-select: none !important;
}
.shiny_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-300%, -50%) rotate(20deg);
  background: #ffffffe8;
  filter: blur(10px);
  height: 55px;
  width: 20px;
  transition: 0.3s;
}
#navbarMenu .bg_icon,
.navbarMenu .bg_icon {
  position: absolute;
  transform: translateX(-50%);
}
.shiny_btn:hover::after {
  transform: translate(1200%, -50%) rotate(20deg);
}
.shiny_btn span,
.shiny_btn svg {
  z-index: 1;
  position: relative;
}
.btn_secondary {
  background: var(--secondary) !important;
  color: var(--dark);
  fill: var(--dark);
  border: 1px solid var(--dark_secondary);
  border-radius: 100px;
}
.btn_secondary:hover {
  background: var(--dark_secondary) !important;
  color: var(--black) !important;
  fill: var(--black) !important;
}
.btn_light_outline:hover,
.btn_light_outline_secondary:hover,
.btn_secondary_outline:hover {
  background: var(--secondary) !important;
  color: var(--black) !important;
  fill: var(--black) !important;
}
.btn_secondary_outline {
  background: 0 0 !important;
  color: var(--secondary);
  fill: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 100px;
}
.btn_light_outline,
.btn_light_outline_secondary {
  background: 0 0 !important;
  color: var(--light);
  fill: var(--light);
  padding: 0.65rem 1.25rem !important;
  text-decoration: none !important;
  border: 1px solid var(--light);
  border-radius: 100px;
  box-shadow: 0 0 8px 0 #00000036;
  transition: 0.25s;
}
.btn_dark,
.btn_dark_gray {
  color: var(--light_gray);
  fill: var(--light_gray);
  padding: 0.65rem 1.25rem !important;
  text-decoration: none !important;
  transition: 0.25s;
}
.btn_light_outline:hover,
.btn_light_outline_secondary:hover {
  border: 1px solid var(--secondary);
}
.btn_dark_gray {
  background: var(--light_dark) !important;
  border: 1px solid var(--dark);
  border-radius: 100px;
  box-shadow: 0 0 8px 0 #00000036;
}
.btn_dark_gray:hover {
  background: var(--deep_dark) !important;
  color: var(--white) !important;
  fill: var(--white) !important;
}
.btn_dark {
  background: var(--dark) !important;
  border: 1px solid var(--dark);
  border-radius: 100px;
  box-shadow: 0 0 8px 0 #00000036;
}
.btn_light,
.btn_transparent {
  padding: 0.65rem 1.25rem !important;
  text-decoration: none !important;
  border: 1px solid transparent;
  box-shadow: 0 0 8px 0 #00000036;
}
.btn_dark:hover {
  background: var(--black) !important;
  color: #fff !important;
  fill: #fff !important;
}
.btn_transparent {
  background: 0 0 !important;
  color: var(--light_em);
  fill: var(--light_em);
  border-radius: 100px;
  transition: 0.25s;
}
.btn_light {
  background: var(--light_em) !important;
  color: var(--dark);
  fill: var(--dark);
  border-radius: 100px;
  transition: 0.25s;
}
.btn_cancel,
.navbar_link {
  color: var(--light_em);
  transition: 0.25s;
}
.btn_cancel {
  background: var(--dark_gray) !important;
  fill: var(--light_em);
  height: 40px;
  width: 40px;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 0 8px 0 #00000036;
}
#nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
#navbarMenu {
  height: fit-content;
  border-bottom: 1px solid var(--dark_em);
}
#navbarMenu .bg_icon {
  bottom: 0;
  left: 50%;
  opacity: 0.1;
  user-select: none !important;
  -webkit-user-drag: none !important;
}
.navbar_link {
  text-decoration: none;
}
.navbar_link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 4px;
  width: 0;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  background: var(--secondary);
  opacity: 1;
  transition: 0.25s;
}
.navbar_link:hover {
  color: var(--white);
}
@media (max-width: 475px) {
  #navContactBtn {
    display: none !important;
  }
}
#top_nav {
  position: fixed;
  top: -100%;
  background-color: #070707d8;
  backdrop-filter: blur(10px);
  z-index: 99;
}
.navbarMenu .bg_icon {
  bottom: 0;
  left: 50%;
  z-index: 0;
  opacity: 0.2;
}
.footer_link::after,
footer::after {
  content: "";
  left: 0;
  position: absolute;
}
.title_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  padding: 0.75rem 1.5rem;
  background: #0000008e;
  border: 1px solid #72dd0027;
}
.title_dot {
  height: 10px;
  width: 10px;
  background: linear-gradient(-45deg, var(--secondary), var(--dark_secondary));
  border-radius: 50%;
}
footer {
  height: 700px;
  background: linear-gradient(145deg, #b9f680, #ccff9d);
  overflow: hidden;
}
footer::after {
  top: 0;
  background: 0 0;
  z-index: 2;
}
.footer_heading {
  font-size: clamp(64px, 10vw, 160px);
  color: var(--black);
  line-height: 0.8;
}

@media (min-width: 1920px) {
  .footer_heading {
    font-size: 250px;
  }
}
.footer_link.fs_4 {
  font-size: 1.45rem !important;
}
.footer_link::after {
  bottom: 0;
  height: 2px;
  width: 0%;
  background: var(--dark);
  transition: 0.3s;
}
footer #scrollToTop {
  min-height: 55px !important;
  min-width: 55px !important;
  padding: 0 !important;
}
.footer_input {
  background: 0 0 !important;
  border: none !important;
  border-bottom: 2px solid var(--deep_dark) !important;
  padding: 1rem 0.15rem !important;
  line-height: 1 !important;
  outline: 0 !important;
}
.footer_input:focus {
  border-color: 2px solid transparent !important;
  box-shadow: none !important;
}
#subscribe_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.btn_loading {
  animation: 1s linear infinite loading;
}
@keyframes loading {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.footerSocialLink {
  fill: var(--dark);
  transition: 0.3s;
}
.footerSocialLink:hover {
  fill: var(--black);
}
@media (max-width: 768px) {
  footer {
    height: 850px !important;
  }
}
.company_logo_items {
  filter: grayscale(1);
  transition: 0.3s;
}
.company_logo_items:hover {
  filter: grayscale(0);
}
.faq_section {
  background: transparent;
}

.faq_section .highlight {
  background: rgba(255,255,255,0.08);
  padding: 0.15em 0.4em;
  border-radius: 6px;
}

.faq_accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq_item {
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  overflow: hidden;
}

.faq_question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq_question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq_answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #bfbfbf;
  font-size: 15px;
  line-height: 1.6;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq_item.active .faq_answer {
  max-height: 300px;
  padding: 0 22px 18px;
}

.faq_item.active .icon {
  transform: rotate(45deg);
}

