/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap"); */

:root {
  --text-color: #373131;
  --text-white: #fff;
  --text-black: #000;
  --orange-text: #ff6100;
}

body {
  /* font-family: "Open Sans", sans-serif !important;
  color: var(--text-color);
  margin: 0; */
}

.main-div {
  width: 100% !important;
  background-color: #ff6100 !important;
  text-align: center;
  color: #fff;
  padding: 35px;
}
.main-div h1 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.1rem;
}

.main-div p {
  font-size: 1.5rem;
  font-style: italic;
}

.link {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link a img {
  max-width: 100%;
}

.link:hover {
  background: #fff6ee;
  border-radius: 10px;
}
.title {
  color: var(--text-color) !important;
  word-wrap: break-word !important;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.links a span i {
  font-size: 20px;
  font-weight: 500;
}
.links span {
  color: var(--text-color);
}
.links a {
  text-decoration: none;
  color: #56a0e9;
}
.links a:hover {
  color: #56a0e9 !important;
}
.items h3 {
  color: var(--orange-text);
  font-weight: 600;
  font-size: 28px;
}
.items li a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.content h2 {
  font-size: 2em;
  font-weight: 700;
  color: var(--text-color) !important;
}
.tagline p {
  color: var(--text-black) !important;
  font-style: italic !important;
  font-size: 18px;
  font-weight: 500;
}
.main-content h4 {
  font-weight: 600;
  font-size: 2em;
  color: var(--text-black);
}
.main-content p {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.4;
}
.main-content h6 {
  color: var(--text-black);
  font-style: italic;
  font-weight: bold;
}
.list {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
/* .list-item {
  margin-bottom: 20px;
} */
.text-tight {
  line-height: 0.4 !important;
}
.tips-tutorial {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-image: url("./icons/104.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.noscroll {
  overflow: hidden;
}

.questions > li:has(a) {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  width: fit-content;
}

.questions > li:has(a):hover {
  color: rgb(255 97 0 / 70%) !important;
  scale: 1.003 !important;
}

.questions > li:has(a):hover > a {
  color: rgb(255 97 0 / 70%) !important;
}

.link-btn {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  outline: none;
  color: #56a0e9;
}

@media (min-width: 907px) and (max-width: 985px) {
  .topSpacing {
    margin-top: 1.25rem;
  }
}

.list-style-disc {
  list-style: disc !important;
}

.list-style-num {
  list-style: decimal !important;
}

.coming-soon-img-container {
  overflow: hidden;
  height: 90vh;
  position: relative;
}

.coming-soon-img {
  top: -6.5rem;
  inline-size: 86%;
  position: absolute;
}

.coming-soon-txt-container {
  width: 100%;
  position: absolute;
  bottom: 6rem;
}

.coming-soon-txt {
  width: fit-content;
  color: green;
  font-weight: 500;
  letter-spacing: 5px;
  margin-inline: auto;
}

@media (min-width: 760px) and (max-width: 992px) {
  .coming-soon-img {
    top: -10rem;
  }

  .coming-soon-txt-container {
    bottom: 10rem;
  }
}

@media (min-width: 556px) and (max-width: 760px) {
  .coming-soon-img {
    top: -12rem;
  }

  .coming-soon-txt-container {
    bottom: 14rem;
  }
}

@media (max-width: 556px) {
  .coming-soon-img {
    top: -14rem;
  }

  .coming-soon-txt-container {
    bottom: 18rem;
  }
}

.answer-page-heading {
  font-size: 1.5rem !important;
  margin-bottom: 2rem;
}

.answer-page-subheading {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 1rem;
}

.answer-page-para {
  font-size: 1.25rem !important;
}

@media (min-width: 768px) {
  .answer-page-heading {
    font-size: 1.75rem !important;
  }

  .answer-page-para {
    font-size: 1.35rem !important;
  }

  .answer-page-subheading {
    font-size: 1.5rem !important;
  }
}

.helpful-article {
  color: #ff6100;
  font-weight: 600;
}

.response-btn {
  border: 3px solid rgba(128, 128, 128, 0.371);
  background-color: transparent;
  padding: 0px 20px;
  border-radius: 35px;
  font-size: 1.75rem;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.response-btn:hover {
  color: #ff6100;
  border-color: #ff6100;
  scale: 1.01;
}

.more-questions {
  font-size: 1.25rem;
  font-weight: 500;
}

.submit-request-btn {
  border: none;
  background-color: transparent;
  color: #56a0e9;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}

.submit-request-btn {
  display: inline-block;
  position: relative;
}

.submit-request-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.submit-request-btn:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
