:root {
  --primary: #62291e;
  --primary-dark: #57241a;
  --accent: #0d6efd;
  --paper: #ffffff;
  --ink: #1f2933;
  --muted: #64748b;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: #f4f2ef;
  font-family: "Heebo", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; object-fit: cover; }

.site-shell { min-height: 100vh; box-shadow: 0 0 24px rgba(15, 23, 42, .06); }
.navbar {
  position: relative;
  z-index: 10;
  min-height: 86px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .08);
}
.navbar-brand img { width: auto; object-fit: contain; }
.navbar-light .navbar-nav .nav-link,
.navbar .nav-link {
  color: #111827;
  font-weight: 700;
  letter-spacing: 0;
  padding: 28px 16px;
}
.navbar .nav-link.active,
.navbar .nav-link:hover { color: var(--primary); }
.navbar-toggler {
  width: 42px;
  height: 38px;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.navbar-toggler .fa-bars::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: #111827;
  box-shadow: 0 6px 0 #111827, 0 -6px 0 #111827;
}
.search .nav-link::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #111827;
  border-radius: 50%;
  vertical-align: middle;
}
.search .nav-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  margin-left: -4px;
  background: #111827;
  transform: rotate(45deg) translateY(6px);
  transform-origin: center;
  vertical-align: middle;
}
.hero-header1 {
  height: 16px;
  background: #fff !important;
}

.ad-label {
  margin: 0 auto;
  text-align: center;
  background: #e5e5e5;
  color: #000;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 700;
}
.top-ad {
  min-height: 72px;
  margin: 0 auto 20px;
  padding: 12px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  text-align: center;
}
.smaatoad {
  min-width: 320px;
  min-height: 50px;
  display: grid;
  place-items: center;
}

.hero-header {
  background: linear-gradient(135deg, #733225 0%, #4b1f17 100%) !important;
  border-radius: 0;
  overflow: hidden;
}
.hero-header .container { padding-top: 34px !important; padding-bottom: 34px !important; }
.hero-header h1 {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 800;
}
#tempor {
  max-height: 95px;
  overflow: hidden;
  color: rgba(255,255,255,.92) !important;
}
.hero-img,
.feature-img {
  width: 100%;
  max-height: 300px;
  border-radius: 10px;
}
.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.section-title h1,
.section-title h2 {
  color: #111827;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin: 10px auto 0;
  background: var(--primary);
}
#elitr {
  color: #111827;
  max-height: 126px;
  overflow: hidden;
}

.service-item {
  height: 100%;
  min-height: 430px;
  padding: 18px;
  background: #fff;
  border-radius: 12px !important;
  box-shadow: 0 0 20px rgba(15, 23, 42, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .14);
}
.item-img { margin-top: 10px; }
.item-img img {
  width: 100%;
  height: 195px;
  margin-bottom: 22px;
  border-radius: 15px;
}
.service-item h5 {
  height: 52px;
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.35;
  color: #111827;
}
.recom { display: block; }
#era {
  height: 96px;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
}

.testimonial {
  background: linear-gradient(135deg, #733225 0%, #4b1f17 100%) !important;
  padding: 26px 0;
}
.latest-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.testimonial-item {
  min-height: 200px;
  border-color: rgba(255,255,255,.35) !important;
}
.big_div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
}
.big_div_img img {
  width: 90px;
  height: 78px;
  border-radius: 20px;
}
.big_div_title h5 {
  max-height: 66px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.35;
}
.big_div_title1 h5 {
  max-height: 66px;
  overflow: hidden;
  margin-top: 12px;
  color: rgba(255,255,255,.88) !important;
  font-size: 13px;
  font-weight: 400;
}

.team-item {
  padding: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(15, 23, 42, .08);
}
.hot-img { overflow: hidden; }
.hot-img img {
  width: 100%;
  height: 210px;
  border-radius: 0 !important;
}
.hot-title {
  min-height: 104px;
  display: grid;
  place-items: center;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}
#jhon {
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
}

.article-detail,
.search-page {
  max-width: 960px;
  padding-top: 34px;
  padding-bottom: 58px;
}
.article-detail h1 {
  margin-bottom: 12px;
  color: #111827;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}
.article-meta {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
}
.article-cover {
  width: 100%;
  max-height: 430px;
  margin-bottom: 26px;
  border-radius: 14px;
}
.article-body {
  color: #334155;
  font-size: 17px;
}
.article-body h2,
.article-body h3 {
  margin-top: 24px;
  color: #111827;
}
.article-body p { margin: 14px 0; }
.article-body img {
  max-width: 100%;
  height: auto;
  margin: 18px auto;
  border-radius: 10px;
}
.related-section { padding-bottom: 56px; }
.policy-page h2 {
  margin-top: 24px;
  font-size: 23px;
}
.policy-page a { color: var(--primary); text-decoration: underline; }

.search-box {
  max-width: 640px;
  margin: 0 auto 26px;
}
.search-box input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d1d5db;
  border-radius: 999px;
  outline: none;
  font-size: 16px;
}
.search-box input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(98, 41, 30, .12);
}

#DetailButtonFloatAd {
  display: block;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
}
.float-ad-label {
  margin: 0;
  line-height: 20px;
  width: 100%;
  text-align: center;
  background: #e7e2e2;
  color: #000;
  font-size: 12px;
}
#DetailButtonFloatAd .smaatoad {
  width: 100%;
  min-height: 50px;
  text-align: center;
}
.footer {
  padding: 12px 0 100px;
  color: #fff;
  line-height: 24px;
  background-color: var(--primary-dark);
}
.fp { text-align: center; }
.pt {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.pt p {
  margin-left: 10px;
  margin-right: 10px;
}
.pt a,
.footer a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar .nav-link { padding: 10px 0; }
  .hero-header h1 { font-size: 30px; }
  .latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .navbar { min-height: 74px; }
  .navbar-brand img { height: 48px !important; }
  .hero-header .container { padding-top: 24px !important; padding-bottom: 24px !important; }
  .hero-header h1,
  .article-detail h1 { font-size: 26px; }
  .latest-grid { grid-template-columns: 1fr; }
  .service-item { min-height: auto; }
  .article-detail,
  .search-page { padding-left: 18px; padding-right: 18px; }
}
