* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
  }

.logo{
    max-width: 300px; /* keep it responsive */
    height: 150px;
    margin-top: 50px;
    /* background-color: red; */
}

body{
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: white; /* clean, simple background */
    color: #36302a;
    margin: 0;
    padding: 0;
}

#land{
    display: flex;
    background-image: url("images/foamCar.jpg");
    background-size: cover;
    scroll-margin-top: 100px;
    height: 650px;
    background-color: #000;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-align: center;
    color: #E6F0FA;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
    flex-direction: column;      /* stack elements vertically */
    justify-content: center;     /* vertical centering */
    align-items: center;  
}

#header a{
    margin: 0;
    text-decoration: none;
    color: #000;
}


#header {
    display: flex;
    /* background-color: #ece4da; */
    background-color: white;
    /* padding: 30px 20px; */
    padding: 15px;
    height: 105px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1000;
    width: 100%;
    color: #36302a;
    font-family: 'Montserrat', sans-serif; /* bold, modern header */
}

#mainNav, #mainNav a{
    display: flex;
    /* background-color: red; */
    gap: 25px;
    text-decoration: none;
    color:#36302a;
    font-size: 15px;
}



#mainNav:hover, #mainNav a:hover {
    color: #E5C100; /* slightly darker or different color on hover */
    font-family: 'Roboto', sans-serif; /* bold, modern header */
}

section {
    /* padding: 60px 20px; */
    /* padding: 100px 20px;
    max-width: 1000px;
    margin: auto;
    scroll-margin-top: 100px; */
}

#services{
    /* max-width: 1000px; */
    margin: auto;
    padding: 100px 20px;
    scroll-margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

#services h2{
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 1.2em;

}

#packages{
    display: flex;
    background-image: url("images/sunCar.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 550px;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
}

#packages article{
    flex: 1 1 300px;  /* grow, shrink, min width */
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
    height: 520px;
    max-width: 100%;
    min-width: 290px;

}

#packages article h3{
    text-align: center;
    font-size: 1.8rem;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
}

/* LISTS COLOR */
#packages ul{
    padding-left: 30px;
    margin: 0;
    list-style: disc;
    font-size: .78rem;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
    max-width: 100%;
}

#packages h4{
    align-items: center;
    padding-left: 20px;
}

#package-lists{
    display:flex;
    justify-content: space-between;
    gap: 10px;
}

#package-section{
    flex: 1;
    font-size: 1.2rem;
    color: #E5C100;
    padding-right: 20px;
}

#extras{
    display: flex;
    background-image: url("images/sunCar.jpg");
    background-size: cover;
    max-width: 100%;
    background-position: 50% 49%;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    #extras {
      background-position: 50% 74%;
    }
}
  
  /* Mobile (phones) */
@media (max-width: 768px) {
    #extras {
      background-position: 50% 80%;
    }
}

#extras div{
    flex: 1;
    /* background: rgba(130, 127, 127, 0.8); */
    text-align: center;
    padding: 20px;
}

#add-ons{
    color: white;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.7);
    margin: 10px;
}

#add-ons h3{
    font-size: 2rem;
}

#add-ons ul{
    list-style-type: disc;
    justify-content: space-between;
    list-style: none;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
}

#vehicleType{
    color: white;
    background: rgba(0, 0, 0, 0.7);
    margin: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
}

#vehicleType h3{
    font-size: 2rem;
}

#vehicleType ul{
    list-style: none;
}

#trash{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

#tservices{
    flex: 1;
    display: flex;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    background-image: url("images/trashBins.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    text-align: center;
    align-items: center;
    background-position: center;
}



#tservices h3{
    font-size: 2rem;
}

#tservices h4{
    font-size: 1.75rem;
}

#tservices ul{
    list-style: none;
    font-size: 1.5rem;
}

#right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgb(128, 0, 32);
    font-weight: bold;
}

#right h4{
    font-size: 1.75rem;
}

#right ul{
    list-style: none;
}

.trashImg{
    width: 100%;
    height: 550px;
}


#about{
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 20px;
}

video{
    height: 500px;
}

#info h2{
    font-size: 2.5rem;
}

.image{
    width: 50%;
    height: auto;
}

#contact{
    height: 450px;
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
    padding: 100px;
    box-sizing: border-box;
    /* background-color: #f50000; */
    /* width: 100%;        /* ✅ take full width of page */
    /* max-width: 100%;    /* ✅ prevent being capped */
}

#contact h2{
    /* border-top: solid; */
    font-size: 2.5rem;
}

#info{
    flex: 1;
    font-size: 1.1rem;
}

#hours h3{
    font-size: 1.3rem;
}


#contact iframe{
    flex: 1;
    /* width: 200px;
    border: 0; */ 
    height: 300px;
    width: 650px;
}

#footer{
    /* background-color: #E6F0FA; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #ece4da; */
    background-color: black;
    /* color: #36302a; */
    color: white;
    padding: 30px 20px;
    border-top: solid;
    border-color: #000;
    height: 100%;
}

#footer-top{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

#footer-top h4 {
    margin: 0;
    font-size: 1.2rem;
}

#footer-middle .logo{
    height: 250px;
}
  
#footer-top p a{
    display: block;
    width: fit-content;
    margin: 2px 0;
    text-decoration: none;
    color: white;
}

#footer-bottom .icons {
    font-size: 25px;
    display: flex;
    gap: 15px; /* space between icons */
}

#footer-bottom .icons a:hover {
    color: #0077ff; /* hover color */
}

#footer-bottom{
    display: flex;
    align-items: flex-end; /* center everything */
    flex-direction: column;  /* stack items vertically */
    text-align: center;
}

#footer-bottom a {
    text-decoration: none;
    color: white;
}

.modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}
  
.modal-content {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
}
  
.close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
  
.close:hover {
    color: #000;
}