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

:root {
    --primary-color: #E52B2B;
    --primary-dark: #C41E1E;
    --secondary-color: #000000;
    --accent-color: #C0C0C0;
    --text-dark: #000000;
    --text-light: #333333;
    --bg-light: #F0F0F0;
    --bg-white: #FFFFFF;
    --border-color: #D0D0D0;
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    --shadow-hover: 0 6px 25px rgba(0, 0, 0, 0.3);
    --transition: all 0.3s ease;
    --red-accent: #E52B2B;
    --silver: #C0C0C0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: #d3d3d3;
    font-weight: 500;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: var(--secondary-color);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: var(--secondary-color);
    color: white;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

.header-top .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-top .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.header-top .divider {
    color: rgba(255, 255, 255, 0.5);
}

.header-top .phone-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.header-top .phone-link:hover {
    color: var(--accent-color);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}

.logo h1 {
    font-size: 28px;
    font-weight: 900;
    color: var(--primary-color);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
    margin: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: var(--transition);
    padding: 5px 0;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: var(--primary-color);
}

.header-phone-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    transition: var(--transition);
    white-space: nowrap;
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(229, 43, 43, 0.3);
}

.header-phone-btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(229, 43, 43, 0.4);
}

.phone-icon-header {
    font-size: 18px;
}

.phone-number {
    letter-spacing: 0.5px;
}

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

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--bg-white);
    box-shadow: var(--shadow-hover);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 200px;
    list-style: none;
    margin-top: 10px;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition);
    font-size: 14px;
}

.dropdown-menu a:hover {
    background: var(--bg-light);
    color: var(--primary-color);
}

.btn-phone {
    background: var(--primary-color);
    color: white;
    padding: 14px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 800;
    transition: var(--transition);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid var(--primary-color);
}

.btn-phone:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    gap: 5px;
    padding: 5px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 3px;
    transition: var(--transition);
}

/* Hero Section */
.hero {
    background-image: url('Assets%20/IMG_5160.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.7;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 10px;
}


.hero-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 26px;
    margin-bottom: 35px;
    font-weight: 700;
    opacity: 0.95;
    letter-spacing: 1px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 18px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    margin: 0 auto;
    text-align: center;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(229, 43, 43, 0.5);
}

.btn-secondary {
    background: var(--secondary-color);
    color: white;
    border-color: var(--secondary-color);
}

.btn-secondary:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.section-title {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 35px;
    text-align: center;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.contact-form {
    background: var(--bg-white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow);
}

.contact-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: var(--bg-white);
    padding: 25px;
    border-radius: 12px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.contact-info-item {
    border: 2px solid transparent;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(229, 43, 43, 0.3);
    border: 2px solid var(--primary-color);
}

.contact-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.contact-details h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-details p {
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.contact-details a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.contact-details a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.contact-details strong {
    color: var(--primary-color);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-dark);
}

.required {
    color: var(--primary-color);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(229, 43, 43, 0.15);
    border-width: 3px;
}

.form-submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-links {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid var(--border-color);
}

.social-links h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-link:hover {
    background: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(229, 43, 43, 0.4);
}

.social-link span {
    font-size: 20px;
}

.about-button-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    text-align: center;
    background: var(--bg-white);
}

.services-intro {
    margin-bottom: 60px;
}

.services-vehicles {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid var(--border-color);
}

.services-subtitle {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: var(--text-light);
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 600;
}

.service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.service-card {
    background: var(--bg-white);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(229, 43, 43, 0.3);
    border: 2px solid var(--primary-color);
}

.service-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--text-dark);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.service-card:hover h3 {
    color: var(--primary-color);
}

.service-card p {
    color: var(--text-light);
    font-weight: 600;
}

/* About Section */
.about-section {
    padding: 90px 0;
    background: var(--bg-white);
    border-top: 1px solid var(--border-color);
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-text {
    text-align: center;
}

.about-text-content {
    margin-bottom: 40px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-light);
    margin-bottom: 20px;
    text-align: left;
}

.about-text p:last-of-type {
    margin-bottom: 0;
}

.about-image,
.roadside-image,
.storage-image {
    background: var(--bg-white);
    border-radius: 12px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    box-shadow: var(--shadow);
}

.placeholder-image {
    font-size: 120px;
    opacity: 0.3;
}


.section-subtitle {
    font-size: 18px;
    color: var(--text-light);
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.vehicles-carousel {
    overflow: hidden;
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.vehicles-carousel-track {
    display: flex;
    gap: 15px;
    animation: scroll-vehicles 30s linear infinite;
    width: max-content;
}

.vehicles-carousel-track:hover {
    animation-play-state: paused;
}

.vehicle-item {
    background: var(--bg-light);
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    transition: var(--transition);
    border: 3px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
}

.vehicle-item:hover {
    border-color: var(--primary-color);
    background: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(229, 43, 43, 0.2);
    color: var(--primary-color);
}

@keyframes scroll-vehicles {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Roadside Section */
.roadside-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.roadside-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.roadside-text p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 30px;
}

/* Fleet Section */
.fleet-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.fleet-item {
    background: var(--bg-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 2px solid transparent;
}

.fleet-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(229, 43, 43, 0.3);
    border: 2px solid var(--primary-color);
}

.fleet-item:hover .fleet-item-title {
    color: var(--primary-color);
}

.fleet-image-placeholder {
    width: 100%;
    height: 250px;
    background: var(--bg-light);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.fleet-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-icon {
    font-size: 64px;
    opacity: 0.3;
    margin-bottom: 10px;
}

.placeholder-text {
    font-size: 14px;
    color: var(--text-light);
    font-weight: 600;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fleet-item-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
    text-align: center;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Storage Section */
.storage-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.storage-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.storage-text p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-light);
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 20px;
    color: var(--primary-color);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--primary-color);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-color);
}

.footer-powered-by {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.footer-powered-by p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

.footer-powered-by a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition);
}

.footer-powered-by a:hover {
    color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 968px) {
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-white);
        flex-direction: column;
        padding: 30px 20px;
        box-shadow: var(--shadow-hover);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        gap: 20px;
    }

    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-phone {
        display: none;
    }

    .header-phone-btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    .phone-icon-header {
        font-size: 16px;
    }

    .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        padding: 10px 0 10px 20px;
        margin-top: 10px;
    }

    .has-dropdown.active .dropdown-menu {
        display: block;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }


    .about-text-content p {
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 80px 0;
    }

    .hero-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .service-cards,
    .fleet-grid {
        grid-template-columns: 1fr;
    }

    .services-subtitle {
        font-size: 26px;
    }

    .services-vehicles {
        margin-top: 40px;
        padding-top: 40px;
    }

}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-phone {
        font-size: 20px;
    }

    .header-top .contact-info {
        flex-direction: column;
        gap: 5px;
        text-align: center;
        font-size: 12px;
    }

    .header-top .divider {
        display: none;
    }

    .header-phone-btn {
        font-size: 13px;
        padding: 8px 16px;
        gap: 6px;
    }

    .phone-number {
        font-size: 13px;
    }

    .phone-icon-header {
        font-size: 14px;
    }
}

