/* 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;
}
}


/* Widen the dropdown under 'Services' in the header menu */
.navbar .dropdown-menu {
    min-width: 260px !important; /* increase width as needed (e.g., 300px) */
}

/* Improve text wrapping & spacing inside the dropdown */
.navbar .dropdown-menu li a {
    white-space: normal !important;
    padding: 10px 15px !important;
}


/* Nav menu item hover / active effect */
.navbar .nav-item:hover,
.navbar .nav-item.active {
    background: transparent; /* remove any background */
    color: #0d268c !important; /* primary color text */
    border-bottom: 2px solid #0d268c; /* primary color border */
    border-radius: 5; /* remove rounded corners */
    transition: all 0.3s ease; /* smooth effect */
}

/* Dropdown menu style - no background, clean */
.navbar .dropdown-menu {
    background: #ffffff; /* no background */
    box-shadow: #a9aaae; /* no shadow */
    border: #545454; /* remove border */
}

/* Dropdown links hover effect */
.navbar .dropdown-menu a:hover {
    color: #0d268c; /* primary color text */
    background: #a9aaae; /* no hover background */
}

/* Disable clicking on team photos and names */
.team-detail-avatar,
.section-team-detail-1 h3 {
    pointer-events: none;  /* Makes element unclickable */
    cursor: default;       /* Normal cursor instead of pointer */
}

/* Optional: ensure any parent links do not trigger click */
.section-team-detail-1 a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.shortcode-our-history.bg-3 {
  background-color: #f4f4f4 !important;
}

.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ms-2.text-decoration-underline.text-900.fs-7 {
    text-decoration: none !important; /* removes underline */
    pointer-events: none !important;  /* disables clicking */
    cursor: default !important;       /* normal cursor, not clickable */
}

/* Ensure slides have proper width and display */
.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out; /* smooth sliding */
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%; /* or set your custom width like 300px */
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.5; /* inactive slide */
}

.swiper-slide-active {
  opacity: 1; /* active slide fully visible */
  transform: scale(1.05); /* optional zoom effect */
}

.swiper-slide-next,
.swiper-slide-prev {
  opacity: 0.7; /* slightly visible next/prev slides */
  transform: scale(0.95);
}

/* Optional: smooth pointer events */
.swiper-slide {
  pointer-events: none;
}

.swiper-slide-active {
  pointer-events: auto;
}


/* Default desktop styles (optional, refine as needed) */
.backdrop-filter {
  background: rgba(255, 255, 255, 0.85); /* semi-transparent white */
  backdrop-filter: blur(8px);
  padding: 2rem; /* desktop padding */
  border-radius: 1rem; /* rounded corners */
  position: relative;
  z-index: 5; /* keep it above the slider */
  max-width: 600px;
  margin: 0 auto; /* center horizontally */
}

/* Responsive fix for mobile screens */
@media (max-width: 768px) {
  .backdrop-filter {
    padding: 1rem;              /* reduce padding */
    border-radius: 0.75rem;     /* keep the roundness visible */
    max-width: 90%;             /* smaller width so it's visible fully */
    margin: 1rem auto;          /* add some top and bottom spacing */
    background: rgba(255, 255, 255, 0.9); /* slightly more opaque for clarity */
  }
}