/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 29.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.heading-sec-all {
    text-align: center;
}

.heading-sec-all p {
    padding: 15px 0px 30px;
}
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Video wrapper */
.background_video {
  position: absolute;
  inset: 0;
  z-index: -2;
}

/* Video */
.responsive-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Blue Gradient Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 40, 120, 0.75),
    rgba(0, 120, 255, 0.55),
    rgba(0, 0, 60, 0.85)
  );
  z-index: -1;
}

/* Content on top */
.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

