/*COMMON STYLES*/

.bg-gray{
    background-color: #e6e6e6;
}
.bg-l-gray{
    background-color: #f1f1f1;
    border-color: rgb(232, 232, 232);
}
.content-spacing{
    padding: 40px 0px 60px 0px;
}

.img-pos-left{
    object-position: left;
}

.img-pos-top{
    object-position: top;
}

#dv-led-landing .btn{
    width: 100%;
}
#applications-page .btn, #why-sharp-page .btn{
    margin-top: 15px;
    width: 100%;
}

/* ----HERO BLOCK & NAV STYLES STYLES ----  */
#hero{
    position: relative;
    top: 0;
    left: 0;
    height: 320px;
}

#hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

#gradient{
    background-image: linear-gradient(to top, #000, rgba(0,0,0,0));
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

#applications-page #hero, #why-sharp-page #hero{
    height: 320px;
    background-image: linear-gradient(black, black);
    background-position: 50% 34%;
    background-size: cover;
    position: relative;
}
#why-sharp-page #hero {background-position: 20% 58%;}

#hero-text{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 6%;
    z-index: 200;
}

#hero-text h1{
    color: #fff;
    margin-bottom: 20px;
}

#dv-led-nav{
    width: 100%;
}

#nav-ul{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    width: 100%;
}

.nav-item{
    list-style: none;
    color: #fff;
    border-bottom: 1px solid white;  
    padding: 8px 10px;
    margin: 0px;
    width: 100%;
}

#dv-led-nav #last-nav-item{
    border-right: 0;
}

#dv-led-nav #nav-ul .nav-item a, #dv-led-nav #nav-ul .nav-item .no-a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 7px;
    width: 100%;
    display: block;
    padding: 8px 10px;
}
#dv-led-nav #nav-ul .nav-item a:hover {
      background-color: #e6000d;
    color: white;
    border: 2px solid #ffffff;
}
#dv-led-nav #nav-ul .nav-item a:focus {
     background-color: #ffffff;
    color: #e6000d;
    outline: 4px solid white;
    padding: 2px 4px;
    border-radius: 1px;
    margin: 6px;
    width: calc(100% - 12px);
    border: 1px solid #000000;
}

#dv-led-nav #nav-ul .nav-item .no-a{
   /*    border: 4px solid white;*/
    padding: 6px 8px;
    background-color: #ffffff;
    color: #000000;
}

#displayFormsButtons {margin-top: 15px; }

@media screen and (min-width: 768px){
	#hero, #gradient, #hero-video{
        height: 360px;
    }

	#applications-page #hero{
        background-image: linear-gradient(to top, #000 17%, rgba(0,0,0,0), #000), url(/Portals/0/Images/dvled/landing-apps.webp);
    }
 	#why-sharp-page #hero{
        height: 360px;
        background-image: linear-gradient(to top, #000 20%, rgba(0,0,0,0), #000), url(/Portals/0/Images/dvled/landing-whysharp.webp);
    }
	
	
	
    #dv-led-nav #nav-ul{
        flex-direction: row;
    }
    
   #dv-led-nav .nav-item{
/*        border-right: 1px solid white;    */
        border-bottom: 0;
        width: auto;
        padding: 2px 10px;
    } 
    
    #dv-led-landing .btn, #applications-page .btn, #why-sharp-page .btn{
        width: auto;
    }
	 
}
@media screen and (min-width: 992px){
	#hero, #gradient, #hero-video{
        height: 600px;
    }
}
@media screen and (min-width: 1200px){
	#hero, #gradient, #hero-video{
        height: 640px;
    }
}
@media screen and (min-width: 1440px){
	#applications-page #hero{
        height: 700px;
    }
}

/*-------DVLED LANDING FEATURES BLOCK STYLES------*/

#features h2{
    margin-top: 0px;
    text-align: center;
}

#features h3{
    
    margin-bottom: 10px;
}

#features p{
    margin-bottom: 30px;
	text-align: center;
}

#feature-cards{
    justify-content: center;
    flex-direction: column;
}

.feature-card{
    margin: 15px;
    padding: 0px;
}

.feature-card-img{
    justify-content: center;
}

.feature-card-body{
    padding: 0px 15px 5px 15px;
}

.feature-card-body p{
    color: #575757;
    font-size: 14px;
    text-align: center;
}


}



@media screen and (min-width: 992px){
	
    #feature-cards{
        flex-direction: row;
    }

    .feature-card-body{
        padding: 15px;
    }
    
    
}


/*----DVLED LANDING SIX POINTS SECTION----*/
#six-img{
    justify-content: center;
}

.six-row{
    align-items: stretch;
    flex-wrap: wrap;
}

#six-1{
    border-bottom: 4px solid rgb(218, 55, 66);
}

#six-2{
    border-bottom: 4px solid rgb(53, 68, 82);
}

#six-3{
    border-bottom: 4px solid rgb(87, 172, 203);
}

#six-4{
    border-bottom: 4px solid rgb(178, 194, 194);
}

#six-5{
    border-bottom: 4px solid rgb(150, 145, 147);
}

#six-6{
    border-bottom: 4px solid rgb(36, 90, 165);
}

#six-btn-row{
    justify-content: center;
}

#six-btn{
    margin-top: 30px;
}

/*-----DVLED RESOURCES----- */
#resources h2{
    text-align: center;
    margin-bottom: 20px;
}

#resources h3{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px; 
    text-decoration: underline;
}

#resources img{
    width: 100%;
}
#resources .h3 {
    margin-top: 15px;
}

@media screen and (min-width: 768px){
	
    #resources li {
        padding: 15px;
        text-align: center;
    }
}

/*------REQUEST FORM STYLES--------*/

#pardot-iframe{
    width: 100%;
    height: 600px;
}
#pardot-row{
    justify-content: center;
}

#pardot-card{
    width: 100%;
}

#pardot-iframe-container{
    align-items: center;
}

#pardot-iframe{
    width: 100%;
    height: 1100px;
}

@media handheld, only screen and (min-width:768px) {
	    #pardot-card{
        width: fit-content;
    }
    
    #pardot-iframe{
        width: 700px;
        height: 950px;
    }
	
}

/*----DVLED APPLICATIONS PAGE STYLES----*/
.app-card{
    padding: 0px;
    margin: 15px 0px;
}

.app-card-row{
    position: relative;
}

.app-card-img-left, .app-card-img-right{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.app-card-img-left img, .app-card-img-right img{
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

.app-card-body-left{
    padding: 30px;
}

.app-card-body-right{
    padding: 30px;
}

.app-card h2{
    margin-top: 0px;
}

.app-card h3{
    margin-top: 0px;
}

.app-card-btn{
    margin-top: 30px;
}
@media screen and (min-width: 992px){ 
.app-card-img-left {
        position: absolute;
        top: 0;
        left: 0%;
    }

    .app-card-img-right {
        position: absolute;
        top: 0;
        left: 50%;
    }

    .app-card-img-left img{
        height: 100%;
        width: 100%;
        border-radius: 4px 0px 0px 4px;
    }  
    
    .app-card-img-right img{
        height: 100%;
        width: 100%;
        border-radius: 0px 4px 4px 0px;
    }  

    .app-card-body-left{
        position: relative;
        right: 0%;
    }
    
    .app-card-body-right{
        position: relative;
        left: 50%;
    }

    .img-left img{
        border-radius: 4px 0px 0px 4px;
    }
    
    .img-right img{
        border-radius: 0px 4px 4px 0px;
    }

}

/*----THE SHARP DIFFERENCE/WHY SHARP STYLES-----*/

.why-card{
    padding: 0px;
    margin: 15px 0px;
}

.why-card-row{
    position: relative;
}

.why-card-img-left, .why-card-img-right{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.why-card-img-left img, .why-card-img-right img{
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}
.why-card-body-left{
    padding: 30px;
}

.why-card-body-right{
    padding: 30px;
}

.why-top-text{
    margin-top: 0px;
}

#wow-btn a{
    white-space: pre-wrap;
    max-width: 100%;
}

ul#services-scope{
    flex-wrap: wrap;
}

ul#services-scope li{
    width: 100%;
}

#consideration-row h2{
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

#consideration-row p{
    text-align: center;
}

#contact-row h2{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px){
	
	#services-scope li{
        width: 50%;
    }
}
@media screen and (min-width: 992px){
	
	.why-card-img-left {
        position: absolute;
        top: 0;
        left: 0%;
    }

    .why-card-img-right {
        position: absolute;
        top: 0;
        left: 50%;
    }

    .why-card-img-left img{
        height: 100%;
        width: 100%;
        border-radius: 4px 0px 0px 4px;
    }  
    
    .why-card-img-right img{
        height: 100%;
        width: 100%;
        border-radius: 0px 4px 4px 0px;
    }  

    .why-card-body-left{
        position: relative;
        right: 0%;
    }
    
    .why-card-body-right{
        position: relative;
        left: 50%;
    }

    .img-left img{
        border-radius: 4px 0px 0px 4px;
    }
    
    .img-right img{
        border-radius: 0px 4px 4px 0px;
    }
	
}
.light-font {
  font-weight: 300 !important;
}
 
         @media (max-width: 768px) {
  .hero-video-wrapper {
    height: auto; /* Ensures the video scales correctly */
    margin: 0; /* Removes extra space */
    padding: 0; /* Removes padding around the video */
  }
  .text-section {
    flex: 1;
    padding: 20px;
	padding-top: 50px;
    background-color: #333333;
	color: #ffffff;
	
	
}
@media (min-width: 992px) {
  .hero-video-wrapper {
    height: auto; /* Ensures the video scales correctly */
    margin: 0; /* Removes extra space */
    padding: 0; /* Removes padding around the video */
  }
  .text-section {
    flex: 1;
    padding: 20px;
	padding-top: 50px;
    background-color: #333333;
	color: #ffffff;
	
	
}
.custom-h4 {
  font-size: 20px; /* Change font size */
  font-weight: 300; /* Adjust font weight */
  color: #ff5733; /* Set a custom color */
  line-height: 1.5; /* Adjust line spacing */
}

.video-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333; /* Set the background color */
    padding: 25px; /* Optional: Add padding to create space around the video */
    border-radius: 8px; /* Optional: Add rounded corners */
}

.hero-video-wrapper {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Optional: Add rounded corners */
}
/* Mobile view */
@media (max-width: 768px) {
    .container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center align content */
    }

    .text-section, .video-section {
        width: 100%; /* Ensure full width for stacked layout */
        text-align: center; /* Optional: Center text alignment for mobile */
    }

    .video-section {
        margin-top: 20px; /* Add spacing between text and video */
    }
}
