body {
  padding: 0;
  margin: 0;
  background-color: #000;
  height: 100vh;
  font-family: "Roboto Condensed", sans-serif;
}
html {
  scroll-behavior: smooth;
}
* {
  padding: 0;
  margin: 0;
  color: #fff;
}
/* width */
html::-webkit-scrollbar {
  width: 8px;
}

/* Track */
html::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
html::-webkit-scrollbar-thumb {
  background: #0299ff;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: #0299ff;
}
.section-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 30px 20px;
}
.section-container .title {
  text-align: center;
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 80px;
  color: #ffff;
}
/* Header Section CSS */
.header {
  background-color: transparent;
  background-image: url('assets/Illustration.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100vh;
}
.header #headerVideo {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00000072;
}
.header .navbar-container {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header .sticky {
  background-color: #000;
}
.header .navbar-container .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
}
.header .navbar-container .navbar .navbar-brand {
  width: 120px;
  margin-left: -2px;
}
.header .navbar-container .navbar .navbar-toggler {
  border: 1px solid #fff;
  outline: none;
}
.header .navbar-container .navbar .navbar-toggler .navbar-toggler-icon {
  height: 1.2em;
  width: 1.2em;
  color: #fff;
}
.header .navbar-container .navbar .navbar-collapse {
  justify-content: flex-end;
}
.header .navbar-container .navbar .collapse.show .navbar-nav {
  background-color: #000000;
  border-radius: 10px;
  gap: 0;
  padding: 10px 0;
}
.header
  .navbar-container
  .navbar
  .collapse.show
  .navbar-nav
  .nav-item
  .nav-link {
  text-align: center;
  padding: 10px 0;
}
.header .navbar-container .navbar .navbar-collapse .navbar-nav {
  gap: 40px;
}
.header
  .navbar-container
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link {
  font-size: 20px;
  color: #fff;
  padding: 0;
  font-weight: 400;
}
.header
  .navbar-container
  .navbar
  .navbar-collapse
  .navbar-nav
  .active
  .nav-link {
  color: #0299ff;
  font-weight: 600;
}
.header .content {
  position: absolute;
  transform: translate(-50%, -55%);
  top: 55%;
  left: 50%;
  max-width: 820px;
  width: 100%;
  padding: 0 30px;
}
.header .content h2 {
  text-align: center;
  font-size: 55px;
  line-height: 54px;
  margin-bottom: 20px;
  color: #ffff;
}
.header .content p {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 0;
  color: #ffff;
}
/* Certifications Section CSS */
.certifications-section {
  margin-bottom: 50px;
}
.certifications-section .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.certifications-section .logo {
  height: 11vw;
  object-fit: contain;
}
.certifications-section p {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  max-width: 100%;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

/* Services Section CSS */
.services-section .card {
  /* border: 1px solid #fff; */
  border: none;
  box-shadow: rgba(185, 185, 185, 0.2) 0px 2px 8px 0px;
  padding: 30px 25px;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.services-section .card:hover {
  box-shadow: rgba(181, 188, 196, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.services-section .card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 20px;
}
.services-section .card h4 {
  text-align: left;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 10px;
  color: #ffff;
}
.services-section .card p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  min-height: 100px;
  color: #ffff;
}

/* About US Section CSS */
.about-section {
  padding: 0 10px;
}
.about-section .section-container {
  padding-top: 50px;
}
.about-section .about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-section .about-content p {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  color: #ffff;
}
.about-section .about-content ol {
  padding: 0;
  margin: 0;
  padding-left: 18px;
  margin-right: auto;
}
.about-section .about-content ol li {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #ffff;
}
.about-section .about-image {
  height: 100%;
  width: 100%;
  border-start-end-radius: 100px;
  border-end-start-radius: 100px;
}
.about-section .about-image img {
  height: 100%;
  width: 100%;
  border-start-end-radius: 100px;
  border-end-start-radius: 100px;
  object-fit: cover;
}
/* Contact Section CSS */
.contact-section .contact-form {
  backdrop-filter: blur(10px);
  background-color: #121212;
  padding: 50px 40px;
  border-radius: 20px;
}
.contact-section .contact-form .input-field {
  width: 100%;
}
.contact-section .contact-form .input-field p {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #ffff;
  position: relative;
  width: fit-content;
}
.contact-section .contact-form .input-field p::before {
  content: "*";
  right: -12px;
  position: absolute;
  top: -3px;
  color: red;
}
.contact-section .contact-form .input-field input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: rgba(185, 185, 185, 0.2) 0px 2px 8px 0px;
  background-color: transparent;
  padding: 0 10px;
  font-size: 16px;
  color: #ffff;
}
.contact-section .contact-form .input-field input::placeholder {
  color: #ffffff41;
}
.contact-section .contact-form .input-field textarea {
  width: 100%;
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: rgba(185, 185, 185, 0.2) 0px 2px 8px 0px;
  background-color: transparent;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #ffff;
  resize: none;
}
.contact-section .contact-form .input-field textarea::placeholder {
  color: #ffffff41;
}
/* width */
textarea::-webkit-scrollbar {
  width: 2px;
}

/* Track */
textarea::-webkit-scrollbar-track {
  background: #121212;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
  background: #121212;
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
  background: #121212;
}
.contact-section .contact-form .input-field .upload-file {
  box-shadow: rgba(185, 185, 185, 0.2) 0px 2px 8px 0px;
  position: relative;
  height: 112px;
  border-radius: 5px;
}
.contact-section .contact-form .input-field .upload-file .file {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact-section .contact-form .input-field .upload-file .file h4 {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #ffff;
}
.contact-section .contact-form .input-field .upload-file .file p {
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  color: #ffff;
}
.contact-section .contact-form .input-field .upload-file .file-upload-input {
  height: 112px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}
.contact-section .contact-form .submit-btn {
  border: none;
  outline: none;
  width: 150px;
  background-color: #0299ff;
  height: 50px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: auto;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.contact-section .contact-form #error-message p {
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}

/* Footer Section CSS */
.footer-section {
  padding: 30px 40px;
  margin-top: 100px;
}
.footer-section p {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 0;
  color: #ffff;
}

@media (max-width: 768px) {
  .header .content h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .header .content p {
    font-size: 14px;
    line-height: 18px;
  }
  .section-container .title {
    margin-bottom: 35px;
  }
  .contact-section .contact-form {
    padding: 40px 20px;
  }
  .certifications-section .row .col-12 {
    margin-bottom: 3f0px;
  }
  .certifications-section p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
}
