/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
 margin-bottom: 150px;
  color: #fff;
}

/* Video background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;   /* zoom in to cover screen */
  height: 120%;  /* prevents black sides */
  transform: translate(-50%, -50%);
  pointer-events: none; /* make iframe unclickable */
  border: none;
}

/* Hero content */
.hero-content {
position: relative;
  z-index: 2;
  text-align: left;
 /* max-width: 600px; */
 /* background: rgba(255, 255, 255, 0.2); */
  padding: 80px 40px;
  border-radius: 12px;
  backdrop-filter: blur(2px);
  margin-left: 15%;
  width: 60%;
}


.hero-content h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #003399 !important; /* dark blue like your screenshot */
  line-height: 1.1;
  margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9); /* white soft glow */
}

.btn-primary {
  display: inline-block;
  background: #003399;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #001a66;
}
@media (min-width: 1240px) {
  .shortcode-teams .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
 .shortcode-teams .col-lg-3 .card-team > div.d-flex{
   display:none !important;  
  }
}
.section-team-1 .ellipse-rotate-success, .ellipse-rotate-success, .bouncing-blob--green{
   background: #a7a9ad !important;
}

.footer .section-footer .position-absolute.top-0.start-0 > img {
  display: none !important;
}

.section-padding div.mb-9 img{
	height: 190px !important;
  	width: 190px !important;
}



#page-2 .shortcode-projects .zoom-img{
 height: 400px;
  width: 100%; 
}

#page-2 .shortcode-projects .zoom-img .rounded-3{
  height:200px;
}

#page-2 .shortcode-projects .zoom-img img{
    height: 100%;
    object-fit: contain;
}

#page-2 .shortcode-projects .row {
  display: flex !important;
  grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
 gap: 0px;
  justify-content: center; /* centers last row with 2 or 1 items */
}

@media screen and (max-width: 474.98px) {
  .ds-5 {
    font-size: 24px !important;
  }
  .fs-5 {
  font-size: 16px !important;
}
  h4 {
    font-size: 22px;
  }
  .h1 {
  font-size: 30px !important;
}
  .swiper.slider-two h3 {
  font-size: 28px !important;
}
.h2 {
  font-size: 24px !important;
}
}