html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}






* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
}

p{
  text-align: justify;
}

nav {
  width: 100%;
  padding: 0.3vw 5vw;
  background-color: #fff;
  position: sticky;
  top: 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  z-index: 11111;
  box-shadow: 0 0px 10px #00000014;
}
.navbar {
  display: none;
}

.logo {
  width: 200px;
  height: auto;
  cursor: pointer;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-links ul {
  display: flex;
  list-style: none;
  gap: 20px;
}
.nav-links ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.1s ease-in-out;
}
.nav-links ul li a:hover {
  color: rgb(2 54 123);
  border-bottom: 2px solid #02367b;
}
.nav-links ul li a.active {
  color: rgb(2 54 123);
  border-bottom: 2px solid #02367b;
}

nav .cta {
  padding: 0.8vw 2rem;
  background-color: #3cb9ef;
  color: #02367b;
  font-weight: 700;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
nav .cta:hover {
  border-radius: 46px;
  scale: 1.2;
  box-shadow: 0 10px 20px #3cb9ef38;
}

.header {
  width: 100%;
  height: 300px;
  padding: 2vw 10vw;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3cb9ef26;
}
.header h1 {
  font-size: 35px;
  padding: 1vw 0;
  color: #fff;
  border-bottom: 3px solid #ffffffb0;
  z-index: 1;
}
.drawer {
  display: none;
}

/* Mobile Nav */
@media screen and (max-width: 1024px) {
  nav {
    display: none;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    color: #fff;
    position: sticky;
    top: 0%;
    width: 100%;
    z-index: 2;
  }

  .logo {
    width: 150px !important;
  }
  .drawer .logo {
    position: absolute;
    bottom: 5%;
  }
  .drawer .logo img {
    width: 100%;
  }

  .menu-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: #02367b;
    margin: 3px 0;
  }

  .drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    color: #000;
    transform: translateX(110%);
    transition: transform 0.3s ease;
    padding: 20vh 7vw;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.111);
    z-index: 999;
  }

  .drawer a {
    display: block;
    color: #000;
    text-decoration: none;
    margin: 15px 0;
    font-size: 20px;
  }

  .drawer a:hover {
    color: #02367b;
  }

  a.active {
    color: rgb(2 54 123);
    border-bottom: 2px solid #02367b;
  }

  .drawer .close {
    font-size: 28px;
    color: #fff;
    background-color: #02367b;
    width: 50px;
    height: 50px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3%;
    right: 3%;
  }

  .cta {
    padding: 2vw 2vw;
    background-color: #3cb9ef;
    color: #02367b !important;
    font-weight: 700;
    text-align: center;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .drawer.show {
    transform: translateX(0);
  }

  .header {
    height: 150px;
    padding: 2vw 5vw;
  }
}

/* Home CSS */
.core-value {
  width: 100vw;
  height: 60vh;
  background: url("./img/core\ values.png");
  background-size: 100%;
  background-repeat: no-repeat !important;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  /* background: url("./img/Asset-9-100.jpg");
  background-repeat: no-repeat !important;
  background-size: cover; */
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Place video behind content */
}

.hero-content {
  text-align: left;
  color: #fff;
  padding: 0 10vw;
}

.hero-content h1 {
  font-size: 4vw; /* Adjust as needed */
  line-height: 1.2;
  margin: 0;
}

.home .services {
  padding-bottom: 0px !important;
}
.home .container .section1 .right img {
  border-radius: 46px !important;
}
.home .services .service-container .service-elem {
  min-width: 24% !important;
  max-width: 24% !important;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #7d7d7d;
  text-align: left;
  align-items: baseline;
  border-radius: 0px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.home .services .service-container .service-elem:hover {
  transform: scale(1.08);
  z-index: 1;
}
.home .services .service-container .service-elem h3 {
  color: #02367b;
  line-height: 1;
}
.home .services b {
  color: #02367b;
}
.home .services h2 {
  color: #3cb9ef;
}
@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
  }
  .hero-content {
    padding: 5vw;
  }
  .hero-content h1 {
    font-size: 2rem; /* Adjust for smaller screens */
  }

  .home .services .service-container .service-elem {
    min-width: 100% !important;
    max-width: 100% !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 768px) {
  .core-value {
    width: 100% !important;
    height: 20vh !important;
  }
}

/* About CSS */
.section1,
.section2 {
  width: 100%;
  padding: 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.section1 .left {
  width: 50%;
}
.section1 b {
  font-size: 2rem;
  color: #02367b;
}
.section1 .left h1 {
  font-size: 7rem;
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #02367b;
  line-height: 1;
}
.section1 .left p {
  font-size: 0.9rem;
  margin: 1vw 0;
}
.button {
  padding: 10px 15px;
  margin: 1vw 0;
  background-color: #02367b;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:hover {
  border-radius: 46px;
  box-shadow: 0 10px 20px #02367b2f;
}

.section1 .right {
  width: 45%;
}
.right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mission {
  width: 100%;
  background-color: #02367b;
  padding: 5vw 10vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vision {
  padding: 2vw;
  border-right: 2px solid #ffffffba;
}
.mission-elem {
  padding: 2vw;
}
.mission-elem img{
  width: 100px;
}
.mission h2 {
  width: fit-content;
  color: #3cb9ef;
  font-size: 35px;
}
.mission p {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.home .mission {
}
.home .mission-elem {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
}
.title h1 {
  font-size: 6rem;
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #02367b;
  line-height: 1.2;
}
.title p{
  text-align: center !important;
}
.home .value {
  padding: 2rem 10rem !important;
}
.value span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  border: 2px solid #02367b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.section1 .left ul {
  list-style: none;
  margin-top: 2vw;
}

.section1 .left ul li {
  border-left: 7px solid #02367b;
  padding-left: 2vw;
}

.section1 .left ul b {
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
}

.section1 .left ul p {
  margin-top: 10px !important;
  margin-bottom: 20px;
  padding-bottom: 1vw;
  border-bottom: 2px solid #dadada;
}

.people {
  margin: 5vw 10vw 5vw 10vw;
  border-radius: 46px;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  color: #fff;
}
.people h2 {
  color: #fff;
  font-size: 35px;
  margin: 1vw 0;
}
.people p {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .section1 .left h1 {
    font-size: 3rem;
  }
  .section1,
  .section2 {
    flex-direction: column;
    gap: 40px;
    padding: 5vw;
  }
  .section1 .left,
  .section1 .right {
    width: 100%;
  }
  .section1 .left ul {
    margin-top: 20px !important;
  }
  .section1 ul li {
    padding-left: 20px !important;
  }
  .section1 .left ul b {
    font-size: 18px;
  }
  .mission {
    align-items: baseline;
    padding: 5vw;
    line-height: 1.3;
    flex-direction: column;
  }
  .vision {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
  .mission-elem {
    width: 100%;
  }
  .mission .flex {
    gap: 0px;
  }
  .people {
    display: flex;
    line-height: 1.2;
    border-radius: 25px;
    margin: 5vw;
  }
  .people p {
    width: 100%;
  }
  .home .mission-elem {
    width: 100%;
  }
  .title h1 {
    font-size: 3rem;
  }

  .home .value {
    padding: 1rem !important;
  }
  .what .title{
    margin-top: 0;
    width: 98%;
    line-height: 1.2;
  }
  .what b{
    font-size: 20px !important;
    margin: 1rem 0 !important;
  }
  .service-container{
    width: 98% !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    margin: 0rem auto !important;
  }
  .service-container .service{
    min-width: 48% !important;
    line-height: 1.2;
  }
  .client{
    width: 95% !important;
    flex-direction: column-reverse;
  }
  .client .left{
    width: 100% !important;
  }
  .client .right{
    width: 100% !important;
    margin-bottom: 1rem ;
  }
  .client .cta{
    color: #fff !important;
  }
  .what .section1{
    padding: 2rem 0.5rem !important;
  }
  .people h2{
    font-size: 1.5rem !important;
    font-weight: 500;
  }
  .button{
    margin: 2vw 0;
  }
  .contact h1{
    font-size: 20px !important;
  }
  .footer p{
    margin: 10px 0 !important;
  }
  .footer p a{
    color: #fff;
    font-weight: 600;
  }
  .footer-copy{
    flex-direction: column;
  }
  .footer-copy p, .footer-copy a{
    min-width: 100% !important;
    text-align: center !important;
  }
}

.footer-copy{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy p{
  min-width: 33%;
  max-width: 33%;
  line-height: 1;
  font-size: 0.9rem;
}
.footer-copy p:nth-child(1){
  text-align: left;
}
.footer-copy p:nth-child(3){
  text-align: right;
}

.footer p{
  margin: 10px !important;
  padding: 0px !important;
}
.footer p:last-child{
  margin-bottom: 1rem !important;
}
.footer p a{
  color: #fff !important;
  font-weight: 600;
}

/* Employer CSS */
.huge-text {
  color: #02367b;
  font-size: 2rem;
}
.employer {
  padding: 5vw 10vw;
}
.employer ul {
  list-style: none;
}
.employer ul li {
  margin: 1vw 0;
  display: flex;
  padding: 0.5rem 0;
  border-bottom: 1px solid #02367b !important;
  border-left: none !important;
  padding-left: 0 !important;
}
.employer ul li i {
  color: #fff;
  min-width: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02367b;
  height: fit-content;
  border-radius: 100px;
  margin-right: 10px;
}
.employer ul li p {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
}

@media screen and (max-width: 768px) {
  .employer {
    padding: 5vw;
  }
}

/* Opening CSS */
.opening {
  padding: 5vw 10vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opening h2 {
  color: #02367b;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
  background-color: #02367b;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 12px 15px;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #dcf5ff;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #02367b;
}
.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}

@media screen and (max-width: 768px) {
  .opening {
    padding: 0vw;
    width: 100%;
  }
  .opening h2 {
    padding: 5vw;
  }
  .overflow-x {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 40px;
  }
  .overflow-x table {
    margin: 10px;
  }
}

/* Footer CSS */
.footer {
  width: 100%;
  padding: 5vw 5vw 0 5vw;
  background: #02367b;
}

.footer-inner {
  width: 100%;
  height: 100%;
  padding: 2vw 5vw;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.footer-inner .column {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-inner img {
  width: 150px;
  height: auto;
}

.footer-inner .column ul {
  text-decoration: none;
  list-style: none;
  margin-top: 1vw;
}

.footer-inner .column ul a {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  text-transform: uppercase !important;
  gap: 10px;
}

.footer p {
  color: #fff;
  text-align: center;
  padding: 1vw;
}

.footer .column i {
  font-size: 25px;
  color: #3cb9ef;
  margin: 5px 0;
}

.footer-inner .column p {
  padding: 0;
  text-align: left;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 5vw;
  }
  .footer-inner {
    flex-direction: column;
    padding: 5vw 0;
  }
  .footer-inner .column {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .footer p {
    margin: 20px 0;
  }
}

/* Services CSS */
.services {
  padding: 5vw 10vw;
}
.services h2 {
  color: #02367b;
  font-size: 35px;
}
.service-container {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw 0;
  justify-content: space-between;
}
.service-elem {
  max-width: 49%;
  min-width: 49%;
  margin: 1vw 0;
  padding: 3vw;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex-direction: column;
  background-color: #02367b;
  color: #fff;
  border-radius: 25px;
}
.service-elem .icon {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.service-elem .icon img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.service-elem h3 {
  color: #3cb9ef;
  font-size: 30px;
}

.services .employer {
  padding: 0px;
}

.container .section1 {
  padding: 2vw 10vw;
  color: #fff;
  background-color: #3cb9ef;
}
.container .section1 h2 {
  color: #02367b;
}
.container .section1 ul {
  list-style: disc;
}
.container .section1 ul li {
  margin: 5px 0;
  border-left: none;
}
.section2 {
  padding: 5vw 10vw;
  align-items: baseline !important;
}
.section2 .employer {
  padding: 1vw;
  width: 49%;
}
.section2 .employer h2 {
  color: #02367b;
  font-size: 35px;
  gap: 10px;
}
.flex {
  display: flex;
  gap: 20px;
}
.r-border {
  border-right: 1px solid #000;
}
.txt-center {
  text-align: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}
.txt-center p {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  .services {
    padding: 5vw !important;
  }
  .service-container {
    flex-direction: column;
  }
  .service-elem {
    min-width: 100%;
    height: 400px;
    justify-content: center;
  }
  * h2 {
    line-height: 1;
    margin-bottom: 10px;
  }
  .services .employer {
    margin-top: 20px;
  }
  .container .section1 {
    padding: 5vw !important;
  }
  .section2 {
    padding: 5vw;
  }
  .section2 .employer {
    width: 100%;
  }
  .section2 .employer .r-border {
    border-right: 0px solid #000;
  }
  .txt-center p {
    width: 100% !important;
    margin-top: 10px;
  }
}

/* Dicipline CSS */
.light-sky {
  background-color: #dcf5ff;
}
@media screen and (max-width: 768px) {
  .flex-column {
    flex-direction: column;
  }
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
}

/* Contact CSS */
.contact {
  padding: 5vw 15vw;
  background-color: #f0f1f1;
}
.contact h1 {
  color: #02367b;
  font-size: 35px;
}
.con-detail {
  padding: 2vw 0;
  border-bottom: 1px solid #000;
}
.con-detail .flex {
  gap: 5px;
}
.con-detail p i,
.con-detail .flex i {
  color: #3cb9ef;
  margin-right: 5px;
}

.contact form {
  padding: 2vw 0;
  color: #02367b;
}
.flex > input {
  width: 33%;
  padding: 10px;
  margin: 10px 0;
}
.contact form > input {
  width: 100%;
  height: 30vh;
  padding: 10px;
}
form button {
  padding: 10px 15px;
  margin: 1vw 0;
  background-color: #02367b;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.map {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 15vw;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 5vw;
  }

  .contact form {
    padding: 5vw 0;
  }

  form .flex {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .flex > input {
    width: 100%;
    margin: 0;
    border-radius: 5px;
  }
  form button {
    margin: 10px 0;
  }
  .map {
    padding: 5vw;
  }
  .document-section{
    width: 95% !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .doc-btn{
    min-width: 48% !important;
    max-width: 48% !important;
    height: 200px !important;
    padding-top: 1rem;
  }
  .doc-btn img{
    width: 80px !important;
  }
}

/* 4K Devices CSS */
@media only screen and (min-width: 1441px) {
  * {
    font-size: 20px;
  }
  nav {
    padding: 0.3vw 10vw;
  }
  .header {
    padding: 2vw 15vw;
  }
  .section1 {
    padding: 8vw 15vw;
  }
  .section2 {
    padding: 2.5vw 15vw;
  }
  .container .section1 {
    padding: 2vw 15vw;
  }
  .header h1 {
    font-size: 48px;
  }
  .section1 .left h2 {
    font-size: 48px;
  }
  .section1 .left p,
  b,
  .mission p {
    font-size: 20px;
  }
  .mission {
    padding: 5vw 15vw;
  }
  .people {
    margin: 5vw 15vw;
  }
  .services {
    padding: 5vw 15vw;
  }
  
}

.service-container {
  width: 70%;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-container .service {
  min-width: 32%;
  max-width: 32%;
  aspect-ratio: 3/4 !important;
  /* height: 400px; */
  display: flex;
  align-items: end;
  justify-content: center;
  background: #02367b;
  background-size: cover !important;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.service div {
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  text-align: center !important;
}
.service div p{
  text-align: center !important;;
}
.service div h4 {
  width: 70%;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 1.1rem;
}
.cta {
  width: fit-content;
  color: #fff;
  padding: 0.5rem;
  background: #3cb9ef;
}
.service:hover{
  scale: 1.05;
}



/* FAQ CSS */
.faq-container {
  max-width: 100%;
  padding: 2vw 0;
}

.faq-item {
  margin-bottom: 10px;
  padding: 1rem;
  border: 1px solid #3cb9ef;
  transition: all 0.5s ease;
  border-radius: 20px;
}

.faq-item i {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
}

.faq-question {
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #02367b;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: transparent;
}

.faq-answer {
  display: none;
  padding-bottom: 1vw;
}

.faq-answer p {
  margin: 0;
  color: #343434;
  font-size: 0.8rem !important;
}

.client {
  width: 80%;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client h2 {
  color: #3cb9ef;
  font-size: 2rem;
  margin-bottom: 5px;
}
.client .left {
  width: 48%;
}
.client .right {
  width: 45%;
}
.client .right img {
  width: 100%;
  object-fit: cover;
}

.what {
  padding: 2rem 0;
  background: rgb(220 245 255);
}

.what b {
  color: #02367b;
  font-size: 2rem;
}

.what .section1 {
  padding: 2rem 10rem;
}

.what .faq-item {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #02367b !important;
}

.what .faq-question i {
  color: #fff;
  min-width: 30px !important;
  min-height: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02367b;
  height: fit-content;
  border-radius: 100px;
  margin-right: 10px;
}

.document-section {
  width: 70%;
  margin: 4rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.doc-btn {
  min-width: 24%;
  max-width: 24%;
  padding: 0.5rem;
  margin: 1rem 0;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #02367b;
  font-weight: 700;
  border: 1px solid #02367b;
  border-radius: 2rem;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.doc-btn img{
  width: 150px;
  margin-bottom: 2rem;
}
.doc-btn p{
  color: #000 !important;
  text-align: center;
  margin-bottom: 0.5rem;
}
.doc-btn:hover{
  scale: 1.08;
}





/* Animation Start Here */
.hover{
  transition: all 0.3s ease-in-out;
}
.hover:hover{
  scale: 1.1 !important;
}

.cta:hover{
  scale: 1.1;
}

.boundary{
  width: fit-content;
  overflow: hidden;
}

.animTop{
  animation: animTop 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes animTop {
  0%{
    transform: translateY(100%);
    opacity: 0;
  }
  100%{
    transform: translateY(0%);
    opacity: 1;
  }
}

.animLeftScroll{
  transform: translateX(100%);
  animation: animLeftScroll linear forwards;
  animation-timeline: view();
  animation-range: entry 0%;
}

@keyframes animLeftScroll {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(0%);
  }
}


.scroll-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.scroll-active {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0%);
}




/* Login Form */
.form-container {
  display: none; /* Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(253, 253, 253, 0);
  backdrop-filter: blur(5px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.form{
  width: 350px;
  margin: 1rem auto;
  padding: 2rem;
  background-color: #aacefc;
  border-radius: 12px;
}
.form h3{
  font-size: 2rem;
  margin-bottom: 5px;
  color: #fff;
}
.form p{
  color: #2c2c2c;
  margin-bottom: 1rem;
}
.form-container input {
  display: block;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  border: none;
}
.form-container button {
  padding: 10px 15px;
  background-color: #02367b;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

.form-container button:hover{
  scale: 1.1;
}


.onboard{
  width: 70%;
  margin: 2rem auto;
}

.onboard p, .onboard a{
  font-size: 1rem;
  text-align: left !important;
}
.onboard h1, .onboard h2{
  font-size: 2rem;
  margin: 1rem 0;
  color: rgb(2 54 122);
}
.onboard h1{
  color: #3cb9ef;
  margin: 1rem 0;
  font-weight: 600;
}
.onboard ul{
  padding-left: 1rem;
}
.onboard ul li a{
  color: rgb(2 54 122);
  font-weight: 600;
  margin: 10px 0;
  transition: all 0.5s ease-in-out !important;
}

.onboard ul li a:hover{
  border-bottom: 1px solid #02367b;
}

.onboard hr{
  width: 100%;
  margin: 1rem 0;
}

.onboard h6{
  color: #02367b;
  font-size: 1rem;
  margin-top: 0.8rem;
}

.contact-onboard{
  width: 100%;
  padding: 4rem ;
  background-color: rgb(220 245 255);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.contact-onboard h3{
  font-size: 1.5rem;
  color: #02367b;
}
.contact-onboard p span{
  color: #02367b;
  font-weight: 700;
}
.contact-onboard b{
  margin: 1rem 0;
}

.onboard .card-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}

.card-container .card{
  min-width: 32%;
  max-width: 32%;
  border: 1px solid #02367b;
  border-radius: 1.5rem;
}
.card h4{
  width: 100%;
  height: 150px;
  text-align: center;
  background-color: #02367b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  font-size: 1.2rem;
}
.card p{
  text-align: center !important;
  padding: 2rem ;
  line-height: 1.2;
}


.onboard .why-section h1{
  color: #02367b;
  text-align: center;
  margin-top: 2rem;
}
.onboard .faq-container{
  padding: 0;
}
.onboard .why-section .faq-item{
  border: none;
  margin: 0;
  border-bottom: 2px solid #02367b;
  border-radius: 0px;
  padding: 1rem 0rem !important;
}

.faq-question i{
  color: #02367b !important;
  display: flex;
  align-items: center;
  justify-content: center;

}

.faq-question{
  font-size: 1.1rem;
}

.onboard .why-section .faq-answer{
  padding: .5rem 2rem;
  font-size: 1rem;
}
.onboard .why-section .faq-answer p{
  font-size: 1rem !important;
}

@media screen and (max-width:768px) {
  .onboard{
    width: 95%;
  }
  .contact-onboard{
    padding: 2rem 2rem;
    text-align: center !important;
  }
  .contact-onboard p{
    text-align: center !important;
  }
  .onboard .card-container{
    width: 100%;
    flex-wrap: wrap;
  }
  .card-container .card{
    min-width: 97%;
    margin: 1rem auto;
  }

  .onboard .why-section .faq-question{
    font-size: 16px;
    line-height: 1;
  }
}