*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Zalando Sans SemiExpanded", Arial;
}

/* ========================================
   MOBILE PORTRAIT (Default/Base Styles)
   ======================================== */

.body h1{
    text-align: center;
}

.nav-container{
    max-height: 70px;
    height: 6vh;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.183);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 1000;
    text-align: left;
    padding-left: 1em;
    display: flex;
    align-items: center;
    font-size: clamp(1rem, 4vw, 1.3em);
    letter-spacing: 0.1em;
}

/* ========================================
   HOME PAGE - MOBILE PORTRAIT
   ======================================== */

    


.home .container{
    background-image: url(Images/eveningtruckmt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
    height: 110vh;
    min-height: 84vh;
}

.home .container-button{
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    height: 6vh;
    margin-top: 8vh;
}

.home .CTA{
    height: 4vh;
    width: 40%;
    display: inline-flex;
    justify-content: center;
    color: white;
    position: relative;
    align-items: center;
    border-radius: 5px;
    font-size: clamp(0.75rem, 3vw, 0.9rem);
    transition: all 0.3s ease;
}

.home .CTA:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.home .container-1{
    padding-top: 14vh;
    height: 8vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.5rem, 8vw, 2.5rem);
}

.home .container-2{
    margin-top: 8vh;
    height: 56vh;
    width: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
}

.home .container-4{
    text-align: center;
    margin-top: 8vh;
    min-height: 200vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 6vh 0 8vh 0;
}

.home .main-top-holder{
    display: inline-flex;
    align-items: center;
    margin-top: 12vh;
}

.home .main-top{
    height: 50vh;
    width: 90vw;
    background-color: rgb(236, 236, 236);
    background-image: url(Images/freewayroute.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.home .button-holder-1{
    height: 30vh;
    width: 96vw;
    margin-top: 24vh;
}

.home .p-container{
    display: inline-block;
    justify-content: center;
    margin-top: 8vh;
}

.home #p-h{
    color: #ffffff;
}

.home .p-header{
    font-size: clamp(1.5rem, 6vw, 2rem);
    padding-top: 0.5em;
    margin-bottom: 1em;
    font-family: "Zalando Sans SemiExpanded";
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.home .p-items{
    height: 60vh;
    border-radius: 10px;
    width: 96vw;
    background-color: rgb(189, 189, 189);
    margin-top: 6vh;
    transition: transform 0.3s ease;
}

.home .p-items:hover{
    transform: scale(1.02);
}

.home #HC-div{
    background-image: url(Images/truckcar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home #pa-div{
    background-image: url(Images/project.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home .button-holder{
    width: 96vw;
    height: 60vh;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.home .p-buttons{
    height: 4vh;
    min-height: 40px;
    width: 35vw;
    background-color: #2089cb;
    display: inline-flex;
    margin-bottom: 9vh;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.home #book-now-button{
    margin-top: 15vh;
}

.home a{ 
    text-decoration: none;
    color: rgb(255, 255, 255);
    height: 4.2vh;
    min-height: 40px;
    width: 45%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    font-size: clamp(0.75rem, 3vw, 0.9rem);
    font-weight: 500;
    transition: all 0.3s ease;
}

.home .footer-div{
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    font-size: 100%;
    min-height: 33.4vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5em;
    padding: 4vh 0;
    margin-top: 6vh;
}

.home .footer-a{
    display: block;
    color: rgb(119, 119, 119);
    width: inherit;
    height: inherit;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
}

.home .footer-a:hover{
    color: rgb(50, 50, 50);
}

.home .p-buttons:hover{
    background-color: #1c7cb8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(32, 137, 203, 0.3);
}

.home #button-2{
    background-color: #1d73a8;
}

.home #button-1{
    background-color: rgb(231, 231, 231);
    color: rgb(36, 36, 36);
}

.home #button-2:hover{
    background-color: #208dd1;
}

.home #button-1:hover{
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} 
    

/* ========================================
   BOOKING PAGE - MOBILE PORTRAIT
   ======================================== */

.booking a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.booking .container-1{
    height: 90vh;
    min-height: 500px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding-top: 6.5vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(Images/caleb-ruiter-EmEQ6kK_5P0-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.booking .semi-container{
    display: inline-flex;
    height: inherit;
    width: inherit;       
    justify-content: space-evenly;
    height: 6vh;
    margin-top: 4vh;
}

.booking .CTA-BOOK{
    height: 4.2vh;
    min-height: 42px;
    width: 45%;
    max-width: 180px;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(0.75rem, 3vw, 0.9rem);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    margin-top: 4%;
    transition: all 0.3s ease;
}

.booking .CTA-BOOK:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    transform: translateY(-2px);
}

.booking #book-p{
    text-align: center;
    padding-top: 18%;
    font-size: clamp(2rem, 4em, 6em);
    color: rgb(255, 255, 255);
}

.booking .container-2{
    height: auto;
    min-height: 70vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding-bottom: 6rem;
}

.booking #c2-mt{
    text-align: center;
    font-size: clamp(1.25rem, 5vw, 1.5rem);
    padding-top: 10%;
    color: white;
}

.booking #c2-st{
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    padding-top: 3%;
    color: rgb(157, 157, 157);
}

.booking {
    background: #000000;
    color: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
}

.booking .form-wrapper {
    max-width: 560px;
    margin: 4rem auto;
    padding: 2.5rem;
    background: #0b0b0b;
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
}

.booking .form-wrapper h2 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 4vw, 1.6rem);
    font-weight: 600;
    color: #ffffff;
}

.booking #load-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.booking #load-form .row {
    display: flex;
    gap: 1rem;
}

.booking #load-form input,
.booking #load-form textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #262626;
    border-radius: 10px;
    font-size: 1rem;
    color: #ffffff;
    background: #111111;
    transition: all 0.3s ease;
}

.booking #load-form input::placeholder,
.booking #load-form textarea::placeholder {
    color: #9ca3af;
}

.booking #load-form input:focus,
.booking #load-form textarea:focus {
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.booking #load-form textarea {
    min-height: 140px;
    resize: vertical;
}

.booking #load-form button {
    margin-top: 0.75rem;
    padding: 0.9rem;
    background: #ffffff;
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.booking #load-form button:hover {
    background: #e5e7eb;
    transform: translateY(-2px);
}

.booking #load-form button:active {
    transform: scale(0.98);
}

.booking #status {
    margin-top: 0.75rem;
    font-size: 0.9rem;
}

.booking .success {
    color: #22c55e;
}

.booking .error {
    color: #ef4444;
}

@media (max-width: 640px) {
    .booking #load-form .row {
        flex-direction: column;
    }

    .booking .form-wrapper {
        margin: 2rem 1rem;
        padding: 2rem;
    }
}

/* ========================================
   PROJECT PAGE - MOBILE PORTRAIT
   ======================================== */

.project .container-1{
    height: 100vh;
    width: 100%;
    background-color: black;
    padding-top: 6.5vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.327), rgba(0, 0, 0, 0)), url(Images/trucksqrt.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project #C1-H1{
    padding-top: 20%;
    text-align: center;
    font-size: clamp(2rem, 10vw, 3rem);
    font-weight: 500;
}

.project #C1-P1{
    padding-top: 5%;
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    text-align: center;
}

.project #DTT{
    text-align: center;
    font-size: clamp(20px, 4vw, 35px);     
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding-top: 5%;
}

.project .container-2{
    height: auto;
    min-height: 40vh;
    width: 100%;
    background-color: #000000;
    padding: 4vh 0 6vh 0;
}

.project #Desc-1{
    color: rgb(220, 220, 220);
    font-size: clamp(15px, 3.5vw, 18px);     
    text-align: center;
    padding-top: 2vh;
    line-height: 1.6;
    min-width: 30%;
    max-width: 85%;
    margin: 0 auto;
}

.project .CTA-container{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6%;
}

.project #divbutton{
    height: 4vh;
    min-height: 45px;
    max-height: 50px;
    width: 85vw;
    max-width: 500px;
    background-color: transparent;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 3.5vw, 16px); 
    font-weight: 550;
    transition: all 0.3s ease;
}

.project #divbutton:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
    transform: translateY(-2px);
}

.project #KM{
    position: absolute;
    top: clamp(2rem, 6vh, 4rem);
    left: clamp(1.5rem, 6vw, 6rem);
    font-size: clamp(2.25rem, 8vw, 3.5rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: rgb(255, 255, 255);
}

.project .overview{
    background-color: black;
    height: auto;
    min-height: 80vh;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: grid;
    align-items: center;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 500;
    position: relative;
    color: rgb(235, 235, 235);
    padding: 6vh 2rem;
}

.project .container-3,
.project .container-4,
.project .container-5{
    height: auto;
    min-height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 4vh 0 6vh 0;
}

.project .container-6{
    height: auto;
    min-height: 80vh;
    background-color: rgb(0, 0, 0);
    width: 100%;
    padding: 4vh 0 6vh 0;
}

.project .image-container{
    height: 34vh;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 4vh;
}

.project .image-holder{
    height: 34vh;
    width: 90%;
    max-width: 600px;
    background-color: rgb(236, 236, 236);
    background-image: url(Images/three.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.project .box-heading{
    text-align: left;
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    line-height: 1.3;
    min-width: 50%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 2vh;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.project .Descs{
    color: rgb(220, 220, 220);
    font-size: clamp(0.95rem, 3.5vw, 1.05rem);
    text-align: left;
    padding-top: 2vh;
    line-height: 1.6;
    min-width: 50%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 3vh;
}

.project #image-1{
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project #image-2{
    background-image: url(Images/IMG_0362\(1\).jpeg);
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project #image-3{
    background-image: url(Images/fullside.jpeg);
    height: 80vh;
    width: 100%;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project #image-4{
    background-image: url(Images/tom-jackson-fP4OG67TVes-unsplash.jpg);
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.project a{
    text-decoration: none;
    color: black;
}

/* ========================================
   COMPANY PAGE - MOBILE PORTRAIT
   ======================================== */

.company .container-1{
    height: 60vh;
    min-height: 500px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding-top: 6.5vh;
}

.company #C1-H1{
    padding-top: 20vh;
    text-align: center;
    font-size: clamp(2rem, 10vw, 3rem);
    font-weight: 500;
}

.company #C1-P1{
    padding-top: 5%;
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    text-align: center;
}

.company #DTT{
    text-align: center;
    font-size: clamp(20px, 4vw, 35px);     
    font-weight: 500;
    color: rgb(0, 0, 0);
    padding-top: 5%;
}

.company .container-2{
    height: auto;
    min-height: 40vh;
    width: 100%;
    background-color: #ffffff;
    border-top: 4px solid #1F2933;
    padding: 4vh 0 6vh 0;
}

.company #Desc-1{
    color: rgb(0, 0, 0);
    font-size: clamp(15px, 3.5vw, 18px);     
    text-align: center;
    padding-top: 2vh;
    line-height: 1.6;
    min-width: 30%;
    max-width: 85%;
    margin: 0 auto;
}

.company .CTA-container{
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6%;
}

.company #divbutton{
    height: 4vh;
    min-height: 45px;
    max-height: 50px;
    width: 85vw;
    max-width: 500px;
    background-color: transparent;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 3px;
    color: rgb(0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 3.5vw, 16px); 
    font-weight: 550;
    transition: all 0.3s ease;
}

.company #divbutton:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
    transform: translateY(-2px);
}

.company #KM{
    position: absolute;
    top: clamp(2rem, 6vh, 4rem);
    left: clamp(1.5rem, 6vw, 6rem);
    font-size: clamp(2.25rem, 8vw, 3.5rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.company .overview{
    background-color: rgb(247, 249, 251);
    height: auto;
    min-height: 80vh;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: grid;
    align-items: center;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 500;
    position: relative;
    padding: 6vh 2rem;
}

.company .container-3,
.company .container-4,
.company .container-5{
    height: auto;
    min-height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 4vh 0 6vh 0;
}

.company .container-6{
    height: auto;
    min-height: 80vh;
    background-color: rgb(0, 0, 0);
    width: 100%;
    padding: 4vh 0 6vh 0;
}

.company .image-container{
    height: 34vh;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 4vh;
}

.company .image-holder{
    height: 34vh;
    width: 90%;
    max-width: 600px;
    background-color: rgb(236, 236, 236);
    background-image: url(Images/poweronly2.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
}

.company .box-heading{
    text-align: left;
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    line-height: 1.3;
    min-width: 50%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 2vh;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.company .Descs{
    color: rgb(220, 220, 220);
    font-size: clamp(0.95rem, 3.5vw, 1.05rem);
    text-align: left;
    padding-top: 2vh;
    line-height: 1.6;
    min-width: 50%;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 3vh;
}

.company #image-1{
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.company #image-2{
    background-image: url(Images/1682.png);
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.company #image-3{
    background-image: url(Images/project2.jpeg);
    height: 80vh;
    width: 100%;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.company #image-4{
    background-image: url(Images/TQ.jpg);
    width: 100%;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.company a{
    text-decoration: none;
    color: black;
}

/* ========================================
   HAZMAT PAGE - MOBILE PORTRAIT
   ======================================== */

.hazmat .container-1{
    height: 110vh;
    min-height: 600px;
    width: 100%;
    background-color: black;
    padding-top: 6.5vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.327), rgba(0, 0, 0, 0)), url(Images/TQ.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hazmat .main-text{
    color: white;
    font-size: clamp(20px, 6vw, 40px);     
    text-align: center;
    padding-top: 11vh;
    max-width: 85%;
    margin: 0 auto;
    line-height: 1.3;
}

.hazmat .sub-text{
    color: white;
    font-size: clamp(16px, 4vw, 24px);     
    padding-top: 1.5vh;
    line-height: 1.6;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.hazmat .container-2{
    height: 110vh;
    min-height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.243), rgba(0, 0, 0, 0)), url(Images/desert.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vh 0 6vh 0;
}

.hazmat .CTA-container{
    margin-top: 4vh;
    width: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hazmat .divbutton{
    height: 4vh;
    min-height: 45px;
    max-height: 50px;
    width: 50vw;
    max-width: 200px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 3.5vw, 16px);
    border-radius: 4px;
    transition: all 0.3s ease;
}

.hazmat .divbutton:hover{
    background-color: rgb(0, 0, 0);
    color: whitesmoke;
    transform: translateY(-2px);
}

.hazmat .main-txt{
    color: rgb(255, 255, 255);
    font-size: clamp(20px, 6vw, 40px);     
    text-align: center;
    padding-top: 8vh;
    max-width: 85%;
    margin: 0 auto;
    font-weight: 450; 
    line-height: 1.3;
}

.hazmat .sub-txt{
    color: rgb(255, 255, 255);
    font-size: clamp(12px, 3.5vw, 20px);     
    text-align: center;
    max-width: 45%;
    padding-top: 2vh;
    line-height: 1.6;
    margin: 0 auto;
}
.hazmat a{
    text-decoration: none;
    color: black;
}


ul{
    list-style-type: none;
}
