body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-color: #21874b;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 26px;
    font-weight: bold;
}

.contact-bar {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    line-height: 1.5;
}

.title-red {
    color: #d11212;
    font-weight: bold;
    font-size: 14px;
}

.title-blue {
    color: #0000ff;
    font-weight: bold;
    font-size: 18px;
}

.layout {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.left-sidebar, .right-sidebar {
    width: 240px;
    padding: 0 10px;
}

.content {
    flex: 1;
    padding: 0 20px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

/* Sidebar Styling */
.sidebar-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.sidebar-box-title {
    background-color: #f1f1f1;
    color: #d11212;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    border-bottom: 1px solid #ddd;
}
.sidebar-box-title.black-text { color: #000; }
.sidebar-box-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sidebar-box-links li { border-bottom: 1px solid #f1f1f1; }
.sidebar-box-links li a {
    display: block;
    padding: 6px;
    color: #d11212;
    font-size: 12px;
    text-decoration: none;
}
.sidebar-box-links li a:hover { text-decoration: underline; }

.sidebar-nav {
    list-style-type: square;
    padding-left: 15px;
    margin: 10px 0 20px 0;
}
.sidebar-nav li {
    font-size: 13px;
    margin-bottom: 12px;
    color: #0000bd;
}
.sidebar-nav li a {
    color: #0000bd;
    text-decoration: none;
    font-weight: bold;
}

h1 { font-size: 20px; color: #d11212; border-bottom: 1px solid #ccc; padding-bottom: 5px; }
h2 { font-size: 18px; color: #d11212; margin-top: 20px; }
p { font-size: 13px; line-height: 1.5; }
a { color: #0000ff; }
.call-green { color: #008000; font-size: 20px; font-weight: bold; text-align: center; margin: 10px 0; }
.inventory-heading { color: #d11212; font-weight: bold; font-size: 16px; margin-bottom: 15px; }
.inventory-section-title { font-weight: bold; color: #000; font-size: 14px; margin-top: 15px; }
.inventory-item { margin: 5px 0; font-size: 13px; }

table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { border: 1px solid #ccc; padding: 10px; text-align: center; font-size: 13px; }
th { background-color: #f1f1f1; font-weight: bold; }

.footer {
    text-align: center;
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid #ccc;
    background-color: #f9f9f9;
    margin-top: 20px;
}
