.home_banner video{width: 100%;}
img{max-width: 100%;}

html,body{overflow-x: hidden;}
html {
    scroll-behavior: smooth;
  }


  @media only screen and (min-width: 992px) {
    .footer-area .cont-grid{
      max-width: 100%;
      width: max-content;
      margin: auto;
    }
  
  }

.cont-grid .icon {
  font-size: 31px;
  color: #eee5ff;
  margin-bottom: 14px;
}

.cont-grid .content h4 {
    margin-bottom: 10px;
    font-size: 1.25rem; /* Adjust size as needed */
    font-weight: bold;
}

.cont-grid .content p {
    margin: 0;
}

.mil-link.active{
  color: #634790;
  border-bottom: 2px solid #fed302;
  padding-bottom: 4px;
}

.fixed-contact {
  position: fixed;
  position: fixed;
  right: 20px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  z-index: 1000
}

.fixed-contact a {
  background-color: #37245a;
  color: #fff;
  padding: 10px 15px;
  margin: 3px 0;
  border-radius: 50%;
  font-size: 18px
}

.fixed-contact a .fa-location-dot {
  position: relative;
  left: 2px
}

@media only screen and (max-width: 992px) {
  .header-space{padding-bottom: 100px;}

  .mil-link.active{
    color: #f3f3f3;
      text-shadow: 1px 1px #5555;
  }
}


/* Initial state of the side menu */
.side-menu {
  position: fixed;
  top: 0;
  left: -250px; /* Adjust based on the width of your menu */
  width: 250px; /* Adjust based on your design */
  height: 100%;
  background: #37245a; /* Adjust based on your design */
  color: #fff;
  overflow-y: auto;
  transition: left 0.3s ease; /* Smooth slide-in effect */
  z-index: 1000; /* Ensure it appears above other content */
}

.side-menu ul li a{
  color: #fff;
    padding: 13px;
}

/* When the side menu is active */
.side-menu.active {
  left: 0;
}

.fact-timer-area{
  background-color: #2e1b53;
  color: #fff;
}
.text-center{text-align: center;}
.fact-timer-area .mil-h3 , 
.fact-timer-area .mil-accent,
.fact-timer-area .mil-accent *{color: #fff !important;}

.fact-timer-area  .mil-link{color: #d8d8d8 !important;}

.project-item{
  text-align: center;
}

.project-item img{
  max-width: 200px;
    max-height: 80px;
    margin: auto;
    margin-bottom: 12px;
    object-fit: contain;
}
.project-item p{font-size: 15px;}

.bg-white{background-color: #fff;}

/* .project-flex{
  display: flex;
} */

.footer-area{
  background-color: #2e1b53;
}

.footer-area .cont-grid .content h4{color: #f1f1f1;}
.footer-area p , 
.footer-area a{
  color: #e8e8e8db;
  font-size: 15px;
}

.service-image img{border-radius: 30px; }
.service-image{position: relative;}
.service-image::after{
  border-radius: 30px;
  content: '';
  position: absolute;
  border: 1px solid #fed302;
  top: 26px;
  left: 25px;
  width: 100%;
  height: 100%;
}

.v-items img{width: 80px;filter: invert(28%) sepia(72%) saturate(400%) hue-rotate(221deg);}

.v-items  h5{
  font-weight: 500;
  font-size: 17px;
  margin-top: 12px;
color: #634790;;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Hidden by default */
  background-color: #2e1b53;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}

#scrollToTopBtn:hover {
  background-color: #333;
}

.text-white{color: #fff !important;}

.fact-timer-area p{font-weight: 300;}

.fact-timer-area .fact-list .f-card{
  padding: 28px 10px;
  background-color: #21143bcf;
  text-align: center;
  margin: 13px;
  border-radius: 11px;
  position: relative;
}

.fact-timer-area .fact-list .f-card::after{
  border-radius: 11px;
  content: '';
  position: absolute;
  border: 1px solid #d3b52599;
  top: 9px;
  left: 8px;
  width: 100%;
  height: 100%;
}

.project-flex{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
}

.project-flex .img-box{
  height: 107px;
  position: relative;
}

.project-flex .img-box img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}