/* Overrides para dropdown do header por segmento */
/* Aço Inoxidável: mantém padrão */

/* Ligas de Níquel: usar theme-color2 (#186283) */
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.nickel .section-title{color:#186283}
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.nickel .section-title:hover{background:rgba(24,98,131,.1);color:#186283}

/* Aço Carbono: tom mais escuro que theme-color2 (usar theme-color3 #04183f) */
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.carbon .section-title{color:#04183f}
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.carbon .section-title:hover{background:rgba(4,24,63,.08);color:#04183f}

/* Fundição / aços refratários no mega menu */
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.fundicao-ligas .section-title{color:#186283}
.mega-menu .mega-menu-container .mega-menu-grid .mega-menu-section.fundicao-ligas .section-title:hover{background:rgba(24,98,131,.1);color:#186283}

/* ===== Serviços / Fundição / ASTM ===== */
.lead-services,
.home-services-lead {
  font-size: 1.05rem;
  color: #444;
  max-width: 820px;
  margin: 0 auto 1.5rem;
}

.title-area2--center {
  text-align: center;
}

.title-area2--center .subtitle {
  margin-left: auto;
  margin-right: auto;
}

.title-area2--center .title {
  text-align: center;
}

.section-home-services .home-services-lead {
  margin-left: 0;
}

.service-card,
.home-service-card {
  display: block;
  height: 100%;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e6eef3;
  border-top: 3px solid #61b8e1;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}

.service-card--media,
.home-service-card--media {
  padding: 0;
  border-top: none;
}

.service-card-img,
.home-service-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.service-card-img img,
.home-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.service-card--media:hover .service-card-img img,
.home-service-card--media:hover .home-service-img img {
  transform: scale(1.05);
}

.service-card-body,
.home-service-body {
  padding: 22px 24px 26px;
  border-top: 3px solid #61b8e1;
}

.service-featured-img {
  border-radius: 4px;
  overflow: hidden;
}

.service-featured-img img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  display: block;
}

.service-card:hover,
.home-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(4, 24, 63, .12);
  border-top-color: #186283;
  color: inherit;
}

.service-card-icon,
.home-service-card .icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(97, 184, 225, .15);
  color: #186283;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.service-card h3,
.home-service-card h3 {
  font-size: 1.35rem;
  color: #04183f;
  margin-bottom: 10px;
}

.service-card p,
.home-service-card p {
  color: #555;
  margin-bottom: 16px;
  text-align: left;
}

.service-card-link,
.home-service-card span {
  color: #186283;
  font-weight: 600;
  font-size: .95rem;
}

.services-highlight {
  background: linear-gradient(135deg, rgba(4, 24, 63, .96), rgba(24, 98, 131, .92));
  color: #fff;
  padding: 32px;
  border-radius: 6px;
}

.services-highlight h3 {
  color: #fff;
  margin-bottom: 16px;
}

.services-highlight ul {
  margin: 0;
  padding-left: 1.1rem;
}

.services-highlight li,
.services-highlight li strong,
.services-highlight p {
  margin-bottom: 10px;
  list-style: disc;
  color: #fff !important;
}

.commercial-box {
  background: #f4f9fc;
  border-left: 4px solid #61b8e1;
  padding: 20px 22px;
  border-radius: 4px;
}

.table-tech {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
}

.table-tech th,
.table-tech td {
  border: 1px solid #dde7ee;
  padding: 10px 12px;
  vertical-align: middle;
}

.table-tech thead th {
  background: #04183f;
  color: #fff;
  font-weight: 600;
}

.table-tech tbody tr:nth-child(even) {
  background: #f7fbfd;
}

.table-tech .table-row-highlight {
  background: rgba(97, 184, 225, .18) !important;
}

.sidebar02 .box-categoria {
  background: #fff;
  border: 1px solid #e6eef3;
  border-radius: 4px;
  padding: 18px 20px;
}

.sidebar02 .box-categoria h3 {
  font-size: 1.1rem;
  color: #04183f;
  border-bottom: 2px solid #61b8e1;
  padding-bottom: 8px;
}

.sidebar02 .box-categoria ul li {
  list-style: none;
  margin-bottom: 8px;
}

.sidebar02 .box-categoria ul li a {
  color: #186283;
  text-decoration: none;
  font-weight: 500;
}

.sidebar02 .box-categoria ul li a:hover {
  color: #04183f;
  padding-left: 4px;
}

.sidebar02 .box-cta-side {
  background: #04183f;
  color: #fff;
  padding: 22px 18px;
  border-radius: 4px;
}

.sidebar02 .box-cta-side p {
  color: #e9f3f8;
  text-align: center;
}

.faq-services {
  width: 100% !important;
}

.section-home-services {
  background: #fff;
}

@media (max-width: 991px) {
  .services-highlight {
    padding: 24px 18px;
  }
}
