:root {
  --brand: #f39200;
  --brand2: #a6a9ad;
  --brand-dark: #cf7a00;
  --steel: #a6a9ad;
  --ink: #0f1320;
  --muted: #59606d;
  --soft: #f7f7f8;
  --border: #e1e3e6;
  --radius: 18px;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
}

a {
  text-decoration: none;
}

.theme-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
}

.topbar {
  background: var(--brand);
  color: #fff;
  font-size: 0.96rem;
}

.topbar-wrap {
      display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-around;
    font-size: 12px;
}

.topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.topbar-social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  transition: background 0.18s ease, transform 0.18s ease;
}

.topbar-social a:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  transform: translateY(-1px);
}

.topbar-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
}

.topbar-meta .item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.95rem;
}

.topbar-meta .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.topbar-meta .item-tagline {
  font-weight: 700;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar a {
  color: #fff;
}

.topbar a:hover {
  color: #fff;
}

.navbar {
  background: #f0f1f3 !important;
  border-color: #d7dbe2 !important;
  backdrop-filter: none;
}

.navbar .container {
  min-height: 84px;
}

.navbar .nav-link {
  color: #252b36;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
  padding: 0.8rem 0.2rem;
}

.navbar .nav-link.active {
  color: #252b36;
}

.navbar .nav-link:hover {
  color: var(--brand-dark);
}

.navbar .nav-link .theme-icon {
  font-size: 0.72rem;
  transform: translateY(1px);
}

.brand-logo {
  height: 58px;
  width: auto;
  display: block;
}

.footer-logo {
  height: 46px;
  width: auto;
  display: block;
}

.btn-brand {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  border: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 12px;
}

.btn-brand:hover {
  filter: brightness(1.06);
  color: #fff;
}

.section {
  padding: 90px 0;
}

.section-soft {
  background: var(--soft);
}

.section-title {
  max-width: 720px;
}

.hero {
  position: relative;
  background: #0f172a;
  color: #fff;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.8) 40%, rgba(15, 23, 42, 0.3) 100%);
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  background: rgba(243, 146, 0, 0.18);
  border: 1px solid rgba(243, 146, 0, 0.4);
  color: #ffe3b3;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
}

.hero h1 {
  letter-spacing: -0.02em;
}

.hero-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
}

.page-hero {
  color: #fff;
  background-size: cover;
  background-position: center;
}

body.page-services .page-hero {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.84)),
    url("/themes/theme2/assets/img/services/2.jpg");
}

body.page-service-detail .page-hero {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.84)),
    url("/themes/theme2/assets/img/services/3.jpg");
}

body.page-about .page-hero {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.84)),
    url("/themes/theme2/assets/img/about.jpg");
}

body.page-projects .page-hero {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.84)),
    url("/themes/theme2/assets/img/projects/1.jpg");
}

body.page-contact .page-hero {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.84)),
    url("/themes/theme2/assets/img/group.jpg");
}

.icon-pill {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(166, 169, 173, 0.2);
  border: 1px solid rgba(166, 169, 173, 0.45);
  color: var(--brand2);
  flex: 0 0 auto;
}

.card-soft {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  background: #fff;
}

.card-soft:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(2, 6, 23, 0.1);
}

.muted {
  color: var(--muted);
}

.stat {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 18px;
  height: 100%;
}

.project {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.project:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(2, 6, 23, 0.1);
}

.project img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.quote {
  border-left: 4px solid var(--brand);
  padding-left: 16px;
}

.cta {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.82)),
    url("/themes/theme2/assets/img/services/1.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.step {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #fff;
  padding: 1.25rem;
  height: 100%;
}

.step-index {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #111827;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.check-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--muted);
}

.check-list i {
  color: var(--brand2);
}

.detail-image {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.timeline {
  border-left: 2px dashed var(--border);
  padding-left: 1.2rem;
}

.timeline-item {
  position: relative;
  padding-bottom: 1.2rem;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand2);
  position: absolute;
  left: -1.48rem;
  top: 0.35rem;
}

.photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.chip {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: var(--muted);
  background: #fff;
  font-size: 0.9rem;
}

.map-placeholder {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #f3f5fb, #fff);
  height: 320px;
  display: grid;
  place-items: center;
  color: var(--muted);
}

.site-footer {
  background: #020304;
  color: #cfd4de;
}

.site-footer a {
  color: #cfd4de;
}

.site-footer a:hover {
  color: #fff;
}

.footer-head {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding-bottom: 1.5rem;
}

.footer-brand {
  height: 58px;
  width: auto;
  display: block;
  filter: brightness(1.1);
}

.footer-head-line {
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.footer-social a {
  color: #d7dbe2;
  font-size: 1.55rem;
  line-height: 1;
  transition: color 0.18s ease;
}

.footer-social a:hover {
  color: var(--brand);
}

.footer-title {
  color: #00a9e8;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.footer-list li {
  color: #ced3dd;
  font-size: 1.08rem;
}

.footer-list a {
  color: #ced3dd;
}

.footer-list a:hover {
  color: #fff;
}

.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.2rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: #cfd4de;
  font-size: 1.02rem;
}

.footer-contact i {
  color: #00a9e8;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.15rem;
}

.footer-contact a {
  color: #cfd4de;
}

.footer-logos {
  margin-top: 3.1rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logos .line {
  flex: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.partner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #f2f5f9;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
}

.footer-copy {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shadow-soft {
  box-shadow: 0 16px 50px rgba(2, 6, 23, 0.1);
}

@media (max-width: 991.98px) {
  .topbar-wrap {
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .topbar-meta {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .topbar-meta::-webkit-scrollbar {
    display: none;
  }

  .topbar-meta .item {
    font-size: 0.84rem;
    padding: 0 0.7rem;
  }

  .topbar-meta .item-tagline {
    display: none;
  }

  .brand-logo {
    height: 46px;
  }

  .footer-logo {
    height: 40px;
  }

  .section {
    padding: 72px 0;
  }

  .hero.py-5,
  .page-hero.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .navbar .container {
    min-height: 72px;
  }

  .navbar .navbar-nav {
    align-items: flex-start !important;
    gap: 0.15rem !important;
  }

  .navbar .nav-link {
    font-size: 1rem;
    padding: 0.55rem 0;
  }

  .project img {
    height: 200px;
  }

  .detail-image {
    height: 320px;
  }

  .photo {
    height: 210px;
  }

  .footer-head {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-bottom: 1.2rem;
  }

  .footer-head-line {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
  }

  .footer-title {
    font-size: 1.45rem;
  }

  .footer-list li {
    font-size: 0.98rem;
  }

  .footer-contact li {
    font-size: 0.94rem;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 40px;
  }

  .footer-logo {
    height: 34px;
  }

  .section {
    padding: 60px 0;
  }

  .topbar-social {
    display: none;
  }

  .topbar-meta {
    width: 100%;
  }

  .topbar-meta .item {
    font-size: 0.8rem;
    padding: 0 0.55rem;
  }

  .topbar-meta .item-hours {
    display: none;
  }

  .hero.py-5,
  .page-hero.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .hero .display-5,
  .page-hero .display-5 {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .hero .lead,
  .page-hero .lead {
    font-size: 1rem;
  }

  .hero-badge {
    font-size: 0.82rem;
  }

  .project img {
    height: 185px;
  }

  .detail-image {
    height: 250px;
  }

  .photo {
    height: 180px;
  }

  .map-placeholder {
    height: 240px;
  }

  .cta {
    border-radius: 18px;
  }

  .footer-social {
    gap: 0.7rem;
  }

  .footer-social a {
    font-size: 1.35rem;
  }

  .footer-brand {
    height: 50px;
  }

  .footer-title {
    font-size: 1.26rem;
    margin-bottom: 0.7rem;
  }

  .footer-list {
    gap: 0.5rem;
  }

  .footer-list li {
    font-size: 0.93rem;
  }

  .footer-contact {
    gap: 0.85rem;
  }

  .footer-contact li {
    font-size: 0.9rem;
  }

  .footer-logos {
    margin-top: 2.2rem;
    padding-top: 1.4rem;
  }

  .partner-list {
    gap: 0.45rem;
  }

  .partner-badge {
    min-width: 78px;
    padding: 0.34rem 0.55rem;
    font-size: 0.66rem;
  }
}
