/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
body {
   overflow-x: hidden;
}

.flexslider {
   max-width: 100%;
   margin: 0 auto;
   overflow-y: hidden;
}

.hero-slider .hero-slide,
.hero-slider .slide-container .hero-content {
  max-width: 100%;
  box-sizing: border-box;
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden; 
}

.container.slide-container{
   background-color: unset;
}

.hero-slide {
  position: relative;
  min-height: 75vh;
  max-height: 80vh;
  display: flex !important;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  color: #fff;
  padding: 40px 0;
}

.hero-left {
  flex: 0 0 60%;
  max-width: 65%;
}

.hero-right {
  flex: 0 0 25%;
  max-width: 30%;
  text-align: right;
}

.hero-title {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #fff;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 1rem;
  margin-bottom: 25px;
  max-width: 600px;
  color: #e3e2e2;
}
.hero-extra .right-text {
   color: #e3e2e2;
}
.hero-btn.vc_btn3.vc_general {
  background-color: #ff6600;
  color: #fff;
  /* padding: 12px 28px; */
  text-decoration: none;
  font-weight: 600;
  /* border-radius: 5px; */
  transition: background 0.3s;
}
.hero-btn:hover {
  background: #e05500;
}

@media(max-width: 991px) {
  .hero-left, .hero-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .hero-content {
    flex-direction: column;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
}