@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../../assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: url(../../assets/fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../assets/iconfont/MaterialIcons-Regular.ttf);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

body{
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  background-color: white;
}

html,body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

a:hover, a:focus{
  text-decoration: none;
}

button:focus{
  outline: none;
}

.main-wrapper{
  width: 1600px;
  margin: 0 auto;
  background-color: rgba(191,191,191,0.2);
}
.round-pic {
  border-radius: 50%;
}
.col-50 {
  width: 50%;
  margin-top: 30px;
}
#center-polygon {
  margin-top: -71%;
  margin-bottom: 16%;
  clip-path: polygon(100% 0, 100% 63%, 0 100%, 0 42%);
  background: #e8e8e8;
  z-index: -1;
  position: relative;
  background-size: cover;
  padding: 8%;
}
#bottom-polygon {
  margin-top: 70px;
  clip-path: polygon(0 47%, 100% 10%, 100% 100%, 0% 127%);
  padding-bottom: 170px;
}
#other-solutions-title {
  margin-bottom: 20px !important;
}
.row-2 {
  margin-top: 35px;
}
@media (max-width: 1599px) {
.main-wrapper{
    width:100%;
    margin: 0 auto;
}}

@media (min-width: 768px) {
.container{
    width: auto;
    margin: 0 auto;
}}

@media (min-width: 992px) {
.container{
    width: auto;
    margin: 0 auto;
}}

@media (min-width: 1200px) {
.container{
    width:1200px;
    margin: 0 auto;
}}

.header--bg{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 82%, 0% 100%);
  background-image: url('https://s3.amazonaws.com/bn-missionctrl/missionCtrl/BOXIT-Landing-Page/other-solutions-background_purple.png'); /* Replace with actual URL */
    background: url("../../assets/images/header-background.jpg") no-repeat;
    position: relative;
    background-size: cover;
	background-position: top right;
  }

#other-solutions-bckgrd {
  background: url("  background-image: url('https://s3.amazonaws.com/bn-missionctrl/missionCtrl/BOXIT-Landing-Page/other-solutions-background_purple.png'); /* Replace with actual URL */") no-repeat;
}

.header .navbar{
    padding-top: 30px;
  }

@media screen and (max-width: 450px) {
      .header .navbar{
        margin-bottom: 0px;
      }
    }

.header .navbar-brand{
    font-size: 26px;
    font-weight: bold;
  }

.header .nav li a{
    font-size: 15px;
    color: #fff;
  }

.header__content__title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 10px;
    margin-bottom: 40px!important;
	/* max-width: 700px; */
	margin: auto;
  }

.header__content__paragraph{
font-size: 18px;
    color: #f8f8f8;
    /* max-width: 700px; */
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto-Light;
    margin-bottom: 21px;
    line-height: 2rem;
}
.header .navbar .navbar-nav > li > a, .header .navbar .navbar-brand, .header .navbar .navbar-nav > li > a:focus{
    background-color: transparent;
    color: #fff;
  }

.navbar-header button{
  background-color: transparent;
}

.navbar-header .icon-bar{
  background-color: #fff !important;
}

@media screen and (max-width: 768px){
  .navbar-collapse{
    float: left;
  }

  .header .button{
    margin-bottom: 10px;
  }

  .header .header__content__title{
    letter-spacing: 6px;
	text-transform: uppercase;
  }
}
.header .header__content__title{
    letter-spacing: 6px;
	text-transform: uppercase;
  }

.button{
  padding: 9px 40px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.30);
  display: inline-block;
  background-color: transparent;
  position: relative;
  transition: .2s;
}

.button:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: inherit;
    border: inherit;
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.77));
            filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.77));
  }

.button--hover:hover{
    border: inherit !important;
  }

.button:hover{
    background-color: rgba(255,255,255,.30);
    color: #fff;
    -webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
	transition: .3s;
	border-radius: 0px;
	

  }

.button--light{
    padding: 9px 35px;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    background-color: #00AAFE;
    color: #fff;
    -webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
  }

.button--light:hover{
      color: #fff;
    }

.button--margin-right{
    margin-right: 15px;
  }

.panel__button{
  display: inline-block;
  font-size: 15px;
  color: #7d7d7d;
  padding: 8px 35px;
  border: 2px solid #7d7d7d;
  border-radius: 30px;
  font-family: Roboto-Light;
  font-weight: bold;
}

.service .thumbnail{
    border: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
            box-shadow: 0px 0px 5px 0px rgba(168, 157, 157, 0.31);
    padding: 35px 20px 0px 20px;
    margin-bottom: 60px;
    min-height: 100%;
  }

.service .thumbnail:hover{
      -webkit-box-shadow: 2px 5.66px 20px 0px rgba(136, 136, 136, 0.2);
              box-shadow: 2px 5.66px 20px 0px rgba(136, 136, 136, 0.2);
    }

.service .thumbnail:hover .service__title{
        color: #e73c3e;
		transition: .2s;
      }

.service .thumbnail:hover .material-icons{
        background-color: rgb( 0, 170, 254 );
        -webkit-box-shadow: 0px 0px 15px 0px rgb( 0, 170, 254 );
                box-shadow: 0px 0px 15px 0px rgb( 0, 170, 254 );
        color: #fff;
      }

.service__title{
    font-size: 22px;
    font-weight: bold;
    color: #4f4f4f;
    /*margin-top: 35px;*/
    margin-bottom: 15px;
  }

.service .material-icons{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb( 235, 248, 255 );
    color: rgb( 0, 170, 254 );
    font-size: 30px;
    line-height: 0.933;
    line-height: 2.3;
  }

.service__paragraph{
    font-size: 15px;
    color: #8a8a8a;
  }

.service .gutters-40.row{
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }

.service .gutters-40 > [class^="col-"], .service .gutters-40 > [class^="col-"]{
    padding-right: 20px;
    padding-left: 20px;
  }
@media screen and (max-width: 1029px) {
  .service .gutters-40 > [class^="col-"], .service .gutters-40 > [class^="col-"] {
    width: 90%;
    margin: auto;
  }
  .service .thumbnail {
    padding: 50px 100px;
  }
}
@media screen and (max-width: 900px) {
  #bottom-polygon {
    margin-top: 270px;
  }
}
.Ellipse_ {
  border-radius: 50%;
  background-color: rgb( 0, 170, 254 );
  -webkit-box-shadow: 0px 0px 15px 0px rgb( 0, 170, 254 );
          box-shadow: 0px 0px 15px 0px rgb( 0, 170, 254 );
  position: absolute;
  left: 284px;
  top: 1154px;
  width: 71px;
  height: 71px;
  z-index: 437;
}

.page-section{
  padding-top: 50px;
  padding-bottom: 2rem;
}

@media screen and (max-width: 900px){

.page-section{
    padding-top: 50px;
    padding-bottom: 50px
}
  }

.page-section--large{
    padding-top: 220px;
    padding-bottom: 135px;
  }

@media screen and (max-width: 900px){

.page-section--large{
      padding-top: 110px;
      padding-bottom: 80px
  }
    }

.page-section--small{
    padding-top: 50px;
    padding-bottom: 140px;
  }

.page-section--less-b-padding{
    padding-bottom: 80px;
  }

.page-section__title{
    font-size: 30px;
    font-weight: bold;
    color: #556a87;
    margin-bottom: 25px;
  }

.page-section__title--white{
      font-size: 35px;
      font-weight: bold;
      color: #fff;
      margin-top: 70px;
    }

@media screen and (max-width: 670px) {
        .page-section__title--white{
          margin-top: 105px;
        }
      }

.page-section__title--white--less-margin{
        margin-top: 40px;
      }

.page-section__paragraph{
    font-size: 16px;
    color: #7d7d7d;
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 70px;
  }

.page-section__paragraph--less-padding{
      padding-bottom: 30px;
      color: #f1f1f1;
    }

.page-section__paragraph--white{
      font-size: 18px;
      color: #f1f1f1;
      font-family: Roboto-Light;
      margin-bottom: 50px;
    }
.subscribe-section.col-lg-9 {
    padding-left: 0px;
}
.contact--bg{
    -webkit-clip-path: polygon(0 32%, 100% 10%, 100% 100%, 0% 100%);
            clip-path: polygon(0 32%, 100% 10%, 100% 100%, 0% 100%);
    background: url("../../assets/images/footer-bg.jpg") no-repeat;
    height: auto;
    position: relative;
    background-size: cover;
	
  }

@media screen and (max-width: 1198px) {
      .contact--bg{
        -webkit-clip-path: polygon(0 32%, 100% 15%, 100% 100%, 0% 100%);
                clip-path: polygon(0 32%, 100% 15%, 100% 100%, 0% 100%);
      }
    }

@media screen and (max-width: 900px) {
      .contact--bg{
        height: auto;
      }
    }

@media screen and (max-width: 670px) {
      .contact--bg{
        -webkit-clip-path: polygon(0 32%, 100% 28%, 100% 100%, 0% 100%);
                clip-path: polygon(0 32%, 100% 28%, 100% 100%, 0% 100%);
      }
    }

.contact--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(5, 180, 249, .9);
      z-index: -1;
	  background: -webkit-linear-gradient(left top, #0569AB, #29A8E0);
    background: -o-linear-gradient(bottom right, #0569AB, #29A8E0);
    background: -moz-linear-gradient(bottom right, #0569AB, #29A8E0);
    background: linear-gradient(to bottom right, #0569AB, #29A8E0);
	opacity: .9;
	
    }

.about--narrow{
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
  }

.about__content-title{
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 10px;
  }

.about__content-subTitle{
    font-size: 17px;
    color: #848484;
    font-family: Roboto-Light;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 40px;
  }

.about__content-paragraph{
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 30px;
  }

@media screen and (max-width: 770px) {
      .about__extra-padding{
        padding: 0px 20px;
  }
}

.gutters-50.row{
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-50 > [class^="col-"], .gutters-50 > [class^="col-"]{
  padding-right: 25px;
  padding-left: 25px;
}

.letsGo--bg{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 68%, 0 100%);
    background: url("../../assets/images/letsGo-background.png") no-repeat;
    height: 440px;
    position: relative;
    background-size: cover;
  }

@media screen and (max-width: 430px) {
      .letsGo--bg{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
      }
    }

.letsGo--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(5, 180, 249, .9);
      z-index: -1;
    }

.project .thumbnail{
    border: 0;
    padding: 0;
    -webkit-box-shadow:0px 1.732px 5px 0px rgba(218, 213, 213, 0.42);
            box-shadow:0px 1.732px 5px 0px rgba(218, 213, 213, 0.42);
    margin-bottom: 50px;
  }

.project .thumbnail:hover{
      -webkit-box-shadow: 2.5px 4.33px 11px 0px rgba(136, 136, 136, 0.24);
              box-shadow: 2.5px 4.33px 11px 0px rgba(136, 136, 136, 0.24);
    }

.project .thumbnail:hover .project__title{
        color: #00aafe;
      }

.project .thumbnail img{
      width: 100%;
    }

.project .thumbnail .caption{
      padding-left: 15px;
    }

.project__title{
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
  }

.project__paragraph{
    font-size: 16px;
    color: #7d7d7d;
  }

.video-section{
  display: block;
}

.video-section--bg{
    -webkit-clip-path: polygon(0 30%, 100% 5%, 100% 100%, 0 100%);
            clip-path: polygon(0 30%, 100% 5%, 100% 100%, 0 100%);
    background: url("../../assets/images/handshake-background.png") no-repeat;
    height: 490px;
    position: relative;
    background-size: cover;
  }

@media screen and (max-width: 1198px) {
      .video-section--bg{
        -webkit-clip-path: polygon(0 30%, 100% 10%, 100% 100%, 0 100%);
                clip-path: polygon(0 30%, 100% 10%, 100% 100%, 0 100%);
      }
    }

@media screen and (max-width: 900px) {
      .video-section--bg{
        height: auto;
      }
    }

@media screen and (max-width: 600px) {
      .video-section--bg{
        -webkit-clip-path: polygon(0 30%, 100% 15%, 100% 100%, 0 100%);
                clip-path: polygon(0 30%, 100% 15%, 100% 100%, 0 100%);
        background-position: center center;
      }
    }

.video-section--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(5, 180, 249, .9);
      z-index: -1;
    }

.video-section__icon{
    background-color: transparent;
    border: 0;
    margin-top: 20px;
  }

.video-section__icon:focus{
      outline: 0;
    }

#myModal{
  background: rgba(0, 0, 0, 0.8);
}

#myModal .close{
    background: #00aafe !important;
    z-index: 890;
    color: #fff;
    font-size: 24px;
    margin: 0;
    outline: none;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 28px;
    height: 28px;
  }

#myModal .modal-body{
    padding: 0;
  }

#myModal .embed-responsive {
    height: 489px;
    padding: 0;
    overflow: hidden;
  }

.team .thumbnail{
    padding: 0;
    border: 0;
  }

.team .thumbnail:hover .team__caption{
      -webkit-box-shadow: 2.5px 4.33px 20px 0px rgba(133, 129, 129, 0.27);
              box-shadow: 2.5px 4.33px 20px 0px rgba(133, 129, 129, 0.27);
    }

.team__name{
    font-size: 20px;
    color: #4f4f4f;
    font-weight: bold;
  }

.team__title{
    font-size: 17px;
    color: #8e8e8e;
  }

@media screen and (max-width: 1200px){
  .team .thumbnail{
    margin-bottom: 30px;
  }
}

.price__panel-wrapper{
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }

.price .panel{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
            box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
    padding-top: 25px;
    padding-bottom: 40px;
    border-radius: 5px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

.price__title{
    font-size: 22px;
    color: #313131;;
    letter-spacing: 3px;
    font-weight: bold;
  }

.price__ammount{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
  }

.price__ammount--number{
      font-size: 40px;
    }

.price .panel-body p{
    font-size: 16px;
    color: #7d7d7d;
  }

.price .panel:hover{
    background-color: #13BDFF;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.price .panel:hover .panel__button{
      -webkit-box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13);
              box-shadow: 2.5px 4.33px 10px 0px rgba(0, 0, 0, 0.13); 
    }

.price .panel:hover h4,.price .panel:hover h1,.price .panel:hover p{
      color: #fff !important;
    }

.price .panel:hover .panel__button{
      background-color: #FFFFFF;
      color: #00aafe;
      border: 2px solid #fff;
    }

.overview--bg{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    background: url("../../assets/images/overview-background.png") no-repeat;
    height: 360px;
    position: relative;
    background-size: cover;
  }

@media screen and (max-width: 1186px) {
      .overview--bg{
        height: auto;
      }
    }

@media screen and (max-width: 900px) {
      .overview--bg{
        height: auto;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
      }
    }

@media screen and (max-width: 607px) {
      .overview--bg{
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
      }
    }

.overview--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(5, 180, 249, .9);
      z-index: -1;
    }

.overview__wrapper{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }

.overview__wrapper ul li{
      list-style-type: none;
      display: inline-block;
      padding-right: 70px;
      padding-left: 70px;
      margin-top: -10px;
    }

.overview__number{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
  }

.overview__title{
    font-size: 20px;
    color: #fff;
  }

.slider__image{
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 15px;
    display: inline-block;
  }

.slider__paragraph{
    font-size: 16px;
    color: #7e7e7e;
    max-width: 750px;
    display: inline-block;
  }

.slider__name{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
  }

.slider__title{
    font-size: 15px;
    color: #7e7e7e;
    padding-bottom: 25px;
  }

.slider .carousel-control.left, .slider .carousel-control.right{
    background: none !important;
    -webkit-filter: progid:none !important;
            filter: progid:none !important;
    opacity: 1;
  }

.slider .material-icons{
    width: 60px;
    height: 60px;
    display: inline-block;
    color: rgb( 79, 79, 79 );
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
    font-size: 22px;
    line-height: 2.8;
    border-radius: 50%;
    text-shadow: none;
  }

.slider #myCarousel .carousel-inner{
      max-width: 900px;
      margin-right: auto;
      margin-left: auto;
    }

@media screen and (max-width: 1000px){

.slider #myCarousel .carousel-inner{
        max-width: 600px
    }
      }

.slider #myCarousel .left{
      margin-left: 30px;
    }

@media screen and (max-width: 1200px){

.slider #myCarousel .left{
        margin-left: 0;
        width: 30px;
        height: 30px
    }
      }

.slider #myCarousel .right{
      margin-right: 30px;
    }

@media screen and (max-width: 1200px){

.slider #myCarousel .right{
        width: 30px;
        height: 30px
    }
      }

.slider #myCarousel .item{
      -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 77, 77, 0.21);
              box-shadow: 0px 0px 16px 0px rgba(86, 77, 77, 0.21);
      margin-top: 10px;
      margin-bottom: 20px;
      margin-right: 20px;
      margin-left: 20px;
       overflow: hidden;
    }

.slider #myCarousel .carousel-control{
      top: 41%;
      height: 20%;
    }

.contact-two--bg{
    -webkit-clip-path: polygon(0 40%, 100% 5%, 100% 100%, 0 100%);
            clip-path: polygon(0 40%, 100% 5%, 100% 100%, 0 100%);
    height: 350px;
    position: relative;
  }

.contact-two--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(5, 180, 249, .9);
      z-index: -1;
    }

.contact-two__title{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
  }

@media screen and (max-width: 900px) {
      .contact-two__title{
        margin-top: 100px;
      }
    }

.contact-two__button{
    margin-top: 26px;
  }

.blog .thumbnail{
    padding: 0;
    border: 0;
  }

.blog .thumbnail:hover .blog__title, .blog .thumbnail:hover .blog__read-more{
        color: #00aafe;
      }

.blog .thumbnail .caption{
      padding-left: 20px;
    }

.blog__title{
    font-size: 22px;
    color: #4f4f4f;
    font-weight: bold;
  }

.blog__paragraph{
    font-size: 14px;
    color: #7d7d7d;
  }

.blog__paragraph--slash{
      padding: 0 3px;
    }

.blog__read-more{
    font-size: 15px;
    color: #4f4f4f;
    font-weight: bold;
  }

@media screen and (max-width: 990px){
  .blog .thumbnail{
    padding-bottom: 20px;
  }
    .blog .thumbnail img{
      width: 100%;
    }
    
}

.footer--bg{
    height: auto;
    position: relative;
	background-color: rgba(0,0,0,.01);
  }

@media screen and (max-width: 1199px) {
      .footer--bg{
        height: auto;
      }
    }

.footer--bg:after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #d7282f;
      z-index: -1;
    }

.footer__title{
    font-size: 20px;
    color: #fff;
    font-family: Roboto-Light;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 25px;
  }

.footer ul{
    padding-left: 0;
  }

.footer ul li{
      list-style-type: none;
    }

.footer ul li a{
        font-size: 15px;
        color: #fff;
      }

.footer__first{
    position: relative;
    left: 20px;
	max-width: 450px;
  }

.footer-first__paragraph{
    font-size: 15px;
    color: #cecece;
    margin-bottom: 20px;
  }

.footer-first__social-icons li{
      display: inline-block;
      padding-right: 15px;
    }

@media screen and (max-width: 991px) {
      .footer__second{
        padding-left: 20px;
      }
    }

.footer__second ul li{
      padding-bottom: 10px;
    }

.footer__third li{
      padding-bottom: 10px;
    }

.footer__third .glyphicon-envelope, .footer__third .glyphicon-earphone{
      color: #fff;
      padding-right: 10px;
    }

.footer__third .form-control{
      padding: 21px 18px;
      border-radius: 24px;
    }

@media screen and (max-width: 1199px) {
      .footer__third{
        padding-left: 20px;
      }
    }

.footer__subscribe__title{
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
  }

.footer .subscribe-section{
    position: relative;
  }

.footer .subscribe-section__button{
      background-color: transparent;
      border: 0;
      position: absolute;
      top: 8px;
      right: 15px;
    }

@media screen and (max-width: 991px) {
      .footer__fourth{
        padding-left: 20px;
      }
    }

.footer__fourth ul{
    padding-left: 15px;
    margin-bottom: 3px;
   
  }

.footer__fourth ul li{
      display: inline-block;
    }

.footer__horizontal-bar{
    border-top: 1px solid gray; 
    max-width: 1200px;
    margin-top: 70px;
  }

.footer__bottom-paragraph{
    font-size: 15px;
    color: #c9c9c9;
    text-align: center;
    padding-top: 20px;
  }

.gutters-100.row{
  margin-right: -50px;
  margin-left: -50px;
}

.gutters-100 > [class^="col-"], .gutters-100 > [class^="col-"]{
  padding-right: 50px;
  padding-left: 50px;
}

.footer [class^="flaticon-"]:before, [class*=" flaticon-"]:before{
  margin-left: 0;
}

.flaticon-facebook-letter-logo:hover, .flaticon-twitter-logo:hover, .flaticon-dribbble-logo:hover, .flaticon-behance-logo:hover{
  color: #00AAFE;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	max-width: 400px;
	width: 100%;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img:hover {
    opacity: .8;
	transition: .2s
}
.subscribe-section input[type="email"]{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px; 
  margin-bottom: 30px;
  padding: 0 20px;
}
.header__content.text-center {
    padding: 52px 0px 140px 0px;
}
.pull-right {
	padding-top: 20px;
}
.thumbnail {
    min-height: 510px;
}
.contact--bg {
	margin-top: -350px;
	z-index: 1;
	padding-top: 100px;
}
.service {
	z-index: 1;
	padding-top: 0px;
	/*margin-top: -100px*/
	
}
.contact {
	z-index: 0;
}

@media screen and (max-width: 800px) {
  .service .gutters-40.row {
    display: block;
  }
  .service .thumbnail {
    padding: 35px 20px;
  }
}
.col-md-4 {
  z-index: 3 !important;
}
.button:hover {
  border-radius: 50px !important;
}
/* ---------- team bio section --------- */
.team-container {
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0;
}
.team {
	padding: 2rem;
    width: 20%;
    text-align: center;
}
.team p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	/*padding: 18px;*/
	color: #000;
}
.team h3 {
    color: #d7282f;
    font-size: 5rem;
    padding-bottom: 2rem;
    font-weight: 700;
    margin: 1rem 0 0;
}
.team > h5 {
    margin: 0;
    font-weight: 100;
    font-size: 14px;
}
h5 {
    font-size: 20px !important;
    margin: 0;
    font-weight: 100;
}
.team img {
	width: 80%;
	border-radius: 8px;
}
#team-bios {
    /* background-image: url(../img/Team/background-container.svg); */
    background-color: var(--div-gray-bckgrd);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.row {
    display: flex;
    justify-content: center;
}
.red-block-button {
    background-color: #E73C3E;
    padding: 1rem 3rem;
    color: #fff;
    display: block;
    margin: 1.5rem 0;
    border: none;
}
.red-button {
    background-color: #E73C3E;
    padding: 12px 27px;
    color: #fff;
    margin-bottom: 1.5rem;
    border: none;
    font-size: 14px;
}
.white-button {
    background-color: #fff;
    padding: 1rem 3rem;
    color: var(--red);
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border: none;
    font-size: 14px;
}
a.red-button, a.red-block-button, a.white-button {
    text-transform: uppercase;
}
.grow {
    transition: all .2s ease-in-out; 
}
.in-front {
    z-index: 3;
}
.grow:hover {
    background-color: #C8102E;
    color: #fff;
    transform: scale(1.1);
}
a.grow:hover {
    background-color: #C8102E;
    transform: scale(1.1);
    color: #fff;
}
.gray-background {
    background-color: var(--div-gray-bckgrd);
    /* padding: 3rem; */
}
.gray-line-above {
    border-top: solid 1px #f1f1f1;
}
/* ------- Templates and Presentations ----------- */
section.flex {
    /* padding: 5rem; */
    padding-bottom: 2rem;
    padding-top: 2rem
}
.presentations .left {
    padding-right: 1rem;
}
.left {
    max-width: 45%;
    padding-right: 10rem;
}
.presentations .right {
    padding-right: 1rem;
}

.right {
    max-width: 45%;
    padding-left: 10rem;
}
.left h2 {
    color: var(--red);
    font-size: 3.75rem;
    line-height: 1;
    /* margin: 10px 0; */
}
.right h2 {
    color: var(--red);
    font-size: 3.75rem;
    line-height: 1;
    margin: 10px 0;
}

.description p, .requirements p {
        font-size: 1.1rem;
    line-height: 14px;

}
p.note {
    font-size: 13px !important;
    padding-top: 1rem;
    line-height: 1.4;
    max-width: 85%;
}
.requirements {
    font-size: .9rem !important;
    margin-top: 2rem;
    /* width: 50%; */
}
.requirements span {
    font-weight: 400;
    font-size: .9rem;
}
.menu {
    position: relative;
}
.right h5 {
    color: gray;
    margin-bottom: 8px;
    font-weight: 400;
}
a.is-underlined {
    margin: 0 1rem;
    text-transform: uppercase;
}
/* === Navigation Container & Layout === */
nav {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}

/* Logo */
.nav-container > a img {
  max-width: 200px;
  height: auto;
}

/* === Menu & Dropdowns === */
.nav-menu {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.dropdown {
  position: relative;
}

.nav-menu-item {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  display: inline-block;
}

.nav-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown:hover > .nav-menu-dropdown {
  display: block;
}

.dropdown-item {
  display: block;
  padding: 8px 16px;
  font-family: "Lato", sans-serif;
  color: #333;
  white-space: nowrap;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

/* === Hamburger / Mobile Menu === */
.hamburger-nav {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.nav-menu.active {
  display: flex;
}

@media (max-width: 768px) {
  .hamburger-nav {
    display: block;
  }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    background: #fff;
    width: 240px;
    padding: 0.5rem 0;
    border: 1px solid #ddd;
  }
  .nav-menu-item {
    padding: 12px 16px;
  }
  .nav-menu-dropdown {
    position: static;
    box-shadow: none;
  }
}
#other-solutions-bckgrd {
  background-image: url('https://s3.amazonaws.com/bn-missionctrl/missionCtrl/BOXIT-Landing-Page/other-solutions-background_purple.png'); /* Replace with actual URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.nav-menu {
  display: flex;
  gap: 20px; /* Optional spacing between links */
  align-items: center;
  flex-wrap: nowrap; /* Prevent wrapping if you want one line only */
}
.dropdown {
  display: flex;
  align-items: center;
}
.anchor-target {
  display: block;
  height: 112px;
  margin-top: -112px;
  visibility: hidden;
}
html {
  scroll-padding-top: 112px;
}
a:focus,a:hover {
    color: #e73c3e;
}

/* Mobile Responsive Enhancements */
@media (max-width: 768px) {
  nav .nav-menu {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    padding: 1rem;
  }
  nav .nav-menu.show {
    display: flex;
  }
  .hamburger-nav {
    display: block;
    font-size: 2rem;
    cursor: pointer;
  }
  section div[style*="display: flex"] {
    flex-direction: column !important;
  }
  section div[style*="width: 50%"] {
    width: 100% !important;
    padding: 10px !important;
  }
  h3, h2 {
    font-size: 2rem !important;
    text-align: center !important;
  }
  p {
    font-size: 2rem !important;
  }
}


/* ====== Footer copyright mobile order ====== */
@media (max-width: 575.98px) {
  .footer .page-section {
    display: flex;
    flex-direction: column;
  }
  .footer .copyright-text {
    order: 99;
    margin-top: 20px;
    text-align: center;
  }
}


/* ====== Footer mobile ordering fix ====== */
@media (max-width: 767.98px) {
  .footer .page-section {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-grid { order: 1; }
  .footer .footer__horizontal-bar { order: 2; align-self: stretch; width: 100%; }
  .footer .copyright-text { order: 3; margin-top: 14px; text-align: center; }
}




/* ====== Footer Mobile Responsiveness ====== */
@media (max-width: 767.98px) {
  .footer .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .footer .subscribe-section {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
  }
  .footer .subscribe-section .form-control {
    width: 100%;
  }
  .footer .subscribe-section__button {
    width: 100%;
  }
  .footer__horizontal-bar {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .footer__bottom-paragraph {
    text-align: center;
    margin-top: 10px;
  }
}



/* ===== Footer mobile-only responsiveness (no desktop changes) ===== */
@media (max-width: 575.98px) {
  /* Stack all footer columns full width */
  .footer .row.gutters-100 {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .row.gutters-100 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
  }

  /* Tidy footer typography and spacing */
  .footer .footer__title {
    font-size: 1.05rem;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  }
  .footer .footer-first__paragraph {
    font-size: 0.95rem;
  }
  .footer ul { margin: 0; padding-left: 0; }
  .footer ul li { margin: 6px 0; }

  /* Subscribe form: full-width stacked */
  .footer .subscribe-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
    padding: 0;
  }
  .footer .subscribe-section .form-control {
    width: 100%;
  }
  .footer .subscribe-section__button {
    position: static;
    width: 100%;
    height: 0px;
  }

  /* Make the whole footer section flow vertically and put copyright last */
  .footer .page-section {
    display: flex;
    flex-direction: column;
  }
  .footer .footer__horizontal-bar {
    order: 2;
    width: 100%;
    margin-top: 16px;
  }
  .footer .footer__bottom-paragraph {
    order: 3;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 0;
  }
}



/* ===== Additional mobile-only adjustments ===== */
@media (max-width: 575.98px) {
  /* 1. Tighter padding/margins between sections */
  section, .page-section {
    /* padding-top: 20px !important; */
    /* padding-bottom: 20px !important; */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 2. Double the text size underneath "Shop Boundless" header */
  h2:contains("Shop Boundless") + p,
  h2:contains("SHOP BOUNDLESS") + p {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }

  /* 3. Padding on the sides of "Enter email" box */
  .subscribe-section .form-control {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* 4. Store links in even columns */
  .footer .row.gutters-100 > .footer__list-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* 5. Center the "Contact Us" links */
  .footer .footer__contact-links,
  .footer .footer__contact-links li {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}



/* ===== Mobile-only footer refinements (tight spacing, larger intro, grid links) ===== */
@media (max-width: 575.98px) {
  /* Tighter overall spacing between footer sections */
  .footer .row.gutters-100 { row-gap: 12px; }
  .footer .row.gutters-100 > [class*="col-"] {
    margin-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer .footer__title { margin-bottom: 8px; padding-top: 6px; padding-bottom: 10px;}

  /* Double the text size under "SHOP BOUNDLESS" */
  .footer .footer__first .footer-first__paragraph {
    font-size: 1.9rem; /* roughly double typical body on mobile */
    line-height: 1.35;
  }

  /* Add side padding to the email input */
  .footer .subscribe-section input[type="email"],
  .footer .subscribe-section .form-control {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Store links in even columns (2-up grid) */
  .footer .footer__second ul,
  .footer .footer__fourth ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 8px;
    padding-left: 0;
  }
  .footer .footer__second ul li,
  .footer .footer__fourth ul li {
    margin: 0;
  }

  /* Center the "CONTACT US" links */
  .footer .footer__third ul {
    text-align: center;
    padding-left: 0;
  }
  .footer .footer__third ul li {
    display: block;
    margin: 6px 0;
  }
  .footer .footer__third ul li a {
    display: inline-block;
  }

  /* Tighten divider and copyright spacing */
  .footer .footer__horizontal-bar {
    margin-top: 14px;
  }
  .footer .footer__bottom-paragraph {
    padding-top: 12px;
    margin-bottom: 8px;
  }
}



/* ===== Mobile-only Shop Boundless adjustments ===== */
@media (max-width: 575.98px) {
  /* Double paragraph text under SHOP BOUNDLESS */
  .footer .footer__first .footer-first__paragraph {
        font-size: 1.9rem !important;
        line-height: 1.35;
        padding: 11px;
    }
  /* Add side padding to the "Email Us" link/button */
  .footer .footer__first a[href*="mailto"],
  .footer .footer__first .email-us-link {
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Reduce space between SHOP BOUNDLESS and Store Links */
  .footer .footer__first {
    margin-bottom: 12px !important;
  }
  .footer .footer__second {
    margin-top: 0 !important;
  }
}

/* === Desktop-only: Footer layout exactly per mock === */
@media (min-width: 992px) {
  /* Footer row becomes wrapping flex; align to left to avoid centered squeeze */
  .footer .row.gutters-100 {
    display: flex !important;
    flex-wrap: wrap;
     justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 0;
  }

  /* 1) First column (Shop Boundless) spans full width on top */
  .footer .row.gutters-100 > div:first-child {
    order: 0;
    flex: 0 0 30% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer__first { left: 0 !important; max-width: none !important; }

  /* Optional divider under Shop Boundless (use existing element if present) */
  .footer__horizontal-bar {
    border-top: 1px solid rgba(255,255,255,0.35) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  /* 2) Next two columns: 50% each (Store Links left, Contact Us right) */
  .footer .row.gutters-100 > div:nth-child(2),
  .footer .row.gutters-100 > div:nth-child(3) {
    order: 1;
    flex: 0 0 30% !important;
    max-width: 50% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Store Links: two tidy columns, no wraps on labels */
  .footer__second ul {
    columns: 2;
    column-gap: 32px;
  }
  .footer__second ul li { break-inside: avoid; padding-bottom: 8px; }
  .footer__second ul li a { white-space: nowrap; display: inline-block; }
}
  .footer__third ul {
    columns: 2;
    column-gap: 0px;
  }
  .footer__third ul li { break-inside: avoid; padding-bottom: 8px; }
  .footer__third ul li a { white-space: nowrap; display: inline-block; }
}


/* ===============================================
   DESKTOP FOOTER LAYOUT (no mobile changes)
   - Force 3 sections in one row
   - Reduce "Shop Boundless" width by ~60%
   - Make "Store Links" a single column list
   =============================================== */
@media (min-width: 992px) {
  /* Make the footer row a single flex row */
  .footer--bg .container > .page-section > .row {
    display: flex;
    flex-wrap: nowrap;          /* keep all three on one line */
    align-items: flex-start;
    gap: 40px;
  }
  /* Neutralize bootstrap floats inside the footer so flex controls layout */
  .footer--bg [class*="col-"] {
    float: none;
    width: auto;
  }

  /* "Shop Boundless" (footer__first): shrink width by ~60% */
  .footer__first {
    left: 0;                    /* remove left offset */
    max-width: 180px;           /* ~60% smaller than original ~450px */
    flex: 0 0 180px;            /* fixed width so it doesn't expand */
  }

  /* Let the other two columns share remaining space */
  .footer__second,
  .footer__third {
    flex: 1 1 0;
    min-width: 260px;           /* guard against overly narrow columns */
  }

  .footer__second ul li {
    display: block;             /* prevent inline or inline-block grids */
    margin-bottom: 10px;
  }
}

/* === Mobile nav v6 additions === */
/* Header/Nav base */
    nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 112px;
      z-index: 1000;
      background-color: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    body { padding-top: 112px; }

    .nav-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      padding: 0 2rem;
    }
    .nav-menu {
      display: flex;
      gap: 1.5rem;
      align-items: center;
      font-size: 1.5rem;
    }
    .dropdown { position: relative; }
    .nav-menu-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      padding: 0.5rem 0;
      min-width: 220px;
      z-index: 10;
    }
    .dropdown:hover .nav-menu-dropdown { display: block; }
    .nav-menu-item, .dropdown-item {
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }
    .dropdown-item { display: block; padding: 0.6rem 1rem; white-space: nowrap; }

    /* Hamburger */
    .hamburger-nav {
      display: none;
      position: relative;
      width: 40px;
      height: 32px;
      border: none;
      background: transparent;
      cursor: pointer;
      align-items: center;
      justify-content: center;
    }
    .hamburger-nav .bar {
      position: absolute;
      width: 24px;
      height: 2px;
      background: #333;
      transition: transform .2s ease, opacity .2s ease, top .2s ease;
    }
    .hamburger-nav .bar:nth-child(1) { top: 9px; }
    .hamburger-nav .bar:nth-child(2) { top: 15px; }
    .hamburger-nav .bar:nth-child(3) { top: 21px; }
    .hamburger-nav[aria-expanded="true"] .bar:nth-child(1) { transform: rotate(45deg); top: 15px; }
    .hamburger-nav[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
    .hamburger-nav[aria-expanded="true"] .bar:nth-child(3) { transform: rotate(-45deg); top: 15px; }

    /* Mobile behavior */
    @media (max-width: 991px) {
      .nav-container { padding: 0 1rem; }
      .hamburger-nav { display: inline-flex; }
      .nav-menu {
        display: none;
        position: fixed;
        top: 112px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 0;
        padding: 1rem 1.25rem 2rem;
        border-top: 1px solid #eee;
        max-height: calc(100dvh - 112px);
        overflow-y: auto;
        align-items: flex-start;
        text-align: left;
        z-index: 1001;
      }
      .nav-menu.show { display: flex; }
      .nav-menu > a,
      .nav-menu .dropdown > .nav-menu-item {
        padding: 0.9rem 0.25rem;
        font-size: 1.125rem;
        border-bottom: 1px solid #f2f2f2;
        width: 100%;
        text-align: left;
      }
      /* Always show submenus when the overall menu is open */
      body.menu-open nav .nav-menu .dropdown .nav-menu-dropdown {
        display: block !important;
        position: static !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0.25rem 0 0.75rem !important;
        border-left: 3px solid #eee !important;
      }
      body.menu-open nav .nav-menu .dropdown .nav-menu-dropdown .dropdown-item {
        display: block !important;
        padding: 0.55rem 1rem !important;
        font-size: 0.98rem !important;
      }
      /* Disable hover-driven dropdowns on mobile */
      .dropdown:hover .nav-menu-dropdown { display: none; }
    }

/* === Desktop dropdown alignment refinements (v7) === */
@media (min-width: 992px) {
  nav .nav-menu { align-items: center; }
  nav .dropdown { position: relative; }
  nav .nav-menu .dropdown .nav-menu-dropdown {
    left: 0 !important;  /* anchor under the parent */
    right: auto !important;
    top: 100% !important;
    transform: none !important;
    margin-top: 0.25rem !important;
    text-align: left !important;
    min-width: 220px !important;
    max-width: 360px;
    white-space: normal; /* allow wrapping */
  }
  /* Make sure parent link isn't centered due to flex */
  nav .nav-menu > a,
  nav .nav-menu .dropdown > .nav-menu-item {
    text-align: left;
  }
}
/* ================================================================================ */

/* ===== Password Gate Styles ===== */
.pw-gate {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(10, 12, 20, 0.85);
  backdrop-filter: blur(3px);
  z-index: 99999;
}
.pw-card {
  width: min(92vw, 420px);
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.pw-card h2 { margin: 0 0 8px; color: #222; }
.pw-card p { margin: 0 0 18px; color: #444; }
#pw-form { display: grid; gap: 12px; }
#pw-input {
  border: 1px solid #d0d4dd;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  outline: none;
}
#pw-input:focus {
  border-color: #5252a3;
  box-shadow: 0 0 0 4px rgba(82,82,163,0.15);
}
#pw-form button {
  border: 0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  cursor: pointer;
  background: #5252a3;
  color: #fff;
}
#pw-form button:hover { filter: brightness(0.92); }
.pw-error { margin: 2px 0 0; color: #c62828; font-size: 14px; }


/* ===== Boundless Branding for Password Gate ===== */
.pw-logo {
  max-width: 200px;
  margin-bottom: 1rem;
}
.pw-card h2 {
  color: #E73C3E; /* Boundless Red */
  font-weight: 700;
}
#pw-form button {
  background: #5252a3; /* Purple-Blue */
  border: 2px solid #E73C3E;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#pw-form button:hover {
  background: #3f3f85;
  border-color: #c8102e;
}

