/**
 * Moldtec Engineering — Premium Industrial Design System
 * Accent: Safety Orange #FF6B2C
 */
:root {
  --color-primary: #1B2A4A;
  --color-primary-2: #6B7280;
  --color-accent: #FF6B2C;
  --color-accent-dark: #E85D1A;
  --color-accent-text: #E85D1A;
  --color-navy-deep: #0F1B33;
  --color-navy-footer: #0A1220;
  --color-light: #F4F6F9;
  --color-body: #6B7280;
  --color-heading-1: #1B2A4A;
  --font-display: "Archivo", sans-serif;
  --font-body: "Inter", sans-serif;
  --radius: 4px;
  --radius-lg: 6px;
  --shadow-card: 0 10px 28px rgba(15, 27, 51, 0.08);
  --shadow-lift: 0 18px 40px rgba(15, 27, 51, 0.16);
  --blueprint-grid: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
}

/* ========== Typography ========== */
h1, h2, h3, h4, h5, h6,
.title,
.banner-title,
.rts-bread-crumb-area .title a,
.single-footer-component .title-area .title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-heading-1);
}

.banner-solari-2-content .banner-title {
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #fff;
}

.banner-solari-2-content .banner-title .accent {
  color: var(--color-accent);
}

.title-area-left .title,
.title-area-center .title,
.moldtek-home-page h2.title,
.moldtek-about-page h2.title,
.moldtek-service-page h2.title,
.moldtek-contact-page h2.title {
  font-size: 42px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .banner-solari-2-content .banner-title {
    font-size: 36px;
  }

  .title-area-left .title,
  .title-area-center .title,
  .moldtek-home-page h2.title,
  .moldtek-about-page h2.title,
  .moldtek-service-page h2.title,
  .moldtek-contact-page h2.title {
    font-size: 28px;
  }
}

/* Section labels — editorial "— LABEL" style */
.title-area-left .pre,
.title-area-center .pre,
.cta-solari-wrapper .left-area span.pre,
.banner-solari-2-content span.pre {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-text);
}

.title-area-left .pre::before,
.title-area-center .pre::before,
.cta-solari-wrapper .left-area span.pre::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--color-accent);
  flex-shrink: 0;
}

.title-area-left .pre span,
.title-area-center .pre span,
.title-area-left p.pre span,
.title-area-center p.pre span,
.cta-solari-wrapper .left-area span.pre span,
.banner-solari-2-content span.pre span {
  color: var(--color-accent-text) !important;
  background: none !important;
  padding: 0 !important;
  font-weight: 700;
}

/* Contact form label — always readable */
.moldtek-form-panel .title-area-left p.pre,
.moldtek-form-panel .pre {
  color: #FF6B2C !important;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.moldtek-form-panel .title-area-left p.pre span,
.moldtek-form-panel .pre span {
  color: #FF6B2C !important;
  background: transparent !important;
  padding: 0 !important;
}

.moldtek-software-section .title-area-center .pre,
.moldtek-software-section .title-area-center .pre span,
.moldtek-industries-section .title-area-center .pre,
.moldtek-industries-section .title-area-center .pre span,
.moldtek-commitment-section .title-area-center .pre,
.moldtek-commitment-section .title-area-center .pre span,
.cta-solari-wrapper .left-area span.pre,
.cta-solari-wrapper .left-area span.pre span {
  color: var(--color-accent);
}

.moldtek-software-section .title-area-center .pre::before,
.moldtek-industries-section .title-area-center .pre::before,
.moldtek-commitment-section .title-area-center .pre::before,
.cta-solari-wrapper .left-area span.pre::before {
  background: var(--color-accent);
}

/* ========== Patterns ========== */
.moldtek-blueprint {
  background-color: var(--color-navy-deep);
  background-image: var(--blueprint-grid);
  background-size: 40px 40px;
  position: relative;
}

.moldtek-blueprint .title,
.moldtek-blueprint h2,
.moldtek-blueprint h5,
.moldtek-blueprint .title-area-center .title {
  color: #fff !important;
}

.moldtek-blueprint .disc {
  color: rgba(255, 255, 255, 0.78);
}

.moldtek-steel-watermark {
  position: relative;
}

.moldtek-steel-watermark::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: repeating-linear-gradient(
    -35deg,
    transparent,
    transparent 18px,
    #1B2A4A 18px,
    #1B2A4A 19px
  );
  z-index: 0;
}

.moldtek-steel-watermark > * {
  position: relative;
  z-index: 1;
}

/* ========== Buttons ========== */
.rts-btn.btn-primary {
  background: var(--color-accent) !important;
  border: 2px solid var(--color-accent) !important;
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 36px !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 8px 20px rgba(255, 107, 44, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rts-btn.btn-primary::before {
  background: var(--color-accent-dark) !important;
  background-color: var(--color-accent-dark) !important;
  border-radius: var(--radius);
}

.index-two .rts-btn.btn-primary:hover::before,
.rts-btn.btn-primary:hover::before {
  background: var(--color-accent-dark) !important;
}

.rts-btn.btn-primary:hover {
  background: var(--color-accent-dark) !important;
  border-color: var(--color-accent-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(232, 93, 26, 0.35);
  color: #fff !important;
}

.rts-btn.btn-outline-moldtek {
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
  background: transparent;
  padding: 14px 34px;
  display: inline-block;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.3s ease;
  margin-left: 0;
}

.rts-btn.btn-outline-moldtek:hover {
  background: var(--color-accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 107, 44, 0.3);
}

.moldtek-cta .rts-btn.btn-outline-moldtek {
  border-color: #fff;
  color: #fff;
}

.moldtek-cta .rts-btn.btn-outline-moldtek:hover {
  background: #fff;
  color: var(--color-navy-deep);
  border-color: #fff;
}

.moldtek-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

/* ========== Logo ========== */
.logo-area img,
.logo-area-footer img {
  width: auto;
  object-fit: contain;
}

#rv-logo.logo-area img {
  height: 72px;
  max-height: none;
  max-width: 200px;
}

.logo-area-footer img {
  height: 64px;
  max-height: none;
  max-width: 160px;
}

.main-haeder-wrapper-h2 a.logo-area {
  padding: 4px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rv-logo.logo-area img {
    height: 72px;
    max-width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  #rv-logo.logo-area img {
    height: 64px;
    max-width: 150px;
  }

  .logo-area-footer img {
    height: 80px;
    max-width: 180px;
  }
}

/* ========== Header / Sticky Nav ========== */
.header-header-two {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: var(--color-navy-deep);
}

/* Top utility bar — emails / locations must stay fully visible */
.header-two-solari.header-top {
  background: var(--color-navy-deep) !important;
  height: auto !important;
  min-height: 42px;
  padding: 8px 0;
  overflow: visible !important;
  display: flex;
  align-items: center;
}

.header-two-solari.header-top .header-top-m {
  background: transparent !important;
  height: auto !important;
  min-height: 0;
  padding: 0;
  overflow: visible;
}

.header-two-solari.header-top .header-top-m .left .inf {
  flex-wrap: wrap;
  gap: 8px 10px;
}

.header-two-solari.header-top .header-top-m .left .inf a,
.header-two-solari.header-top .header-top-m .left .inf i,
.social-header-top-h2 span,
.social-header-top-h2 ul li a i {
  color: #fff !important;
  line-height: 1.4 !important;
  font-size: 13px;
}

.header-two-solari.header-top .header-top-m .left .inf a {
  text-decoration: none;
}

/* Kill Solari template sticky (padding: 0 287px) — was clipping Request a Quote */
.header-main-h2.header--sticky,
.header-main-h2.header--sticky.sticky,
.header-main-h2.header--sticky.scrolled {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  display: block !important;
  z-index: 9999 !important;
  background: var(--color-navy-deep) !important;
  box-shadow: none;
}

/* Fixed only after scroll — full width, no Solari side padding */
.header-main-h2.header--sticky.sticky,
.header-main-h2.header--sticky.scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  transform: none !important;
  padding: 0 !important;
  background: var(--color-navy-deep) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

/* Override every Solari sticky media-query padding */
@media only screen and (min-width: 1600px) and (max-width: 1919px),
       only screen and (min-width: 1200px) and (max-width: 1599px),
       only screen and (max-width: 1199px),
       only screen and (min-width: 768px) and (max-width: 991px),
       only screen and (max-width: 767px),
       only screen and (max-width: 575px) {
  .header-main-h2.header--sticky.sticky,
  .header-main-h2.header--sticky.scrolled {
    padding: 0 !important;
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
}

.header-main-h2.header--sticky .container,
.header-main-h2.header--sticky.sticky .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.main-haeder-wrapper-h2 {
  min-height: 78px;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
}

.main-haeder-wrapper-h2 .actions-area {
  flex-shrink: 0;
}

.main-haeder-wrapper-h2 .actions-area a.rts-btn {
  white-space: nowrap;
  padding: 12px 22px !important;
  font-size: 12px !important;
}

/*
  Homepage: header stays ABOVE the banner (normal flow).
  Do NOT position absolute over the hero — that caused the navy
  block to cover / “overlap” the banner image and text.
*/
.moldtek-home-page .header-header-two {
  position: relative !important;
  width: 100%;
  left: auto;
  top: auto;
  z-index: 9999;
  background: var(--color-navy-deep);
}

.moldtek-home-page .header-main-h2.header--sticky {
  position: relative !important;
  background: var(--color-navy-deep) !important;
}

.moldtek-home-page .header-main-h2.header--sticky.sticky,
.moldtek-home-page .header-main-h2.header--sticky.scrolled {
  position: fixed !important;
  background: var(--color-navy-deep) !important;
}

/* Prevent content jump when nav becomes fixed */
.moldtek-home-page .header-main-h2.header--sticky.sticky + *,
body.moldtek-nav-fixed .banner-two-swiper-start {
  /* spacer handled via JS padding on body if needed */
}

body.moldtek-nav-fixed {
  padding-top: 78px;
}

body.moldtek-nav-fixed .header-two-solari.header-top {
  display: none;
}

.header-nav.main-nav-one nav ul li a.nav-link {
  color: #fff !important;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.header-nav.main-nav-one nav ul li a.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

.header-nav.main-nav-one nav ul li a.nav-link:hover::after,
.header-nav.main-nav-one nav ul li:hover > a.nav-link::after {
  width: 100%;
}

.header-nav .submenu {
  border-radius: var(--radius);
  border-top: 3px solid var(--color-accent) !important;
}

.header-nav .submenu li a:hover {
  color: var(--color-accent) !important;
}

.actions-area .rts-btn.btn-primary {
  border-radius: var(--radius) !important;
}

.actions-area .menu-btn svg rect {
  fill: #fff;
}

.header-top-m .inf a:hover,
.header-top-m .social-header-top-h2 a:hover i {
  color: var(--color-accent) !important;
}

/* Dual logo swap — header is always over dark navy */
.logo-area .logo-dark {
  display: none !important;
}

.logo-area .logo-light {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .header-nav.main-nav-one {
    display: none;
  }
}

@media (min-width: 1200px) {
  .actions-area .menu-btn {
    display: none;
  }

  #side-bar .mobile-menu-main {
    display: none;
  }

  #side-bar .inner-main-wrapper-desk {
    display: block;
  }
}

@media (max-width: 1199px) {
  .actions-area .menu-btn {
    display: flex;
  }

  .actions-area .rts-btn.btn-primary {
    display: none;
  }

  #side-bar {
    width: min(88vw, 360px);
    right: calc(-1 * min(88vw, 360px));
    max-width: 360px;
  }

  #side-bar.show {
    right: 0;
  }

  #side-bar .mobile-menu-main {
    display: block;
    margin-top: 40px;
  }

  #side-bar .inner-main-wrapper-desk {
    display: none;
  }

  #side-bar .rts-social-style-one {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ========== Hero Slider ========== */
.banner-two-swiper-start {
  position: relative;
  z-index: 1;
  clear: both;
}

.banner-two-main-wrapper-solaric {
  background-image: url(../images/project/af77c606-07f1-428f-ba02-b2b67888af8c.jpg) !important;
  background-size: cover;
  background-position: center;
  height: auto !important;
  min-height: 620px;
}

.banner-two-main-wrapper-solaric.two {
  background-image: url(../images/project/b606ad06-af19-4b22-94f7-91ff92ddbc39.jpg) !important;
}

.banner-two-main-wrapper-solaric.three {
  background-image: url(../images/project/8b575b8f-7e98-4adc-9da7-4b4f8657c824.jpg) !important;
}

/* Overlay sits BEHIND text (z-index), lighter so heading stays readable */
.banner-two-main-wrapper-solaric::after {
  background: linear-gradient(90deg, rgba(10, 20, 40, 0.72) 0%, rgba(10, 20, 40, 0.35) 55%, rgba(10, 20, 40, 0.2) 100%) !important;
  z-index: 1 !important;
  pointer-events: none;
}

.banner-solari-2-content {
  position: relative;
  z-index: 4 !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* Hide giant outlined watermark that looked like faint blue-covered text */
.banner-two-main-wrapper-solaric .water-text {
  display: none !important;
}

.banner-solari-2-content .hero-chip {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-accent);
  border: 1px solid rgba(255, 107, 44, 0.55);
  padding: 8px 14px;
  border-radius: var(--radius);
  margin-bottom: 18px;
  background: rgba(255, 107, 44, 0.1);
}

.banner-solari-2-content span.pre {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  opacity: 1 !important;
}

.banner-solari-2-content span.pre::before {
  content: none;
}

.banner-solari-2-content span.pre span {
  color: var(--color-accent);
  background: transparent !important;
  padding: 0 !important;
}

.banner-solari-2-content .banner-title {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.banner-solari-2-content .disc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.7;
  max-width: 540px;
  opacity: 1 !important;
}

.banner-solari-2-content .button-solari-banner-area {
  opacity: 1 !important;
}

/* Hero entrance animation */
.swiper-slide-active .banner-solari-2-content .hero-chip {
  animation: moldtekHeroIn 0.6s ease both;
}

.swiper-slide-active .banner-solari-2-content .banner-title {
  animation: moldtekHeroIn 0.65s ease 0.15s both;
}

.swiper-slide-active .banner-solari-2-content .disc {
  animation: moldtekHeroIn 0.65s ease 0.3s both;
}

.swiper-slide-active .banner-solari-2-content .button-solari-banner-area {
  animation: moldtekHeroIn 0.65s ease 0.45s both;
}

@keyframes moldtekHeroIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-two-swiper-start .swiper-pagination-b2 {
  left: 8% !important;
  bottom: 40px !important;
  width: auto !important;
  text-align: left !important;
  z-index: 5;
}

.banner-two-swiper-start .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  border-radius: 50%;
  transition: 0.3s;
}

.banner-two-swiper-start .swiper-pagination-bullet-active {
  background: var(--color-accent);
  width: 28px;
  border-radius: 10px;
}

.moldtek-hero-nav {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 5;
  display: flex;
  gap: 12px;
}

.moldtek-hero-nav .hero-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  background: rgba(15, 27, 51, 0.45);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.moldtek-hero-nav .hero-nav-btn:hover {
  background: var(--color-accent);
  color: #fff;
}

@media (max-width: 767px) {
  .moldtek-hero-nav {
    display: none;
  }

  .banner-solari-2-content {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

/* ========== About ========== */
.rts-about-area#about {
  background: #fff;
  scroll-margin-top: 100px;
  overflow: hidden;
}

.thumbnail-solari-about {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  isolation: isolate;
  max-width: 100%;
}

.thumbnail-solari-about::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 3px solid var(--color-accent);
  border-radius: 0 60px 0 0;
  z-index: 0;
  pointer-events: none;
}

.thumbnail-solari-about img {
  position: relative;
  z-index: 1;
  border-radius: 0 60px 0 0 !important;
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 420px;
  object-position: right center;
}

.thumbnail-solari-about:hover img {
  transform: scale(1.03);
}

/* Experience badge — pinned to image corner, never overlaps left column */
.thumbnail-solari-about .experiencea-area,
.moldtek-home-page .thumbnail-solari-about .experiencea-area,
.moldtek-about-page .thumbnail-solari-about .experiencea-area {
  position: absolute !important;
  right: 16px !important;
  bottom: 16px !important;
  left: auto !important;
  top: auto !important;
  z-index: 5 !important;
  background: var(--color-accent) !important;
  border: none !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 16px 40px rgba(255, 107, 44, 0.4);
  padding: 18px 22px !important;
  display: flex !important;
  flex-direction: column;
  max-width: 160px;
  color: #fff !important;
}

.moldtek-home-page .experiencea-area .title,
.moldtek-about-page .experiencea-area .title,
.thumbnail-solari-about .experiencea-area .title {
  color: #fff !important;
  font-size: 36px !important;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}

.moldtek-home-page .experiencea-area p,
.moldtek-about-page .experiencea-area p,
.thumbnail-solari-about .experiencea-area p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}

@media only screen and (max-width: 575px) {
  .thumbnail-solari-about .experiencea-area {
    right: 12px !important;
    bottom: 12px !important;
  }

  .thumbnail-solari-about::before {
    display: none;
  }

  .thumbnail-solari-about img {
    border-radius: 0 40px 0 0 !important;
    min-height: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .moldtek-home-page .thumbnail-solari-about {
    overflow: hidden;
  }

  .moldtek-home-page .thumbnail-solari-about img {
    min-height: 0;
    height: auto;
    object-fit: contain;
    object-position: left center;
  }

  .moldtek-home-page .thumbnail-solari-about .experiencea-area {
    display: none !important;
  }
}

.moldtek-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 10px;
  border-top: 1px solid rgba(27, 42, 74, 0.12);
  border-bottom: 1px solid rgba(27, 42, 74, 0.12);
  padding: 20px 0;
}

.moldtek-stat-card {
  flex: 1 1 200px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 24px 8px 0;
  box-shadow: none;
  position: relative;
}

.moldtek-stat-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(27, 42, 74, 0.15);
}

.moldtek-stat-card:hover {
  transform: none;
  box-shadow: none;
}

.moldtek-stat-card .icon {
  display: none;
}

.moldtek-stat-card .info h6.title {
  font-size: 48px;
  color: var(--color-accent);
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1;
}

.moldtek-stat-card .info span {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* About CTA row — prevent email clipping */
.solari-about-button-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.solari-about-left-content .content-inner .solari-about-button-area .call-button {
  flex: 1 1 220px;
  min-width: 0;
}

.solari-about-left-content .content-inner .solari-about-button-area .call-button .info {
  min-width: 0;
  overflow: hidden;
}

.solari-about-left-content .content-inner .solari-about-button-area .call-button .info a .title {
  font-size: 14px !important;
  word-break: break-all;
  white-space: normal !important;
  line-height: 1.4;
}

/* ========== Services ========== */
.rts-service-area-height-solari.moldtek-services {
  background-color: var(--color-light) !important;
  padding-top: 80px;
}

/* Equal-height service cards */
.moldtek-services .row.g-24 > [class*="col-"] {
  display: flex;
}

.moldtek-services .row.g-24 > [class*="col-"] > a {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

/* Neutralize Solari solar card backgrounds / hover white-text bugs */
.single-solari-service-start.moldtek-service-card,
.single-solari-service-start.moldtek-service-card.two,
.single-solari-service-start.moldtek-service-card.three,
.single-solari-service-start.moldtek-service-card.four {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(27, 42, 74, 0.1) !important;
  border-radius: var(--radius-lg) !important;
  padding: 32px 26px 28px !important;
  height: 100% !important;
  min-height: 100%;
  width: 100%;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
}

.single-solari-service-start.moldtek-service-card::after {
  content: none !important;
  display: none !important;
}

/* Accent top bar (replaces Solari dark overlay ::before) */
.single-solari-service-start.moldtek-service-card::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 4px !important;
  width: 0 !important;
  background: var(--color-accent) !important;
  z-index: 2 !important;
  transition: width 0.35s ease !important;
}

.single-solari-service-start.moldtek-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lift);
}

.single-solari-service-start.moldtek-service-card:hover::before {
  width: 100% !important;
  height: 4px !important;
}

.single-solari-service-start.moldtek-service-card:hover .title,
.single-solari-service-start.moldtek-service-card:hover p.disc,
.single-solari-service-start.moldtek-service-card:hover .read-more {
  color: inherit !important;
}

.single-solari-service-start.moldtek-service-card:hover .title {
  color: var(--color-heading-1) !important;
}

.single-solari-service-start.moldtek-service-card:hover p.disc {
  color: var(--color-body) !important;
}

.moldtek-service-card .card-num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 800;
  color: rgba(27, 42, 74, 0.08);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.single-solari-service-start.moldtek-service-card .icon-area {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 18px !important;
  padding: 0 !important;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.moldtek-service-card .icon-area i {
  font-size: 40px;
  color: var(--color-accent);
  transition: color 0.3s ease, transform 0.3s ease;
}

.moldtek-service-card:hover .icon-area i {
  transform: scale(1.08);
  color: var(--color-accent-dark);
}

.single-solari-service-start.moldtek-service-card .title {
  font-size: 18px !important;
  line-height: 1.35 !important;
  margin-bottom: 12px !important;
  color: var(--color-heading-1) !important;
  position: relative;
  z-index: 1;
}

.single-solari-service-start.moldtek-service-card .disc {
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin-bottom: 0 !important;
  color: var(--color-body) !important;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.moldtek-service-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-accent) !important;
  opacity: 0;
  transform: translateX(-8px);
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}

.moldtek-service-card:hover .read-more {
  opacity: 1;
  transform: translateX(0);
}

a.text-decoration-none:hover {
  text-decoration: none !important;
}

.moldtek-services .row.g-24 {
  --bs-gutter-y: 24px;
}

/* ========== Industries (DARK) ========== */
.moldtek-industries-section {
  background-color: var(--color-navy-deep);
  background-image: var(--blueprint-grid);
  background-size: 40px 40px;
  color: #fff;
}

.moldtek-industries-section .title-area-center .title {
  color: #fff;
}

.moldtek-industry-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  padding: 28px 18px;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
}

.moldtek-industry-card:hover {
  border-color: var(--color-accent);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  transform: translateY(-4px);
}

.moldtek-industry-card .icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: var(--radius);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.85);
  transition: 0.3s ease;
}

.moldtek-industry-card:hover .icon {
  color: var(--color-accent);
}

.moldtek-industry-card h5 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ========== Software ========== */
.moldtek-software-section {
  background: #fff;
  color: var(--color-body);
}

.moldtek-software-section .title-area-center .pre,
.moldtek-software-section .title-area-center .pre span {
  color: var(--color-accent-text);
}

.moldtek-software-section .title-area-center .title {
  color: var(--color-heading-1) !important;
}

.moldtek-software-section .title-area-center .disc {
  color: var(--color-body) !important;
}

.moldtek-software-marquee {
  overflow: hidden;
  margin-top: 36px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.moldtek-software-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: moldtekMarquee 28s linear infinite;
}

.moldtek-software-marquee:hover .moldtek-software-track {
  animation-play-state: paused;
}

@keyframes moldtekMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---- Scrolling logo marquee ---- */
.moldtek-software-logo-grid {
  overflow: hidden;
  margin-top: 40px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.moldtek-software-logo-grid .moldtek-software-logo-inner {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: logoScroll 32s linear infinite;
}

.moldtek-software-logo-grid:hover .moldtek-software-logo-inner {
  animation-play-state: paused;
}

@keyframes logoScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.moldtek-software-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.12);
  border-radius: var(--radius-lg);
  padding: 20px 24px 16px;
  min-width: 200px;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: default;
}

.moldtek-software-logo-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lift);
  border-color: var(--color-accent);
}

.moldtek-software-logo-item img {
  width: 100%;
  max-width: 140px;
  height: 52px;
  object-fit: contain;
  display: block;
}

.moldtek-software-logo-item span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-body);
  text-transform: uppercase;
  text-align: center;
}

.moldtek-software-badge {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.14);
  border-radius: var(--radius);
  padding: 18px 28px;
  text-align: center;
  min-width: 180px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
}

.moldtek-software-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  flex-shrink: 0;
}

.moldtek-software-badge span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--color-heading-1);
  text-transform: uppercase;
  font-family: var(--font-display);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.3s ease;
}

.moldtek-software-badge:hover {
  border-color: var(--color-accent);
  background: rgba(255, 107, 44, 0.04);
  transform: translateY(-4px);
}

.moldtek-software-badge:hover span {
  filter: none;
  opacity: 1;
  color: var(--color-accent-dark);
}

/* ========== Projects ========== */
.moldtek-projects-section {
  background: var(--color-light);
}

.moldtek-projects-section .projects-teaser-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.moldtek-projects-section .projects-teaser-content p.disc {
  margin-bottom: 36px;
}

.moldtek-project-preview {
  margin-bottom: 36px;
}

.moldtek-project-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  height: 240px;
}

.moldtek-project-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.moldtek-project-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 18, 32, 0.85) 100%);
  opacity: 0.55;
  transition: opacity 0.3s ease;
}

.moldtek-project-tile .label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.moldtek-project-tile:hover img {
  transform: scale(1.05);
}

.moldtek-project-tile:hover::after {
  opacity: 0.85;
}

.moldtek-project-tile:hover .label {
  opacity: 1;
  transform: translateY(0);
}

/* ========== CTA ========== */
.rts-cta-area#contact {
  background: var(--color-navy-deep);
  background-image: url(../images/project/64863479-c328-4fe5-9bb2-cd7d7538b016.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.rts-cta-area#contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15, 27, 51, 0.94) 0%, rgba(15, 27, 51, 0.82) 100%);
  z-index: 0;
}

.rts-cta-area#contact .container {
  position: relative;
  z-index: 1;
}

.cta-solari-wrapper.moldtek-cta {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
  padding: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.cta-solari-wrapper.moldtek-cta::before {
  display: none;
}

.cta-solari-wrapper.moldtek-cta .left-area {
  flex-basis: 62%;
}

.cta-solari-wrapper.moldtek-cta .left-area .title {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.cta-solari-wrapper.moldtek-cta .left-area p.disc {
  color: rgba(255, 255, 255, 0.85);
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .rts-cta-area#contact {
    background-attachment: scroll;
  }

  .cta-solari-wrapper.moldtek-cta .left-area .title {
    font-size: 28px;
  }
}

/* ========== Footer (compact) ========== */
.moldtek-site-footer {
  background: var(--color-navy-footer);
  border-top: 3px solid var(--color-accent);
  color: rgba(255, 255, 255, 0.72);
  padding: 48px 0 0;
}

.moldtek-footer-top {
  padding-bottom: 28px;
}

.moldtek-footer-logo {
  display: inline-block;
  margin-bottom: 14px;
}

.moldtek-footer-logo img {
  height: 64px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  background: #fff;
  padding: 6px 8px;
  border-radius: 4px;
}

.moldtek-footer-disc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
  max-width: 260px;
}

.moldtek-footer-social {
  display: flex;
  gap: 8px;
}

.moldtek-footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.25s ease;
}

.moldtek-footer-social a:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.moldtek-footer-heading {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 14px;
  padding-bottom: 8px;
  position: relative;
}

.moldtek-footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--color-accent);
}

.moldtek-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.moldtek-footer-links li {
  margin: 0 0 8px;
}

.moldtek-footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s ease;
}

.moldtek-footer-links a:hover {
  color: var(--color-accent);
}

.moldtek-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.moldtek-footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 14px;
}

.moldtek-footer-contact li:last-child {
  margin-bottom: 0;
}

.moldtek-footer-contact i {
  color: var(--color-accent);
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 16px;
  text-align: center;
}

.moldtek-footer-contact strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}

.moldtek-footer-contact span,
.moldtek-footer-contact a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}

.moldtek-footer-contact a:hover {
  color: var(--color-accent);
}

.moldtek-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  text-align: center;
}

.moldtek-footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
  .moldtek-site-footer {
    padding-top: 36px;
  }

  .moldtek-footer-disc {
    max-width: none;
  }
}

/* Legacy footer selectors (in case old markup remains elsewhere) */
.rts-footer-one.footer-bg-two {
  background: var(--color-navy-footer) !important;
  border-top: 3px solid var(--color-accent);
}

.rts-footer-one .shape-image-f-2 {
  display: none !important;
}

/* ========== Scroll to top ========== */
.progress-wrap {
  background: var(--color-accent) !important;
  box-shadow: 0 8px 24px rgba(255, 107, 44, 0.4) !important;
  border-radius: 50% !important;
  border: none !important;
  overflow: visible !important;
}

.progress-wrap svg {
  background: transparent !important;
  border-radius: 50% !important;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(255, 255, 255, 0.45) !important;
}

/* Arrow was invisible (white unicons glyph on white SVG). Use CSS chevron. */
.progress-wrap::after {
  font-family: inherit !important;
  font-weight: 400 !important;
  content: "" !important;
  color: transparent !important;
  border: none !important;
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 12px !important;
  height: 12px !important;
  left: 50% !important;
  top: 52% !important;
  margin: 0 !important;
  transform: translate(-50%, -40%) rotate(45deg) !important;
  line-height: 0 !important;
  font-size: 0 !important;
  opacity: 1 !important;
  z-index: 3 !important;
  display: block !important;
}

.progress-wrap::before {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}

.progress-wrap:hover::after {
  color: transparent !important;
  border-left: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  border-right: none !important;
  border-bottom: none !important;
  content: "" !important;
  transform: translate(-50%, -45%) rotate(45deg) !important;
}

.progress-wrap.active-progress {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ========== Shared polish ========== */
#services,
#industries,
#software,
#projects,
#contact,
#about {
  scroll-margin-top: 100px;
}

.stickyy li:first-child {
  background-color: var(--color-accent) !important;
}

[data-aos] {
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .rts-btn.btn-outline-moldtek {
    margin-left: 0;
  }

  .moldtek-cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .moldtek-stat-card:not(:last-child)::after {
    display: none;
  }

  .moldtek-stat-card .info h6.title {
    font-size: 36px;
  }

  .thumbnail-solari-about::before {
    display: none;
  }

  .thumbnail-solari-about img {
    border-radius: 0 40px 0 0 !important;
  }

  /* Mobile header improvements */
  .header-two-solari.header-top {
    min-height: auto;
    padding: 6px 0;
  }

  .header-two-solari.header-top .header-top-m {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-two-solari.header-top .header-top-m .left .inf {
    width: 100%;
    justify-content: center;
    margin-bottom: 4px;
  }

  .header-two-solari.header-top .header-top-m .right {
    width: 100%;
  }

  .social-header-top-h2 {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .social-header-top-h2 ul {
    gap: 12px !important;
  }

  /* Mobile menu button improvements */
  .menu-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    background: none;
    border: none;
  }

  .menu-btn svg {
    width: 24px;
    height: 20px;
  }

  .menu-btn svg rect {
    fill: #1B2A4A;
  }

  /* Improve side menu on mobile */
  #side-bar {
    width: 85vw;
    right: -100vw;
  }

  #side-bar.show {
    right: 0;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
  }

  #side-bar button {
    margin-right: -50px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }

  #side-bar button i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .side-bar .inner-main-wrapper-desk {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .side-bar .inner-main-wrapper-desk .inner-content {
    padding: 20px 15px;
    margin-top: 20px;
  }

  #anywhere-home.bgshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1800;
  }

  /* Main navigation on mobile */
  .header-nav.main-nav-one {
    display: none !important;
  }

  .actions-area {
    gap: 10px;
  }

  .actions-area .rts-btn.btn-primary {
    padding: 10px 16px !important;
    font-size: 11px !important;
  }

  /* Ensure header height doesn't create layout issues */
  .main-haeder-wrapper-h2 {
    min-height: auto;
    padding: 12px 0;
  }
}

/* ========== Image Optimization & Sizing ========== */
/* Project cards - consistent aspect ratio */
.moldtek-project-card {
  overflow: hidden;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.moldtek-project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.moldtek-project-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.moldtek-project-card .content {
  padding: 20px;
}

.moldtek-project-card .content h5 {
  margin-bottom: 10px;
  color: #1B2A4A;
  font-weight: 600;
}

.moldtek-project-card .content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Service hero images - consistent sizing and aspect ratio */
.moldtek-service-hero-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #f0f0f0;
}

.moldtek-service-hero-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Project grid images - consistent aspect ratio */
.project-grid-item img,
.project-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* About section images */
.thumbnail-solari-about {
  overflow: hidden;
}

.thumbnail-solari-about img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Ensure all images in containers maintain proper aspect ratios */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Prevent image distortion in flexbox layouts */
.moldtek-contact-card img,
.rts-single-team-one img,
.testimonial-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Logo images - maintain square aspect */
.logo-area img,
.logo-area-footer img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Hero banner background images - ensure proper coverage */
.banner-two-main-wrapper-solaric {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Media queries for image optimization */
@media (max-width: 1199px) {
  .moldtek-service-hero-img img {
    aspect-ratio: 4 / 3;
  }

  .moldtek-project-card img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 767px) {
  .moldtek-service-hero-img {
    margin-bottom: 20px;
  }

  .moldtek-service-hero-img img {
    aspect-ratio: 3 / 2;
    border-radius: 6px;
  }

  .moldtek-project-card img {
    aspect-ratio: 3 / 2;
  }

  .moldtek-project-card .content {
    padding: 16px;
  }

  .moldtek-project-card .content h5 {
    font-size: 16px;
  }

  .moldtek-project-card .content p {
    font-size: 13px;
  }

  .banner-two-main-wrapper-solaric {
    min-height: 400px;
  }
}

/* ========== Responsive Hardening (Global) ========== */
html,
body {
  overflow-x: hidden;
}

@media (max-width: 1199px) {
  .header-main-h2.header--sticky .container,
  .header-main-h2.header--sticky.sticky .container,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-haeder-wrapper-h2 {
    min-height: 72px;
  }

  .actions-area .rts-btn.btn-primary {
    padding: 10px 14px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .rts-section-gap,
  .rts-section-gapBottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .stok-bg,
  .water-text {
    display: none !important;
  }

  .banner-two-main-wrapper-solaric {
    min-height: 520px !important;
    background-position: 68% center;
  }

  .banner-solari-2-content {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .banner-solari-2-content .banner-title {
    font-size: 42px;
    line-height: 1.08;
  }

  .banner-solari-2-content p.disc {
    max-width: 560px;
  }

  .moldtek-home-page .thumbnail-solari-about,
  .moldtek-about-page .thumbnail-solari-about {
    margin-top: 18px;
  }

  /* Desktop-only tweaks: vertically center the experience badge and tighten decorative inset */
  @media (min-width: 992px) {
    .thumbnail-solari-about::before {
      top: 8px;
      left: 8px;
      right: 8px;
      bottom: 8px;
    }

    .thumbnail-solari-about img {
      object-position: right center;
    }

    .thumbnail-solari-about .experiencea-area,
    .moldtek-home-page .thumbnail-solari-about .experiencea-area,
    .moldtek-about-page .thumbnail-solari-about .experiencea-area {
      top: 50% !important;
      bottom: auto !important;
      transform: translateY(-50%) !important;
      right: 36px !important;
      max-width: 220px;
      padding: 20px 26px !important;
    }

    .thumbnail-solari-about .experiencea-area .title {
      font-size: 40px !important;
      line-height: 1 !important;
    }
  }

  /* Larger desktop: don't crop the image — show it fully within the panel */
  @media (min-width: 1200px) {
    .thumbnail-solari-about img {
      object-fit: contain !important;
      width: auto !important;
      height: 640px !important;
      min-height: 0 !important;
      max-height: 760px !important;
      margin-left: 0 !important;
      object-position: center right !important;
      display: block;
    }

    /* ensure decorative border keeps same inset when image shrinks */
    .thumbnail-solari-about::before {
      top: 12px;
      left: 12px;
      right: 12px;
      bottom: 12px;
    }
  }

  .moldtek-service-card {
    min-height: auto;
  }

  .moldtek-contact-panel {
    border-radius: 16px;
  }

  .moldtek-map-frame iframe {
    min-height: 360px;
  }
}
/* Disable hover zoom on large screens so image remains steady */
@media (min-width: 992px) {
  .thumbnail-solari-about:hover img {
    transform: none !important;
  }
}

/* Very large/fullscreen monitors: ensure the full image is visible and positioned to the right */
@media (min-width: 1600px) {
  .thumbnail-solari-about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible !important;
  }
  .thumbnail-solari-about img {
    object-fit: contain !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 760px !important;
    height: auto !important;
    margin: 0 !important;
    object-position: center right !important;
  }
}

@media (max-width: 767px) {
  .rts-section-gap,
  .rts-section-gapBottom {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .header-two-solari.header-top {
    padding: 6px 0;
  }

  .header-two-solari.header-top .header-top-m .left .inf {
    gap: 4px 8px;
  }

  .header-two-solari.header-top .header-top-m .left .inf a {
    font-size: 12px;
    line-height: 1.35;
  }

  .main-haeder-wrapper-h2 {
    min-height: 64px;
    padding: 10px 0;
  }

  .actions-area .rts-btn.btn-primary {
    display: none;
  }

  .banner-two-main-wrapper-solaric {
    min-height: 480px !important;
    background-position: 70% center;
  }

  .banner-solari-2-content {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .banner-solari-2-content .hero-chip {
    font-size: 11px;
    letter-spacing: 0.12em;
    padding: 6px 10px;
  }

  .banner-solari-2-content span.pre {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .banner-solari-2-content .banner-title {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 12px;
  }

  .banner-solari-2-content p.disc {
    font-size: 15px;
    line-height: 1.55;
    max-width: 92%;
    margin-bottom: 18px;
  }

  .button-solari-banner-area,
  .moldtek-cta-buttons,
  .solari-about-button-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .button-solari-banner-area .rts-btn,
  .moldtek-cta-buttons .rts-btn,
  .solari-about-button-area .rts-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .solari-about-button-area .call-button {
    width: 100%;
    margin-top: 6px;
  }

  .title-area-center .title,
  .title-area-left .title {
    font-size: 28px;
  }

  .single-solari-service-start,
  .moldtek-service-card {
    padding: 22px 18px;
  }

  .moldtek-industry-card,
  .moldtek-vision-card,
  .moldtek-contact-card {
    padding: 20px 16px;
  }

  .moldtek-project-tile img,
  .moldtek-project-card img {
    aspect-ratio: 4 / 3;
  }

  .moldtek-map-frame iframe {
    min-height: 300px;
  }

  .map-location-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }

  .map-tab {
    width: 100%;
    justify-content: flex-start;
  }

  .moldtek-footer-top {
    row-gap: 18px;
  }

  .moldtek-footer-heading {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .banner-two-main-wrapper-solaric {
    min-height: 440px !important;
    background-position: 72% center;
  }

  .banner-solari-2-content .banner-title {
    font-size: 30px;
  }

  .banner-solari-2-content p.disc {
    font-size: 14px;
    max-width: 100%;
  }

  .moldtek-contact-card h5,
  .moldtek-industry-card h5,
  .single-solari-service-start .title {
    font-size: 18px;
  }
}
