body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

body a {
  color: rgb(33, 53, 10);
  text-decoration: none;
}

body a:hover {
  color: rgb(57, 83, 25);
  text-decoration: none;
}

.header {
    display: flex;
    justify-content: space-between; /* Push logo to the left and h1 to the right */
    align-items: center; /* Vertically align the logo and heading */
    padding: 10px; /* Add padding inside the header for spacing */
}

.logo {
    flex-shrink: 0; /* Prevent the logo from shrinking */
    margin-right: 20px; /* Add spacing between logo and other content */
}

.logo img {
    max-width: 200px; /* Adjust logo size */
    height: auto; /* Maintain aspect ratio */
}

h1 {
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
.header {
    display: flex;
    justify-content: space-between; /* Push logo to the left and h1 to the right */
    align-items: center; /* Vertically align the logo and heading */
    padding: 10px; /* Add padding inside the header for spacing */
}

.logo {
    flex-shrink: 0; /* Prevent the logo from shrinking */
    margin-right: 20px; /* Add spacing between logo and other content */
}

.logo img {
    max-width: 90px; /* Adjust logo size */
    height: auto; /* Maintain aspect ratio */
}



}

.glavni-kontejner {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 25px;
    max-width:95%;
    text-align:center;
    margin:20px auto;
}
.pozadina {
    display: block;
    max-width: 100%;  /* The image will take up at most 95% of its container's width */
    height: auto;    /* Maintain the aspect ratio */
}
/* Styles for the container */
.container {
  display: grid;
  grid-template-columns: 99% 0%;
  gap: 0px;
  max-width: 95%;
  margin: 0 auto;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Styles for the side columns */
.side-column {
  background-color: #f2f2f2;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a box shadow */
}

.side-column a {

  color: #000000;
  text-decoration: none;
  
}

/* Styles for the middle column */

.centrirano-kontakt {
            text-align: center;
            display: grid;
            grid-template-columns: 30% 70%; /* Three equal columns */
            margin: 0 auto;
            width: 95%; /* Prilagoditi sirinu prema potrebi */
        }
.levo-kontakt {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between images */
}
.levo-kontakt img {
    width: 150px; /* Adjust image size */
    height: auto;
}

.ispod-kontakt-forme {
    text-align: center;
    width: 95%;
}
/* Form Container */
.form {
    width: 350px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #ddd;
}

/* Labels */
.label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/* Text inputs & textarea */
input[type="text"], input[type="email"], textarea {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}



/* Checkbox */
input[type="checkbox"] {
    margin-right: 5px;
}

/* Privacy policy link */
p {
    font-size: 14px;
    margin: 10px 0 5px;
}

/* Submit button */
input[type="submit"] {
    width: 30%;
    padding: 10px;
    background-color: #9bcf8b;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

input[type="submit"]:hover {
    background-color: #395319;
}

.centrirano {
            text-align: left;
            display: grid;
            margin: 0 auto;
            width: 95%; /* Prilagoditi sirinu prema potrebi */
        }

.middle-column {
  background-color: #e2f2d5;
  display: grid;
  text-align: center;
  align-items: center;
  border-radius: 25px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a box shadow */
}

/* Additional styles for content within columns */
.column-content {
  padding: 20px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .container {
    grid-template-columns: 1fr;
  }

  .logo {
    margin-right: 0;
  }
}

.table-container {
  background-color: #f2f2f2;
  padding: 20px;
  height: fit-content;
  width: fit-content;
  border-radius: 25px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
}


.footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a box shadow */
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.footer-column {
  padding: 10px;
}

.footer-text {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #a7a7a7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  /* Styles for mobile devices */
  .side-column,
  .middle-column {
    width: 100%;
    margin-right: 0;
  }

  .table-container {
    overflow-x: scroll;
  }

  table {
    width: max-content;
  }

  .hourly-forecast {
    grid-template-columns: 1fr;
    border-radius: 25px;
    justify-content: center;
  }
}


.uslovi {
  align-items: center;
  justify-content: center;
  display: flex;
}
/* Center the daily forecast containers on mobile devices and set the width */
@media (max-width: 767px) {
  .daily-forecast-wrapper {
      grid-template-columns: 1fr; /* Stack in a single column */
      width: 94%; /* Set the width to 97% */
      margin: 0px;
      justify-content: center; /* Center horizontally */
  }
  
}


/* Responsive adjustments */
@media (max-width: 767px) {
  .daily-forecast-container {
      width: 94%; /* Set the width for each container to 97% */
  }
}

.gradovi-u-gradu {
  width: 95%;
  margin: 0 auto; /* Center the container horizontally */
  background-color: white;
  border-radius: 25px;
  padding: 4px; /* Optional: Add padding inside the container */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: Add a box shadow */
}

/* Add CSS to make the image responsive */
.slika-greska {
  max-width: 100%;
  height: auto;
  text-align: center; /* Center the image horizontally */
}

@media (max-width: 767px) {
  .slika-greska {
      /* Add specific styles for mobile devices here */
      max-width: 100%;
  }
}
.politika {
    text-align: left;
}
