* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.container-custom {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.pjesa1 {
    background: rgba(255, 255, 255, 0.80); 
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 168, 232, 0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.10);
    position: sticky;
    padding: 15px;
    top: 0;
    z-index: 999;
}

.header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative; 
}

.pharma-c {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.pharma-c span {
    color: #00a8e8; 
}

.navbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin-left: 25px;
}

.navbar a {
    color: #5d6770;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.navbar a:hover {
    color: #00a8e8;
}

.nav-btn {
    background-color: #00a8e8;
    color: white !important;
    padding: 6px 20px;
    border-radius: 50px;
    display: inline-block;
}

.nav-btn:hover {
    background-color: #0077a3 !important;
    box-shadow: 0 4px 12px rgba(0, 168, 232, 0.2);
}

.admin-btn {
    background-color: #2c3e50 !important;
}

.admin-btn:hover {
    background-color: #1a252f !important;
}

#menu-bar {
    display: none;
}

.hamburger {
    display: none; 
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #2c3e50;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .navbar {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 1000;
        border-bottom: 3px solid #00a8e8;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    #menu-bar:checked ~ .navbar {
        display: block;
    }

    .navbar ul {
        flex-direction: column;
        padding: 20px 0;
    }

    .navbar li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .navbar li a {
        display: block;
        padding: 10px;
    }
}

.pjesa2 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 70px;
}

.pjesa2 p {
    font-size: 14px;
}

img {
    border-radius: 6px;
    cursor: pointer;
    object-fit: cover;
    max-width: 100%;
}

.img1 h3 {
    color: #404651;
}

.img2 h3 {
    max-width: 270px;
    color: #404651;
    margin-bottom: 30px;
}

.img3 h3 {
    max-width: 270px;
    color: #404651;
}

.slider-container {
    width: 90%;
    max-width: 1020px;
    overflow: hidden;
    margin: auto;
    position: relative;
    border-radius: 8px;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-track img {
    width: 315px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 8px;
}

.arrows {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.prev2,
.next2 {
  background: rgba(90, 90, 90, 0.3);
  border: none;
  color: #fff;
  padding: 9px 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  margin-left: 20px;
  transition: all 0.3s ease;
}

.prev2:hover,
.next2:hover {
  color: #000;
}

.pjesa3 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 70px;
}

.pjesa3 p {
    font-size: 14px;
}

.img4 h3 {
    max-width: 490px;
    color: #404651;;
}

.img5 h3 {
    max-width: 490px;
    color: #404651;
}

@media (max-width: 1030px) {

    .pjesa2 {
        padding: 10px;
    }

    .pjesa3 {
        padding: 10px;
    }

}

@media (max-width: 600px) {

    h3 {
        font-size: 15px!important;
    }

    .pjesa2 {
        display: block;
    }

    .pjesa2-5 {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-top: 20px;
    }

    .pjesa3 {
        gap: 10px;
    }

    .pjesa3 h3 {
        font-size: 12px;
    }

    .pjesa4 {
        padding: 10px;
    }
}

.pjesa4 {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pjesa4 p {
    font-size: 14px;
}

.img6 h3 {
    max-width: 327px;
    color: #404651;
}

.img7 h3 {
    max-width: 327px;
    color: #404651;
}

.img8 h3 {
    max-width: 327px;
    color: #404651;
}

.img9 img {
    width: 327px;
    height: 218px;
}

.img9 h3 {
    max-width: 327px;
    color: #404651;
}

.img10 {
    max-width: 327px;
    color: #404651;
}

.img11 {
    max-width: 327px;
    color: #404651;
}

.pjesa4 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 200px) {
    .pjesa4 > div {   
        width: calc(50% - 10px); 
    }
    
    .pjesa4 img {
        width: 100%;
        height: 218px;
    }
    
    
}

.news-container {
    max-width: 800px; /* Limits width for better readability */
    margin: 40px auto;
    padding: 0 20px;
}

.featured-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.category {
    background-color: #e0f2f1;
    color: #00796b;
    padding: 5px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.article-body {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background: #00a8e8;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}







.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #B0E3F5;
  margin-top: 80px;
}
.contain {
  display: flex;
  justify-content: space-between;
}
.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #30363C;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.col ul a {
  display: flex;
  color: #333333;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.footer .col ul li {
  color: #333333;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.col ul a:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1139px) {
  .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media (max-width: 950px) {
  .contain {
    display: block;
  }

  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .footer .col {
    width: 50%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}