/* Mold-Tek Engineering brand overrides */
:root {
  --color-primary: #1B2A4A;
  --color-primary-2: #6B7280;
  --color-body: #6B7280;
  --color-heading-1: #1B2A4A;
}

.logo-area img,
.logo-area-footer img {
  width: auto;
  object-fit: contain;
}

/* Tall portrait logo — size by height so text stays readable */
#rv-logo.logo-area img {
  height: 120px;
  max-height: none;
  max-width: 260px;
}

.logo-area-footer img {
  height: 110px;
  max-height: none;
  max-width: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #rv-logo.logo-area img {
    height: 95px;
    max-width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  #rv-logo.logo-area img {
    height: 78px;
    max-width: 170px;
  }

  .logo-area-footer img {
    height: 90px;
    max-width: 200px;
  }
}

.main-haeder-wrapper-h2 a.logo-area {
  padding: 6px 0;
}

/* Hero slider backgrounds — structural / industrial imagery */
.banner-two-main-wrapper-solaric {
  background-image: url(../images/project/41.jpg);
}
.banner-two-main-wrapper-solaric.two {
  background-image: url(../images/project/42.jpg);
}
.banner-two-main-wrapper-solaric.three {
  background-image: url(../images/about/34.jpg);
}

.banner-two-main-wrapper-solaric::after {
  background: linear-gradient(90deg, rgba(27, 42, 74, 0.82) 0%, rgba(27, 42, 74, 0.45) 55%, rgba(27, 42, 74, 0.15) 100%);
}

.banner-solari-2-content span.pre span {
  color: #6B7280;
}

.rts-btn.btn-primary::before {
  background: var(--color-primary);
  background-color: var(--color-primary);
}

.index-two .rts-btn.btn-primary:hover::before {
  background: var(--color-primary-2);
}

.rts-btn.btn-outline-moldtek {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 14px 28px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
  margin-left: 12px;
}

.rts-btn.btn-outline-moldtek:hover {
  background: #fff;
  color: var(--color-primary);
}

.moldtek-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

/* Industries grid */
.moldtek-industries-section {
  background-color: #f4f6f9;
}

.moldtek-industry-card {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.moldtek-industry-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.1);
  transform: translateY(-4px);
}

.moldtek-industry-card .icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--color-primary);
}

.moldtek-industry-card h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-heading-1);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Software expertise strip */
.moldtek-software-section {
  background: #1B2A4A;
  color: #fff;
}

.moldtek-software-section .title-area-center .pre,
.moldtek-software-section .title-area-center .title {
  color: #fff;
}

.moldtek-software-section .title-area-center .pre span {
  color: #6B7280;
}

.moldtek-software-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.moldtek-software-badge:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #6B7280;
}

.moldtek-software-badge span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
}

/* Projects teaser */
.moldtek-projects-section .projects-teaser-content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.moldtek-projects-section .projects-teaser-content p.disc {
  margin-bottom: 30px;
}

/* CTA section */
.cta-solari-wrapper .left-area span.pre span {
  background: var(--color-primary);
}

.cta-solari-wrapper.moldtek-cta {
  background-image: url(../images/project/43.jpg);
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.cta-solari-wrapper.moldtek-cta .left-area {
  flex-basis: 60%;
}

.cta-solari-wrapper.moldtek-cta .right-area {
  flex-basis: auto;
}

.cta-solari-wrapper.moldtek-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(27, 42, 74, 0.78);
  border-radius: 10px;
  z-index: 0;
}

.cta-solari-wrapper.moldtek-cta {
  position: relative;
  overflow: hidden;
}

.cta-solari-wrapper.moldtek-cta > * {
  position: relative;
  z-index: 1;
}

.cta-solari-wrapper.moldtek-cta .left-area p.disc {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}

/* Service icons */
.single-solari-service-start .icon-area i {
  font-size: 42px;
  color: var(--color-primary);
}

.single-solari-service-start .icon-area {
  margin-bottom: 20px;
}

/* Section backgrounds */
.rts-service-area-height-solari.moldtek-services {
  background-color: #eef1f6 !important;
}

.rts-about-area#about {
  scroll-margin-top: 100px;
}

#services,
#industries,
#software,
#projects,
#contact {
  scroll-margin-top: 100px;
}

/* Sticky icons */
.stickyy li:first-child {
  background-color: #1B2A4A !important;
}

/* Footer icon fills */
.footer-contact-wrapper-2 .contact-single .icon svg path {
  fill: var(--color-primary);
}

@media (max-width: 767px) {
  .rts-btn.btn-outline-moldtek {
    margin-left: 0;
  }

  .moldtek-cta-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* About page */
.bg-breadcrumb-about {
  background-image: url(../images/project/42.jpg);
  position: relative;
}

.bg-breadcrumb-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 42, 74, 0.88) 0%, rgba(27, 42, 74, 0.6) 55%, rgba(27, 42, 74, 0.4) 100%);
  z-index: 0;
}

.rts-bread-crumb-area.bg-breadcrumb-about .con-tent-main,
.rts-bread-crumb-area.bg-breadcrumb-about .con-tent-main * {
  position: relative;
  z-index: 1;
}

.moldtek-about-page .stok-bg {
  opacity: 0.04;
}

.moldtek-about-page .title-area-left .pre span,
.moldtek-about-page .title-area-center .pre span {
  color: var(--color-primary-2);
  font-weight: 600;
}

/* Stat cards */
.moldtek-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.moldtek-stat-card {
  flex: 1 1 220px;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.1);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.moldtek-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(27, 42, 74, 0.12);
}

.moldtek-stat-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.moldtek-stat-card .icon i {
  font-size: 22px;
  color: var(--color-primary);
}

.moldtek-stat-card .info h6.title {
  font-size: 28px;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.moldtek-stat-card .info span {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 500;
}

.moldtek-about-page .experiencea-area {
  background: var(--color-primary);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(27, 42, 74, 0.25);
}

/* Vision / Mission cards */
.moldtek-vision-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.moldtek-vision-card .card-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1B2A4A 0%, #2d3f66 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.moldtek-vision-card:hover .card-icon {
  transform: scale(1.08) rotate(-4deg);
}

/* Checklist grid */
.moldtek-checklist-grid {
  display: grid;
  gap: 14px;
}

.moldtek-check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 10px;
  padding: 16px 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.moldtek-check-item:hover {
  transform: translateX(6px);
  border-color: rgba(27, 42, 74, 0.2);
  box-shadow: 0 8px 20px rgba(27, 42, 74, 0.08);
}

.moldtek-check-item i {
  color: var(--color-primary);
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.moldtek-check-item span {
  color: var(--color-heading-1);
  font-weight: 500;
  line-height: 1.6;
}

.moldtek-image-frame {
  position: relative;
  box-shadow: 0 20px 50px rgba(27, 42, 74, 0.15);
}

.moldtek-image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 14px;
  pointer-events: none;
}

/* Commitment band enhancement */
.moldtek-commitment-section {
  position: relative;
  overflow: hidden;
}

.moldtek-commitment-section::before {
  content: '';
  position: absolute;
  top: -120px;
  left: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(107, 114, 128, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.moldtek-commitment-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.moldtek-commitment-section .container {
  position: relative;
  z-index: 1;
}

.moldtek-vision-card {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.1);
  border-radius: 8px;
  padding: 36px 30px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(27, 42, 74, 0.06);
  transition: 0.3s;
}

.moldtek-vision-card:hover {
  border-color: var(--color-primary);
  box-shadow: 0 8px 28px rgba(27, 42, 74, 0.1);
}

.moldtek-vision-card h4 {
  color: var(--color-primary);
  margin-bottom: 16px;
  font-size: 22px;
}

.moldtek-vision-card p {
  margin-bottom: 0;
  line-height: 1.7;
}

/* Improve image presentation */
.thumbnail-solari-about img,
.thumbnail-large img {
  border-radius: 14px;
  width: 100%;
}

.thumbnail-solari-about,
.thumbnail-large {
  overflow: hidden;
  border-radius: 14px;
}

.thumbnail-solari-about img,
.thumbnail-large img {
  transition: transform 0.6s ease;
}

.thumbnail-solari-about:hover img,
.thumbnail-large:hover img {
  transform: scale(1.04);
}

/* Vision/Mission: add subtle accent */
.moldtek-vision-card {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}

.moldtek-vision-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(27, 42, 74, 0.18) 0%, rgba(27, 42, 74, 0) 65%);
}

.moldtek-vision-card > * {
  position: relative;
  z-index: 1;
}

.moldtek-core-values {
  background-color: #eef1f6;
}

.moldtek-why-choose .single-banifits {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.moldtek-why-choose .single-banifits i {
  color: var(--color-primary);
  font-size: 18px;
  margin-top: 3px;
  flex-shrink: 0;
}

.moldtek-why-choose .single-banifits span {
  color: var(--color-heading-1);
  font-weight: 500;
  line-height: 1.6;
}

.moldtek-commitment-section {
  background: #1B2A4A;
  color: #fff;
}

.moldtek-commitment-section .title-area-center .pre,
.moldtek-commitment-section .title-area-center .title {
  color: #fff;
}

.moldtek-commitment-section .title-area-center .pre span {
  color: #6B7280;
}

.moldtek-commitment-section .disc {
  color: rgba(255, 255, 255, 0.88);
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Modernize breadcrumb banner (About page) - merged above */

/* Core values card redesign (scoped so we don't break the homepage) */
.moldtek-core-values .single-service-solari {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(27, 42, 74, 0.1);
  border-radius: 14px;
  padding: 28px 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(27, 42, 74, 0.08);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.moldtek-core-values .single-service-solari::before,
.moldtek-core-values .single-service-solari::after {
  content: none !important;
}

.moldtek-core-values .single-service-solari:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 42, 74, 0.28);
  box-shadow: 0 16px 44px rgba(27, 42, 74, 0.14);
}

.moldtek-core-values .single-service-solari .icon-area {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.moldtek-core-values .single-service-solari .title {
  color: var(--color-heading-1);
  font-size: 18px;
  margin-bottom: 10px;
}

.moldtek-core-values .single-service-solari p.disc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Make AOS entrance feel smoother */
[data-aos] {
  will-change: transform, opacity;
}

/* Homepage service cards */
.moldtek-service-card {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 14px;
  padding: 32px 26px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(27, 42, 74, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.moldtek-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(27, 42, 74, 0.22);
  box-shadow: 0 18px 40px rgba(27, 42, 74, 0.12);
}

.moldtek-service-card .icon-area {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.moldtek-service-card:hover .icon-area {
  transform: scale(1.06);
  background: rgba(27, 42, 74, 0.14);
}

.moldtek-home-page .experiencea-area {
  background: var(--color-primary);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(27, 42, 74, 0.25);
}

.moldtek-software-badge {
  transform: translateY(0);
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.moldtek-software-badge:hover {
  transform: translateY(-4px);
}

/* ========== Service detail pages ========== */
.bg-breadcrumb-service {
  background-image: url(../images/project/41.jpg);
  position: relative;
}

.bg-breadcrumb-service.peb {
  background-image: url(../images/project/42.jpg);
}

.bg-breadcrumb-service.connection {
  background-image: url(../images/project/43.jpg);
}

.bg-breadcrumb-service.hybrid {
  background-image: url(../images/about/34.jpg);
}

.bg-breadcrumb-service.misc {
  background-image: url(../images/about/33.jpg);
}

.bg-breadcrumb-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 42, 74, 0.88) 0%, rgba(27, 42, 74, 0.55) 100%);
  z-index: 0;
}

.rts-bread-crumb-area.bg-breadcrumb-service .con-tent-main,
.rts-bread-crumb-area.bg-breadcrumb-service .con-tent-main * {
  position: relative;
  z-index: 1;
}

.moldtek-service-page .rts-single-wized .single-categories li a.active {
  background: var(--color-primary);
  color: #fff;
}

.moldtek-service-page .rts-single-wized .single-categories li a.active i {
  color: #fff;
}

.moldtek-sidebar-cta {
  background: linear-gradient(160deg, #1B2A4A 0%, #2d3f66 100%) !important;
  color: #fff;
}

.moldtek-sidebar-cta .title,
.moldtek-sidebar-cta .disc {
  color: #fff !important;
}

.moldtek-sidebar-cta .disc {
  margin: 12px 0 22px;
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.7;
}

.moldtek-sidebar-cta-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.moldtek-service-intro .title {
  color: var(--color-heading-1);
  margin-bottom: 20px;
}

.moldtek-service-intro .disc {
  line-height: 1.8;
  margin-bottom: 16px;
}

.moldtek-service-feature-card {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 12px;
  padding: 26px 22px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.moldtek-service-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(27, 42, 74, 0.1);
}

.moldtek-service-feature-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(27, 42, 74, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 16px;
}

.moldtek-service-feature-card h5 {
  font-size: 16px;
  color: var(--color-heading-1);
  margin-bottom: 10px;
}

.moldtek-service-feature-card p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.moldtek-workflow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: moldtek-step;
}

.moldtek-workflow-list li {
  position: relative;
  padding: 16px 16px 16px 70px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 10px;
  color: var(--color-heading-1);
  font-weight: 500;
  counter-increment: moldtek-step;
}

.moldtek-workflow-list li::before {
  content: counter(moldtek-step, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}

.moldtek-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.moldtek-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(27, 42, 74, 0.06);
  color: var(--color-heading-1);
  font-weight: 500;
}

.moldtek-check-list li:last-child {
  border-bottom: none;
}

.moldtek-check-list li i {
  color: var(--color-primary);
  margin-top: 3px;
}

.moldtek-callout {
  background: rgba(27, 42, 74, 0.06);
  border-left: 4px solid var(--color-primary);
  border-radius: 0 10px 10px 0;
  padding: 22px 24px;
  margin: 24px 0;
}

.moldtek-callout p {
  margin: 0;
  line-height: 1.8;
  color: var(--color-heading-1);
}

.moldtek-service-section-title {
  margin: 40px 0 24px;
  color: var(--color-heading-1);
}

.moldtek-icon-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (max-width: 767px) {
  .moldtek-icon-list-grid {
    grid-template-columns: 1fr;
  }
}

.moldtek-icon-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--color-heading-1);
  font-weight: 500;
  font-size: 14px;
}

.moldtek-icon-list-item i {
  color: var(--color-primary);
  width: 18px;
  text-align: center;
}

.moldtek-accordion .accordion-item {
  border: 1px solid rgba(27, 42, 74, 0.1);
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.moldtek-accordion .accordion-button {
  font-weight: 600;
  color: var(--color-heading-1);
  background: #fff;
  box-shadow: none;
}

.moldtek-accordion .accordion-button:not(.collapsed) {
  background: rgba(27, 42, 74, 0.06);
  color: var(--color-primary);
}

.moldtek-accordion .accordion-body {
  background: #fff;
}

.moldtek-accordion .accordion-body ul {
  margin: 0;
  padding-left: 18px;
}

.moldtek-accordion .accordion-body li {
  margin-bottom: 6px;
  color: var(--color-body);
}

.moldtek-service-hero-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(27, 42, 74, 0.12);
}

.moldtek-service-hero-img img {
  width: 100%;
  display: block;
}

/* ========== Contact page ========== */
.bg-breadcrumb-contact {
  background-image: url(../images/about/34.jpg);
  position: relative;
}

.bg-breadcrumb-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27, 42, 74, 0.88) 0%, rgba(27, 42, 74, 0.55) 100%);
  z-index: 0;
}

.rts-bread-crumb-area.bg-breadcrumb-contact .con-tent-main,
.rts-bread-crumb-area.bg-breadcrumb-contact .con-tent-main * {
  position: relative;
  z-index: 1;
}

.moldtek-contact-info-section {
  padding-top: 70px;
}

.moldtek-contact-card {
  background: #fff;
  border: 1px solid rgba(27, 42, 74, 0.08);
  border-radius: 14px;
  padding: 28px 22px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(27, 42, 74, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.moldtek-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(27, 42, 74, 0.1);
}

.moldtek-contact-card .icon-box {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(27, 42, 74, 0.08);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.moldtek-contact-card h5 {
  color: var(--color-heading-1);
  font-size: 17px;
  margin-bottom: 12px;
}

.moldtek-contact-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-body);
  margin-bottom: 12px;
}

.moldtek-contact-card a {
  color: var(--color-primary);
  word-break: break-word;
}

.moldtek-contact-card a:hover {
  color: var(--color-primary-2);
}

.moldtek-contact-card .hours-note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #9ca3af;
  font-style: italic;
}

.moldtek-contact-page .form--area .disc {
  color: var(--color-body);
  line-height: 1.7;
  max-width: 520px;
}

.moldtek-contact-page .form--area select.form-control {
  height: auto;
  min-height: 50px;
  appearance: auto;
  cursor: pointer;
}

.moldtek-map-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(27, 42, 74, 0.08);
  box-shadow: 0 10px 28px rgba(27, 42, 74, 0.06);
}

.moldtek-map-wrap iframe {
  width: 100% !important;
  max-width: 100%;
  height: 420px !important;
  border: 0;
}

.moldtek-map-meta {
  padding: 18px 20px 22px;
  background: #f8fafc;
}

.map-location-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.map-tab {
  border: 1px solid rgba(27, 42, 74, 0.15);
  background: #fff;
  color: var(--color-heading-1);
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.map-tab:hover,
.map-tab.active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.map-address-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-body);
}

.map-address-note strong {
  color: var(--color-heading-1);
}

@media (max-width: 767px) {
  .moldtek-map-wrap iframe {
    height: 320px !important;
  }

  .map-location-tabs {
    flex-direction: column;
  }

  .map-tab {
    width: 100%;
    text-align: center;
  }
}
