:root {
  --news-ink: #111827;
  --news-muted: #5b6472;
  --news-soft: #f4f6f8;
  --news-line: #e5e7eb;
  --news-card: #ffffff;
  --news-accent: #c1121f;
  --news-accent-dark: #8f0d17;
  --news-link: #174ea6;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--news-soft);
  color: var(--news-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--news-ink);
  text-decoration: none;
}

a:hover {
  color: var(--news-accent);
  text-decoration: none;
}

main {
  min-height: 68vh;
}

.container {
  max-width: 1180px;
}

.andro_header.header-1 {
  background: var(--news-card);
  border-bottom: 1px solid var(--news-line);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.andro_header-middle {
  border-bottom: 1px solid var(--news-line);
}

.andro_header-bottom {
  background: var(--news-card);
}

.andro_header-bottom-inner {
  min-height: 58px;
}

.navbar-brand img {
  max-height: 42px;
  object-fit: contain;
}

.andro_header.header-1 .navbar-nav .menu-item > a {
  color: var(--news-ink);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.andro_header.header-1 .navbar-nav .menu-item > a:hover {
  color: var(--news-accent);
}

.andro_aside {
  background: var(--news-card);
}

.andro_aside .navbar-nav .menu-item a {
  color: var(--news-ink);
  font-weight: 700;
}

.aside-toggler span {
  background-color: var(--news-ink);
}

.section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  border-bottom: 2px solid var(--news-line);
}

.section-title .title {
  color: var(--news-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 12px;
  position: relative;
}

.section-title .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--news-accent);
}

.andro_btn-custom,
.andro_btn-custom.primary,
.btn-primary {
  background: var(--news-accent);
  border-color: var(--news-accent);
  color: #fff;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: none;
}

.andro_btn-custom:hover,
.andro_btn-custom.primary:hover,
.btn-primary:hover {
  background: var(--news-accent-dark);
  border-color: var(--news-accent-dark);
  color: #fff;
}

.andro_banner.banner-1 {
  background: var(--news-card);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
  overflow: hidden;
}

.andro_banner.banner-1 .container-fluid {
  padding: 0;
}

.andro_banner.banner-1 .row {
  min-height: 360px;
}

.andro_banner.banner-1 .col-lg-6:first-child {
  padding: 34px 34px 30px;
}

.andro_banner.banner-1 h1 {
  color: var(--news-ink);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  margin-bottom: 14px;
}

.andro_banner.banner-1 p {
  color: var(--news-muted);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.andro_banner.banner-1 img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.andro_product,
.andro_post,
.andro_testimonial,
#Related .post,
.contact-card,
.policy-box {
  background: var(--news-card);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.andro_product,
.andro_post {
  height: 100%;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}

.andro_product:hover,
.andro_post:hover,
.andro_testimonial:hover,
#Related .post:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, .11);
}

.andro_product-thumb,
.andro_post-thumb {
  background: #dfe4ea;
}

.andro_post-thumb img,
.andro_product-thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

#Featured .andro_product-thumb img {
  height: 188px;
}

#Featured .andro_product-body {
  padding: 18px 18px 8px;
}

#Featured .andro_product-title {
  font-size: 19px;
  line-height: 1.25;
  margin-bottom: 10px;
}

#Featured .andro_product-footer {
  padding: 0 18px 18px;
}

#LATEST .andro_post-thumb img {
  height: 196px;
}

#LATEST .andro_post-body {
  padding: 16px 16px 18px;
}

#LATEST .andro_post-desc h5 {
  font-size: 18px;
  line-height: 1.28;
  margin-bottom: 10px;
}

#LATEST .andro_post-desc p,
#Featured .andro_product-body p {
  color: var(--news-muted);
  line-height: 1.55;
}

#YOU .andro_testimonial {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

#YOU .andro_testimonial-body {
  padding: 18px 18px 10px;
}

#YOU .andro_testimonial-body p {
  color: var(--news-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

#YOU .andro_testimonial-author {
  border-top: 1px solid var(--news-line);
  padding: 14px 18px;
}

#YOU .andro_testimonial-author img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}

#YOU .andro_testimonial-author h6 {
  color: var(--news-muted);
  font-size: 14px;
  line-height: 1.35;
}

.andro_rating,
.andro_rating-wrapper {
  display: none;
}

.news-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 9px;
  background: var(--news-accent);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-meta {
  color: var(--news-muted);
  font-size: 13px;
  margin-bottom: 12px;
}

.detail-title {
  color: var(--news-ink);
  font-size: 38px;
  line-height: 1.12;
  max-width: 880px;
  margin: 0 auto 22px;
}

.entry-content {
  background: var(--news-card);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  padding: 28px;
}

.entry-content p {
  font-size: 17px;
  line-height: 1.8 !important;
}

.entry-content a {
  color: var(--news-link);
  text-decoration: underline;
}

#Related .widget-title {
  color: var(--news-ink);
  border-bottom: 2px solid var(--news-line);
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-weight: 900;
}

#Related .post {
  overflow: hidden;
  padding: 10px;
  margin-bottom: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}

#Related .post img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
}

#Related .post h6 {
  margin: 10px 0 0;
  line-height: 1.35;
  font-weight: 800;
}

.site-footer {
  background: #111827 !important;
  border-top: 4px solid var(--news-accent);
  color: #fff;
  padding: 20px 0 12px !important;
  margin: 0 !important;
}

.site-footer .copyright {
  font-size: 13px;
  color: #cbd5e1;
}

.site-footer .footer-links a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.site-footer .footer-links a:hover {
  color: #fca5a5 !important;
}

.contact-card {
  padding: 28px;
}

.contact-title {
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 8px;
  color: var(--news-ink);
  text-align: center;
}

.contact-sub {
  margin: 0 0 22px;
  color: var(--news-muted);
  text-align: center;
}

.contact-card .form-control {
  border-radius: 4px;
  border-color: var(--news-line);
  min-height: 44px;
}

.policy-box {
  padding: 34px;
  max-width: 820px;
  margin: 34px auto;
  color: var(--news-ink);
}

.policy-box h1 {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 18px;
}

.policy-box p {
  color: var(--news-muted);
  line-height: 1.75;
}

.top_head {
  background: var(--news-card);
  color: var(--news-ink);
  border-bottom: 1px solid var(--news-line);
  font-weight: 900;
}

.search {
  background: var(--news-card);
  border: 1px solid var(--news-line);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.search input {
  border-radius: 6px;
  color: var(--news-ink);
}

.results blockquote {
  background: var(--news-card);
  border: 1px solid var(--news-line);
  border-left: 4px solid var(--news-accent);
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
  padding: 12px;
  margin: 0 0 12px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.results blockquote img {
  width: 112px;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
  flex: 0 0 auto;
}

.results blockquote cite {
  margin: 0;
  flex: 1 1 auto;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.results blockquote cite a {
  color: var(--news-ink);
}

.results blockquote cite a:hover {
  color: var(--news-accent);
}

@media (max-width: 992px) {
  .andro_banner.banner-1 .row {
    min-height: auto;
  }

  .andro_banner.banner-1 .col-lg-6:first-child {
    padding: 24px 22px;
  }

  .andro_banner.banner-1 h1 {
    font-size: 28px;
  }

  .andro_banner.banner-1 img {
    height: 240px;
  }

  .detail-title {
    font-size: 29px;
  }

  .entry-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .andro_banner.banner-1 h1 {
    font-size: 24px;
  }

  .results blockquote {
    align-items: flex-start;
  }

  .results blockquote img {
    width: 92px;
    height: 68px;
  }
}
