/* nt-style.css */

/* Nội Thất Hero */
.nt-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.nt-hero .hero-bg,
.nt-hero iframe,
.nt-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
  z-index: 1;
}

.nt-hero .hero-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1rem;
  z-index: 10;
}

.nt-hero .hero-main {
  max-width: 900px;
}

.nt-hero .nt-hero-tag {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(20, 216, 66, 0.4);
  border-radius: 30px;
  background: rgba(20, 216, 66, 0.1);
  color: #14d842;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}

.nt-hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.nt-hero p {
  font-size: 1.2rem;
  color: #ddd;
  max-width: 700px;
  margin: 0 auto 2rem;
}

/* Buttons */
.nt-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #14d842;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
  text-decoration: none;
  border: 2px solid #14d842;
}

.nt-btn:hover {
  background: #0fbd36;
  border-color: #0fbd36;
  color: #fff;
}

.nt-btn-outline {
  background: transparent !important;
  color: #14d842 !important;
}

.nt-btn-outline:hover {
  background: rgba(20, 216, 66, 0.1) !important;
}

/* Sections */
#nt-page .nt-section {
  padding: 5rem 15px !important;
  width: 100% !important;
  display: block !important;
}

#nt-page .nt-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100% !important;
  position: relative !important;
  display: block !important;
}

#nt-page .nt-section-bg {
  background-color: #111 !important;
}

.nt-section-header {
  text-align: center;
  margin-bottom: 3.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nt-section-tag {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(20, 216, 66, 0.4);
  border-radius: 30px;
  background: rgba(20, 216, 66, 0.1);
  color: #14d842;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

.nt-section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}

.nt-section-desc {
  font-size: 1.1rem;
  color: #aaa;
}

/* Dịch Vụ */
#nt-page .nt-services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
  gap: 30px !important;
}

.nt-service-card {
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  background: #1a1a1a;
  padding: 30px;
}

.nt-service-card:hover {
  border-color: #14d842;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.nt-service-icon-wrap {
  margin-bottom: 20px;
}

.nt-service-icon {
  background: rgba(20, 216, 66, 0.15);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14d842;
  border: 1px solid rgba(20, 216, 66, 0.3);
}

.nt-service-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.nt-service-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.nt-service-desc {
  color: #aaa;
  margin-bottom: 20px;
  line-height: 1.6;
}

.nt-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ddd;
  font-size: 0.95rem;
}

.nt-service-list li svg {
  color: #14d842;
}

/* Process Timeline (Reuse .kt- classes for structure, scoped to #nt-page) */
#nt-page .kt-process-timeline::before {
  background: linear-gradient(to bottom, transparent, #14d842 50px, #14d842 calc(100% - 50px), transparent);
}

#nt-page .kt-process-node {
  border-color: #14d842;
  box-shadow: 0 0 15px rgba(20, 216, 66, 0.2);
}

#nt-page .kt-process-item:hover .kt-process-node {
  background: #14d842;
}

#nt-page .kt-process-icon {
  color: #14d842;
}

#nt-page .kt-process-stage {
  color: #14d842;
}

/* Projects Grid */
#nt-page .nt-projects-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  gap: 30px !important;
}

.nt-project-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1.324;
  display: block;
  background-color: #1a1a1a;
}

.nt-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.nt-project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  display: flex;
  align-items: flex-end;
  padding: 30px;
  opacity: 0;
  transition: 0.3s;
}

.nt-project-card:hover .nt-project-img {
  transform: scale(1.1);
}

.nt-project-card:hover .nt-project-overlay {
  opacity: 1;
}

.nt-project-info h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.nt-project-category {
  color: #14d842;
  font-weight: 600;
  font-size: 0.9rem;
}

/* Override existing site colors to Green */
.text-primary { color: #14d842 !important; }
.bg-primary { background-color: #14d842 !important; }
.border-primary { border-color: #14d842 !important; }

/* Testimonials / CTA Green Overrides */
#nt-page .testimonials-section { background-color: #0c0c0c; }
#nt-page .testimonials-icon { color: #14d842; }
#nt-page .testimonials-control-4 { background-color: #14d842; }
#nt-page .cm-badge { background-color: rgba(20, 216, 66, 0.1); color: #14d842; }
#nt-page .cm-feature-icon { background-color: rgba(20, 216, 66, 0.2); color: #14d842; }
#nt-page .cta-button-primary { background-color: #14d842; }
#nt-page .cta-button-primary:hover { background-color: #0fbd36; }
#nt-page .cta-button-secondary { border-color: #14d842; color: #14d842; }
#nt-page .cta-button-secondary:hover { background: rgba(20, 216, 66, 0.1); }
#nt-page .cta-card-5 { background-color: rgba(20, 216, 66, 0.2); color: #14d842; }
#nt-page .cta-card-2, #nt-page .cta-card-3 { background-color: #14d842; opacity: 0.05; }
