/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 8%;
    background: linear-gradient(135deg, #0a1a2f, #123456);
    color: white;
    flex-wrap: wrap;
}

.hero-text {
    max-width: 500px;
}

.hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.cta-btn {
    display: inline-block;
    background: gold;
    color: black;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-btn:hover {
    background: #ffcc00;
}

.hero-images {
    position: relative;
    width: 450px;
    height: 350px;
}

.hero-img {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-img:hover {
    transform: scale(1.05);
}

/* Different shapes & positions */
.img1 {
    width: 220px;
    height: 220px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid gold;
}

.img2 {
    width: 250px;
    height: 180px;
    top: 50px;
    right: 0;
    border-radius: 20px;
}

.img3 {
    width: 200px;
    height: 150px;
    bottom: 0;
    left: 120px;
    border-radius: 15px;
}

/* Header with Background Image */
.header-with-bg {
    position: relative;
    background: url('images/imageContact.jpg') no-repeat center center;
    background-size: cover;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.header-with-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header-with-bg .header-content {
    z-index: 2;
    text-align: center;
}

.page-header-with-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    margin-top: 0; /* Ensure no gap above header */
}

.page-header-with-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
}

.page-header-with-bg h1 {
    position: relative;
    z-index: 2;
    font-size: 3rem;
    letter-spacing: 3px;
    font-weight: 700;
}

.truck-bg {
    background-image: url('images/imageTruck.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   /* Makes it scale properly */
}


.about-bg {
    background-image: url('images/imageAbout.jpg');
}

.contact-bg {
    background-image: url('images/imageContact.jpg');
}


.about-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.7;
    color: #333;
}

.about-company {
    max-width: 900px;
    margin: 50px auto 80px auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
}

.about-company h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    color: #d9232d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-company p {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto 20px auto;
    color: #444;
}

.about-section h2 {
    color: #0055a5;
    margin-top: 30px;
    font-size: 26px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.about-section p {
    margin: 15px 0;
    font-size: 16px;
}

.about-section ul {
    margin: 15px 0;
    padding-left: 20px;
}

.about-section li {
    margin-bottom: 8px;
}

/* Container for About Us sections */
.about-section.container {
    max-width: 960px;
    margin: 50px auto 80px;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
}

/* Card style for each section */
.about-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 35px 30px 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.about-card:hover {
    box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}

/* Icon style */
.about-card .icon {
    font-size: 48px;
    color: #ffcc00;
    margin-bottom: 18px;
}

/* Headings */
.about-card h2 {
    color: #003366;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 2rem;
}

/* Paragraphs */
.about-card p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #444;
}

/* Lists inside core values */
.about-card ul {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
    color: #444;
}

.about-card ul li {
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.about-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ffcc00;
    font-weight: 700;
}

/* Images inside about cards */
.about-card img {
    width: 80%;       /* Reduced from 100% to 80% */
    height: auto;     /* Maintain aspect ratio */
    object-fit: contain; /* Ensure entire image is visible */
    border-radius: 10px;
    margin: 22px auto 0 auto; /* Center horizontally with margin on top */
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: block;
}

/* Footer */
footer {
    background-color: #003366;
    color: white;
    text-align: center;
    padding: 15px 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Container for vision and mission side-by-side */
.vision-mission-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.vision, .mission {
    background: #f1f5f9;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    padding: 30px 25px;
    flex: 1 1 320px;
    max-width: 420px;
    text-align: left;
    color: #222;
}

.vision h3, .mission h3 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    color: #1a73e8;
    font-weight: 700;
    border-bottom: 3px solid #1a73e8;
    padding-bottom: 6px;
}

.vision p, .mission p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 60px 20px;
    background-color: #f8f8f8;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.why-choose-us h2 {
    font-size: 2.8rem;
    margin-bottom: 45px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}

/* Grid Layout */
.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.choose-item {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.choose-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.icon-circle img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.customer-reviews {
    max-width: 900px;
    margin: 60px auto 80px auto;
    padding: 0 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
}

.customer-reviews h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #d9232d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.reviews-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.review-item {
    background: #f1f5f9;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    flex: 1 1 280px;
    color: #555;
    font-style: italic;
    position: relative;
}

.review-item p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.stars {
    font-size: 1.4rem;
    color: #ffcc00;
    margin-bottom: 8px;
    user-select: none;
}

.review-item span {
    font-weight: 700;
    color: #222;
    font-style: normal;
}

/* Titles */
.choose-item h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 12px;
    font-weight: 700;
}

/* Descriptions */
.choose-item p {
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    z-index: 9999;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.floating-whatsapp:hover {
    background-color: #1ebe57;
    box-shadow: 0 8px 20px rgba(27, 152, 74, 0.75);
}

/* Navigation Bar with Logo */
nav {
    background: linear-gradient(90deg, #114e76 10%, #0f4668 15%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    height: 100px;
}



.logo img {
    height: 90px;
    transition: transform 0.3s ease;
    display: block; /* Ensure no extra spacing */
}

.nav-links {
    display: flex;
    align-items: middle; /* Vertically center links */
}

.nav-links a {
    color: #fff;
    padding: 18px 26px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.8px;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    line-height: 1; /* Prevent line-height from adding vertical space */
}


.nav-links a.active {
    background-color: #ffcc00;
    color: #003366;
    box-shadow: 0 3px 10px rgba(255, 204, 0, 0.7);
}


/* Page header */
.page-header {
    background: #0055a5;
    color: #fff;
    text-align: center;
    padding: 55px 20px 45px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 85, 165, 0.3);
}

.page-header h1 {
    font-size: 3rem;
    letter-spacing: 3px;
}

/* Contact Section */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 40px auto;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 20px;
}

.contact-info {
    flex: 1;
    background: #e6e6e6;
    padding: 30px;
}

.contact-info .info-item {
    display: flex;
    margin-bottom: 30px;
    line-height: 35px;
}

.contact-info i {
    font-size: 45px;
    color: #1a73e8;
    margin-right: 15px;
    min-width: 35px;
    text-align: center;
}

.contact-info h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.contact-info p {
    margin: 3px 0 0;
    font-size: 16px;
}

/* Social Icons inside contact-info */
.social-icons {
    margin-top: 20px;
}

.social-icons a {
    font-size: 28px;
    color: #1a73e8;
    margin-right: 15px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-icons a:hover {
    color: #ffcc00;
    transform: scale(1.1);
}

/* Quote Form */
.quoteUs {
    flex: 1;
    padding: 30px;
    background: #fff;
}

.quoteUs h2 {
    color: #5f6f7e;
    margin-bottom: 20px;
    text-align: center;
}

.quoteUs form {
    display: flex;
    flex-direction: column;
}

.quoteUs input,
.quoteUs textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.quoteUs input:hover,
.quoteUs textarea:hover,
.quoteUs input:focus,
.quoteUs textarea:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 5px rgba(0,85,165,0.5);
    outline: none;
}

.quoteUs textarea {
    resize: none;
    height: 100px;
}

.quoteUs button {
    padding: 12px;
    background: #1a73e8;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.quoteUs button:hover {
    background: #155ab6;
}

/* Map Container */
.map-container {
    height: 250px;
}

/* Footer */
footer {
    text-align: center;
    padding: 10px;
    background: #003366;
    color: white;
    margin-top: 20px;
}

/* ------------------ FLEET PAGE ------------------ */
/* Hero Section */
.fleet-hero {
    height: 500px;
    background: url('images/fleetHero.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 3.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.hero-overlay p {
    font-size: 1.3rem;
    opacity: 0.85;
}

/* Fleet Container */
.fleet-container {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Truck Cards with single color */
.truck-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    position: relative;
    background: #f8f9fa; /* Single color for all cards */
}

.truck-card.reverse {
    flex-direction: row-reverse;
}

.truck-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* Truck Image */
.truck-img {
    width: 60%;
    max-width: 800px;
    height: 500px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.truck-card:hover .truck-img {
    transform: scale(1.05);
}

/* Truck Info Overlay */
.truck-info {
    flex: 1;
    padding: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.truck-card:hover .truck-info {
    transform: translateY(-5px);
    opacity: 1;
}

.truck-info h3 {
    font-size: 2rem;
    color: #d9232d;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.truck-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

/* Responsive */
@media (max-width: 1000px) {
    .truck-card {
        flex-direction: column;
    }

    .truck-img {
        width: 100%;
        height: 400px;
    }

    .truck-info {
        padding: 20px;
    }
}

@media (max-width: 720px) {
    .about-card {
        padding: 25px 20px 30px;
    }

    .about-card img {
        max-height: 180px;
    }

    nav {
        padding: 0 15px;
        height: 80px; /* Slightly smaller height for mobile */
    }

    .logo img {
        height: 70px; /* Adjust logo size for smaller screens */
    }

    .nav-links a {
        padding: 14px 16px;
        font-size: 15px;
    }

    .page-header h1 {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 700px) {
    .vision-mission-container {
        flex-direction: column;
        gap: 30px;
    }
    .vision, .mission {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .truck-img {
        height: 300px;
    }

    .truck-info h3 {
        font-size: 1.6rem;
    }

    .truck-info p {
        font-size: 1rem;
    }
}.clients-section {
  padding: 80px 5%;
  background: #f4f6f8;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.clients-section h2 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #0a1a2f;
}

.clients-intro {
  font-size: 1.2em;
  margin-bottom: 50px;
  color: #555;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.client {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 20px;
}

.client img {
  max-width: 120px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.client:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.client:hover img {
  transform: scale(1.1);
}

.client-info strong {
  display: block;
  color: #0a1a2f;
  font-size: 1.2em;
  margin-bottom: 8px;
}

.client-info p {
  font-weight: normal;
  color: #555;
  font-size: 0.95em;
  line-height: 1.4;
}



/* Footer */
.site-footer {
    background: linear-gradient(90deg, #1f5176 10%,#1d4a67 13%, #19445c 15%);   
    color: white;
    padding: 50px 8% 20px;
    font-size: 15px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffcc00;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-logo {
    width: 300px;
    margin-bottom: 10px;
}

.footer-column i {
    margin-right: 8px;
    color: #ffcc00;
}

