/* Custom Premium CSS for Poonam Rubber Industry — Blue & Orange Theme */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --primary-blue: #1e40af;           /* Industrial Deep Blue */
  --primary-blue-hover: #1e3a8a;     /* Darker Blue */
  --accent-orange: #f97316;          /* Vibrant Safety Orange */
  --accent-orange-hover: #ea6b05;    /* Darker Orange */
  --dark-slate: #0c1a3a;             /* Deep Navy Background */
  --charcoal: #1e293b;               /* Corporate text & cards dark */
  --medium-slate: #475569;
  --light-slate: #D9E6FD;            /* Slight blue-tinted light bg */
  --border-color: #dde4f0;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background-color: #EAF3FF;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--dark-slate);
}

/* ─── Bootstrap Color Overrides ─── */
.text-danger  { color: var(--primary-blue) !important; }
.bg-danger    { background-color: var(--primary-blue) !important; }
.btn-danger   { background-color: var(--primary-blue) !important; border-color: var(--primary-blue) !important; }
.text-warning { color: var(--accent-orange) !important; }
.bg-warning   { background-color: var(--accent-orange) !important; }
.badge.bg-danger { background-color: var(--primary-blue) !important; }

/* --- Top Info Bar --- */
.top-bar {
  background: linear-gradient(90deg, #0c1a3a 0%, #1e3a8a 100%);
  color: #93c5fd;
  font-size: 0.85rem;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 2px solid var(--accent-orange);
}
.top-bar a {
  color: #93c5fd;
  text-decoration: none;
  transition: var(--transition-smooth);
}
.top-bar a:hover {
  color: var(--accent-orange);
}
.top-bar i {
  margin-right: 6px;
  color: var(--accent-orange);
}
.top-bar-links span {
  margin-right: 25px;
}

/* --- Sticky Navbar --- */
.navbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
  transition: var(--transition-smooth);
}
.navbar.sticky-nav-active {
  box-shadow: 0 4px 20px rgba(30, 64, 175, 0.1);
  padding: 10px 0;
}
.navbar-brand {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--dark-slate) !important;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.5px;
}
.navbar-brand img {
  height: 90px;
  object-fit: contain;
}
/* Override icon color in navbar brand */
.navbar-brand i.fa-gears {
  color: var(--accent-orange) !important;
}
.nav-link {
  color: var(--charcoal) !important;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px !important;
  transition: var(--transition-smooth);
  border-radius: 6px;
}
.nav-link:hover, .nav-link.active {
  color: var(--primary-blue) !important;
  background-color: rgba(30, 64, 175, 0.06);
}
.btn-quote-nav {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  color: #fff !important;
  border: none;
  border-radius: 30px;
  padding: 10px 24px !important;
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition-smooth);
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}
.btn-quote-nav:hover {
  background: linear-gradient(135deg, #ea6b05 0%, #d45e00 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
  color: #fff !important;
}

/* Mobile Toggler Animation */
.navbar-toggler {
  border: none;
  padding: 0;
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
  background: transparent !important;
  outline: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--dark-slate);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.navbar-toggler span:nth-child(1) { top: 0px; }
.navbar-toggler span:nth-child(2) { top: 8px; }
.navbar-toggler span:nth-child(3) { top: 16px; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

@media (max-width: 1200px) {
  .navbar-nav {
    text-align: center;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
  }
  .btn-quote-nav {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }
}

/* --- Hero Slider --- */
.hero-carousel {
  height: 600px;
}
.hero-carousel .carousel-item {
  height: 600px;
  position: relative;
}
.hero-carousel .slide-1 {
  background: linear-gradient(rgba(05, 16, 48, 0.55), rgba(12, 26, 58, 0.7)),
              url('https://mrtpl.in/assets/images/productpageImage-03.png') center/cover no-repeat;
}
.hero-carousel .slide-2 {
  background: linear-gradient(rgba(05, 16, 48, 0.55), rgba(12, 26, 58, 0.7)),
              url('https://www.unitedrubber.net/img/manufacturing/mfc-9.jpg') center/cover no-repeat;
}
.hero-carousel .slide-3 {
  background: linear-gradient(rgba(05, 16, 48, 0.55), rgba(12, 26, 58, 0.7)),
              url('https://gauravrubber.com/wp-content/uploads/2024/03/DSC05400-scaled.jpg') center/cover no-repeat;
}
.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 700px;
  z-index: 10;
}
.carousel-caption-custom h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.carousel-caption-custom h1 span {
  color: var(--accent-orange);
}
.carousel-caption-custom p {
  font-size: 1.15rem;
  color: #bfdbfe;
  margin-bottom: 35px;
  max-width: 550px;
}
.btn-industrial {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  display: inline-block;
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.35);
}
.btn-industrial:hover {
  background: linear-gradient(135deg, #ea6b05 0%, #d45e00 100%);
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 6px 20px rgba(249, 115, 22, 0.5);
}
.btn-industrial-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  display: inline-block;
  margin-left: 15px;
}
.btn-industrial-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
  transform: translateY(-3px);
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
.carousel-indicators .active {
  background-color: var(--accent-orange);
  transform: scale(1.25);
}

@media (max-width: 768px) {
  .hero-carousel, .hero-carousel .carousel-item { height: 500px; }
  .carousel-caption-custom h1 { font-size: 2.2rem; }
  .carousel-caption-custom p { font-size: 0.95rem; }
  .btn-industrial-outline { margin-top: 10px; margin-left: 0; display: block; width: fit-content; }
}

/* --- Features Stat Bar --- */
.features-bar {
  background: linear-gradient(90deg, #0c1a3a 0%, #1e3a8a 100%);
  padding: 40px 0;
  color: #fff;
  border-bottom: 4px solid var(--accent-orange);
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-icon {
  width: 60px;
  height: 60px;
  background-color: rgba(249, 115, 22, 0.15);
  border: 1.5px solid rgba(249, 115, 22, 0.45);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent-orange);
  transition: var(--transition-smooth);
}
.feature-item:hover .feature-icon {
  background-color: var(--accent-orange);
  color: #fff;
  border-color: var(--accent-orange);
  transform: rotateY(180deg);
}
.feature-text h5 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.feature-text p {
  margin: 0;
  font-size: 0.88rem;
  color: #93c5fd;
}

@media (min-width: 992px) {
  .feature-border-right {
    border-right: 1px solid rgba(147, 197, 253, 0.2);
  }
}
@media (max-width: 991px) {
  .feature-item { margin-bottom: 25px; }
}

/* --- Custom Factory Video Showcase --- */
.video-showcase-section {
  padding: 80px 0;
  background-color: #fff;
}
.player-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
  box-shadow: 0 20px 40px rgba(30, 64, 175, 0.15);
  cursor: pointer;
}
.player-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.player-card .thumb-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s;
  z-index: 1;
}
.player-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(12,26,58,0.75) 100%);
  pointer-events: none;
  z-index: 2;
}
.player-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background: rgba(249, 115, 22, 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 30px;
}
.play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--accent-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.5);
  transition: var(--transition-smooth);
}
.play-circle:hover {
  transform: translate(-50%,-50%) scale(1.12);
  background: #fff;
}
.play-circle svg {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  fill: #fff;
  transition: var(--transition-smooth);
}
.play-circle:hover svg {
  fill: var(--accent-orange);
}
.play-circle.paused { display: flex; }
.play-circle.playing { display: none; }

.player-card:hover .pause-circle { opacity: 1; }
.pause-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-smooth);
}
.pause-circle.playing { display: flex; }
.pause-circle svg {
  width: 22px;
  height: 22px;
  fill: var(--dark-slate);
}

.player-meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
.player-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.player-sub {
  font-size: 0.9rem;
  color: #bfdbfe;
}

.progress-bar-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: rgba(255,255,255,0.2);
  z-index: 6;
  cursor: pointer;
}
.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: var(--accent-orange);
  transition: width 0.1s linear;
}

.thumb-strip {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  justify-content: center;
}
.thumb-item {
  position: relative;
  flex: 1;
  max-width: 140px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: var(--transition-smooth);
  background: #1e293b;
}
.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
  transition: var(--transition-smooth);
}
.thumb-item:hover img {
  filter: brightness(0.85);
}
.thumb-item.active {
  border-color: var(--accent-orange);
}
.thumb-item.active img {
  filter: brightness(1);
}
.thumb-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.thumb-play-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.stats-row {
  display: flex;
  margin-top: 30px;
  border-top: 1.5px solid var(--border-color);
  padding-top: 25px;
}
.stat-col {
  flex: 1;
  text-align: center;
}
.stat-col + .stat-col {
  border-left: 1.5px solid var(--border-color);
}
.stat-num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-blue);
  line-height: 1;
}
.stat-lbl {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--medium-slate);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- Section Heading --- */
.section-header {
  margin-bottom: 50px;
}
.section-accent {
  display: block;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange));
  margin: 15px 0 0 0;
  border-radius: 2px;
}
.section-accent.center {
  margin: 15px auto 0 auto;
}
.section-subtitle {
  font-size: 0.95rem;
  color: var(--primary-blue);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--dark-slate);
}

/* --- Applications / Sectors Grid --- */
.application-section {
  background-color: var(--light-slate);
  padding: 80px 0;
}
.app-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: var(--transition-smooth);
  border: 1px solid var(--border-color);
  height: 100%;
}
.app-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(70, 97, 175, 0.5);
  border-color: rgba(249, 115, 22, 0.3);
}
.app-icon-wrap {
  width: 90px;
  height: 90px;
  background-color: var(--light-slate);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: var(--transition-smooth);
  border: 1px solid var(--border-color);
font-size:1.5rem;
}
.app-card:hover .app-icon-wrap {
  background-color: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
  transform: scale(1.05);
}
.app-icon-wrap img {
  max-width: 70%;
  height: 100%;
  object-fit: contain;
}
.app-card:hover .app-icon-wrap img {
  filter: brightness(0) invert(1);
}
.app-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark-slate);
  margin-bottom: 10px;
}
.app-desc {
  font-size: 0.9rem;
  color: var(--medium-slate);
  margin-bottom: 0;
}

/* --- Products Catalog Preview --- */
.products-section {
  padding: 80px 0;
}
.product-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: var(--transition-smooth);
  border: 2px solid var(--border-color);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(30, 64, 175, 0.12);
}
.product-img-container {
  height: 240px;
  background-color: #eef2ff;
  position: relative;
  overflow: hidden;
}
.product-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}
.product-card:hover .product-img-container img {
  transform: scale(1.05);
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-blue);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
}
.product-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.product-list li {
  font-size: 0.88rem;
  color: var(--medium-slate);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-list i {
  color: var(--accent-orange);
  font-size: 0.85rem;
}
.product-link {
  text-decoration: none;
  color: var(--primary-blue);
  font-weight: 700;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
  margin-top: auto;
}
.product-link:hover {
  color: var(--accent-orange);
  gap: 10px;
}

.section-cta {
  text-align: center;
  margin-top: 48px;
}


/* --- Expert Engineers & Leadership --- */
.expert-section {
  background: linear-gradient(135deg, #0c1a3a 0%, #1e3a8a 100%);
  padding: 80px 0;
  color: #fff;
}
.expert-carousel-wrap {
  position: relative;
}
.expert-card {
  padding: 10px;
}
.expert-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
  border: 1px solid rgba(255,255,255,0.12);
}
.expert-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}
.expert-img-wrap:hover img {
  transform: scale(1.03);
}
.expert-info {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .expert-info { padding-left: 0; margin-top: 25px; }
  .expert-img-wrap { height: 300px; }
}
.expert-name {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.expert-title-badge {
  display: inline-block;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--accent-orange);
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 6px;
  padding: 4px 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.expert-bio {
  font-size: 0.95rem;
  color: #bfdbfe;
  line-height: 1.8;
  margin-bottom: 25px;
}
.expert-socials {
  display: flex;
  gap: 12px;
}
.expert-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition-smooth);
}
.expert-socials a:hover {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
}

.expert-nav {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.expert-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}
.expert-nav button:hover {
  background: var(--accent-orange);
  border-color: var(--accent-orange);
}
.expert-counter {
  font-size: 0.85rem;
  color: #93c5fd;
  margin-top: 15px;
  letter-spacing: 1px;
}
.expert-counter span.cur {
  color: #fff;
  font-weight: 700;
}

/* --- About Summary Section --- */
.about-summary-section {
  padding: 80px 0;
  background-color: #fff;
}
.about-img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(30, 64, 175, 0.12);
}
.about-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition-smooth);
}
.about-img-wrapper:hover img {
  transform: scale(1.03);
}
.btn-about-more {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  display: inline-block;
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.25);
}
.btn-about-more:hover {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.35);
}

/* --- Certifications & Standards --- */
.awards-section {
  padding: 80px 0;
  background-color: var(--light-slate);
}
.award-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: var(--transition-smooth);
  border: 1px solid var(--border-color);
}
.award-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(30, 64, 175, 0.08);
}
.award-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-card { height: 550px; }
.short-card { height: 180px; }
.award-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(12,26,58,0.92) 0%, rgba(12,26,58,0) 100%);
  color: white;
}
.award-overlay h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 5px;
}
.award-overlay p {
  color: #bfdbfe;
  font-size: 0.85rem;
  margin: 0;
}

/* --- Founder's Message --- */
.founder-section {
  background: linear-gradient(135deg, #0c1a3a 0%, #1e3a8a 100%);
  color: #fff;
  padding: 100px 0;
}
.founder-label {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
.founder-label span {
  color: var(--accent-orange);
}
.founder-tagline {
  font-size: 1.25rem;
  color: var(--accent-orange);
  margin-bottom: 30px;
  font-weight: 600;
}
.founder-description {
  color: #bfdbfe;
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 40px;
}
.founder-img-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.founder-img {
  width: 100%;
  height: 580px;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .founder-label { font-size: 2.2rem; }
  .founder-img { height: 400px; }
}








/* --- Manufacturing Process --- */
.process-section {
  background-color: #fff;
  padding: 80px 0;
}
.process-container {
  position: relative;
}
.process-line {
  position: absolute;
  top: 45px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange));
  z-index: 1;
  opacity: 0.3;
}
.icon-box {
  width: 90px;
  height: 90px;
  background-color: var(--light-slate);
  border: 2px solid var(--border-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: var(--transition-smooth);
}
.process-card:hover .icon-box {
  transform: translateY(-8px);
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
  box-shadow: 0 10px 20px rgba(30, 64, 175, 0.3);
}
.icon-box i {
  font-size: 2rem;
  color: var(--primary-blue);
  transition: var(--transition-smooth);
}
.process-card:hover .icon-box i {
  color: #fff;
}
.step-label {
  font-weight: 800;
  color: var(--dark-slate);
  margin-top: 20px;
  font-size: 1.15rem;
}
.step-desc {
  font-size: 0.88rem;
  color: var(--medium-slate);
  margin-top: 8px;
}
@media (max-width: 767px) {
  .process-line { display: none; }
  .process-card { margin-bottom: 40px; }
}

/* --- OEM Testimonials Reels --- */
.patient-section {
  padding: 80px 0;
  background: #eef2ff;
}
.reel-wrapper {
  position: relative;
  padding: 0 50px;
}
.reel-strip {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 5px 25px;
  align-items: stretch;
}
.reel-strip::-webkit-scrollbar {
  display: none;
}
.reel-card {
  flex: 0 0 calc(25vw - 32px);
  min-width: 250px;
  max-width: 320px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 9 / 16;
  background: #000;
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.18);
  transition: var(--transition-smooth);
}
.reel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.3);
}
.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reel-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 26, 58, 0.9) 0%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}
.reel-card .play-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: opacity .25s;
}
.reel-card .play-wrap.hidden {
  opacity: 0;
  pointer-events: none;
}
.reel-card .play-circle {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255,255,255,0.9);
  background: rgba(249, 115, 22, 0.9);
  box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4);
  position: static;
  transform: none;
}
.reel-card .play-circle:hover {
  transform: scale(1.1);
  background: var(--accent-orange);
}
.reel-card .video-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(12, 26, 58, 0.92);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  z-index: 4;
}
.reel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border-color);
  background: #fff;
  color: var(--primary-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.12);
  transition: var(--transition-smooth);
  z-index: 10;
}
.reel-btn:hover {
  background: var(--primary-blue);
  color: #fff;
  border-color: var(--primary-blue);
}
.reel-btn.reel-prev { left: 0; }
.reel-btn.reel-next { right: 0; }

@media (max-width: 1199px) {
  .reel-card { flex: 0 0 calc(33vw - 24px); }
}
@media (max-width: 991px) {
  .reel-card { flex: 0 0 calc(50vw - 20px); }
}
@media (max-width: 575px) {
  .reel-card { flex: 0 0 85vw; }
  .reel-wrapper { padding: 0 30px; }
}

/* --- Newsletter Section --- */
.newsletter-section {
  background: linear-gradient(135deg, #0c1a3a 0%, #1e3a8a 100%);
  color: #fff;
  padding: 80px 0;
  border-top: 4px solid var(--accent-orange);
}
.newsletter-input {
  border: 1px solid #1e3a8a;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 1rem;
  padding: 14px 20px;
  transition: var(--transition-smooth);
  border-radius: 30px 0 0 30px;
}
.newsletter-input::placeholder { color: #93c5fd; }
.newsletter-input:focus {
  border-color: var(--accent-orange);
  background: rgba(255,255,255,0.1);
  color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-subscribe {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  color: #fff;
  border: none;
  padding: 0 30px;
  font-weight: 700;
  border-radius: 0 30px 30px 0;
  transition: var(--transition-smooth);
}
.btn-subscribe:hover {
  background: linear-gradient(135deg, #ea6b05 0%, #d45e00 100%);
  color: #fff;
}
@media (max-width: 576px) {
  .newsletter-input { border-radius: 30px; margin-bottom: 10px; text-align: center; }
  .btn-subscribe { border-radius: 30px; padding: 14px; width: 100%; }
}

/* --- Insights / Blog Summary --- */
.insights-section {
  padding: 80px 0;
  background-color: #fff;
}
.insight-card {
  border: 1px solid var(--border-color);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}
.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(30, 64, 175, 0.08);
}
.card-img-wrapper {
  position: relative;
  overflow: hidden;
}
.insight-card img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  transition: var(--transition-smooth);
}
.insight-card:hover img {
  transform: scale(1.05);
}
.category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--primary-blue);
  color: #fff;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.card-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.post-date {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--medium-slate);
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--dark-slate);
}
.card-text {
  color: var(--medium-slate);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 25px;
}
.read-article-link {
  font-weight: 700;
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  transition: var(--transition-smooth);
}
.read-article-link:hover {
  color: var(--accent-orange);
  gap: 10px;
}

/* --- Custom Industrial Footer --- */
.custom-footer {
  background: linear-gradient(180deg, #0c1a3a 0%, #060e20 100%);
  color: #93c5fd;
  padding: 80px 0 0 0;
  border-top: 4px solid var(--accent-orange);
}
.custom-footer h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 1.15rem;
  position: relative;
  padding-bottom: 12px;
}
.custom-footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-blue), var(--accent-orange));
  border-radius: 2px;
}
.custom-footer .text-muted {
  color: #64748b !important;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #93c5fd;
  text-decoration: none;
  transition: var(--transition-smooth);
}
.footer-links a:hover {
  color: var(--accent-orange);
  padding-left: 6px;
}
.contact-info {
  list-style: none;
  padding: 0;
}
.contact-info li {
  margin-bottom: 15px;
  display: flex;
  gap: 12px;
}
.contact-info i {
  color: var(--accent-orange);
  margin-top: 4px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  transition: var(--transition-smooth);
  background: rgba(30, 64, 175, 0.4);
  border: 1px solid rgba(147, 197, 253, 0.15);
}
.social-icons a:hover {
  transform: translateY(-3px);
  background-color: var(--accent-orange);
  border-color: var(--accent-orange);
}
.copyright-bar {
  border-top: 1px solid rgba(30, 64, 175, 0.3);
  padding: 25px 0;
  margin-top: 60px;
  font-size: 0.85rem;
  color: #64748b;
}

/* --- Sticky RFQ Widget --- */
.sticky-enquire {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: #fff;
  padding: 18px 12px;
  cursor: pointer;
  z-index: 1050;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 4px 0 15px rgba(30, 64, 175, 0.25);
  transition: var(--transition-smooth);
  border-right: 3px solid var(--accent-orange);
}
.sticky-enquire:hover {
  background: linear-gradient(180deg, var(--accent-orange) 0%, #ea6b05 100%);
  border-color: var(--accent-orange);
  padding-left: 16px;
}
.enquire-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 13px;
}
.enquire-icon {
  margin-bottom: 12px;
  font-size: 14px;
}

/* Back to Top */
#backToTop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  border: none;
  outline: none;
  background: linear-gradient(135deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: white;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
  transition: var(--transition-smooth);
}
#backToTop:hover {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(249, 115, 22, 0.35);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 85px;
  right: 25px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.wa-label {
  background: #fff;
  color: var(--dark-slate);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(30, 64, 175, 0.1);
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition-smooth);
  pointer-events: none;
  border: 1px solid var(--border-color);
}
.whatsapp-float:hover .wa-label {
  opacity: 1;
  transform: translateX(0);
}
.wa-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.3);
  transition: var(--transition-smooth);
  position: relative;
}
.wa-btn::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(37,211,102,0.3);
  animation: waPulse 2s ease-out infinite;
  z-index: 0;
}
@keyframes waPulse {
  0%   { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
.wa-btn img {
  width: 26px;
  height: 26px;
  z-index: 2;
}
.whatsapp-float:hover .wa-btn {
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(37,211,102,0.4);
}

/* --- Modals & Forms Styling --- */
.modal-content {
  border-radius: 24px;
  border: none;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(12, 26, 58, 0.2);
}
.modal-header {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: #fff;
  border: none;
  padding: 30px 30px 20px 30px;
  border-bottom: 3px solid var(--accent-orange);
}
.modal-title {
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}
.modal-header .btn-close {
  filter: invert(1);
  opacity: 0.8;
}
.modal-body {
  padding: 30px;
  background-color: #f8faff;
}
.form-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-blue);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}
.form-control, .form-select {
  border-radius: 10px;
  padding: 14px 18px;
  border: 1px solid var(--border-color);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--charcoal);
  background-color: #fff;
  transition: var(--transition-smooth);
}
.form-control:focus, .form-select:focus {
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 4px rgba(30, 64, 175, 0.1);
  outline: none;
}
.btn-submit {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: #fff;
  font-weight: 700;
  padding: 14px;
  border: none;
  border-radius: 12px;
  transition: var(--transition-smooth);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.95rem;
}
.btn-submit:hover {
  background: linear-gradient(135deg, var(--accent-orange) 0%, #ea6b05 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(249, 115, 22, 0.3);
  color: #fff;
}
.iti {
  width: 100%;
}
.iti__flag-container {
  padding: 2px;
}

/* Custom Success State for forms */
.form-success-message {
  text-align: center;
  padding: 20px;
}
.success-icon-wrap {
  width: 70px;
  height: 70px;
  background: rgba(30, 64, 175, 0.08);
  border: 2px solid var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-blue);
  margin: 0 auto 20px auto;
  animation: scaleUp 0.3s ease-out;
}
@keyframes scaleUp {
  0% { transform: scale(0.7); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* --- Sub-pages Styles --- */

/* Hero Banner for subpages */
.subpage-hero {
  background: linear-gradient(rgba(12, 26, 58, 0.82), rgba(30, 58, 138, 0.82)),
              url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1600&q=80') center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid var(--accent-orange);
}
.subpage-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.breadcrumb-wrap {
  display: inline-flex;
  gap: 10px;
  font-size: 0.9rem;
  color: #93c5fd;
  font-weight: 500;
}
.breadcrumb-wrap a {
  color: #bfdbfe;
  text-decoration: none;
}
.breadcrumb-wrap a:hover {
  color: var(--accent-orange);
}

/* Products filter tabs */
.product-filter-btn {
  background: #fff;
  border: 1.5px solid var(--border-color);
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--charcoal);
  transition: var(--transition-smooth);
  cursor: pointer;
}
.product-filter-btn.active, .product-filter-btn:hover {
  background: linear-gradient(135deg, var(--primary-blue) 0%, #1e3a8a 100%);
  color: #fff;
  border-color: var(--primary-blue);
  box-shadow: 0 4px 14px rgba(30, 64, 175, 0.25);
}

/* Quality testing cards */
.lab-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  height: 100%;
  transition: var(--transition-smooth);
}
.lab-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(30, 64, 175, 0.08);
  border-color: rgba(30, 64, 175, 0.2);
}
.lab-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* Contact Cards */
.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid var(--border-color);
  height: 100%;
  transition: var(--transition-smooth);
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(30, 64, 175, 0.08);
  border-color: rgba(249, 115, 22, 0.25);
}
.contact-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.1) 0%, rgba(249, 115, 22, 0.08) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-blue);
  margin-bottom: 20px;
  border: 1.5px solid rgba(30, 64, 175, 0.15);
}
.contact-card h5 {
  font-weight: 800;
  margin-bottom: 15px;
}
.map-container {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  background-color: #eef2ff;
}
.map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--medium-slate);
  background: linear-gradient(rgba(238, 242, 255, 0.85), rgba(238, 242, 255, 0.85)),
              url('https://images.unsplash.com/photo-1524661135-423995f22d0b?w=800&q=80') center/cover no-repeat;
}
.map-placeholder i {
  font-size: 3rem;
  color: var(--primary-blue);
  margin-bottom: 15px;
}
.map-placeholder h5 {
  font-weight: 800;
  margin-bottom: 8px;
}

/* ─── Additional utility overrides ─── */
/* Success check icon in form */
.fas.fa-check { color: var(--primary-blue); }













<!-- -->
.founder-section {
background-color: #000;
color: #ffffff;
padding: 100px 0;
}

.founder-label {
font-size: 3rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
}

.tagline {
font-size: 1.25rem;
color: #C1CFAC; 
margin-bottom: 30px;
}

.founder-description {
color: #d1d1d1;
line-height: 1.7;
font-size: 1.05rem;
margin-bottom: 40px;
}

.btn-learn-more {
background-color: #c4d4af; /* Sage green from image */
color: #1a1a1a;
border: none;
padding: 14px 32px;
border-radius: 50px;
font-weight: 600;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
}

.btn-learn-more:hover {
background-color: #fff;
transform: translateY(-5px);
color: #000;
font-weight:640;
}

.founder-img-wrapper {
border-radius: 24px;
overflow: hidden;
box-shadow: 0 20px 40px rgba(0,0,0,0.4);
background:#000;
}
.founder-img {
width: 100%;
height:700px;
display: block;
object-fit: cover;
}

@media (max-width: 991px) {
.founder-label { font-size: 2.5rem; }
.content-col { margin-bottom: 50px; text-align: center; }
}

/* --- Why Choose Us Section --- */
.why-choose-us-section {
  background-color: #fff;
  padding: 80px 0;
  color: #000;
}

.why-choose-subtitle {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-orange);
  background-color: rgba(249, 115, 22, 0.15);
  border-radius: 30px;
  padding: 6px 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-choose-title {
  font-size: 3rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
}

.why-choose-title .text-orange {
  color: var(--accent-orange);
}

.advantage-card {
  background-color: #EEF1F9;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: var(--transition-smooth);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.advantage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(249, 115, 22, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.advantage-number {
  font-size: 4rem;
  font-weight: 800;
  color: #F97316;
  margin-bottom: 15px;
  line-height: 1;
}

.advantage-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.advantage-desc {
  font-size: 0.95rem;
  color: #29323F;
  margin-bottom: 0;
  line-height: 1.6;
}