/*==============================
        Inner Banner
==============================*/

.page-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071c2c 0%, #0b3355 50%, #0f5b92 100%);
}

.banner-height {
  min-height: 380px;
  padding: 80px 0;
}

.page-banner .hero-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
}

.page-banner .floating-shape {
  opacity: 0.5;
}

.page-banner .hero-title {
  color: #fff;
  font-size: 58px;
  font-weight: 800;
}

.page-banner .hero-sub {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.8;
}

.breadcrumb-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 17px;
}

.breadcrumb-banner a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb-banner a:hover {
  color: var(--primary-color);
}

.breadcrumb-banner span {
  color: #ffffffb3;
}

@media (max-width: 991px) {
  .banner-height {
    min-height: 320px;
  }

  .page-banner .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .banner-height {
    min-height: 260px;
    padding: 60px 0;
  }

  .page-banner .hero-title {
    font-size: 34px;
  }

  .page-banner .hero-sub {
    font-size: 16px;
  }

  .breadcrumb-banner {
    font-size: 15px;
  }
}

/* ================ for image zooming start =================== */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.5s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transform: scale(0.5);
  transition: 0.4s;
}

.gallery-item:hover .gallery-overlay i {
  transform: scale(1);
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
}

/* ================ for image zooming end  =================== */

/* ===================== CATEGORY PAGE ===================== */

/* Banner */
.page-banner-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-banner-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}
.cat-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}

/* Intro */
.cat-intro-section {
  background: #fff;
}
.cat-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
}
.cat-badge i {
  color: var(--orange);
}
.cat-intro-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.cat-intro-img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 24px;
  background: #f8fafc;
  display: block;
}
.cat-intro-stat-card {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 16px;
  padding: 18px 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.14);
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.cat-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cat-stat-item strong {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 800;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cat-stat-item span {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}
.cat-stat-divider {
  width: 1px;
  height: 40px;
  background: #e2e8f0;
}

/* Products */
.cat-products-section {
  background: var(--light-bg);
}
.cat-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.07);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}
.cat-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}
.cat-product-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.cat-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-product-card:hover .cat-product-img img {
  transform: scale(1.06);
}
.cat-product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--grad-warm);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
}
.cat-product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cat-product-body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 10px;
  color: var(--dark);
}
.cat-product-body p {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 18px;
}
.cat-product-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--orange);
  transition:
    gap 0.25s ease,
    color 0.25s ease;
  margin-top: auto;
}
.cat-product-btn:hover {
  gap: 14px;
  color: var(--red);
}

/* CTA card inside products grid */
.cat-cta-card {
  background: linear-gradient(135deg, var(--dark) 0%, #1e293b 100%);
  border: none;
}
.cat-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 28px;
  height: 100%;
}
.cat-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--grad-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 10px 28px rgba(255, 91, 46, 0.35);
}
.cat-cta-card h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.cat-cta-card p {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.6;
}

/* Industries */
.cat-industries-section {
  background: #fff;
}
.cat-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.cat-industry-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 14px 16px;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--dark);
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.25s;
}
.cat-industry-item:hover {
  background: #fff5f2;
  border-color: rgba(255, 91, 46, 0.25);
  transform: translateX(4px);
}
.cat-industry-item i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--grad-warm);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* Why Choose */
.cat-why-section {
  background: var(--light-bg);
}
.cat-why-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  border: 1px solid #eef1f8;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.cat-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
  border-color: rgba(255, 91, 46, 0.2);
}
.cat-why-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--grad-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(255, 91, 46, 0.25);
}
.cat-why-card h5 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.cat-why-card p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Export */
.cat-export-section {
  background: #fff;
}
.cat-export-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.cat-export-stat {
  display: flex;
  flex-direction: column;
}
.cat-export-stat strong {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  background: var(--grad-warm);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cat-export-stat span {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}
.cat-export-flags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.cat-flag-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 14px 8px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.cat-flag-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}
.cat-flag-item img {
  width: 36px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
.cat-flag-item span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #475569;
  text-align: center;
}

/* CTA Section */
.cat-cta-section {
  position: relative;
  background: var(--grad-warm);
  padding: 100px 0;
  overflow: hidden;
}
.cat-cta-box {
  position: relative;
  z-index: 1;
}
.cat-cta-section h2 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.cat-cta-section p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto 32px;
}
.cat-cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cat-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.cat-cta-wa:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #fff;
  color: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .cat-intro-stat-card {
    position: static;
    transform: none;
    margin-top: 24px;
    justify-content: center;
  }
  .cat-intro-img {
    height: 300px;
  }
  .cat-export-flags {
    grid-template-columns: repeat(3, 1fr);
  }
  .cat-industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cat-export-flags {
    grid-template-columns: repeat(3, 1fr);
  }
  .cat-industries-grid {
    grid-template-columns: 1fr;
  }
  .cat-export-stats {
    gap: 20px;
  }
  .cat-cta-section {
    padding: 70px 0;
  }
  .page-banner-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .cat-export-flags {
    grid-template-columns: repeat(2, 1fr);
  }
  .cat-intro-stat-card {
    flex-direction: column;
    gap: 16px;
    padding: 18px 20px;
  }
  .cat-stat-divider {
    width: 60px;
    height: 1px;
  }
  .cat-intro-badges {
    flex-direction: column;
  }
  .cat-cta-btns {
    flex-direction: column;
    align-items: center;
  }
  .cat-cta-wa,
  .btn-white-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* for heading  */
.page-banner-heading {
  font-size: 60px; /* Same as your H1 */
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .page-banner-heading {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .page-banner-heading {
    font-size: 32px;
  }
}

/* ===================== PRODUCT PAGE ===================== */

/* Banner — no h1, use p tag styled like h1 */
.prod-banner-title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.8vw, 2.8rem);
  color: #fff;
  line-height: 1.25;
  margin-bottom: 14px;
}

/* Layout */
.prod-layout-section {
  padding: 60px 0 80px;
  background: #f8fafc;
}

/* H1 inside content */
.prod-h1 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f1f5f9;
}

/* Product main image */
.prod-main-img-wrap {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
}
.prod-main-img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

/* Content blocks */
.prod-content-block {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
  border: 1px solid #f1f5f9;
}
.prod-content-block p {
  color: #343f4e;
  font-size: 0.87rem;
  line-height: 1.5;
}

.prod-h2 {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-left: 4px solid var(--orange);
  padding-left: 14px;
}
.prod-h3 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

/* Feature list */
.prod-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.prod-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.88rem;
  color: #334155;
  font-weight: 500;
  line-height: 1.5;
}
.prod-feature-list li i {
  color: var(--orange);
  margin-top: 2px;
  flex-shrink: 0;
}

/* Spec table */
.prod-table-wrap {
  overflow-x: auto;
}
.prod-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.prod-spec-table th {
  background: var(--dark);
  color: #fff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 0.85rem;
}
.prod-spec-table td {
  padding: 11px 16px;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}
.prod-spec-table tr:nth-child(even) td {
  background: #f8fafc;
}
.prod-spec-table tr:last-child td {
  border-bottom: none;
}
.prod-spec-table td:first-child {
  font-weight: 600;
  color: var(--dark);
  width: 42%;
}

/* Applications grid */
.prod-app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.prod-app-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--dark);
  transition:
    background 0.2s,
    border-color 0.2s;
}
.prod-app-item:hover {
  background: #fff5f2;
  border-color: rgba(255, 91, 46, 0.25);
}
.prod-app-item i {
  color: var(--orange);
  font-size: 0.85rem;
  flex-shrink: 0;
}

/* Inline CTA */
.prod-inline-cta {
  background: linear-gradient(135deg, #fff5f2, #fff8f5);
  border: 1px solid rgba(255, 91, 46, 0.2);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.prod-inline-cta-text {
  flex: 1;
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  min-width: 200px;
}
.prod-inline-cta-text strong {
  color: var(--dark);
}

/* Bottom CTA block */
.prod-bottom-cta {
  background: linear-gradient(135deg, var(--dark) 0%, #1e293b 100%);
  border: none;
}
.prod-bottom-cta .prod-h2 {
  color: #fff;
  border-left-color: var(--orange);
}
.prod-bottom-cta p {
  color: #94a3b8;
}
.prod-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.prod-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  padding: 0.7rem 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: opacity 0.25s;
}
.prod-wa-btn:hover {
  opacity: 0.88;
  color: #fff;
}

/* ===== SIDEBAR ===== */
.prod-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 90px;
}

.prod-sidebar-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.07);
  border: 1px solid #f1f5f9;
}
.prod-sidebar-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f5f9;
}

/* Quote card */
.prod-quote-card {
  background: linear-gradient(135deg, var(--dark), #1e293b);
  border: none;
}
.prod-quote-card .prod-sidebar-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.prod-quote-card .prod-sidebar-card-head i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--grad-warm);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.prod-quote-card h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.prod-quote-card > p {
  color: #94a3b8;
  font-size: 0.85rem;
  margin-bottom: 16px;
}
.prod-quote-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prod-quote-form input,
.prod-quote-form textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  font-size: 0.88rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}
.prod-quote-form input::placeholder,
.prod-quote-form textarea::placeholder {
  color: #64748b;
}
.prod-quote-form input:focus,
.prod-quote-form textarea:focus {
  border-color: var(--orange);
}

/* Related products */
.prod-related-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prod-related-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--dark);
  transition: color 0.2s;
}
.prod-related-item:hover {
  color: var(--orange);
}
.prod-related-item img {
  width: 64px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.prod-related-item span {
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Highlights */
.prod-sidebar-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prod-sidebar-highlights li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.87rem;
  font-weight: 600;
  color: #334155;
}
.prod-sidebar-highlights li i {
  color: var(--orange);
  flex-shrink: 0;
}

/* Contact card */
.prod-contact-card {
  background: #f8fafc;
}
.prod-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e8edf5;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--dark);
  font-size: 0.88rem;
  font-weight: 600;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.prod-contact-row:last-child {
  margin-bottom: 0;
}
.prod-contact-row i {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--grad-cool);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.prod-contact-row:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.prod-wa-row i {
  background: #25d366;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .prod-sidebar {
    position: static;
  }
  .prod-feature-list {
    grid-template-columns: 1fr;
  }
  .prod-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .prod-content-block {
    padding: 20px 16px;
  }
  .prod-app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prod-inline-cta {
    flex-direction: column;
  }
  .prod-cta-btns {
    flex-direction: column;
  }
  .prod-cta-btns .btn,
  .prod-wa-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .prod-feature-list {
    grid-template-columns: 1fr;
  }
}
