* {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
}

body{
    margin: 0;
    padding: 0;
}
body, .main-page-container {
    color: white; /* Sets default text color to white */
    background: #222; /* Optional: gives a dark background for contrast */
}

a {
    text-decoration: none;
    color: white;
}
h1 {
    font-size: 1.25rem;
    font-weight: normal;
}
h2 {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    place-self: center;
    font-size: 2rem;
    font-weight: normal;
}
h3{
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
 }
h4{
    margin: 0;
    padding: 0;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
 }
/* Optionally target the title if needed */
.header-container {
    margin: 0;
    padding: 0;
    height: 75px;
    max-width: 100vw;
    min-width: 100vw;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    color: white;
    background: black;
}

.main-page-container {
    top: 75;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto 75px;
    min-height: 100vh; /* Optional: fills the viewport vertically */
    max-width: 100vw;
    min-width: 100vw;
    grid-gap: 3rem;
}

.site-title {
    margin: 0;
    padding: 0;
    font-size: 2.75rem;
    color: white;
    text-shadow: 1px 1px 3px #000; /* optional, for legibility */
}

.header-title {
    place-self: center;
    grid-column: 1;
}
.navbar {
    place-self: center;
    place-content: center;
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* navbar links spaced evenly across the container */
.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.navbar ul li {
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    /* Only use one <li>, so links are inside one */
}
.navbar a {
    white-space: nowrap;
    font-size: 1.5rem;
    color: white;
    font-weight: normal;
    padding: 0 1rem; /* Side padding for spacing */
    /* Optionally: flex property forces links to grow evenly */
    flex: 1 1 0;
    text-align: center;
}

/* Remove unwanted left/right padding from first/last link for perfect matching */
.navbar a:first-child { padding-left: 0; }
.navbar a:last-child { padding-right: 0; }

/* hamburger, offscreen menu, other styles remain unchanged */
.main-page-image {
    grid-row: 1;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
}
.main-page-image img {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
}
.main-page-intro {
    line-height: 1.5;
    place-self: center;
    max-width: 80%;
    grid-row: 2;
    text-align: center;
}
.we-haul-text {
    place-self: center;
    grid-row: 3;
}

.grid-images {
    width: 80%;
    place-self: center;
    display: grid;
    grid-row: 4;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 2rem;
}
.grid-images > div img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* optional */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional */
}

.trailer-image-1 { grid-column: 1; grid-row: 1; }
.trailer-image-2 { grid-column: 2; grid-row: 1; }
.trailer-image-3 { grid-column: 3; grid-row: 1; }
.trailer-image-4 { grid-column: 1; grid-row: 2; }
.trailer-image-5 { grid-column: 2; grid-row: 2; }
.trailer-image-6 { grid-column: 3; grid-row: 2; }

.add-on-title {
    width: 80%;
    grid-row: 5;
    place-self: center;
    place-content: center;
}
.add-on-title h3 {
    place-self: center;
    margin-bottom: 0;
}
.add-ons {
    width: 80%;
    place-self: center;
    display: grid;
    grid-row: 6;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.add-ons > div img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* optional */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional */
}
.add-on-image-1 { grid-column: 1; grid-row: 1; }
.add-on-image-2 { grid-column: 2; grid-row: 1; }
.add-on-image-3 { grid-column: 3; grid-row: 1; }

.price-info-text {
    grid-row: 7;
    place-self: center;
}
.price-info-text h3 {
    place-self: center;
}

.footer {

}

.pricing-body-container {
    top: 0;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto 75px;
    min-height: 100vh; /* Optional: fills the viewport vertically */
    max-width: 100%;
    min-width: 100%;
    grid-gap: 3rem;
}
.pricing-body-container h4 {
    margin: 0;
    padding: 0;
}
.pricing-h4 {
    place-self: center;
    grid-row: 1;
}
.pricing-h3 {
    width: 80%;
    place-self: center;
    text-align: center;
    grid-row: 2;
    line-height: 1.5;
}
.pricing-h3 h3 {
    margin: 0;
    padding: 0;
}
.pricing-rate-chart-container {
    grid-row: 3;
    place-self: center;
    width: 60%;
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}
.pricing-rate-chart-1 {grid-row: 1; grid-column: 1;}
.pricing-rate-chart-2 {grid-row: 1; grid-column: 2;}
.pricing-rate-chart-3 {grid-row: 1; grid-column: 3;}
.pricing-whichever-is-greater-title{
    grid-row: 4;
    place-self: center;
}
.pricing-whichever-is-greater {
    grid-row: 5;
    place-self: center;
    width: 80%;
    text-align: center;
    line-height: 1.5;
}
.location-body-container {
    top: 0;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto 75px;
    min-height: 100vh; /* Optional: fills the viewport vertically */
    max-width: 100%;
    min-width: 100%;
    grid-gap: 3rem;
}
.location-h4 {
    place-self: center;
    grid-row: 1;
}
.location-body-container h4 {
    margin: 0;
    padding: 0;
}
.location-h3 {
    width: 80%;
    place-self: center;
    text-align: center;
    grid-row: 2;
    line-height: 1.5;
}
.location-h3 h3 {
    margin: 0;
    padding: 0;
}
.region {
    width: 60%;
    place-self: center;
    text-align: center;
    grid-row: 3;
    line-height: 1.5;
}
.local-travel-courtesy {
    width: 60%;
    place-self: center;
    text-align: center;
    grid-row: 4;
    line-height: 1.5;
}
.add-on-container {
    top: 75;
    display: grid;
    grid-template-rows: auto auto auto auto auto auto auto 75px;
    min-height: 100vh; /* Optional: fills the viewport vertically */
    max-width: 100vw;
    min-width: 100vw;
    grid-gap: 3rem;
}
.add-on-title2 { grid-row: 1; }
.add-on-description { 
    grid-row: 2; 
    width: 60%; 
    place-self: center; 
    text-align: center; 
    line-height: 1.5; 
}

.add-on-image-container {
    width: 80%;
    place-self: center;
    display: grid;
    grid-row: 3;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    line-height: 1.5;
}
.add-on-image-container > div img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* optional */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* optional */
}
.add-on-page-image-1 { grid-column: 1; }
.add-on-page-image-2 { grid-column: 2; }
.add-on-page-image-3 { grid-column: 3; }

.add-on-closing { grid-row: 4; width: 80%; place-self: center; text-align: center; }

.check-back { line-height: 1.5; }
.faq-container {
    place-self: center;
    text-align: center;
    line-height: 1.5;
    width: 80%;
 }
 .contact-us-container{
        place-self: center;
    text-align: center;
    line-height: 1.5;
    width: 80%;
 }
.off-screen-menu {
    background-color: rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -100vw; /* Fully off-screen */
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: right .3s ease, opacity .3s ease;
    z-index: 100; /* Above header when active */
    opacity: 0;
    pointer-events: none;
}
.off-screen-menu.active {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}
.off-screen-menu ul li {
    font-size: 1.25rem;
    display: inline-flex;
    margin: 10px;
    flex-direction: row;
    list-style-type: none;
}
.off-screen-menu ul li a {
    text-decoration: none;
    color: rgb(255, 0, 255);
    transition: color 0.3s;
    width: 100%;
}
.off-screen-menu ul li a:hover {
    color: rgb(4, 0, 255);
}
@media (max-width: 1300px) {
    .navbar a { font-size: 1rem; }
}


@media (max-width: 1020px) {
    h1 { font-size: 1rem; }
    h2 { font-size: 1rem; }
    h3 { font-size: 1.25rem; }
    h4 { font-size: 1.5rem; }

    .grid-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, auto);
    }
    .trailer-image-1 { grid-column: 1; grid-row: 1; }
    .trailer-image-2 { grid-column: 2; grid-row: 1; }
    .trailer-image-3 { grid-column: 1; grid-row: 2; }
    .trailer-image-4 { grid-column: 2; grid-row: 2; }
    .trailer-image-5 { grid-column: 1; grid-row: 3; }
    .trailer-image-6 { grid-column: 2; grid-row: 3; }

    .add-ons {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .add-on-image-1 { grid-column: 1; grid-row: 1; }
    .add-on-image-2 { grid-column: 2; grid-row: 1; }
    .add-on-image-3 { grid-column: 1; grid-row: 2; }

    .coming-soon::after {
        content: "\A";
        white-space: pre;
    }

    .off-screen-menu {
        grid-column: 2;
        place-items: center;
        place-self: center;
        min-width: 100%;
        max-height: 100px;
        position: fixed;
        top: 0;
        right: -1450px;
        display: flex;
        flex-direction: column; 
        justify-content: center;
        text-align: center;
        transition: .3s ease;
        z-index: 10;
    }
    .off-screen-menu.active {
        min-height: 100vh;
        background-color:  rgb(34, 37, 49);
        right: 0;
    }
    .off-screen-menu.active ul {
        place-self: center;
        min-height: 100vh;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        z-index: 10 !important;
        font-size: 2rem;
        padding-bottom: 10vh;
        padding-top: 10vh;
    }
    .off-screen-menu ul li {
        font-size: 1.25rem;
        display: inline-flex;
        margin: 10px;
        flex-direction: row;
        list-style-type: none;
    }
    .off-screen-menu.active ul li a {
        text-decoration: none;
        transition: color 0.3s;
        width: 100%;
        color: white;
    }
    .off-screen-menu ul li a:hover {
        color: rgb(4, 0, 255);
    }

    .navbar {
        display: none;
    }
    .ham-menu {
        height: 50px;
        width: 40px;
        position: relative;
        display: grid;
        place-items: center;
        place-self: center;
    }
    .ham-menu span {
        height: 5px;
        width: 100%;
        background-color:  white;  
        border-radius: 25px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease;
        z-index: 30;
    }
    .ham-menu span:nth-child(1) {
        top: 25%;
    }
    .ham-menu span:nth-child(3) {
        top: 75%;
    }
    .ham-menu.active span {
        background-color: white;
    }
    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .burger1a { grid-row: 1; place-self: center; }
    .burger2a { grid-row: 2; place-self: center; }
    .burger3  { grid-row: 3; place-self: center; }
    .burger4  { grid-row: 4; place-self: center; }
    .burger5  { grid-row: 5; place-self: center; }
    .burger6  { grid-row: 6; place-self: center; }
    .burger7  { grid-row: 7; place-self: center; }
}

@media (max-width: 800px) {
    .pricing-rate-chart-container { width: 80%; }
    h1 { font-size: 1rem; margin: 0; padding: 0; }
    h2 { font-size: 1rem; margin: 0; padding: 0; }
    h3 { font-size: 1rem; margin: 0; padding: 0; }
    h4 { font-size: 1.25rem; margin: 0; padding: 0; }
}

@media (max-width: 400px) {

    .site-title { font-size: clamp(1.2rem, 10vw, 2.75rem); }
    .add-on-description { width: 80%; }
    .region  { width: 80%; }
    .local-travel-courtesy { width: 80%; }
}