*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body {
  padding-top: 125px;
}
html {
  scroll-padding-top: 125px;
  scroll-behavior: smooth;
}
section {
  scroll-margin-top: 125px;
}
#isuite-workflow {
  scroll-margin-top: 125px;
}
#tests {
  scroll-margin-top: 130px;
}
h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
.status-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 99999;
}
.status-modal.show {
  opacity: 1;
  visibility: visible;
}
.status-box {
  width: min(90%, 420px);
  background: #fff;
  border-radius: 12px;
  padding: 40px 35px;
  text-align: center;
}
.status-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: #1ca54c;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-box h2 {
  margin: 25px 0 12px;
  font-size: 30px;
}
.status-box p {
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}
.status-box button {
  width: 140px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: #ff1e00;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.status-icon.success {
  background: #1ca54c;
  color: #fff;
}
.status-icon.error {
  background: #d32f2f;
  color: #fff;
}
@font-face {
  font-family: "Framer Sans";
  src: url("./../assets/fonts/framer-sans-700.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.flex {
  display: flex;
}
.container {
  width: 90%;
  height: 100%;
  margin: auto;
}
.tcenter {
  text-align: center;
}
#goTop {
  position: fixed;
  bottom: 25px;
  right: 32px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: red;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#goTop:hover {
  transform: translateY(-3px);
}
#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
#loader.hide {
  opacity: 0;
  visibility: hidden;
}
.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.loader-logo {
  width: 180px;
}
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e5e5;
  border-top: 3px solid #d60000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  #goTop {
    width: 40px;
    height: 40px;
    right: 13px;
    bottom: 28px;
    font-size: 20px;
  }
  .container {
    width: 85%;
  }
}
header {
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - var(--scrollbar-width));
  z-index: 1000;
  background: #fff;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.banner {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}
.line-1 {
  display: flex;
  align-items: center;
}
.line-2 {
  display: flex;
  align-items: center;
}
.line-2 > span:nth-child(2),
.line-2 > span:nth-child(4) {
  font-family: "Arial Black", Arial, sans-serif;
}
.blue {
  color: #00fefb !important;
}
.banner h4 {
  font-size: 14px;
  padding-top: 4px;
}
.line-2 > span {
  margin: 0 20px;
}
.red {
  color: red;
  margin: 0 !important;
}
.gray {
  color: #474747;
}
.line-1 img {
  width: 180px;
  margin: 0 30px 0 10px;
}
.logo {
  height: 70px;
}
.logo img {
  height: 68px;
  margin-top: 2px;
}
.main {
  height: 75px;
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav {
  display: flex;
  align-items: center;
}
nav ul {
  display: flex;
}
nav > ul > li:not(:first-child) {
  list-style: none;
  font-weight: 600;
  border-left: 1px solid #000;
}
nav > ul > li:first-child {
  list-style: none;
  margin-top: -4.5px;
}
nav > ul > li > a {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 0 10px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 30px;
  color: #000;
  padding: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header {
    height: 125px;
  }
  body {
    padding-top: 125px;
  }
  html {
    scroll-padding-top: 125px;
  }
  section,
  #isuite-workflow,
  #tests {
    scroll-margin-top: 125px;
  }
  .banner {
    height: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 2px 10px;
  }
  .banner h4 {
    font-size: 8px;
    font-weight: 700;
  }
  .line-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .line-1 h4 {
    font-size: 8px;
    padding: 0;
  }
  .line-1 img {
    width: 100px;
    margin: 0;
  }
  .line-2 {
    display: block;
    text-align: center;
    font-size: 7.5px !important;
    line-height: 1.2;
    padding: 0;
  }
  .line-2 > span {
    margin: 0 4px;
  }
  .main {
    height: 65px;
  }
  .logo {
    height: 60px;
  }
  .logo img {
    height: 56px;
    margin-top: 2px;
  }
  .menu-toggle {
    display: flex;
  }
  nav {
    display: none;
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  nav.active {
    display: flex;
  }
  nav ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  nav ul li,
  nav > ul > li:first-child,
  nav > ul > li:not(:first-child) {
    width: 100%;
    margin: 0;
    list-style: none;
    border: none;
  }
  nav ul li a {
    display: block;
    padding: 16px 20px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }
}
.hero {
  width: 100%;
  aspect-ratio: 1900/942;
  background: url("./../assets/img/hero-bg.webp") center/contain no-repeat;
  background-color: #000;
  color: #fff;
  height: auto;
}
.hero > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 40px 0px;
}
.pill-box {
  display: flex;
}
.hero-left form {
  display: flex;
  width: 500px;
  flex-direction: column;
}
.hero-left > form > button {
  width: 110px;
  border-radius: 9999px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #262d33;
  color: #ff1e00;
  padding-top: 3px;
  height: 35px;
  cursor: pointer;
}
.hero-left-head {
  padding-bottom: 30px;
}
.hero-left h2 {
  font-size: 42px;
  font-weight: 400;
}
.hero-left > h3 {
  font-size: 20px;
  font-weight: 600;
  color: #96a4b5;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.hero-left > h3 > img {
  width: 30px;
  height: 20px;
  margin: 0px 10px;
}
.hero-left-para {
  padding-bottom: 30px;
}
.hero-left-para h4 {
  line-height: 20px;
}
.hero-left h4 {
  font-weight: 400;
}
.hero-left input {
  width: 100%;
  height: 30px;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #000;
  border: 1px solid #4b4a4a;
  border-radius: 9999px;
  font-size: 15px;
  color: #fff;
  transition: all 0.25s ease;
}
.hero-left input:focus {
  border-color: #550419;
  box-shadow: 0 0 8px rgba(85, 4, 25, 0.2);
}
.pill-box {
  margin: 20px 0px 15px 0px;
  width: 160px;
  border-radius: 9999px;
  background-color: #000;
  height: 35px;
}
.pill-box button {
  width: 160px;
  height: 35px;
  background-color: #ff1e00;
  color: #000;
  font-size: 17px;
  padding-top: 3px;
  font-weight: 600;
  border: none;
  border-radius: 9999px;
}
.pill-box h3 {
  color: red;
  font-size: 20px;
  font-style: italic;
  padding-top: 5px;
  padding-left: 20px;
}
.hero-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  position: fixed;
  top: 58%;
  left: 94.5%;
  z-index: 2000;
}
.hero-right img {
  width: 60px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .hero {
    height: 600px;
    width: 100%;
    aspect-ratio: 717/1067;
    background: url("./../assets/img/hero-bg.webp") center/contain no-repeat;
    background-color: #000;
  }
  .hero > .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 36px 0;
    padding-bottom: 0;
  }
  .hero-left {
    width: 100%;
  }
  .hero-left-head {
    padding-bottom: 20px;
  }
  .hero-left h2 {
    font-size: 24px;
    line-height: 1.15;
  }
  .hero-left > h3 {
    font-size: 12px;
    flex-wrap: wrap;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .hero-left > h3 img {
    width: 15px;
    height: auto;
    margin: 0 8px;
  }
  .hero-left-para {
    padding-bottom: 10px;
  }
  .hero-left h4 {
    font-size: 11.5px;
    line-height: 1.6;
    text-shadow:
      0 2px 4px rgba(0, 0, 0, 0.6),
      0 4px 10px rgba(0, 0, 0, 0.4);
  }
  .hero-left form {
    width: 100%;
  }
  .hero-left input {
    font-size: 15px;
    width: 90%;
  }
  .pill-box {
    width: 100%;
    height: 30px;
    max-width: 120px;
    margin-bottom: 30px;
  }
  .pill-box button {
    width: 120px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  .hero-left > form > button {
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
  }
  .hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: auto;
    left: auto;
    right: 6px;
    bottom: 80px;
    padding: 0;
    z-index: 2000;
  }
  .hero-right img {
    width: 40px;
    margin: 0 8px;
  }
}
.tcards {
  background-color: #000;
}
.test-banner {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.test-banner > div > img {
  width: 240px;
}
.tecard {
  position: relative;
  display: inline-block;
}
.tecard img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-text {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overlay-text span {
  display: inline-block;
  transform: scaleX(0.7);
  margin-left: -5px;
  margin-top: -5px;
}
.overlay-text h2 {
  font-size: 64px;
  font-weight: 700;
  height: 63px;
  margin-bottom: 5px;
  display: inline-block;
  transform: scaleX(1.1);
  font-family: "Framer Sans", sans-serif;
}
.test-banner > .tecard:nth-child(3) > div > h2 {
  font-size: 44px;
  padding-top: 14px;
  width: 100%;
}
.test-banner > .tecard:nth-child(4) > div > h2 {
  margin-bottom: 10px;
  width: 100%;
}
.test-banner > .tecard:nth-child(5) > div > h2 {
  font-size: 35px;
  width: 100%;
  height: auto;
}
.test-banner > .tecard:nth-child(4) > div > h3 {
  margin-bottom: -10px;
  width: 100%;
}
.test-banner > .tecard:nth-child(4) > .overlay-text {
  margin-top: -10px;
}
.test-banner > .tecard:nth-child(4) > div > p {
  font-size: 14px;
  width: 100%;
}
.test-banner > .tecard:nth-child(2) > div > p {
  width: 80%;
}
.overlay-text h3 {
  font-size: 26px;
  font-weight: 700;
}
.overlay-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .tcards {
    padding: 0;
    padding-top: 60px;
    margin: 0;
  }
  .test-banner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    padding: 0;
    margin-top: -40px;
    padding-bottom: 20px;
    justify-items: center;
    align-items: center;
  }
  .tecard {
    width: 100%;
    max-width: 100px;
    position: relative;
  }
  .tecard:nth-child(1) {
    grid-column: 1 / span 2;
  }
  .tecard:nth-child(2) {
    grid-column: 3 / span 2;
  }
  .tecard:nth-child(3) {
    grid-column: 5 / span 2;
  }
  .tecard:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .tecard:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .tecard img {
    width: 100px !important;
    display: block;
  }
  .overlay-text {
    top: 60%;
    left: 50%;
    width: 90%;
    padding: 5px;
    transform: translate(-50%, -50%);
  }
  .overlay-text h2 {
    font-size: 28px;
    line-height: 1;
    height: auto;
    margin-bottom: 4px;
    transform: none;
  }
  .overlay-text h3 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .overlay-text p {
    font-size: 7px;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }
  .overlay-text span {
    margin: 0;
    transform: none;
  }
  .tecard:nth-child(2) .overlay-text p {
    width: 80%;
  }
  .tecard:nth-child(3) .overlay-text h2 {
    font-size: 18px !important;
    margin-top: -10px !important;
    padding-bottom: 5px;
    padding-top: 0;
  }
  .tecard:nth-child(3) .overlay-text p {
    color: #fff;
  }
  .tecard:nth-child(4) .overlay-text {
    margin-top: 0;
    top: 65%;
    left: 50%;
    width: 90%;
    padding: 5px;
    transform: translate(-50%, -50%);
  }
  .tecard:nth-child(4) .overlay-text h2 {
    font-size: 28px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tecard:nth-child(4) .overlay-text h3 {
    font-size: 12px;
    margin-bottom: 0px !important;
  }
  .tecard:nth-child(4) .overlay-text p {
    font-size: 6px !important;
    width: 100% !important;
  }
  .tecard:nth-child(5) .overlay-text h2 {
    font-size: 16px !important;
    line-height: 1.1;
  }
}
.trustees {
  height: 190px;
}
.t-banner {
  height: 40px;
  background-color: #2f2f30;
}
.t-banner div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-banner h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.dot {
  margin: 0px 20px;
  color: red;
}
.trustees-list {
  height: 150px;
  background-color: #fff;
}
.trustees-list > div {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.trustees-list > div > img {
  height: 110px;
}
@media (max-width: 768px) {
  .trustees {
    height: auto;
  }
  .t-banner {
    height: 50px;
  }
  .t-banner h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .dot {
    margin: 0px 5px;
  }
  .tline-1,
  .tline-2 {
    display: block;
  }
  .tline-2 {
    margin-top: 4px;
  }
  .trustees-list {
    height: auto;
    padding: 40px 0;
  }
  .trustees-list > .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    justify-items: center;
    align-items: center;
  }
  .trustees-list > .container > img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .trustees-list > .container > img {
    width: 80px;
  }
  .trustees-list > .container > img {
    margin: 10px 0px;
  }
  .trustees-list > .container > img:last-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.semicon {
  width: 100%;
  aspect-ratio: 1900/398;
  background: url("./../assets/img/semicon-bg.webp") center/contain no-repeat;
  background-color: #000;
  color: #fff;
}
.semicon-top {
  display: flex;
  align-items: center;
}
.semicon-top-left {
  width: 35%;
  margin: 67px 0;
}
.semicon-top-left img {
  width: 400px;
}
.semicon-top-right {
  width: 65%;
}
.semicon-top-right h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.semicon-top-right > h3 > span {
  background-color: red !important;
  padding: 0px 3px;
}
.semicon-top-right h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight: 400;
  width: 82%;
}
.semicon-bottom h3 {
  font-size: 22px;
  padding: 15px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}
.semicon-bottom span {
  padding: 0px 20px;
  color: #252525;
}
@media (max-width: 768px) {
  .semicon {
    aspect-ratio: auto;
    background-size: cover;
    background-position: 70%;
    padding: 50px 0;
    height: 600px;
  }
  .semicon-top {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .semicon-top-left,
  .semicon-top-right {
    width: 100%;
    margin: 0;
  }
  .semicon-top-left {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .semicon-top-left img {
    width: 100%;
  }
  .semicon-top-right {
    text-align: start;
  }
  .semicon-top-right h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .semicon-top-right h4 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .semicon-bottom {
    margin-top: 72px;
    text-align: center;
  }
  .semicon-bottom h3 {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.8;
    padding: 0;
  }
  .semicon-bottom span {
    padding: 0 8px;
    color: red;
  }
}
.isuite {
  width: 100%;
  background-color: #fff;
}
.isuite-top {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 30px;
}
.isuite-top-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.isuite-top-left > h3 > img {
  width: 20px;
  margin-bottom: -4px;
}
.isuite-top-left h2 {
  font-size: 32px;
}
.isuite-top-left h3 {
  width: 98%;
  padding-top: 10px;
  font-size: 20px;
  color: #7d7d7d;
}
.isuite-top-left p {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: red;
}
.isuite-top-left h4 {
  font-size: 17px;
  padding-top: 30px;
  width: 98%;
  font-weight: 400;
  line-height: 24px;
}
.isuite-top-right {
  width: 45%;
}
.isuite-top-right img {
  width: 100%;
  padding-top: 25px;
}
.mob-isuite-workflow {
  display: none;
}
.workflow img {
  width: 100%;
}
.workflow-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0px 60px;
  margin-bottom: 40px;
}
.data-block {
  width: 240px;
  text-align: center;
}
.data-block h3 {
  font-size: 17px;
  color: #df3b40;
  padding-bottom: 15px;
}
.data-block p {
  font-size: 14px;
  width: 70%;
  margin: 0px 15%;
}
@media (max-width: 768px) {
  .isuite {
    padding: 50px 0;
  }
  .isuite-top {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
  .isuite-top-left,
  .isuite-top-right {
    width: 100%;
  }
  .isuite-top-left {
    align-items: start;
    text-align: start;
  }
  .isuite-top-left h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .isuite-top-left h3 {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .isuite-top-left p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .isuite-top-left h4 {
    width: 100%;
    font-size: 15px;
    line-height: 1.7;
    padding-top: 20px;
  }
  .isuite-top-right {
    margin-top: 30px;
  }
  .isuite-top-right img {
    width: 100%;
    max-width: 350px;
    padding-top: 0;
  }
  .isuite-workflow {
    display: none;
  }
  .mob-isuite-workflow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    margin-left: -20px;
    height: 510px;
  }
  .mob-workflow {
    height: 100%;
    width: 45%;
    padding: 0;
    margin: 0;
  }
  .mob-workflow img {
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .mob-workflow-data {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
    margin-left: -20px;
    padding-top: 30px;
  }
  .mob-data-block {
    width: 100%;
    height: 88px;
  }
  .mob-data-block h3 {
    font-size: 12px;
    color: #df3b40;
    padding-bottom: 0px;
  }
  .mob-data-block p {
    width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
    width: 95%;
  }
  .mob-data-block:last-child h3 {
    margin-top: 10px;
  }
}
.testimonials {
  height: 750px;
  background-color: #000;
  color: #fff;
}
.tests {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
}
.tests-left {
  width: 50%;
}
.tests-left p {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: red;
  padding: 10px 0px;
}
.tests-left h2 {
  font-size: 32px;
  width: 80%;
  padding-bottom: 30px;
}
.tests-left h3 {
  width: 76%;
  padding-top: 10px;
  font-size: 20px;
  color: #7d7d7d;
}
.tests-right {
  width: 50%;
  display: flex;
  align-items: start;
  padding-top: 10px;
  justify-content: flex-end;
  gap: 50px;
}
.tcard {
  max-width: 300px;
  height: 720px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  color: #000;
  overflow: hidden;
}
.tcard-img {
  width: 100%;
  height: 250px;
  position: relative;
  border: none;
  display: inline-block;
}
.tcard-img img {
  border: none;
}
.thumbnail {
  display: block;
  width: 100%;
  z-index: 1500;
  border: none;
}
.play-button {
  position: absolute;
  top: 37%;
  left: 40%;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
.tcard-data {
  padding: 20px;
  height: 340px;
  background-color: #fff;
}
.tcard-data hr {
  text-align: left;
  border: none;
  margin: 18px 0px;
  height: 2px;
  width: 50px;
  background-color: red;
}
.tcard-data img {
  width: 25px;
}
.tcard-data p {
  font-size: 14px;
  height: 340px;
  padding-top: 10px;
  line-height: 22px;
}
.tcard-data h5 {
  font-size: 14px;
  font-weight: 400;
}
.tcard-data > div {
  display: flex;
  align-items: center;
  padding-top: 8px;
  margin-left: -5px;
}
.tcard-data > div > img {
  width: 40px;
}
.tcard-data > div > h5 {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .testimonials {
    height: auto;
    padding: 50px 0;
  }
  .tests {
    flex-direction: column;
    padding-top: 0;
  }
  .tests-left,
  .tests-right {
    width: 100%;
  }
  .tests-left {
    text-align: start;
    margin-bottom: 40px;
  }
  .tests-left p {
    font-size: 18px;
  }
  .tests-left h2 {
    width: 100%;
    font-size: 24px;
    padding-bottom: 20px;
  }
  .tests-left h3 {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .tests-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .tcard {
    width: 100%;
    max-width: 340px;
    height: auto;
  }
  .play-button {
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tcard-data {
    padding: 50px 18px 20px 18px;
    height: auto;
  }
  .tcard-data p {
    height: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  .tcard-data hr {
    margin: 16px 0;
  }
}
footer {
  height: 440px;
  padding-top: 90px;
}
.ftop {
  display: flex;
  align-items: center;
}
.ftop-left {
  width: 40% !important;
}
.ftop-left p {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: red;
}
.ftop-left h2 {
  font-size: 32px;
}
.ftop-left form {
  display: flex;
  width: 480px;
  padding-top: 20px;
  flex-direction: column;
}
.ftop-left > form > button {
  width: 120px;
  border-radius: 9999px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: red;
  color: #fff;
  height: 40px;
}
.ftop-left input {
  width: 100%;
  height: 30px;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #e6e7e8;
  border-radius: 9999px;
  border: none;
  font-size: 15px;
  color: #474747;
}
.ftop-left input:focus {
  box-shadow: 0 0 8px rgba(85, 4, 25, 0.2);
}
.ftop-right {
  width: 60%;
  position: relative;
  padding-left: 70px;
}
.ftop-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  width: 1px;
  height: 98%;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(218, 217, 217, 0.8),
    transparent
  );
}
.ftop-right p {
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: red;
}
.ftop-right h2 {
  font-size: 32px;
  padding-bottom: 10px;
}
.ftop-right h5 {
  color: #7d7d7d;
  font-size: 17px;
  font-weight: 400;
  width: 80%;
  padding-bottom: 30px;
}
.ftop-right button {
  width: 140px;
  border-radius: 9999px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: red;
  color: #fff;
  height: 40px;
}
.fbot {
  color: #fff;
  background-color: #000;
  height: 40px;
}
.fbot h3 {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0px;
}
.faqs-form {
  display: none;
}
.faqs-form.active {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}
.faqs-form {
  position: relative;
}
.faqs-form-sub {
  height: 34px !important;
}
.faqs-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 42px !important;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.faqs-close:hover {
  background: red;
  color: #fff;
}
.faqs-form form {
  display: flex;
  width: 480px;
  padding-top: 20px;
  flex-direction: column;
}
.faqs-form > form > button {
  width: 120px;
  border-radius: 9999px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background-color: red;
  color: #fff;
  height: 40px;
}
.faqs-form input {
  width: 100%;
  height: 30px;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #e6e7e8;
  border-radius: 9999px;
  border: none;
  font-size: 15px;
  color: #474747;
}
.faqs-form input:focus {
  box-shadow: 0 0 8px rgba(85, 4, 25, 0.2);
}
@media (max-width: 768px) {
  footer {
    height: auto;
    padding: 50px 0 0;
  }
  .ftop {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .ftop-left,
  .ftop-right {
    width: 100% !important;
    padding: 0;
    text-align: start;
  }
  .ftop-left {
    border-bottom: 1px solid #9b9a9a;
    padding-bottom: 30px;
  }
  .ftop-right::before {
    display: none;
  }
  .ftop-left p,
  .ftop-right p {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 700;
  }
  .ftop-left h2,
  .ftop-right h2 {
    font-size: 24px;
  }
  .ftop-left form {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
  .ftop-left input {
    height: 44px;
    font-size: 14px;
  }
  .ftop-left button {
    width: 100%;
    max-width: 180px;
    height: 44px;
    margin: 10px 0;
  }
  .ftop-right {
    padding-top: 0;
  }
  .ftop-right h5 {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  .ftop-right button {
    width: 180px;
    height: 44px;
    margin-bottom: 30px;
  }
  .fbot {
    height: auto;
    padding: 12px 0;
  }
  .fbot h3 {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    padding: 0;
  }
  .faqs-form {
    padding: 0px 30px;
  }
} /*# sourceMappingURL=style.css.map */
