/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Main Content */
.main-content {
    max-width: 1085px;
    margin: 0 auto;
    padding: 0 16px;
}

.content-section {
    padding: 80px 0;
}

/* Introduction Paragraph */
.intro-paragraph {
    text-align: center;
    margin-bottom: 88px;
}

.intro-text {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.4395px;
    color: #0a0a0a;
}

/* Images Container */
.images-container {
    position: relative;
    height: 373.766px;
    margin-bottom: 88px;
}

.truck-image {
    position: absolute;
    left: 236.92px;
    top: 0;
    width: 579.148px;
    height: 325.766px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.cone-image {
    position: absolute;
    left: 736.28px;
    top: 183.73px;
    width: 252.719px;
    height: 190.039px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* Table Wrapper */
.table-wrapper {
    margin-bottom: 48px;
}

.info-table {
    width: 100%;
    max-width: 1053px;
    border-collapse: collapse;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
}

.info-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.info-table tbody tr:last-child {
    border-bottom: none;
}

.table-header {
    background-color: #f9fafb;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #0a0a0a;
    width: 206.609px;
    text-align: left;
    vertical-align: middle;
}

.table-content {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3125px;
    color: #0a0a0a;
    text-align: left;
    vertical-align: middle;
}

/* Contact Section */
.contact-section {
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 34px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    max-width: 1053px;
}

.contact-intro {
    text-align: center;
    margin-bottom: 0;
}

.contact-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #0a0a0a;
}

.contact-hours {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4492px;
    color: #4a5565;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
}

.phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #1d293d;
    padding: 16px 32px;
    border-radius: 14px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    width: 263.141px;
    height: 64px;
    margin: 0 auto 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.phone-link:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.15), 0px 4px 6px -2px rgba(0, 0, 0, 0.15);
}

.phone-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.phone-number {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.0703px;
    color: #ffffff;
    white-space: nowrap;
}

.contact-note {
    border-top: 1px solid #cad5e2;
    padding-top: 17px;
    margin-top: 24px;
}

.contact-note p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1504px;
    color: #4a5565;
}



/* Fade-in Animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1120px) {
    .header-container {
        flex-wrap: wrap;
        height: auto;
    }
    
    .navigation {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 12px;
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .images-container {
        height: 500px;
    }
    
    .truck-image {
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 579.148px;
    }
    
    .cone-image {
        left: auto;
        right: 5%;
        top: 300px;
    }

    body {
/*         padding-top: 140px; */
    }
}

@media (max-width: 768px) {

    .content-section {
        padding: 40px 0;
    }
    
    .intro-paragraph {
        margin-bottom: 40px;
    }
    
    .intro-text {
        font-size: 16px;
    }
    
    .images-container {
        height: 400px;
        margin-bottom: 40px;
    }
    
    .truck-image {
        width: 100%;
        left: 0;
        transform: none;
    }
    
    .cone-image {
        width: 200px;
        height: auto;
        right: 10px;
        top: 250px;
    }
    
    .table-header,
    .table-content {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .contact-section {
        padding: 24px;
    }
    
    .contact-text {
        font-size: 18px;
    }
    
    .phone-link {
        width: 100%;
        max-width: 300px;
    }
    
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {

    .intro-text {
        font-size: 14px;
    }
    
    .images-container {
        height: 300px;
    }
    
    .cone-image {
        width: 150px;
        top: 180px;
    }
    
    .table-header {
        width: 100px;
    }
    
    .contact-text {
        font-size: 16px;
    }
    
    .phone-number {
        font-size: 20px;
    }
}
