/* IJTMS Journal Style Sheet */

/* General Styles */
body {
    font-family: 'Georgia', serif;
    font-size: 11pt;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #333333;
    background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    color: #0056b3;
}

h1 {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 15px;
}

h3 {
    font-size: 12pt;
    font-style: italic;
    margin-bottom: 10px;
}

p {
    margin-bottom: 15px;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Layout */
.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.header, .footer {
    background-color: #2ca02c;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

/* Page Elements */
.title {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 20px;
}

.authors {
    text-align: center;
    font-size: 12pt;
    margin-bottom: 10px;
}

.affiliations {
    text-align: center;
    font-size: 11pt;
    font-style: italic;
    margin-bottom: 20px;
}

.email {
    text-align: center;
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 30px;
}

.abstract, .keywords, .sections, .figures, .references {
    margin-bottom: 40px;
}

.abstract-heading, .keywords-heading, .sections-heading, .figures-heading, .references-heading {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.blockquote {
    font-size: 10pt;
    font-style: italic;
    margin: 20px;
    padding-left: 20px;
    border-left: 3px solid #0056b3;
}

figure, table {
    margin: 20px auto;
    text-align: center;
}

figcaption, .table-caption {
    font-size: 10pt;
    font-style: italic;
    margin-top: 5px;
}

/* Color Scheme */
.primary-color {
    color: #0056b3;
}

.secondary-color {
    color: #2ca02c;
}

.accent-color {
    color: #ff7f0e;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

th {
    background-color: #f5f5f5;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Equations */
.equation {
    text-align: center;
    margin: 20px 0;
    font-size: 12pt;
}

/* Callouts and Highlights */
.callout {
    background-color: #ff7f0e;
    color: white;
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
}

.highlight {
    background-color: #0056b3;
    color: white;
    padding: 5px;
    border-radius: 3px;
}
