/* ================= PRODUCT SECTION ================= */
.product-section {
  padding: 80px 0;
  background: #fff;
  /* overflow-x: hidden; */
}

.product-section h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b3c6f;
  margin: 20px 0 25px;
  line-height: 1.3;
}

.product-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* ================= PRODUCT TAG ================= */
.product-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #FFD532;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

/* ================= PRODUCT SPECS ================= */
.product-specs {
  padding-left: 0;
  margin: 25px 0 30px;
  list-style: none;
}

.product-specs li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
  padding-left: 28px;
  position: relative;
}

.product-specs li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFD532;
  font-weight: 700;
  font-size: 18px;
}

/* ================= PRODUCT IMAGE ================= */
.product-img {
  max-height: 380px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-img:hover {
  transform: scale(1.05);
}

/* ================= TECH SPEC BOX ================= */
.tech-spec-box {
  margin-top: 30px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #FFD532;
}

.tech-spec-box h5 {
  display: inline-block;
  background: #FFD532;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.tech-spec-box ul {
  list-style: none;
  padding: 0;
}

.tech-spec-box ul li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
  padding-left: 24px;
  position: relative;
}

.tech-spec-box ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #FFD532;
  font-weight: 700;
  font-size: 16px;
}

/* ================= BG LIGHT ROWS ================= */
.bg-light {
  background: #f8f9fa !important;
}

.product-section .bg-light {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .product-section {
    padding: 50px 0;
    overflow-x: hidden;
  }

  .product-section h2 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .product-section p {
    font-size: 15px;
  }

  .product-img {
    max-height: 300px;
    margin-top: 20px;
  }

  .flex-lg-row-reverse {
    flex-direction: column-reverse !important;
  }

  .text-center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .product-section {
    padding: 40px 0;
    overflow-x: hidden;
  }

  .container {
    overflow-x: hidden;
  }

  .product-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .product-section p {
    font-size: 14px;
    line-height: 1.6;
  }

  .product-tag {
    font-size: 11px;
    padding: 5px 12px;
  }

  .product-specs li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-img {
    max-height: 250px;
    margin: 20px auto;
    display: block;
  }

  .tech-spec-box {
    padding: 15px 20px;
    margin-top: 20px;
  }

  .tech-spec-box h5 {
    font-size: 13px;
    padding: 6px 12px;
  }

  .tech-spec-box ul li {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .bg-light {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row.g-5 {
    gap: 1.5rem !important;
  }

  .mb-5 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 576px) {
  .product-section {
    padding: 30px 0;
    overflow-x: hidden;
  }

  .product-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .product-section p {
    font-size: 14px;
  }

  .product-specs {
    margin: 20px 0;
  }

  .product-specs li {
    font-size: 13px;
    padding-left: 24px;
  }

  .product-img {
    max-height: 200px;
  }

  .tech-spec-box {
    padding: 12px 15px;
    margin-top: 15px;
  }

  .tech-spec-box h5 {
    font-size: 12px;
  }

  .tech-spec-box ul li {
    font-size: 12px;
  }

  .row.g-5 {
    gap: 1rem !important;
  }

  .mb-5 {
    margin-bottom: 30px !important;
  }
}/* ================= SECTION ================= */
.spare-unique-section {
  padding: 80px 0;           /* थोड़ा कम padding */
  background: #ffffff;
}

.spare-inner {
  padding: 0 10px;
}

/* ================= HEADING ================= */
.unique-heading {
  text-align: center;
  max-width: 900px;          /* थोड़ा चौड़ा किया heading के लिए */
  margin: 0 auto 60px;
}

.unique-heading .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 600;
  color: #0d6efd;
  display: inline-block;
  margin-bottom: 10px;
}

.unique-heading h2 {
  font-size: 36px;           /* थोड़ा छोटा और balanced */
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

/* ================= GRID ================= */
.spare-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);   /* ← 4 columns */
  gap: 30px;                      /* gap थोड़ा कम */
}

/* ================= CARD ================= */
.spare-item {
  background: #f9fafc;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: all 0.35s ease;
}

.spare-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.11);
}

/* ================= IMAGE FIX ================= */
.spare-img {
  height: 180px;              /* ← height कम की (220 → 180) */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.spare-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* ================= CONTENT ================= */
.spare-content {
  padding: 24px 20px 28px;    /* थोड़ा compact padding */
}

.spare-content h4 {
  font-size: 18px;            /* थोड़ा छोटा और clean */
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.3;
}

.spare-content p {
  font-size: 14.5px;          /* readability बेहतर */
  line-height: 1.65;
  color: #555;
  margin: 0;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1199px) {
  .spare-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .spare-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .spare-timeline {
    grid-template-columns: 1fr;
  }

  .spare-img {
    height: 170px;
  }

  .spare-content {
    padding: 20px 18px;
  }
}




/*  */
/* ===== Electrical Product UI Section ===== */
.eps-product-section {
  padding: 50px 0;
  background: #f6f9f8;
}

.eps-main-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.eps-img-wrap {
  background: #e6f2ee;
  border-radius: 22px;
  padding: 40px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.eps-img-wrap img {
  max-width: 100%;
}

.eps-content {
  background: #e9f3ef;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}

.eps-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.eps-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.eps-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.eps-rating i {
  color: #ffc107;
}

.eps-rating span {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}

.eps-features {
  background: transparent;
  border-radius: 16px;
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}

.eps-features li {
  font-size: 14px;
  color: #333;
  padding: 8px 0;
  list-style: none;
  position: relative;
  padding-left: 22px;
}

.eps-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #198754;
  font-size: 20px;
}

.eps-btn {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 30px;
}

/* ================= CARD GRID LAYOUT ================= */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-img {
  height: 180px;
  background: #e6f2ee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-content {
  padding: 20px 18px;
}

.card-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.3;
}

.card-content p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 991px) {
  .eps-img-wrap,
  .eps-content {
    min-height: 280px;
  }

  .eps-main-title {
    font-size: 24px;
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .eps-img-wrap,
  .eps-content {
    min-height: 240px;
  }

  .eps-main-title {
    font-size: 20px;
  }

  .eps-features li {
    font-size: 13px;
  }

  .card-grid {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .card-item {
    flex: 0 0 calc(100% - 15px);
    min-width: 280px;
  }

  .card-img {
    height: 160px;
  }

  .card-content {
    padding: 15px 12px;
  }

  .card-content h4 {
    font-size: 15px;
  }

  .card-content p {
    font-size: 12px;
  }
}



/* COMMON */


/* INFO SECTION */
.info-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}

.info-section.reverse .info-wrapper {
  flex-direction: row-reverse;
}

.info-image img {
  width: 100%;
  border-radius: 20px;
}

.info-image {
  flex: 1;
}

.info-content {
  flex: 1;
}

.info-content ul {
  padding-left: 18px;
}

/* GRID SECTION */
.section-title {
  font-size: 40px;
  margin-bottom: 50px;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.grid-card {
  background: #fff;
  padding: 30px;
  /* border-radius: 20px; */
  transition: 0.3s ease;
}

.grid-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .info-wrapper {
    flex-direction: column;
  }

  .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  h2 {
    font-size: 32px;
  }

  .grid-wrapper {
    grid-template-columns: 1fr;
  }
}


