:root{
    --purple-theme:#161E2B;
    --gold-theme:#F79B25;
    --lightgold-theme:#f79c250f;
    --lightbackground: rgba(255, 255, 255, 0.125);
    --hero-height:70vh;

}

.a_link{
    color: var(--gold-theme);
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.a_link:hover{
    color: var(--gold-theme);
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.bg-purple-theme{
    background: var(--purple-theme);
}
.text-purple-theme{
    color: var(--purple-theme);
}
.bg-gold-theme{
    background: var(--gold-theme);
}
.text-gold-theme{
    color: var(--gold-theme);
}
.text-white{
    color: white;
}
.bg-white{
    background: white;
}
.bg-lightwhite{
    background: var(--lightbackground);
    /* border-right: solid 3px var(--lightbackground);
    border-left: solid 3px var(--lightbackground); */
}

.bg-lightbackground{
    background: var(--lightbackground);
}

.navbar{
    
    background:#f79c25ee;
    /* border-bottom: solid 3px var(--gold-theme); */
}

.navbar li{
    border: solid 2px rgba(255, 255, 255, 0.257);
    margin: 2px;
    border-radius: 15px;
    /* padding: 1px 2px; */
    text-align: center;
    text-transform: uppercase;
}

.navbar .nav-link{
    /* border-bottom: solid 3px var(--gold-theme); */
    color: var(--purple-theme) !important;
    font-weight: 500;
}

.navbar .nav-item:hover{
    /* border-bottom: solid 3px var(--gold-theme); */
    background: rgba(255, 255, 255, 0.521);
    transition: .2s ease-in-out;
}

.is_active{
    background: rgba(255, 255, 255, 0.521);
    border-radius: 10px;
    /* border: solid 2px var(--purple-theme); */
}

.text-bold{
    font-weight: bolder;
}

.navbar-brand a{
    text-decoration: none;
    color: black;
    margin: 0 2px 0 2px;
    background: rgba(255, 255, 255, 0.257);
    padding: 10px;
}



.hero-container img{
    /* width: 100%; */
    /* height: 45vh; */
    
}

/* .inclined-edge{
    width: 0;
    height: 0;
    border-bottom: 30vw solid var(--gold-theme);
    border-right: 30vw solid transparent;
    
} */
/* .hero-container{
    height: var(--hero-height);
  
} */
.hero-video-container{
    max-height: var(--hero-height);
    overflow: hidden;
    position: relative;
    align-items:initial
}

.hero-video-container video{
   margin-top: -140px;
   min-height:var(--hero-height)
}

.hero-video-overlay{
    position: absolute;
    z-index:1000;
    background: #5b3b104d;
    height: var(--hero-height);
    width: 100%;
}

#carouselExampleFade{
    /* max-height: var(--hero-height);
    overflow: hidden; */
    /* border-left: solid 8px var(--lightbackground); */
    /* border-bottom: solid var(--lightbackground); */
    /* border-radius: 5px; */
}

#carouselExampleFade video{
    /* max-height: 40vh; */
    /* min-width: 80vw; */
    
}

.separator{
    height: 3px;
    width:100%;
    background: var(--gold-theme);
}

.value-container{
    position: relative;
    height: 100%;
}

.value-item{
    min-height: 100%;
}

/* .slider-overlay{
    height: inherit;
    width: inherit;
    position: relative;
    background: black;
    z-index: 1000;
} */

.minibanner{
    height: 35vh;
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* border-bottom: solid 2px var(--gold-theme); */
}

.minibanner-overlay{
    height: 100%;
    width: 100%;     
    background: rgba(255, 255, 255, 0.342);
    z-index: 20;
}

.business-divisions .division-item{
    height: 100%;
}
.business-divisions .division-item div{
    /* background: rgba(0, 0, 0, 0.082); */
    background: white;
    border-bottom: solid 5px rgba(255, 217, 0, 0.276);
    border-radius: 5px;
}
.text-capitalize{
    text-transform:capitalize
}

.team-container{
    transition: .5s ease-in-out;
}
.team-container:hover{
    transform: translateY(-10px);
    transition: .5s ease-in-out;
}

.carousel-item video{
    border-left: solid rgba(255, 255, 255, 0.468) 4px;
    /* border-radius: 3px; */
    opacity: 1;
    transition: .3s ease-in-out;
}
.carousel-item p{
    background: rgba(255, 255, 255, 0.695);
    color:rgb(49, 94, 7);
    min-height: 80px;
    transition: .3s ease-in-out;
    font-weight: bold;
    /* border: solid 2px rgb(13, 105, 13) */
}

.carousel-item a{
    text-decoration: none;

}


.carousel-item p:hover{
    background: rgba(255, 255, 255, 0.531);
    color:black;
    min-height: 80px;
    transition: .3s ease-in-out;
}

.carousel-item .play-icon{
    font-size:35px;
    color: rgb(187, 66, 66);
    transition:.2s ease-in-out;
    
}

.carousel-item .play-icon:hover{
    font-size:37px;
    color: white;
    transition:.2s ease-in-out;
}


@media only screen and (max-width: 1024px) {
    .hero-video-container{
        height: 35vh;  
    }
  }

  /* JS SCROLL ANIMATION */
  /* .js-scroll{
    opacity: 0;
    transition: opacity 500ms;
  }

.js-scroll .scrolled{
    opacity: 1 ;
  } */
  .call-button {
    background-color: white;
    color: black; /* Adjust text color for contrast */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #ccc; /* Optional border for visibility */
}

.call-button:hover {
    background-color: #f1f1f1; /* Light gray on hover */
}