/* === PILNAI ATNAUJINTAS ORANŽINIS DIZAINAS === */

/* Bendras vaizdas */
body {
  background: url('/templates/isjungti/images/bg-cinema.jpg') no-repeat top center,
              linear-gradient(to bottom, #0a0f18, #121821);
  background-size: cover;
  background-attachment: fixed;
  color: #e8e8e8;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* Nuorodos - Jokių pabraukimų */
a {
  color: #7B8494;
  text-decoration: none !important;
  transition: 0.3s;
}
a:hover {
  color: #f39c12 !important;
}

/* Antraštės */
h1 { font-size: 30px; font-weight: 700; color: #ffffff; margin-bottom: 20px; }
h2 { font-size: 22px; font-weight: 600; color: #f0f0f0; margin-bottom: 15px; }

/* Navigacija ir Meniu */
.header {
  background-color: #151b23;
  border-bottom: 1px solid #1f2630;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hmenu > li > a {
  color: #e8e8e8;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  display: block;
}

.hmenu > li:hover > a, .hmenu > li > a.is-active {
  color: #f39c12 !important;
  box-shadow: inset 0 -3px #f39c12;
}

/* Išskleidžiamas meniu (Drop-down) fiksas */
.hidden-menu {
  background-color: #1a222d;
  border-top: 3px solid #f39c12;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  padding: 20px;
}

.menu-title {
  color: #f39c12 !important;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}

.hm-col li a {
  color: #bbb !important;
  line-height: 2;
  font-size: 13px;
}

.hm-col li a:hover {
  color: #fff !important;
}

/* Mygtukai */
.button, .btn, #gotop {
  background-color: #f39c12 !important;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
  padding: 10px 20px;
  transition: 0.3s ease;
  text-transform: uppercase;
  border: none !important;
}

.button:hover, .btn:hover, #gotop:hover {
  background-color: #e67e22 !important;
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

/* Paieškos laukelis - PANAIKINAM MĖLYNĄ */
.search-box input, .search-wrap input {
  background-color: #1a1f26 !important;
  border: 1px solid #333 !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 8px 15px;
  outline: none !important; /* Nuima naršyklės mėlyną apvadą */
}

.search-box input:focus, .search-wrap input:focus {
  border-color: #f39c12 !important; /* Vietoj mėlynos - oranžinė */
  box-shadow: 0 0 5px rgba(243, 156, 18, 0.4);
}

/* SEO ir aprašymai */
.desc-text {
  background-color: #11161d;
  border-left: 4px solid #f39c12;
  padding: 20px;
  color: #dcdcdc;
}

/* Reitingai kortelėse */
.th-rate-imdb:before { color: #f39c12; }
.th-rate-kp:before { color: #f39c12; }

/* Mobilaus meniu piktograma */
@media screen and (max-width: 1220px) {
  .btn-menu {
    color: #f39c12 !important;
  }
}