/**
 * Thanvik Enterprises — public website theme
 * Electrical contracting: navy + amber + cyan accents
 * Load after style.css + responsive.css
 */
:root {
  --thanvik-navy: #0a1628;
  --thanvik-navy-mid: #132238;
  --thanvik-navy-soft: #1c334d;
  --thanvik-amber: #e8a317;
  --thanvik-amber-bright: #f4b41a;
  --thanvik-cyan: #0891b2;
  --thanvik-cyan-soft: #22d3ee;
  --thanvik-text: #1e293b;
  --thanvik-muted: #64748b;
  --thanvik-light: #f1f5f9;
}

body.thanvik-site {
  color: var(--thanvik-text);
  background: #f8fafc;
}

/* ----- Header ----- */
.thanvik-site .header-top {
  background: linear-gradient(90deg, var(--thanvik-navy) 0%, var(--thanvik-navy-mid) 50%, #0f2847 100%) !important;
  border-bottom: 1px solid rgba(232, 163, 23, 0.2);
}

.thanvik-site .header-top .contact-list li,
.thanvik-site .header-top .contact-list a {
  color: #e2e8f0 !important;
}

.thanvik-site .header-upper {
  background: #ffffff !important;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
}

.thanvik-site .main-menu .navigation > li > a {
  color: var(--thanvik-navy) !important;
  font-weight: 600;
}

.thanvik-site .main-menu .navigation > li > a:hover {
  color: var(--thanvik-amber) !important;
}

.thanvik-site .sticky-header {
  background: #ffffff !important;
  box-shadow: 0 2px 16px rgba(10, 22, 40, 0.12);
}

/* Nav CTA (Our Works, Employees) */
.thanvik-site .nav-cta-btn {
  color: var(--thanvik-navy) !important;
  background: linear-gradient(135deg, var(--thanvik-amber-bright), var(--thanvik-amber)) !important;
  border: none !important;
  padding: 8px 16px !important;
  margin-top: 8px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(232, 163, 23, 0.35);
}

.thanvik-site .nav-cta-btn:hover {
  filter: brightness(1.05);
  color: var(--thanvik-navy) !important;
}

/* Primary buttons site-wide override */
.thanvik-site .theme-btn.btn-style-nine {
  background: linear-gradient(135deg, var(--thanvik-cyan) 0%, #0e7490 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.thanvik-site .theme-btn.btn-style-nine:hover {
  background: linear-gradient(135deg, #0e7490 0%, var(--thanvik-cyan) 100%) !important;
  color: #fff !important;
}

.thanvik-site .brown_color {
  color: var(--thanvik-amber-bright) !important;
}

/* ----- Hero slider ----- */
.thanvik-site .main-slider.style-three .slide {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.thanvik-site .main-slider.style-three .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 22, 40, 0.88) 0%,
    rgba(19, 34, 56, 0.75) 45%,
    rgba(8, 145, 178, 0.45) 100%
  );
}

.thanvik-site .main-slider.style-three .slide .auto-container {
  position: relative;
  z-index: 1;
}

.thanvik-site .main-slider .content h1.style-two {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.thanvik-site .main-slider .content .text.alternate {
  color: #e2e8f0 !important;
  font-size: 1.1rem;
  max-width: 36rem;
}

/* ----- Sections ----- */
.thanvik-site .sec-title h2,
.thanvik-site .sec-title-two h2 {
  color: var(--thanvik-navy);
}

.thanvik-site .services-section-seven .inner-box,
.thanvik-site .services-block-ten .inner-box {
  border-top: 3px solid var(--thanvik-cyan);
  box-shadow: 0 8px 32px rgba(10, 22, 40, 0.06);
}

.thanvik-site .services-section-eight .services-block-eleven .inner-box:hover {
  box-shadow: 0 12px 40px rgba(8, 145, 178, 0.15);
}

.thanvik-site .about-section.brown {
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

.thanvik-site .case-section.alternate {
  background: var(--thanvik-navy) !important;
}

.thanvik-site .case-section.alternate .case-block .inner-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(232, 163, 23, 0.2);
}

.thanvik-site .case-section.alternate .title {
  color: var(--thanvik-amber-bright) !important;
}

.thanvik-site .testimonial-section-three {
  background: #f1f5f9 !important;
}

/* ----- Page title band ----- */
.thanvik-site .thanvik-page-title.page-title {
  position: relative;
  background-image: linear-gradient(
      135deg,
      rgba(10, 22, 40, 0.88) 0%,
      rgba(8, 145, 178, 0.48) 100%
    ),
    url(../images/background/8.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
}

.thanvik-site .thanvik-page-title.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.thanvik-site .thanvik-page-title.page-title .content h1 {
  color: #fff !important;
}

/* ----- Footer ----- */
.thanvik-site .main-footer.style-two {
  background: linear-gradient(180deg, var(--thanvik-navy) 0%, #050d18 100%) !important;
  color: #cbd5e1;
}

.thanvik-site .main-footer .footer-widget h4 {
  color: #fff !important;
  border-bottom-color: rgba(232, 163, 23, 0.35) !important;
}

.thanvik-site .main-footer .list-link a:hover {
  color: var(--thanvik-amber-bright) !important;
}

.thanvik-site .footer-bottom {
  background: rgba(0, 0, 0, 0.25) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.thanvik-site .whatsapp-float {
  box-shadow: 0 4px 20px rgba(8, 145, 178, 0.4);
  border-radius: 50%;
}

/* ----- Simple content pages (Our works) ----- */
.thanvik-content-section {
  padding: 3rem 0 4rem;
  background: #f8fafc;
}

.thanvik-content-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  padding: 2rem 1.75rem;
  box-shadow: 0 4px 24px rgba(10, 22, 40, 0.07);
  border: 1px solid #e2e8f0;
}

.thanvik-content-card h2,
.thanvik-content-card h3 {
  color: var(--thanvik-navy);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.thanvik-content-card p {
  color: var(--thanvik-muted);
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.thanvik-lead {
  font-size: 1.05rem;
  color: var(--thanvik-text);
}

/* ----- Call to action ----- */
.thanvik-site .call-to-action-two {
  background: linear-gradient(90deg, var(--thanvik-navy-mid), #0e3a4d) !important;
}

.thanvik-site .call-to-action-two h2 {
  color: #fff !important;
}

.thanvik-site .btn-style-five {
  background: var(--thanvik-amber) !important;
  color: var(--thanvik-navy) !important;
  border: none !important;
}

/* ----- Skill bars (about) ----- */
.thanvik-site .skills .bar .bar-inner .bar.progress-line {
  background: linear-gradient(90deg, var(--thanvik-cyan), var(--thanvik-amber)) !important;
}

/* ----- Responsive ----- */
@media (max-width: 767px) {
  .thanvik-site .main-slider .content h1.style-two {
    font-size: 1.65rem !important;
  }

  .thanvik-site .nav-cta-btn {
    margin-top: 4px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
}
