body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

header {
    background: #A9343A;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

nav {
    display: flex;
    justify-content: center;
    background: #C96363;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
}

nav a:hover {
    background: #841717;;
}

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #C96363;
    color: white;
    text-align: center;
  }




.tablica{
    border-collapse: collapse;
    margin: 20px;
    font-size: 15px;
    min-width: 400px;
    width: 95%;
    border-spacing: 5px;
    margin-left: auto;
    margin-right: auto;
    color: white;

}
 

.tablica thead tr{
    background-color: #F98F8F;
    color: black;
    text-align: left;
}
 
.tablica tbody tr{
    background-color: #C96363;
    color: rgb(0, 0, 0);
    border-bottom: solid 2px white;
}
 
.tablica td , 
.tablica th {
    padding: 15px;
}
 
.tablica tbody tr:nth-child(even){
    background-color: #F98F8F;
}
 
.tablica tbody tr:last-of-type{
    border-bottom: solid 3px antiquewhite;
}
 
.tablica tbody tr:hover{
    background-color: #D15353;
}
.tablica td:hover , 
.tablica th:hover {
    background-color: #841717;
}
 

section {
    background-color: white;
    padding: 32px;     
    margin-bottom: 32px;
    border-radius: 10px;
}

.contact-form {
    max-width: 500px;
    margin: 0 ;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    background-color: #D15353;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
}

button:hover {
    background-color: #841717;
}
 
img{
    width: 200px;
    height: 200px;
   border: solid 2px #D15353;
}

.desni{
    margin-right: 250px;
}

.levi{
    margin-left: 40px;
}

.levi2{
    margin-left: 110px;
}

.desni2{
    margin-right: 400px;
}

/* stilll za index  */
section {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

section h3 {
    color: #A9343A;
    font-size: 1.5em;
    margin-bottom: 10px;
}


section p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
}


section ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

section ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #555;
}


section p {
    font-weight: 400;
    color: #444;
}


.container h2 {
    font-size: 2em;
    color: #A9343A;
    text-align: center;
    margin-bottom: 20px;
}


.container p {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
    color: #555;
}

#sekcija-slika {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    border: 2px solid #A9343A;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* clanarine */

.benefit-list li {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}



