/* Rogmovies header/footer structure + xprimehub.hair colors only */

.wp-dle-imported-header .header,
.wp-dle-imported-header .xph-header.header {
  background: linear-gradient(140deg, #000, #570a52) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: none !important;
  border-bottom: 1px solid rgb(60 60 90 / 0.25) !important;
}

.wp-dle-imported-footer .footer,
.wp-dle-imported-footer .xph-footer.footer {
  background: linear-gradient(140deg, #570a52, #000) !important;
  padding: 10px !important;
}

.footer-gradient-line {
  height: 2.5px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, #20ff00 20%, #1eb9b9 80%, transparent 100%);
  border-radius: 4px;
  margin: 10px 0;
}

.wp-dle-imported-header .logo-image,
.wp-dle-imported-header .side-logo-img {
  height: auto !important;
  max-height: 48px;
  width: auto;
  max-width: 220px;
  display: block;
}

@media (max-width: 768px) {
  .wp-dle-imported-header .logo-image {
    max-height: 40px;
    max-width: 180px;
  }
}

#vmovies-search-box {
  max-width: 350px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#vmovies-search-box .vms-search-form {
  display: flex !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  height: 40px !important;
  width: 100% !important;
}

#vmovies-search-box .vms-search-input {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 0 15px !important;
  flex: 1 1 auto !important;
  outline: none !important;
  font-size: 13px !important;
}

#vmovies-search-box .vms-search-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

#vmovies-search-box .vms-search-btn {
  background: #c2185b !important;
  color: #fff !important;
  border: none !important;
  padding: 0 18px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  font-size: 12px !important;
}

#vmovies-search-box .vms-search-btn:hover {
  background: #d81b60 !important;
}

@media (max-width: 1024px) {
  #vmovies-search-box {
    max-width: 100% !important;
    order: 10 !important;
    padding-top: 20px !important;
  }
}

@media (min-width: 993px) {
  .wp-dle-imported-header .header-container #vmovies-search-box {
    flex: 0 0 350px;
    max-width: 350px;
    margin-left: auto;
  }
}

.xph-cat-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
}

.xph-cat-buttons a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 15px;
  border-radius: 5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.xph-cat-buttons a.c1 {
  color: #ff0080;
  border: 1px solid #ff0080;
  background: rgb(255 0 128 / 0.08);
}

.xph-cat-buttons a.c2 {
  color: #00d4ff;
  border: 1px solid #00d4ff;
  background: rgb(0 212 255 / 0.08);
}

.xph-cat-buttons a.c3 {
  color: #ffd700;
  border: 1px solid #ffd700;
  background: rgb(255 215 0 / 0.08);
}

.xph-cat-buttons a.more-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.xph-cat-buttons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.xph-more-row {
  display: none;
  text-align: center;
  padding: 0 12px 12px;
}

.xph-more-row a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

@media (max-width: 768px) {
  .xph-cat-buttons {
    padding: 12px 10px;
    gap: 8px;
  }

  .xph-cat-buttons a {
    font-size: 10px;
    padding: 6px 10px;
  }

  .xph-cat-buttons a.more-btn {
    display: none;
  }

  .xph-more-row {
    display: block;
  }
}
