:root {
  --theme-color: #c30000;
  --theme-color2: #8f0000;
  --theme-color3: #0b0b0b;
  --title-color: #111111;
  --body-color: #333333;
  --smoke-color: #f5f5f5;
  --smoke-color2: #fafafa;
  --black-color: #0b0b0b;
  --black-color2: #1a1a1a;
  --th-body-background: #ffffff;
}

body {
  background: #ffffff;
}

.text-gradient-red {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  color: inherit;
}

.logo-text {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--title-color);
}

.logo-text span {
  color: var(--theme-color);
}

.logo-image img {
  height: 110px;
  width: auto;
  display: block;
}

@media (max-width: 991px) {
  .logo-image img {
    height: 84px;
  }
}

.home-hero-banner .hero-6 {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  height: 1000px;
  background: transparent;
}

.home-hero-banner .hero-6 .th-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  pointer-events: none;
}

.home-hero-banner .hero-6 .th-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
}

.home-hero-banner .hero-6 .hero-slider,
.home-hero-banner .hero-6 .hero-slider .swiper,
.home-hero-banner .hero-6 .hero-slider .swiper-wrapper,
.home-hero-banner .hero-6 .hero-slider .swiper-slide {
  height: 100%;
}

.home-hero-banner .hero-6 .hero-slider .swiper,
.home-hero-banner .hero-6 .hero-slider .swiper-wrapper,
.home-hero-banner .hero-6 .hero-slider .swiper-slide {
  pointer-events: none;
}

.home-hero-banner .hero-6 .hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-banner .hero-6 > .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.home-hero-banner .hero-6 > .container .row {
  width: 100%;
  align-items: center;
}

.home-hero-banner .hero-6 .hero-style6,
.home-hero-banner .hero-6 .hero-style6 a,
.home-hero-banner .hero-6 .hero-style6 button,
.home-hero-banner .hero-6 .btn-wrap {
  pointer-events: auto;
}

.home-hero-banner .hero-slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

@media (max-width: 767px) {
  .home-hero-banner .hero-slider-pagination {
    display: none;
  }
}

.home-hero-banner .hero-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.home-hero-banner .hero-slider-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  border-color: transparent;
}

.home-hero-banner .hero-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 20;
  pointer-events: auto;
}

.home-hero-banner .hero-slider-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 12;
  pointer-events: auto;
}

.home-hero-banner .hero-slider-nav button:hover {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  border-color: transparent;
}

@media (max-width: 767px) {
  .home-hero-banner .hero-slider-nav button {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .home-hero-banner .hero-6 {
    height: 480px;
  }
}

@media (max-width: 575px) {
  .home-hero-banner .hero-6 {
    height: 520px;
  }
}

.home-hero-banner .hero-6::before {
  content: none;
}

.home-hero-banner .hero-6::after,
.home-hero-banner .hero-6 .th-hero-bg::before,
.home-hero-banner .hero-6 .th-hero-bg::after {
  content: none !important;
}

/* Remove white pill menu background site-wide */
.header-layout5 .main-menu:after {
  background: transparent;
  -webkit-mask-image: none;
  mask-image: none;
}

/* Inner page hero (services/products) gradient background */
.page-hero-gradient .th-hero-wrapper.hero-6 {
  background: linear-gradient(120deg, #d60000 0%, #7a0000 35%, #0b0b0b 100%);
  padding: 120px 0 90px;
  min-height: 500px;
  height: 500px;
  display: flex;
  align-items: center;
}

.page-hero-gradient .th-header,
.page-hero-gradient .th-header .menu-area,
.page-hero-gradient .sticky-wrapper {
  background: transparent;
  box-shadow: none;
}

.page-hero-gradient .th-header .main-menu > ul > li > a,
.page-hero-gradient .th-header .main-menu > ul > li > a:hover,
.page-hero-gradient .th-header .main-menu > ul > li > a:focus {
  color: #ffffff;
}

.page-hero-gradient .th-header .logo-text,
.page-hero-gradient .th-header .logo-text span {
  color: #ffffff;
}

.page-hero-gradient .th-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.page-hero-gradient .th-hero-wrapper.hero-6 {
  padding-top: 0;
}

/* Force gradient heroes to start at top (override base padding) */
.page-hero-gradient .th-hero-wrapper.hero-6 {
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
  max-width: none;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .th-hero-bg {
  border-radius: 0;
}

.page-hero-gradient .sticky-wrapper.sticky {
  background: rgba(11, 11, 11, 0.95);
}

.page-hero-gradient .th-hero-wrapper.hero-6 .hero-title,
.page-hero-gradient .th-hero-wrapper.hero-6 .hero-text,
.page-hero-gradient .th-hero-wrapper.hero-6 .hero-subtitle {
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Center banner text vertically and keep it left-aligned */
.page-hero-gradient .th-hero-wrapper.hero-6 {
  align-items: center;
  padding-top: 140px !important;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .container {
  width: 100%;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .hero-style6 {
  padding: 83px 0 1px;
  margin: 0;
  text-align: left;
}

/* Always-on sticky header across pages */
.sticky-wrapper {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .hero-title {
  font-size: 44px;
  line-height: 1.2;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .hero-text {
  font-size: 16px;
}

.page-hero-gradient .th-hero-wrapper.hero-6 .hero-subtitle {
  font-size: 14px;
}

.services-hero-small .th-hero-wrapper.hero-6 .hero-subtitle {
  font-size: 12px;
}

@media (max-width: 575px) {
  .services-hero-small .th-hero-wrapper.hero-6 .hero-subtitle {
    font-size: 11px;
  }
}

/* Services page hero text size */
.services-hero-small .th-hero-wrapper.hero-6 .hero-title {
  font-size: 36px;
}

.services-hero-small .th-hero-wrapper.hero-6 .hero-text {
  font-size: 15px;
}

@media (max-width: 991px) {
  .services-hero-small .th-hero-wrapper.hero-6 .hero-title {
    font-size: 32px;
  }

  .services-hero-small .th-hero-wrapper.hero-6 .hero-text {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .services-hero-small .th-hero-wrapper.hero-6 .hero-title {
    font-size: 28px;
  }

  .services-hero-small .th-hero-wrapper.hero-6 .hero-text {
    font-size: 13px;
  }
}

/* Product listing cards */
.product-category {
  margin-top: 40px;
}

.product-category-title {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.product-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.product-title {
  font-size: 1.05rem;
  margin: 0;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.product-actions .th-btn {
  padding: 10px 16px;
  font-size: 0.9rem;
}

.cta-band {
  background: linear-gradient(90deg, #c30000 0%, #8f0000 55%, #0b0b0b 100%);
  color: #ffffff;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-title {
  color: #ffffff;
  margin-bottom: 6px;
}

.cta-text {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

/* Product detail quick specs */
.quick-specs {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 18px 20px;
  margin-top: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.quick-specs ul {
  margin: 0;
  padding-left: 18px;
}

/* Product detail spec strip + applications grid */
.spec-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.spec-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 14px;
  color: #ffffff;
}

.spec-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.8;
  display: block;
}

.spec-value {
  font-size: 0.95rem;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

.key-feature-block {
  margin-top: 24px;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.app-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.app-card i {
  font-size: 28px;
  color: var(--theme-color);
  margin-bottom: 12px;
}

.app-card h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.app-card p {
  margin: 0;
}

/* Core services split cards */
.core-services .service-split-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
  height: 100%;
  position: relative;
}

.core-services .service-split-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  background: var(--theme-color);
}

.core-services .service-content p {
  margin-bottom: 16px;
}

/* Product detail CTA button under Key Features */
.product-cta-btn {
  margin-top: 16px;
  display: inline-flex;
}

@media (max-width: 575px) {
  .core-services .service-split-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Industry usage + Make in India cards */
.usage-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.usage-card-accent {
  border-left: 4px solid var(--theme-color);
}

/* Factory overview split layout */
.factory-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.factory-fact {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 16px 18px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.fact-value {
  display: block;
  font-weight: 700;
  color: #111111;
}

.fact-label {
  display: block;
  font-size: 0.9rem;
  color: #333333;
}

@media (max-width: 991px) {
  .factory-facts {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .spec-strip,
  .app-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .product-card img {
    height: 160px;
  }
}

@media (max-width: 991px) {
  .page-hero-gradient .th-hero-wrapper.hero-6 {
    padding: 100px 0 70px;
    min-height: 420px;
    height: 420px;
  }

  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .page-hero-gradient .th-hero-wrapper.hero-6 {
    padding: 90px 0 80px;
    min-height: 420px;
    height: auto;
  }

  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-title {
    font-size: 32px;
  }
}

/* Mobile banner text: Option A (compact stack) */
@media (max-width: 575px) {
  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-style6 {
    text-align: center;
  }

  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-subtitle {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
  }

  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-title {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .page-hero-gradient .th-hero-wrapper.hero-6 .hero-text {
    font-size: 12px;
    line-height: 1.6;
    max-width: 320px;
    margin: 0 auto;
  }
}

.home-hero-banner .hero-6 > :not(.container) {
  position: relative;
  z-index: 1;
}

.home-hero-banner .hero-6 > .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
}


.home-hero-banner .hero-6 .hero-title,
.home-hero-banner .hero-6 .hero-text,
.home-hero-banner .hero-6 .hero-subtitle {
  color: #ffffff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.home-hero-banner .hero-6 .hero-text {
  max-width: 520px;
}

.home-hero-banner .hero-6 .hero-style6 {
  max-width: 560px;
  display: flex;
  flex-direction: column;
}

.home-hero-banner .hero-6 .hero-title {
  min-height: 3.2em;
}

.home-hero-banner .hero-6 .hero-text {
  min-height: 4.4em;
  margin-bottom: 22px;
}

.home-hero-banner .hero-6 .btn-wrap {
  margin-top: 0;
}

@media (max-width: 991px) {
  .home-hero-banner .hero-6 .hero-title {
    min-height: 3.6em;
  }

  .home-hero-banner .hero-6 .hero-text {
    min-height: 4.8em;
  }
}

@media (max-width: 575px) {
  .home-hero-banner .hero-6 .hero-title {
    min-height: 3.8em;
  }

  .home-hero-banner .hero-6 .hero-text {
    min-height: 5.2em;
  }
}

.home-hero-banner .hero-6 .hero-title {
  font-size: 46px;
  line-height: 1.18;
}

.home-hero-banner .hero-6 .hero-text {
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .home-hero-banner .hero-6 .hero-title {
    font-size: 36px;
  }

  .home-hero-banner .hero-6 .hero-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .home-hero-banner .hero-6 .hero-title {
    font-size: 30px;
  }

  .home-hero-banner .hero-6 .hero-text {
    font-size: 14px;
  }

  .home-hero-banner .hero-6 .hero-slider-nav {
    left: 6px;
    right: auto;
    top: 62%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    width: auto;
    display: flex;
    opacity: 1;
    pointer-events: auto;
    z-index: 12;
  }

  .home-hero-banner .hero-6 .hero-style6 {
    padding-left: 52px;
    padding-right: 8px;
    padding-bottom: 18px;
  }

  .home-hero-banner .hero-6 .btn-wrap {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .home-hero-banner .hero-6 .btn-wrap .th-btn {
    font-size: 13px;
    padding: 10px 16px;
    min-height: 40px;
  }

  .home-hero-banner .hero-6 .btn-wrap .th-btn i {
    font-size: 12px;
  }

  .home-hero-banner .hero-slider-nav button {
    opacity: 1;
    pointer-events: auto;
  }
}

.home-hero-banner .hero-6 .btn-wrap .th-btn.style-border2 {
  border: 2px solid transparent;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%) border-box;
  color: #ffffff;
}

.home-hero-banner .hero-6 .btn-wrap .th-btn.style-gradient4 {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  color: #ffffff;
}

.home-hero-banner .hero-6 .btn-wrap .th-btn.style-border2:hover {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  color: #ffffff;
  border-color: transparent;
}

.header-quote-btn {
  border: 2px solid transparent;
  background: linear-gradient(transparent, transparent) padding-box,
    linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%) border-box;
  color: #ffffff;
}

.header-quote-btn:hover {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  color: #ffffff;
}

/* Sticky header menu color on dark background */
.sticky-wrapper.sticky .main-menu > ul > li > a,
.sticky-wrapper.sticky .main-menu > ul > li > a:hover,
.sticky-wrapper.sticky .main-menu > ul > li > a:focus {
  color: #ffffff;
}

/* Minimal page hero (About/inner pages) */
.page-hero-min .hero-6.page-hero-min {
  min-height: 260px;
  height: 260px;
  background: linear-gradient(135deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  display: flex;
  align-items: center;
}

/* About page header/menu contrast (match home sticky behavior) */
.page-hero-min .th-header .main-menu > ul > li > a,
.page-hero-min .th-header .main-menu > ul > li > a:hover,
.page-hero-min .th-header .main-menu > ul > li > a:focus {
  color: #ffffff;
}

.page-hero-min .th-header .logo-text {
  color: #ffffff;
}

.page-hero-min .th-header .logo-text span {
  color: var(--theme-color);
}

.page-hero-min .sticky-wrapper.sticky {
  background: rgba(11, 11, 11, 0.92);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.page-hero-min .hero-6.page-hero-min .hero-title {
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 14px;
  font-size: 48px;
}

.page-hero-min .hero-6.page-hero-min .hero-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}

.page-hero-min .hero-6.page-hero-min .hero-text {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-hero-min .hero-6.page-hero-min {
    min-height: 200px;
    height: 200px;
  }
}

.service-slider6 {
  position: relative;
}

.service-slider-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 12px;
}

.service-slider-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #111111;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.service-slider-nav button:hover {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  color: #ffffff;
  border-color: transparent;
}

@media (max-width: 991px) {
  .service-slider-nav {
    top: -60px;
  }
}

/* Split card style for service section */
.service-card6.service-card-split {
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.service-card6.service-card-split .split-media {
  height: 190px;
  overflow: hidden;
}

.product-card-match .split-media {
  height: 270px !important;
}

.service-card6.service-card-split .split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card6.service-card-split .split-content {
  padding: 22px 24px 26px;
}

.service-card6.service-card-split .box-title a {
  color: #111111;
}

.service-card6.service-card-split .box-text {
  color: #333333;
}

.placeholder-frame {
  background: var(--smoke-color);
  border: 2px dashed rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: #666666;
}

.placeholder-frame.tall {
  min-height: 320px;
}

.section-band {
  background: linear-gradient(120deg, rgba(195, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
}

.product-band {
  background: linear-gradient(135deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
}

.product-title-light .sec-title,
.product-title-light .sub-title,
.product-title-light .sec-text {
  color: #ffffff;
}

.product-title-light .sub-title:before,
.product-title-light .sub-title:after {
  background: #ffffff;
}

.product-slider-wrap {
  position: relative;
  margin-top: 6px;
}

.product-band .title-area {
  margin-bottom: 18px;
}

.product-slider {
  padding-bottom: 10px;
}

.product-slider .swiper-slide {
  height: auto;
}

.product-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid transparent;
  border-image: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%) 1;
  pointer-events: none;
}

.product-card-glass {
  padding: 24px 22px 26px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.product-card-glass .product-media {
  height: 180px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafa;
  margin-top: -48px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.product-card-glass .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card-glass .product-content {
  padding-top: 16px;
}

.product-card-glass .product-kicker {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  margin-bottom: 12px;
}

.product-card-glass .box-title {
  margin: 0;
  font-size: 20px;
  color: #111111;
  position: relative;
  padding-bottom: 12px;
}

.product-card-glass .box-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
}

@media (max-width: 575px) {
  .product-card-glass .product-media {
    margin-top: -28px;
    height: 165px;
  }
}

.product-slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 18px;
}

.product-slider-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  color: #111111;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.product-slider-nav button:hover {
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  color: #ffffff;
  border-color: transparent;
}

.contact-mini-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 24px;
}

.usp-strip {
  background: #ffffff;
}

.usp-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.usp-pill {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.usp-pill-bar {
  width: 6px;
  height: 64px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  flex-shrink: 0;
}

.usp-pill-content .box-title {
  margin: 0 0 6px;
  font-size: 20px;
  color: #111111;
}

.usp-pill-content .box-text {
  margin: 0;
  color: #333333;
}

@media (max-width: 991px) {
  .usp-pill-grid {
    grid-template-columns: 1fr;
  }
}

.footer-minimal {
  background: linear-gradient(135deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  border-top: none;
  color: #ffffff;
}

.footer-minimal .footer-links a {
  color: #ffffff;
}

.footer-minimal .footer-links a:hover {
  color: #ffffff;
  opacity: 0.85;
}

.footer-minimal .widget_title,
.footer-minimal p,
.footer-minimal .copyright-text {
  color: #ffffff;
}

.footer-minimal .copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
}

.footer-logo {
  height: 120px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 14px;
}

.footer-minimal .footer-about {
  text-align: left !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-minimal .footer-about .footer-logo {
  margin-left: 0;
  margin-right: 0;
  align-self: flex-start;
}

.footer-minimal .footer-tagline {
  margin-top: 12px;
  max-width: 200px;
  color: rgba(255, 255, 255, 0.85);
}

.footer-minimal .row {
  align-items: flex-start;
  column-gap: 18px;
  row-gap: 18px;
}

.footer-minimal .row > [class*="col-"] {
  padding-left: 18px;
  padding-right: 18px;
}

.footer-minimal .row > [class*="col-"]:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .footer-minimal .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-minimal .row > [class*="col-"]:not(:first-child) {
    border-left: none;
  }
}

/* Footer default background overrides (theme-style footer) */
.footer-default {
  background: linear-gradient(90deg, #e60000 0%, #b80000 60%, #7a0000 100%);
}

.footer-default .footer-cta-wrap {
  background: linear-gradient(180deg, #e00000 0%, #8f0000 50%, #0b0b0b 100%);
  border-radius: 0;
}

.footer-default .widget-area {
  background: linear-gradient(180deg, #e00000 0%, #8f0000 50%, #0b0b0b 100%);
  border-radius: 0;
  background-image: none !important;
}

.footer-default .footer-wrapper,
.footer-default .footer-cta-wrap,
.footer-default .widget-area {
  border-radius: 0;
  color: #ffffff;
}

/* Remove textured overlays for a clean gradient footer */
.footer-default .footer-widget-bg,
.footer-default .footer-bg-shape,
.footer-default .footer-bg-shape2 {
  display: none;
}

.footer-default .widget-area::before,
.footer-default .widget-area::after,
.footer-default .footer-wrapper::before,
.footer-default .footer-wrapper::after {
  content: none !important;
  display: none !important;
}

.about-main-img {
  display: block;
  max-width: 520px;
  width: 100%;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.catalogue-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  margin-top: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(120deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(195, 0, 0, 0.25);
}

.about-image-frame {
  border: 1px solid rgba(11, 11, 11, 0.15);
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.about-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.stat-band {
  background: linear-gradient(135deg, #c30000 0%, #8f0000 60%, #0b0b0b 100%);
  padding: 60px 0;
}

.stat-band-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.stat-item {
  background: rgba(11, 11, 11, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 24px 22px;
  color: #ffffff;
  text-align: center;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-accent {
  width: 48px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto 14px;
}

.stat-value {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.stat-suffix {
  font-size: 1.1rem;
  margin-left: 4px;
}

.stat-label {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 991px) {
  .stat-band-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .stat-band-inner {
    grid-template-columns: 1fr;
  }
}

.page-hero-banner {
  position: relative;
  min-height: 420px;
  padding: 200px 0 120px;
  background-color: #0b0b0b;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.page-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(11, 11, 11, 0.85), rgba(11, 11, 11, 0.55));
}

.page-hero-banner .container {
  position: relative;
  z-index: 1;
}

.about-hero {
  background-image: url("assets/img/hero/Impact and Jaw Crusher Spare Parts _ Tesab Parts Center.jpg");
}

.page-hero-panel {
  max-width: 640px;
  background: rgba(11, 11, 11, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid var(--theme-color);
  padding: 36px 42px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35), 0 0 28px rgba(195, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  margin-top: 10px;
}

.page-hero-panel.no-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  margin-top: 0;
}

.page-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.page-hero-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.page-hero-text {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
  max-width: 520px;
}

.page-hero-breadcrumbs {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  display: flex;
  gap: 8px;
  align-items: center;
}

.page-hero-breadcrumbs a {
  color: #ffffff;
}

.page-hero-breadcrumbs span {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .page-hero-banner {
    min-height: 360px;
    padding: 160px 0 100px;
  }

  .page-hero-panel {
    padding: 28px 30px;
  }
}

@media (max-width: 575px) {
  .page-hero-banner {
    min-height: 320px;
    padding: 140px 0 90px;
  }

  .page-hero-panel {
    padding: 22px 22px;
  }
}

@media (max-width: 575px) {
  .scroll-down {
    display: none !important;
  }
}

/* Disable preloader globally (safety even if markup exists) */
.preloader {
  display: none !important;
}

/* Gradient text + stroke for WhatsApp booking button */
.btn-gradient-stroke {
  border: 2px solid;
  border-color: #17b857 !important;
  border-image: none;
  background-color: #17b857 !important;
  color: #0b0b0b !important;
  -webkit-text-fill-color: #0b0b0b !important;
  background-image: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.btn-gradient-stroke .btn-text {
  color: #0b0b0b !important;
  background: none !important;
  -webkit-text-fill-color: #0b0b0b !important;
}

.btn-gradient-stroke i {
  color: #0b0b0b !important;
  background: none !important;
  -webkit-text-fill-color: #0b0b0b !important;
}
