:root {
  --main: #007af6;
  --white: #ffffff;
  --grey: #d3dae9;
  --heading: #e7e7e7;
  --second: #848484;
  --bg: #111214;
}

html {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1 {
  font-family: "Sora", sans-serif;
}

li {
  list-style-type: none;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--bg);
}

button,
input,
select,
textarea {
  outline: 0;
  font-family: "Poppins", sans-serif;
  padding: 0;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

.particle {
  position: fixed;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 9999;
}

@media only screen and (min-width: 1720px) {
  .carousel_section {
    position: relative;
    width: 100%;
    height: 525px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide overflow */
  }

  .carousel_track {
    display: flex;
    position: relative;
    left: calc(
      50% - 450px - 32px
    ); /* Center first slide (half of slide width + margin) */
    transition: transform 0.5s ease-in-out;
  }

  .article_img {
    height: 360px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 8px;
  }

  .slideshow_img {
    height: 525px;
    width: 900px;
    flex: 0 0 auto;
    margin: 0 32px;
    border-radius: 6px;
  }

  .portfolio_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
  }

  .slideR {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 245px;
    cursor: pointer;
    z-index: 5;
    right: calc(50% - 500px);
  }

  .slideL {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    left: calc(50% - 500px);
  }

  .leftimg,
  .rightimg {
    width: 20px;
  }

  .prev_btn,
  .next_btn {
    color: var(--white);
  }

  .vl {
    border-left: 1px solid #434343;
    width: 1px;
    align-self: stretch;
  }
}

@media only screen and (min-width: 1320px) and (max-width: 1720px) {
  .carousel_section {
    position: relative;
    width: 100%;
    height: 525px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide overflow */
  }

  .article_img {
    height: 420px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 8px;
  }

  .carousel_track {
    display: flex;
    position: relative;
    left: calc(
      50% - 450px - 32px
    ); /* Center first slide (half of slide width + margin) */
    transition: transform 0.5s ease-in-out;
  }

  .slideshow_img {
    height: 525px;
    width: 900px;
    flex: 0 0 auto;
    margin: 0 32px;
    border-radius: 6px;
  }

  .portfolio_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
  }

  .slideR {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 245px;
    cursor: pointer;
    z-index: 5;
    right: calc(50% - 500px);
  }

  .slideL {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    left: calc(50% - 500px);
  }

  .leftimg,
  .rightimg {
    width: 20px;
  }

  .prev_btn,
  .next_btn {
    color: var(--white);
  }

  .vl {
    border-left: 1px solid #434343;
    width: 1px;
    align-self: stretch;
  }
}

@media only screen and (min-width: 1080px) and (max-width: 1320px) {
  .carousel_section {
    position: relative;
    width: 100%;
    height: 525px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide overflow */
  }

  .article_img {
    height: 360px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 8px;
  }

  .carousel_track {
    display: flex;
    position: relative;
    left: calc(
      50% - 450px - 32px
    ); /* Center first slide (half of slide width + margin) */
    transition: transform 0.5s ease-in-out;
  }

  .slideshow_img {
    height: 525px;
    width: 900px;
    flex: 0 0 auto;
    margin: 0 32px;
    border-radius: 6px;
  }

  .portfolio_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
  }

  .slideR {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 245px;
    cursor: pointer;
    z-index: 5;
    right: calc(50% - 500px);
  }

  .slideL {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    left: calc(50% - 500px);
  }

  .leftimg,
  .rightimg {
    width: 20px;
  }

  .prev_btn,
  .next_btn {
    color: var(--white);
  }

  .vl {
    border-left: 1px solid #434343;
    width: 1px;
    align-self: stretch;
  }
}

@media only screen and (min-width: 1080px) {
  #particles-js {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
  }

  .lrg_hid {
    display: none !important;
  }

  .review_icon {
    width: 80px;
    height: 80%;
  }

  .star {
    height: 14px;
    width: 14px;
  }

  .star {
    animation: floatStars 2s infinite ease-in-out alternate;
  }

  .main_header_text_container {
    width: 70%;
    margin: auto;
    z-index: 5;
    text-align: center;
  }

  .main_header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(
      to bottom,
      rgba(29, 69, 139, 0.15),
      #111214,
      #111214
    );
  }

  .header_btn_container {
    width: 550px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .display_card {
    width: 100%;
    border-bottom: 1px solid #d3dae9;
    margin-bottom: 4rem;
  }

  .display_card_no_bdr {
    width: 100%;
    margin-bottom: 4rem;
  }

  .box_space_large {
    margin: 6rem 0;
  }

  .sub_img_full {
    width: 70%;
    margin: auto;
  }

  .card_fullImg {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_full {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_imgFull {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .wide_img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 400px;
  }

  .award_brand_wrapper {
    width: 500px;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .award_badge {
    width: 130px;
  }

  .sub_bar {
    box-sizing: border-box;
  }
  .sub_bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 120px;
  }
  .middle {
    border-left: 1px solid #434343;
    border-right: 1px solid #434343;
  }
  .sub_bar_section {
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    height: 50%;
  }

  html::-webkit-scrollbar-thumb:vertical {
    background: linear-gradient(to bottom, #007af6, #47a5f7);
  }

  html::-webkit-scrollbar {
    width: 15px;
    border: 1px solid #111214;
  }
}

@media only screen and (max-width: 1080px) {
  .carousel_section {
    overflow: hidden; /* hide scrollbar */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .article_img {
    height: fit-content;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 8px;
  }

  .carousel_track {
    display: flex;
    gap: 8px; /* space between slides */
    transform: none;
    padding: 0 20%; /* this creates the "peek" effect on sides */
  }

  .award_brand_wrapper {
    width: 80%;
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .award_badge {
    width: 80px;
  }

  .sub_bar {
    box-sizing: border-box;
  }
  .sub_bar_container {
    width: 100%;
    height: 125px;
    position: relative;
  }
  .sub_bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .middle {
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
  }
  .sub_bar_section {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    height: 80px;
  }

  .slideshow_img {
    flex: 0 0 80%; /* main slide width */
    width: 100%;
    object-fit: cover;
    height: 400px;
    border-radius: 6px;
  }

  .slideL,
  .slideR {
    display: none;
  }

  .star {
    animation: floatStars 2s infinite ease-in-out alternate;
  }

  html::-webkit-scrollbar-thumb:vertical {
    background: linear-gradient(to bottom, #007af6, #47a5f7);
  }

  html::-webkit-scrollbar {
    width: 1px;
    border: none;
  }
}

@media only screen and (min-width: 760px) and (max-width: 1080px) {
  .review_icon {
    width: 90px;
    height: 80%;
  }

  .star {
    height: 14px;
    width: 14px;
  }

  .carousel_section {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    overflow: hidden; /* Hide overflow */
  }

  .carousel_track {
    display: flex;
    position: relative;
    left: calc(50vw - 300px - 105px);
    transition: transform 0.5s ease-in-out;
  }

  .slideshow_img {
    height: 420px;
    width: 600px;
    margin: 0 32px;
    flex: 0 0 auto;
    border-radius: 6px;
  }

  .portfolio_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
  }

  .leftimg,
  .rightimg {
    width: 20px;
  }

  .prev_btn,
  .next_btn {
    color: var(--white);
  }

  .vl {
    border-left: 1px solid #434343;
    width: 1px;
    align-self: stretch;
  }

  #particles-js {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
  }

  .main_header_text_container {
    width: 95%;
    margin: auto;
    z-index: 5;
    text-align: center;
  }

  .main_header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(
      to bottom,
      rgba(29, 69, 139, 0.15),
      #111214,
      #111214
    );
  }

  .header_btn_container {
    width: 550px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .display_card {
    width: 100%;
    border-bottom: 1px solid #d3dae9;
    margin-bottom: 4rem;
  }
  .display_card_no_bdr {
    width: 100%;
    margin-bottom: 4rem;
  }

  .box_space_large {
    margin: 6rem 0;
  }

  .sub_img_full {
    width: 80%;
    margin: auto;
  }

  .card_fullImg {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_full {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_imgFull {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .wide_img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 300px;
  }

  .small_hid {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .review_icon {
    width: 40px;
    height: 80%;
  }

  .star {
    height: 11px;
    width: 11px;
  }

  .col-12ssm {
    grid-column: span 12;
  }

  .col-12sssm {
    grid-column: span 12;
  }
  .carousel_track {
    padding: 0 5%; /* less padding for smaller screens */
  }
  .slideshow_img {
    flex: 0 0 90%;
    height: 220px;
  }

  .carousel_section {
    margin-top: 2rem;
  }

  .portfolio_img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
  }

  .leftimg,
  .rightimg {
    width: 20px;
  }

  .prev_btn,
  .next_btn {
    color: var(--white);
  }

  .vl {
    border-left: 1px solid #434343;
    width: 1px;
    align-self: stretch;
  }

  #particles-js {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
  }

  .main_header_text_container {
    width: 95%;
    margin: auto;
    z-index: 5;
    text-align: center;
  }

  .main_header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(
      to bottom,
      rgba(29, 69, 139, 0.15),
      #111214,
      #111214
    );
  }

  .header_btn_container {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn {
    width: 120px;
    height: 45px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    transition: all 0.5s;
  }

  .p_btn {
    position: relative;
    background: linear-gradient(to right, #007af6, #db00fd, #db00fd, #007af6);
    background-size: 200% 100%;
    background-position: left;
    color: #ffffff;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    transition: background-position 0.4s ease-in-out;
  }

  .p_btn:hover {
    background-position: right;
    cursor: pointer;
  }

  .w_btn {
    background-color: #fff;
    color: #007af6;
    font-weight: 400;
  }

  .w_btn:hover {
    background-color: #d3dae9;
    color: #007af6;
    cursor: pointer;
  }

  .s_btn {
    background-color: #111214;
    color: #007af6;
    border: 1px solid #007af6;
    font-weight: 400;
  }

  .s_btn:hover {
    background-color: #007af6;
    color: #ffffff;
    cursor: pointer;
  }

  .display_card {
    width: 100%;
    border-bottom: 1px solid #d3dae9;
    margin-bottom: 4rem;
  }
  .display_card_no_bdr {
    width: 100%;
    margin-bottom: 4rem;
  }

  .box_space_large {
    margin: 3rem 0;
  }

  .sub_img_full {
    width: 80%;
    margin: auto;
  }

  .card_full {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_fullImg {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(to bottom, #007af6, #004790);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card_imgFull {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
  }

  .wide_img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    height: 100%;
  }

  .small_hid {
    display: none;
  }
}

.flx_d_input {
  width: 49%;
}

.p_col {
  color: #007af6;
}

.s_col {
  color: #db00fd;
}

.start_flex_B {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.mg_2 {
  margin-top: 4rem;
}

.card_process {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 8px;
  background-color: #15171b;
}

.card_standout {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 8px;
  background-color: #15171b;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.card {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 8px;
  background-color: #15171b;
}

.card_blue {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-bottom: 1px solid #007af6;
  background-color: #15171b;
  margin-bottom: 2rem;
}

.no_mg {
  margin: 0;
}

.top_mg {
  margin-top: 2rem;
}

.tool_container {
  width: 18%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tool_img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  margin: auto;
  overflow-clip-margin: unset;
}

.ssm_img {
  height: 50px;
  margin: 0 0.5rem 0 0;
}

@keyframes floatStars {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.wrapper_100_tools {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_container {
  position: relative;
  margin-bottom: 2rem;
}

.wrapper_100 {
  display: flex;
  width: 100%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.drop_sw {
  z-index: 5;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.link {
  font-size: 14px;
  color: #007af6;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.center_link {
  text-align: center;
  font-size: 14px;
  color: #007af6;
  text-decoration: none;
  margin: 1rem auto;
}

.center_link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.faq_content_container.expanded {
  height: auto;
}

.faq_content_container {
  height: 0; /* Start with height 0 to hide the content */
  transition: height 0.3s ease; /* Smooth transition for height */
}

.flex_center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_mg {
  margin-left: 1rem;
}

.card_img_container {
  background-color: #1b1e24;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 100%;
  height: 215px;
}

.card_full_img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.card_img_sm {
  height: 80%;
}

.gradient {
  background: linear-gradient(to right, #007af6, #db00fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.top_process_container {
  width: calc(49% - 16px);
}

.bottom_process_container {
  margin-top: 3rem;
  width: calc(49% - 16px);
}

.border_container {
  width: 100%;
  border-left: 1px solid #d3dae9;
  box-sizing: border-box;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box_space {
  margin: 1rem 0;
}

.input,
.textarea {
  background-color: #1b1e24;
  border: none;
  color: var(--grey);
  padding: 1rem 0.5rem;
  box-sizing: border-box;
  margin: 0 0 1rem;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
}

.textarea {
  height: 100px;
}

.blue_bottom_bar {
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to right, #007af6);
  z-index: -1;
}

.card_img {
  width: 60%;
  height: auto;
}

.sticky {
  position: sticky;
  top: 2rem; /* adjust this for spacing from top */
}

.faq_container,
.faq_container_active {
  box-sizing: border-box;
  padding: 0.5rem 0.2rem;
  overflow: hidden;
  border-radius: 8px;
  background-color: #15171b;
}

.faq_container_active {
  width: 100%;
  border-left: 2px solid #007af6;
  margin: 1rem 0;
}
.faq_container {
  width: 100%;
  margin: 1rem 0;
  cursor: pointer;
}
.faq_container_text_active {
  height: 100%;
}
.banner_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.blue_gradient_bar {
  padding: 4rem 0;
  width: 100%;
  background: linear-gradient(to right, #007af6, #002a55);
  z-index: -1;
}

.icon {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

.card_header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  border-bottom: 1px solid #434343;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  color: white;
  padding: 1rem 0;
  font-size: 16px;
  font-weight: 500;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  color: var(--grey); /* Slightly lighter text for sub-items */
  font-size: 14px;
}

/* Hover effect for items */
.list-item:hover {
  background-color: #1a1d21;
  border-radius: 6px;
}

.custom-checkbox input {
  display: none;
}

/* Create the custom box */
.checkmark {
  height: 14px;
  width: 14px;
  background-color: #ccc; /* Grey inactive color */
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-checkbox {
  height: 14px;
}

/* Style when checked */
.custom-checkbox input:checked + .checkmark {
  background-color: #007bff; /* Blue when checked */
}

/* Optional: Add a checkmark icon inside when checked */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.bubble_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
  width: 100%;
}

.article_stop {
  border: none;
  border-bottom: 1px solid #434343;
  width: 100%;
  margin: 4rem 0;
}

.main_header_text_container {
  animation: 1s forwards fading_up;
}

img {
  overflow-clip-margin: unset;
}
