@charset "utf-8";
/* CSS Document */

body {
  font-family: "Open Sans", sans-serif;
background: #ffffff;
  color: #000000;
}

a {
  text-decoration: none;
 color: #000000;
}

a:hover {
  color:#4AE91A;
  text-decoration: none;
}

.border {
    border-style: double;
    border-radius: 15px;
    border-width:medium;
    border-color: #000000;
    padding: 1rem;
    background: transparent;
}


hr {
    margin: 0.5rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


h1{
color: #006633;
font-weight:bold;	
text-align:center;
font-size:2.0rem !important;
}

h2{
color: #000000;
font-weight:bold;	
font-size:1.5rem !important;
}

h3{
color: #006633;
font-weight:bold;
font-size:1.75rem !important;
}


p {
color: #000000;
font-family: "Open Sans", sans-serif;
font-weight:normal;    
font-size: 1.0rem !important;   
}  

.btn-outline-secondary {
    margin-top: 4px;
    margin-bottom:4px;
}

.btn-outline-custom {
    background-color: #CC3333;
    color:aliceblue;
    margin-top: 10px;
    margin-bottom: 20px;
}
    
.bg-gradient-custom {
    /* fallback for old browsers */
    background:#ffffff;  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(0, 102,51,0.5));  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(0, 102,51,0.5))
} 

 header {
     position:fixed;
     top: 0;
     left: 0;
     width: 100%;
 }
/* Banner / Picture CSS / Text in Images */
.banner_l{
    float: left;
}
.banner_r{
    float: right;
}
.banner_h{
    display: block;
    width: 100%;
}
.banner_h img{
    width: 100%;
}
/*--------------------------------------------------------------
# Card background color
--------------------------------------------------------------*/
.card-body { 
    background-color:transparent;
     margin-top: 0px;
    margin-bottom: 0px;
 }


.card-title {
    background-color:#006633;
    color:#ffffff;
	font-size: 1.0rem;
    margin-top: 0px;
    margin-bottom: 0px;
} 

.card-img-top {
    background-color: #ffffff; 
    color:#000000;
    margin-top: 0px;
    margin-bottom: 0px;

} 

 .card-footer {
  margin-bottom: 0px;
} 

.custom-footer-styles {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

   /*----------Modal Settings----------------*/


.modal-title{
background-color: #2f7c91;
    
}

.modal-body{
background-color: #cccccc;    
    
}

.modal-body{
background-color: #cccccc; 
color:#000000;    
    
}

/*----------Animation----------------*/
/*@keyframes move-left-to-right {
  0% {
    left: 0;
    margin-left: 0;
  }
  100% {
    left: 100%;
    margin-left: -50px; /* Adjust to account for the element's width */
  }
}


@keyframes DirectDumpsters {
  from {
    opacity: 0;
    transform: translate(-50%, 0px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.animated-element {
  position: absolute; /* Changed from relative to absolute */
  bottom: 0; /* Anchors to the bottom */
  left: 0; /* Starts from the left */
  width: 241px;
  animation: move-left-to-right 10s forwards infinite;
}


.custom-background-section {
  position: relative; /* Added to create positioning context */
  background-image: url('assets/img/header-files/row-of-houses.jpg');
  background-size: cover;
  background-position: center;
  height: 200px;
  overflow: hidden; /* Prevents truck from showing outside container */
}

@media (max-width: 768px) {
  .custom-background-section {
    height: 150px; /* Smaller height on mobile if desired */
  }
  
  .animated-element {
    width: 180px; /* Optionally make truck smaller on mobile */
  }
	}

/* =====================          NAVIGATION        =====================*/

/* Custom Navbar Colors */
.navbar-custom-gradient{
background: #ffffff;
background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(0, 102,51,0.5) 100%) !important;
}

.navbar-custom 
.navbar-brand,
.navbar-custom 
.navbar-nav 
.nav-link {
    color: #cccccc; /* Replace with your desired text color */
}


.navbar-custom 
.navbar-toggler {
border-color: #f29224; /* Replace with your desired border color for the toggler button */
}


/*.navbar .dropdown-menu{
background-color:#cccccc;
}*/

.navbar .dropdown-menu {
background-color: rgba(204,204,204,0.75);
}
.dropdown-item:hover{
	background-color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
 display: block;
}

.dropdown-item {
    left: auto;
    display: block;
    width: 100%;
    padding: 5px;
    clear: both;
    font-weight: 400;
    color: #000000;
    text-align: left;
    white-space: nowrap;
    /*background-color: #ffffff;*/
    border: 0;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 2rem;
    padding-right:2rem;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav > li{
  padding-left:15px;
  padding-right:15px;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}



/*________________ Custom XL button size */
    .btn-xl {
      padding: 1rem 2rem;   /* Bigger padding */
      font-size: 1.5rem;    /* Larger text */
      border-radius: 0.5rem; /* Slightly rounded corners */
    }


/*--------------------------------------------------------------
Responsive Video
--------------------------------------------------------------*/
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


.section-text {
  text-align: left;
  font-size: 1.0rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #000000;
}

/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/
#top {
width: 100%;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 16px;    
color: #000000;    
background-color: #ffffff;
height: 100vh;
/*background-image:url("");*/
background-repeat:no-repeat;
background-size:cover;}

/*--------------------------------------------------------------
# Work Section
--------------------------------------------------------------*/
#work {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 1.0rem;    
color: #000000;    
}

/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
#about {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 1.0rem;    
color: #000000;    
}


/*--------------------------------------------------------------
# More Section
--------------------------------------------------------------*/
#more {
width: 100%;
height:auto;
overflow:hidden;
position: relative;
transition: 0.3s;   
animation-delay: 0.4s;
padding:10px; 
font-size: 1.0rem;    
color: #000000;    
}

/*=======================          FOOTER                   ==============================*/

footer {
background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(0, 102,51,0.5) 100%) !important;
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}


footer p{
color:#0b7048;
text-align:center;
font-size:0.85rem !important;
}


footer h3{
color: #00000;
text-align:center;
font-size:1.25rem !important;
}

footer h4{
color: #000000;
text-align:center;
font-size:0.85rem !important;	
}

footer h5{
color: #000000;
text-align:center;
font-size:0.80rem !important;
}

footer h6{
color: #000000;
text-align:center;
font-size: 0.75rem !important;
}
   

footer ul li a {
   color:#0b7048;
}


footer p a{
color:#0b7048;
text-decoration:underline;
}


footer a {
color:#0b7048;
}

footer a:hover {
color:#33cd3e;
}

blockquote {
    font-size: 14px;
}	

/*-------------Animate------------*/
@keyframes move-left-to-right {
  0% {
    left: 0;
    margin-left: 0;
  }
  100% {
    left: 100%;
    margin-left: -50px; /* Adjust to account for the element's width */
  }
}


@keyframes DirectDumpsters {
  from {
    opacity: 0;
    transform: translate(-50%, 0px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.animated-element {
  position: absolute; /* Changed from relative to absolute */
  bottom: 0; /* Anchors to the bottom */
  left: 0; /* Starts from the left */
  width: 241px;
  animation: move-left-to-right 10s forwards infinite;
}


.custom-background-section {
  position: relative; /* Added to create positioning context */
  background-image: url('../img/header-files/row-of-houses.jpg');
  background-size: cover;
  background-position: center;
  height: 200px;
  overflow: hidden; /* Prevents truck from showing outside container */
}

@media (max-width: 768px) {
  .custom-background-section {
    height: 150px; /* Smaller height on mobile if desired */
  }
  
  .animated-element {
    width: 180px; /* Optionally make truck smaller on mobile */
  }
	}