
* {
    box-sizing: border-box;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #eaf4ff 0%, #d8ebff 100%);
    color: #1a1a1a;
}

a {
    color: #0f3f75;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.page-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.header {
    background: #ffffff;
    max-width: 1280px;
    margin: 20px auto 15px auto;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    text-align: center;
}

.headerMOB {
    display: none;
}

.imgHeader {
    max-width: 100%;
    height: auto;
}

#menuBar {
    display: none;
    background: #ffffff;
    background-image: url("/images/ECClogoS.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    max-width: 94%;
    height: 64px;
    margin: 0 auto 15px auto;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    position: relative;
}

#menuBar span {
    display: inline-block;
    padding: 12px 16px;
    font-size: 30px;
    cursor: pointer;
    color: #0f3f75;
}

.floatRIGHT {
    float: right;
    font-size: 0.75em;
    margin: 12px 16px 0 0;
}

.imgTROLLEY {
    margin-top: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.98);
    overflow-x: hidden;
    transition: 0.35s;
    text-align: left;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.overlay-content {
    position: relative;
    top: 70px;
    width: 100%;
    padding: 0 20px 30px 20px;
}

.overlay a {
    display: block;
    padding: 12px 10px;
    font-size: 22px;
    color: #0f3f75;
    border-bottom: 1px solid #e5e5e5;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 42px;
    border: none;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.menu li:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.menu li a {
    display: block;
    padding: 14px 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.productDescriptionBox,
.productTypeBox,
.aside,
.footer {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.productDescriptionBox {
    padding: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.productDescriptionBox h2 {
    margin: 0 0 12px 0;
    font-size: 2rem;
    color: #0f3f75;
    line-height: 1.25;
}

.productDescriptionBox p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
}

.productTypeBox {
    padding: 25px;
    margin: 0 auto 25px auto;
    max-width: 760px;
    text-align: center;
}

.productTypeBox h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #0f3f75;
}

.productTypeBox h4 {
    margin: 16px 0;
    font-size: 1.15rem;
    color: #222;
    line-height: 1.5;
}

.pricing-table {
    width: 100%;
    max-width: 500px;
    border-collapse: collapse;
    margin: 20px auto;
    font-size: 15px;
    overflow: hidden;
    border-radius: 12px;
}

.pricing-table th {
    background: #2151fd;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    border: 1px solid #d9e2f2;
}

.pricing-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #d9e2f2;
    background: #ffffff;
}

.pricing-table tr:nth-child(even) td {
    background: #f7faff;
}

.pricing-table tr:hover td {
    background: #eaf2ff;
}

.accordion {
    background: #2151fd;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    margin: 12px 0 0 0;
    transition: background-color 0.25s ease;
}

.accordion:hover,
.accordion.active {
    background: #163fc7;
}

.panel {
    background: #f9fbff;
    border-left: 4px solid #2151fd;
    border-radius: 0 0 10px 10px;
    padding: 18px;
    display: none;
    overflow: hidden;
    line-height: 1.7;
    font-size: 15px;
    color: #333;
    text-align: left;
    margin-bottom: 12px;
}

.panel.show {
    display: block;
}

form {
    margin-top: 20px;
}

input[type=number] {
    width: 120px;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #c9d9f0;
    border-radius: 10px;
    background: #fff;
}

input[type=number]:focus {
    outline: none;
    border-color: #2151fd;
    box-shadow: 0 0 0 3px rgba(33,81,253,0.15);
}

button[type=submit] {
    display: inline-block;
    margin-left: 10px;
    padding: 12px 26px;
    background: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transition: transform 0.15s ease, background 0.2s ease;
}

button[type=submit]:hover {
    background: #218838;
    transform: translateY(-1px);
}

button[type=submit]:active {
    transform: translateY(0);
}

.trust-text {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.aside {
    padding: 24px;
    text-align: center;
}

.aside h1,
.asideMOB h1 {
    margin-top: 0;
    font-size: 1.8rem;
    color: #0f3f75;
    line-height: 1.3;
}

.aside p,
.asideMOB p {
    line-height: 1.6;
    color: #444;
}

.asideimg {
    margin: 5px;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.asideMOB {
    display: none;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    padding: 24px;
    margin: 15px;
    text-align: center;
}

.footer {
    max-width: 1280px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

.footer a {
    white-space: nowrap;
}

#TOPBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background: #2151fd;
    color: white;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

#TOPBtn:hover {
    background: #163fc7;
}

#cookiePane {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    height: auto !important;
    max-height: 40vh !important;
    overflow: auto !important;
    padding: 12px 16px !important;
    background: #f2f2f2 !important;
    border-top: 1px solid #ccc !important;
    z-index: 99999 !important;
    display: none;
    box-sizing: border-box !important;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}

    .page-wrap {
        padding: 0 15px 15px 15px;
    }

    .header {
        margin: 15px;
    }

    .footer {
        margin: 15px auto;
    }

    .aside {
        display: none;
    }

    .asideMOB {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .page-wrap {
        padding: 0;
    }

    [class*="col-"] {
        width: 100%;
        float: none;
        padding: 12px 15px;
    }

    .header {
        display: none;
    }

    #menuBar {
        display: block;
    }

    .menu {
        display: none;
    }

    .aside {
        display: none;
    }

    .asideMOB {
        display: block;
    }

    .productDescriptionBox {
        padding: 20px;
    }

    .productDescriptionBox h2 {
        font-size: 1.5rem;
    }

    .productTypeBox {
        padding: 18px;
    }

    .pricing-table {
        font-size: 14px;
    }

    input[type=number] {
        width: 100px;
        margin-bottom: 10px;
    }

    button[type=submit] {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .footer {
        margin: 15px;
        font-size: 13px;
    }
}

/* Thumbnail */
.thumbnail {
    width: 200px;
    cursor: pointer;
    transition: 0.3s;
}
.thumbnail:hover {
    opacity: 0.8;
}

/* Modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
}

/* Enlarged image */
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
}

/* Close button */
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

  .navMOBILEli {
    border: 2px solid #111111; /* Blue border */
    border-radius: 8px;        /* Rounded corners (optional) */
    padding: 8px;              /* Space inside the box */
    display: inline-block;     /* Keeps box tight around content */
    background-color: #f9fbff; /* Very light blue background (optional) */
}
  
 .navMOBILEli:hover {
    border-color: #0056b3;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.metal-wrap {font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; max-width: 820px; margin: 1rem auto; padding: 1rem; background:#fff; border:1px solid #e5e7eb; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,.04)}
  .metal-head {display:flex; justify-content:space-between; align-items:baseline; gap:.75rem; flex-wrap:wrap}
  .metal-head h2 {margin:0; font-size:1.15rem}
  .meta {display:flex; gap:1rem; font-size:.9rem; color:#6b7280}
  .updated {background:#f3f4f6; padding:.1rem .5rem; border-radius:999px}
  .table-scroll {overflow:auto; border-radius:10px; border:1px solid #e5e7eb}
  .metal-table {border-collapse:separate; border-spacing:0; width:100%; min-width:520px; background:#fff}
  .metal-table thead th {position:sticky; top:0; background:#f8fafc; color:#111827; font-weight:600; text-align:left; padding:.75rem .9rem; border-bottom:1px solid #e5e7eb}
  .metal-table td {padding:.65rem .9rem; border-bottom:1px solid #f1f5f9}
  .metal-table tbody tr:nth-child(even) {background:#fcfdff}
  .num {text-align:right}
  .chg.up {color:#065f46}   /* green */
  .chg.down {color:#991b1b} /* red   */
  .note {margin:.75rem 0 0; font-size:.85rem; color:#6b7280}
  .sr-only {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0}

