body {
  background-color: #f8f9fa !important;
  font-size: 16px;
  font-family: "Noto Sans Devanagari", sans-serif;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("images/cybersecurity.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 20px 20px;
}

.hero-section h1 {
  font-size: 1.8rem;
}

.hero-section p {
  font-size: 1rem;
}

h2 {
  font-size: 1.9rem;
}

h5 {
  font-size: 1.1rem;
}

.card-body p {
  font-size: 1.1rem;
}

.card-title {
  font-weight: 500;
  font-size: 1.4rem;
  color: #283277;
}

.list-group-item {
  font-size: 1.1rem;
}

.bg-dark h3 {
  font-size: 1.3rem;
}

.bg-dark p {
  font-size: 1rem;
}

th {
  background-color: #fcfcfc;
}

.zone-header {
  font-weight: bold;
  background-color: #d9edf7;
  text-align: center;
}

.icon-box {
  font-size: 1.8rem;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 10px auto;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  color: #c42329;
  border: 1px solid #ddd;
}

.list-group-item i {
  color: cadetblue;
  padding: 10px;
  background: aliceblue;
  border-radius: 5px;
  margin: 0 10px;
}

.text-primary {
  color: cadetblue !important;
}

.bannerImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.z-index-10 {
  z-index: 10;
}

.card:hover {
  box-shadow: 0 0 25px -5px #9e9c9e;
}

.card {
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);

  transition: all 0.3s ease-in-out;
}

.bg-dark {
  background-color: rgb(35 50 65) !important;
}

.h-350 {
  height: 450px;
  overflow: auto;
}

.responsive-video {
  height: 600px;
  /* Maintains the aspect ratio */
  max-width: 451px;
  /* Ensures it doesn’t exceed its original width */
  width: 451px;
  /* Ensures it doesn’t exceed its original width */
  display: block;
  margin: 0 auto;
  /* Centers the video */
}

.bg-blue-color {
  background-color: #010535 !important;
}

.heading {
  color: #283277;
}
table {
  font-size: 14px;
}

.banner-bg-small {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.banner-bg-small:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #121630;
}

.table-responsive {
  max-height: 400px;
  /* Set desired height */
  overflow-y: auto;
}

thead th {
  position: sticky;
  top: 0;
  background: white;
  /* Keeps header visible */
  z-index: 10;
}

.theme-red {
  color: #c42329 !important;
}

.no-padding {
  padding: 0;
}

.bor-right {
  border-right: 1px solid #ddd;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
  overflow: hidden;
}
.video-background:after {
  position: fixed;
  background-color: #000;
  height: 100vh;
  width: 100vw;
  z-index: 1342424;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(1, 5, 53, 0.4); /* adjust opacity as needed */
  z-index: 1;
}

.section-banner {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.text-shadow-cus {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.bg-gray {
  background-color: #f8f9fa !important;
}
.bg-trans {
  background-color: #0000009e;
  padding: 15px 20px;
  border-radius: 5px;
}
.margin-left {
  margin-left: 200px;
}
@media (max-width: 768px) {
  .responsive-video {
    width: 100%;
    height: auto;
  }
  .margin-left {
    margin-left: 0px;
  }
  .bor-right {
    border-right: none;
  }
}
.fs-40 {
  font-size: clamp(1.8rem, 4vw, 2.5rem) !important; /* ~28px to 40px */
}

.fs-24 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem) !important; /* ~19px to 24px */
}
.fs-22 {
  font-size: 22px;
}
.btn-normal {
  position: relative;
  padding: 5px 10px;
  font-size: 11px;
  letter-spacing: 1.3px;
  font-weight: 100;
  color: #fff;
  background: #000;
  border: 3px solid white;
  background-clip: padding-box;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-normal:hover {
  background-color: #fff;
  color: #000;
}
#chat-form {
  border: 1px solid #000000 !important;
}
.input-field {
  border: 1px solid #86b7fe !important;
}
#chat-messages {

    background: white !important;
}