/* ===== GLOBAL PAGE STYLE ===== */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f5f7fa;
    color: #333;
}

/* Keeps content centered */

.section {
    max-width: 1100px;
    margin: auto;
    padding: 15px 20px;
    background: white;
    margin-bottom: 10px;
}

/* Headings */

h2 {
    margin-top: 0;
    color: #0b4fa3;
}

/* ===== HEADER (BLUE BAR) ===== */

header {
    background: #0b4fa3;
    color: white;
}

/* Top row (logo + title) */

.top-row {
    display: flex;
    align-items: center;
    padding: 12px 20px;
}

.logo {
    height: 75px;
    margin-right: 15px;
}

.header-text h1 {
    margin: 0;
    font-size: 34px;
    color: white;
}

.tagline {
    margin: 0;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
}

/* ===== MENU ===== */

.menu {
    display: flex;
    gap: 40px;
    padding: 12px 40px;
    background: white;
}

.menu a {
    text-decoration: none;
    color: #0b4fa3;
    font-size: 18px;
}

.menu a:hover {
    text-decoration: underline;
}

/* ===== HERO / TEXT ===== */

#home p {
    font-size: 15px;
    line-height: 1.6;
}

/* ===== MACHINE GRID FINAL FIX ===== */

.machine-grid {
    display: flex;
    justify-content: center;     /* CENTER ALL MACHINES */
    gap: 40px;                   /* EVEN SPACING */
    flex-wrap: nowrap;
    overflow: hidden;            /* 🚀 REMOVES ARROW / SLIDER */
}

.machine-card {
    width: 200px;               /* FIXED WIDTH = PERFECT ALIGNMENT */
    text-align: center;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Images */

.machine-card img {
    width: 160px;
    height: 110px;
    object-fit: contain;
    display: block;
    margin-bottom: 10px;
}


/* Titles */
.machine-card h3 {
    font-size: 15px;
    margin: 8px 0 6px;
    min-height: 38px;     /* 🚀 LOCKS ALL TITLES SAME HEIGHT */
    color: #0b4fa3;    
}

.machine-card p {
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
    min-height: 36px;     /* 🚀 LOCKS DESCRIPTION HEIGHT */
}

/* Description */


/* Remove ugly underline inside cards */

.machine-card a {
    text-decoration: none;
    color: inherit;
}

/* Hover animation (smooth + professional) */

.machine-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.12);
    transition: all 0.25s ease;
}

/* ===== SPARES IMAGE ===== */

.spares-image {
    width: 280px;
    display: block;
    margin: 20px auto;
}

/* ===== FOOTER ===== */

footer {
    background: #0b4fa3;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 13px;
}
.section.light{
    background: #eef2f7;
}
img {
    user-select: none;
    -webkit-user-drag: none;
}
.machine-card {
    user-select: none;
}
body {
    user-select: none;
}
/* ===== LASER PAGE ===== */

.machine-details {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.machine-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 320px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    text-align: center;
}

.machine-box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.machine-box h3 {
    margin: 10px 0 5px;
    color: #0b57d0;
}

.machine-box p {
    margin: 4px 0;
    font-size: 14px;
    color: #555;
}

/* APPLICATIONS SECTION */

.applications-box {
    margin-top: 40px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.applications-box h3 {
    color: #0b57d0;
    margin-bottom: 20px;
}

.applications-grid {
    display: flex;
    justify-content: space-around;
    text-align: left;
    gap: 40px;
    flex-wrap: wrap;
}

.applications-grid h4 {
    margin-bottom: 10px;
}

.applications-grid p {
    margin: 3px 0;
    font-size: 14px;
    color: #555;
}

.spare-note {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #0b57d0;
}
.machine-card {
    text-decoration: none;
    color: inherit;
}

.machine-card h3 {
    color: #0b57d0;   /* same blue you use */
}

.machine-card p {
    color: #333;      /* normal dark text */
}
.machine-card:hover h3 {
    color: #ff9800;
}
/* ===== UV FLATBED PAGE ===== */

.machine-details {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.machine-main-image {
    width: 450px;      /* controls size */
    max-width: 100%;   /* makes responsive on mobile */
    height: auto;      /* keeps correct proportions */
    display: block;
    margin: 0 auto;    /* centers image */
}


.machine-description {
    font-size: 15px;
    color: #444;
    max-width: 
.machine-main-image {
    width: 100px;      /* controls size */
    max-width: 100%;   /* makes responsive on mobile */
    height: auto;      /* keeps correct proportions */
    display: block;
    margin: 0 auto;    /* centers image */
}
/* Machine Info Section */

.machine-info {
    max-width: 900px;
    margin: 40px auto;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.machine-info h3 {
    margin-top: 25px;
    color: #0b4fa3;
}

.machine-info ul {
    padding-left: 20px;
}

.machine-info li {
    margin-bottom: 6px;
}

/* Features Section */

.features-section {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
}

.features-section h3 {
    color: #0b4fa3;
    margin-bottom: 25px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.feature-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.feature-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.feature-item h4 {
    margin-top: 10px;
    font-size: 16px;
    color: #222;
}

.feature-item p {
    font-size: 14px;
    color: #555;
}
