/* METSIM theme overrides: industrial, clean, subtle motion. */
:root {
  --surface-1: #f7f9fc;
  --surface-2: #eef2f7;
  --surface-3: #ffffff;
  --ink-1: #1f2630;
  --ink-2: #4b5563;
  --border-soft: #e1e7f0;
  --card-edge: rgba(22, 159, 230, 0.28);
  --hero-glow: rgba(22, 159, 230, 0.18);
  --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 26px 60px rgba(15, 23, 42, 0.14);
}

body {
  color: var(--ink-1);
  background:
    radial-gradient(900px 520px at 10% -10%, rgba(22, 159, 230, 0.10), transparent 70%),
    radial-gradient(900px 520px at 90% -15%, rgba(34, 36, 41, 0.08), transparent 70%),
    var(--surface-1);
}

.sec-title .sub-title {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.sec-title .sub-title:after {
  background: linear-gradient(90deg, var(--theme-color2), rgba(22, 159, 230, 0.1));
  height: 2px;
}

.main-header .header-lower {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-soft);
}

.header-top {
  background: linear-gradient(90deg, #0e1622 0%, #141e2b 45%, #0f141b 100%);
  color: #d6dde8;
}

.header-top .inner-container {
  background: linear-gradient(90deg, #0e1622 0%, #141e2b 45%, #0f141b 100%);
}

.header-top .top-left .list-style-one li,
.header-top .top-left .list-style-one li a {
  color: #dbe3f0;
}

.header-top .top-right .useful-links li,
.header-top .top-right .useful-links li a,
.header-top .outer-box .social-icon-one li a {
  color: #b7c2d3;
}

.header-top .useful-links li a:hover,
.header-top .list-style-one li a:hover {
  color: var(--theme-color2);
}

.sticky-header {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

.main-slider {
  position: relative;
}

.main-slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 18, 26, 0.72) 0%, rgba(12, 18, 26, 0.18) 60%, rgba(12, 18, 26, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.main-slider .rev_slider_wrapper,
.main-slider .rev_slider {
  position: relative;
  z-index: 2;
}

.main-slider .title {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(15, 20, 27, 0.35);
  letter-spacing: 0.28em;
  font-weight: 600;
}

.main-slider h1 {
  font-size: clamp(38px, 6vw, 92px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.main-slider .text {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.main-slider .hero-cta .theme-btn {
  box-shadow: 0 12px 30px rgba(22, 159, 230, 0.28);
}

.theme-btn.btn-style-one {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(22, 159, 230, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-btn.btn-style-one:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(22, 159, 230, 0.26);
}

.feature-one__single-inner,
.service-block .inner-box,
.team-block .inner-box,
.testimonial-block-two .content-box,
.project-block .inner-box {
  border-radius: 18px;
  border: 1px solid var(--border-soft);
  background: var(--surface-3);
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.feature-one__single:hover .feature-one__single-inner,
.service-block .inner-box:hover,
.team-block .inner-box:hover,
.testimonial-block-two .content-box:hover,
.project-block .inner-box:hover {
  transform: translateY(-6px);
  border-color: var(--card-edge);
  box-shadow: var(--shadow-hover);
}

.feature-one__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--theme-color2), #0f82bf);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-one__icon span {
  color: #fff;
}

.services-section {
  background: linear-gradient(180deg, var(--surface-3) 0%, var(--surface-2) 100%);
}

.service-block .inner-box {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-block .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--theme-color2), rgba(22, 159, 230, 0.25));
}

.service-block .image-box .image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.service-block .content-box {
  padding: 26px 24px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services-section .service-block .content-box .title {
  font-size: 20px;
  letter-spacing: 0.01em;
}

.service-block .content-box .title a {
  color: var(--ink-1);
}

.service-block .content-box .text {
  color: var(--ink-2);
}

.service-block .read-more {
  margin-top: auto;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--theme-color2);
}

.project-section {
  background: #0f141b;
}

.project-section .sec-title {
  color: #fff;
}

.project-section .sec-title .sub-title {
  color: rgba(255, 255, 255, 0.7);
}

.project-block .content-box {
  background: rgba(15, 20, 27, 0.9);
  color: #fff;
  padding: 22px 24px 24px;
}

.project-block .image-box .image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.project-block .image-box .icon {
  background: var(--theme-color2);
  color: #fff;
  box-shadow: 0 12px 24px rgba(22, 159, 230, 0.3);
}

.project-block .content-box .title {
  font-size: 22px;
  line-height: 1.35;
}

.project-block .content-box .cat {
  color: rgba(255, 255, 255, 0.7);
}

.project-section-three {
  padding: 90px 0 80px;
}

.project-section-three:before {
  background: linear-gradient(135deg, #0f141b 0%, #0f1d2b 45%, #121c28 100%);
  opacity: 1;
}

.project-section-three .sec-title {
  background: rgba(15, 20, 27, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 30px 36px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.project-section-three .sec-title.light h2 {
  color: #fff;
}

.project-section-three .theme-btn.btn-style-two {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.project-section-three .theme-btn.btn-style-two:hover {
  background: #fff;
  color: #11151b;
}

.testimonial-section-two {
  background: linear-gradient(180deg, #0f141b 0%, #151b24 100%);
}

.testimonial-section-two .sec-title,
.testimonial-section-two .title-column .text {
  color: #e5e7eb;
}

.testimonial-block-two .content-box {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.testimonial-block-two .content-box .text,
.testimonial-block-two .info-box .name,
.testimonial-block-two .info-box .designation {
  color: #e5e7eb;
}

.fun-fact-section {
  background: linear-gradient(90deg, #0f141b 0%, #151b24 100%);
}

.fun-fact-section .counter-block .inner {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.news-section {
  background: var(--surface-3);
}

.news-block .inner-box {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-block .inner-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.main-footer {
  background: #0f141b;
}

.about-section-five .about-model-viewer {
  display: block;
  width: 100%;
  height: var(--model-height, 520px);
  min-height: var(--model-height, 520px);
  border-radius: 18px;
  background: var(--model-bg, linear-gradient(135deg, #0f141b 0%, #1f2937 100%));
  box-shadow: var(--shadow-soft);
}

.about-section-five .image-column .inner-column {
  width: 100%;
}

.about-section-five .image-column .inner-column::before {
  display: none;
  content: none;
}

.about-section-five .image-column .image-1 {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

.contact-details {
  background:
    radial-gradient(800px 420px at 10% -10%, var(--hero-glow), transparent 70%),
    var(--surface-1);
}

.contact-details form.comment-one__form {
  background: var(--surface-3);
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.contact-details .form-control {
  border-radius: 12px;
  border: 1px solid var(--border-soft);
  background: #f8fafc;
}

.contact-details .form-control:focus {
  border-color: var(--theme-color2);
  box-shadow: 0 0 0 3px rgba(22, 159, 230, 0.12);
}

.contact-details__right {
  background: #0f141b;
  border-radius: 20px;
  padding: 30px;
  color: #e5e7eb;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.contact-details__right .sec-title h2 {
  color: #fff;
}

.contact-details__right .sec-title .sub-title {
  color: rgba(255, 255, 255, 0.6);
}

.contact-details__info li {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 18px;
}

.contact-details__info li .icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details__info li .text a,
.contact-details__info li .text span {
  color: rgba(255, 255, 255, 0.8);
}

.contact-details__info li:hover {
  border-color: var(--card-edge);
}

.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .main-header .header-lower {
    backdrop-filter: none;
  }
  .main-slider .text {
    max-width: 100%;
  }
  .service-block .inner-box,
  .project-block .inner-box,
  .team-block .inner-box {
    border-radius: 14px;
  }
  .service-block .image-box .image img,
  .project-block .image-box .image img {
    height: 220px;
  }
  .project-section-three .sec-title {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-btn.btn-style-one,
  .feature-one__single-inner,
  .service-block .inner-box,
  .team-block .inner-box,
  .testimonial-block-two .content-box,
  .project-block .inner-box,
  .news-block .inner-box {
    transition: none;
  }
}
