.main-header {
  position: relative;
  z-index: 80;
}

.top-nav-row {
  background: #000e36;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.navbar {
  min-height: 72px;
}

.navbar-brand {
  color: #fff;
  text-decoration: none;
}

.brand-logo-img {
  width: 128px;
  max-width: 28vw;
  height: auto;
  display: block;
}

.brand-sub {
  font-size: 0.64rem;
  color: #aab8de;
  letter-spacing: 0.02em;
  max-width: 122px;
  line-height: 1.1;
}

.top-links .nav-link {
  color: #ffffff;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.95rem;
}

.top-links .nav-link:hover,
.top-links .nav-link:focus {
  color: #fdec00;
}

.header-socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.88rem;
}

.header-socials .social-fb {
  background: #1877f2;
}

.header-socials .social-yt {
  background: #ff0000;
}

.header-socials .social-x {
  background: #111;
}

.header-socials .social-insta {
  background: radial-gradient(circle at 28% 108%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.nav-actions {
  min-width: 0px;
  /* min-width: 95px; */
}

.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
}

.icon-btn:hover {
  border-color: #fdec00;
  color: #fdec00;
}

.nav-toggle {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.ticker-row {
  background: #000e36;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  width: max-content;
  gap: 2rem;
  padding: 0.42rem 0;
  will-change: transform;
  animation: ticker-right-to-left 30s linear infinite;
}

.ticker-track span {
  color: #fdec00;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.ticker-track span::before {
  content: "•";
  margin-right: 0.75rem;
  color: #fdec00;
}

.ptc-top-search-box {
  position: absolute;
  right: 0.9rem;
  top: calc(100% + 0.3rem);
  width: min(92vw, 460px);
  background: rgba(3, 20, 56, 0.98);
  border: 1px solid rgba(157, 181, 228, 0.3);
  border-radius: 0.55rem;
  padding: 0.55rem;
  display: none;
  z-index: 120;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.ptc-top-search-box.open {
  display: block;
}

.ptc-top-search-box .input-group {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.ptc-top-search-box .form-control {
  border-radius: 0.4rem;
  border: 1px solid #2b4a81;
  background: #fff;
  color: #1a1a1a;
  min-height: 40px;
}

.ptc-top-search-box .btn-danger {
  border: 0;
  min-height: 40px;
  border-radius: 0.4rem;
  padding: 0 1rem;
  background: #fdec00;
  color: #1a1a1a;
  font-weight: 800;
}

.iw-search-list {
  margin-top: 0.55rem;
  max-height: 56vh;
  overflow: auto;
  border-radius: 0.45rem;
  background: #ffffff;
}

.iw-search-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iw-search-list li {
  border-bottom: 1px solid #ebedf4;
}

.iw-search-list li:last-child {
  border-bottom: 0;
}

.iw-search-list a {
  color: inherit;
  text-decoration: none;
}

.iw-search-item {
  display: flex;
  gap: 0.6rem;
  padding: 0.55rem;
}

.iw-search-item .image-box img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.28rem;
}

.iw-search-item-details p {
  margin: 0;
  color: #121212;
  font-size: 0.9rem;
  line-height: 1.24;
  font-weight: 600;
}

.iw-date {
  margin-top: 0.2rem;
  color: #69779d;
  font-size: 0.76rem;
}

.iw-view-all-list-area {
  padding: 0.58rem;
}

.iw-search-btn {
  background: #fdec00;
  color: #1a1a1a;
  border: none;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 0.8rem;
  border-radius: 0.35rem;
}

@media (max-width: 991.98px) {
  .header-socials {
    margin: 0.55rem 0 0.4rem;
  }
}

.search-empty {
  padding: 0.85rem 0.7rem;
  color: #3a4a6f;
  font-size: 0.88rem;
  text-align: center;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 0.7rem;
  color: #324368;
  font-size: 0.88rem;
}

.search-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfd8eb;
  border-top-color: #ffc91f;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ticker-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 60px;
  }

  .brand-sub {
    display: none;
  }

  .top-links {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }

  .top-links .nav-link {
    font-size: 1rem;
    padding: 0.45rem 0;
  }

  .nav-actions {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .ticker-track span {
    font-size: 0.82rem;
  }

  .ptc-top-search-box {
    right: 0.6rem;
    left: 0.6rem;
    width: auto;
  }
}
.main-header {
  position: relative;
  z-index: 80;
}

.top-nav-row {
  background: #000e36;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.navbar {
  min-height: 72px;
}

.navbar-brand {
  color: #fff;
  text-decoration: none;
}

.brand-logo-img {
  width: 128px;
  max-width: 28vw;
  height: auto;
  display: block;
}

.brand-sub {
  font-size: 0.64rem;
  color: #aab8de;
  letter-spacing: 0.02em;
  max-width: 122px;
  line-height: 1.1;
}

.top-links .nav-link {
  color: #ffffff;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.2rem 0.95rem;
}

.top-links .nav-link:hover,
.top-links .nav-link:focus {
  color: #fdec00;
}

.header-socials a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.88rem;
}

.header-socials .social-fb {
  background: #1877f2;
}

.header-socials .social-yt {
  background: #ff0000;
}

.header-socials .social-x {
  background: #111;
}

.header-socials .social-insta {
  background: radial-gradient(circle at 28% 108%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.nav-actions {
  min-width: 0px;
  /* min-width: 95px; */
}

.icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
}

.icon-btn:hover {
  border-color: #fdec00;
  color: #fdec00;
}

.nav-toggle {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.ticker-row {
  background: #000e36;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  width: max-content;
  gap: 2rem;
  padding: 0.42rem 0;
  will-change: transform;
  animation: ticker-right-to-left 30s linear infinite;
}

.ticker-track span {
  color: #fdec00;
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.ticker-track span::before {
  content: "•";
  margin-right: 0.75rem;
  color: #fdec00;
}

.ptc-top-search-box {
  position: absolute;
  right: 0.9rem;
  top: calc(100% + 0.3rem);
  width: min(92vw, 460px);
  background: rgba(3, 20, 56, 0.98);
  border: 1px solid rgba(157, 181, 228, 0.3);
  border-radius: 0.55rem;
  padding: 0.55rem;
  display: none;
  z-index: 120;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.ptc-top-search-box.open {
  display: block;
}

.ptc-top-search-box .input-group {
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.ptc-top-search-box .form-control {
  border-radius: 0.4rem;
  border: 1px solid #2b4a81;
  background: #fff;
  color: #1a1a1a;
  min-height: 40px;
}

.ptc-top-search-box .btn-danger {
  border: 0;
  min-height: 40px;
  border-radius: 0.4rem;
  padding: 0 1rem;
  background: #fdec00;
  color: #1a1a1a;
  font-weight: 800;
}

.iw-search-list {
  margin-top: 0.55rem;
  max-height: 56vh;
  overflow: auto;
  border-radius: 0.45rem;
  background: #ffffff;
}

.iw-search-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.iw-search-list li {
  border-bottom: 1px solid #ebedf4;
}

.iw-search-list li:last-child {
  border-bottom: 0;
}

.iw-search-list a {
  color: inherit;
  text-decoration: none;
}

.iw-search-item {
  display: flex;
  gap: 0.6rem;
  padding: 0.55rem;
}

.iw-search-item .image-box img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.28rem;
}

.iw-search-item-details p {
  margin: 0;
  color: #121212;
  font-size: 0.9rem;
  line-height: 1.24;
  font-weight: 600;
}

.iw-date {
  margin-top: 0.2rem;
  color: #69779d;
  font-size: 0.76rem;
}

.iw-view-all-list-area {
  padding: 0.58rem;
}

.iw-search-btn {
  background: #fdec00;
  color: #1a1a1a;
  border: none;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 0.8rem;
  border-radius: 0.35rem;
}

@media (max-width: 991.98px) {
  .header-socials {
    margin: 0.55rem 0 0.4rem;
  }
}

.search-empty {
  padding: 0.85rem 0.7rem;
  color: #3a4a6f;
  font-size: 0.88rem;
  text-align: center;
}

.search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 0.7rem;
  color: #324368;
  font-size: 0.88rem;
}

.search-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfd8eb;
  border-top-color: #ffc91f;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ticker-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 60px;
  }

  .brand-sub {
    display: none;
  }

  .top-links {
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
  }

  .top-links .nav-link {
    font-size: 1rem;
    padding: 0.45rem 0;
  }

  .nav-actions {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .ticker-track span {
    font-size: 0.82rem;
  }

  .ptc-top-search-box {
    right: 0.6rem;
    left: 0.6rem;
    width: auto;
  }
}
