* {
    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;
    }
}

.search-container {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.search-container input {
    width: 100%;
    padding: 10px 120px 10px 15px;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
}

.search-container input::placeholder {
    color: #888;
    font-size: 15px;
}

.search-container button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #00a8e8;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.search-container button:hover {
    background: #0091a8;
}

.search {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
}

.box {
    width: 132px;
    height: 168px;
    border-radius: 4%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #30363C;
}

.box img {
    width: 99px;
    height: 81;
    margin-bottom: 10px;
    border-bottom: 1px solid #888;
}

.box:hover {
    box-shadow: 1px 1px 3px #88888855;
    
}

.boxes {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top:40px;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
  .box {
    flex: 1 1 calc(50% - 10px);
    min-width: 100px;
    padding: 10px;
  }
}


.box-position {
    margin-top: px;
}

.kuq {
    color: rgb(37, 113, 42);
}

.slider {
    position: relative;
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
    border-radius: 20px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
    gap: 30px;
}

.slides img {
    width: 527px;
    height: 227px;
    border-radius: 3%;
    object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.prev:hover,
.next:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.prev { left: 15px; }
.next { right: 15px; }

.slider1 {
    position: relative;
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
    gap: 20px;
}

.slides1 img {
    width: 180px;
    height: 186px;
    border-radius: 3px;
    object-fit: cover;
}

.prev1,
.next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #848181;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.prev1:hover,
.next1:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.prev1 { left: 15px; }
.next1 { right: 15px; }

.slider2 {
    position: relative;
    max-width: 1400px;
    margin: 40px auto;
    overflow: hidden;
}

.slides2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 151px;
    height: 215px;
    display: flex;
}

.slides2 img {
    width: 151px;
    height: 166px;
    object-fit: cover;
    border: 1px solid #cccccc96;
    border-radius: 5%;
    padding: 25px 35px;
}

.slides2 img:hover {
    box-shadow:
    0px -2px 4px rgba(0, 0, 0, 0.05),
    -3px 3px 6px rgba(0, 0, 0, 0.08),
    3px 3px 8px rgba(0, 0, 0, 0.08),
    0px 5px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.prev2,
.next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #848181;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.prev2:hover,
.next2:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.prev2 { left: 15px; }
.next2 { right: 15px; }

.slide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.slide-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #30363C;
  font-weight: bold;
}

.slider3 {
  position: relative;
  max-width: 1400px; 
  margin-top: 20px;
  overflow: hidden;
}

.slides3 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 180px;
  height: 310px;
  display: flex;
}

.slides3 img {
  width: 180px;
  height: 192px;
  object-fit: cover;
  border: 1px solid #cccccc96;
  border-radius: 5%;
  padding: 25px 35px;
}

.slides3 img:hover {
  box-shadow:
  0px -2px 4px rgba(0, 0, 0, 0.05),
  -3px 3px 6px rgba(0, 0, 0, 0.08),
  3px 3px 8px rgba(0, 0, 0, 0.08),
  0px 5px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.prev3,
.next3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #848181;
  padding: 12px 16px; 
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.prev3:hover,
.next3:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.prev3 { left: 15px; }
.next3 { right: 15px; }

.slide-item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* text-align: center; */
}

.slide-item1 p {
  margin-top: 10px;
  font-size: 16px;
  color: #30363c;
}

.p1 {
  color: #30363C;
  font-weight: bold;
  letter-spacing: 1px;
}

.containers {
  display: flex;
  transition: transform 0.5s ease-in-out;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.container {
  height: 283px;
  width: 280px;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 20px;
}

.container button {
  background-color: #f47779;
  color:  white;
  border: none;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 16px;
}

.p2 {
  font-size: 18px;
  color:#30363C;
  margin-top: 15px;
}

.p3 {
  color: #8897a2;
  margin-top: 15px;
  font-size: 15px;
}

.p4 {
  color: #8897a2;
  margin-top: 35px;
  font-size: 20px;
  text-decoration: line-through;
}

.p5 {
  color: #30363C;
  font-size: 25px;
}

@media (max-width: 1200px) {
  .container {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .container {
    margin-bottom: 20px;
  }

  .containers {
    justify-content: center;
  }
}

@media (max-width: 340px) {
  .p2 {
    font-size: 16px;
  }

  .p3 {
    font-size: 14px;
  }

  .p4 {
    font-size: 18px;
  }
}

.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%;
  }
}

/* Admin Login Page */

.admin-body {
    background-color: #f4f7f9;
    min-height: 100vh;
}

.admin-badge {
    background: #2c3e50;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.admin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.admin-card {
    background: #ffffff;
    width: 100%;
    max-width: 450px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-top: 5px solid #0077a3 ; 
}

.admin-card h2 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 24px;
}

.admin-card p {
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 8px;
}

.form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #dce4ec;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-group input:focus {
    border-color: #00a8e8;
    outline: none;
}

.admin-submit {
    width: 100%;
    padding: 14px !important;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    border: 0px solid transparent !important;
    outline: 0px solid transparent !important;
}

.form-footer {
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #7f8c8d;
}

.form-footer a {
    color: #00a8e8;
    text-decoration: none;
    font-weight: 600;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
}

#close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
