/* Vizag Chemical International & RXSOL Branding Styles */

.logo {
  max-height: 48px !important;
  width: auto !important;
  vertical-align: middle !important;
  display: inline-block;
  transition: max-height 0.25s ease;
}

nav.transparent.fixed .logo,
nav:not(.transparent) .logo {
  max-height: 46px !important;
}

.footer-1 .logo {
  max-height: 54px !important;
  margin-bottom: 16px;
  display: inline-block;
}

.badge-brand {
  background: #f37021;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-block;
}

.btn-brand {
  background-color: #f37021 !important;
  border-color: #f37021 !important;
  color: #ffffff !important;
  font-weight: 700;
}

.btn-brand:hover {
  background-color: #d85910 !important;
  border-color: #d85910 !important;
  color: #ffffff !important;
}

/* Ensure background parallax hero displays crisply */
.paragraph--type--paragraph-header-block .background-image-holder,
.paragraph--type--paragraph-image-bg-block .background-image-holder {
  background-position: center center !important;
  background-size: cover !important;
}

/* ---------------------------------------------------- */
/* Product catalog: grid + card + detail page           */
/* ---------------------------------------------------- */

.rxsol-product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.rxsol-product-toolbar__count {
  color: #6b7680;
  font-size: 14px;
}

.rxsol-product-card {
  background: #ffffff;
  border: 1px solid #e7eaed;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.rxsol-product-card:hover {
  box-shadow: 0 8px 24px rgba(20, 30, 40, 0.1);
  transform: translateY(-3px);
}

.rxsol-product-card__image-wrap {
  display: block;
  background: #f4f6f8;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.rxsol-product-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rxsol-product-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.rxsol-product-card__category {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f37021;
  margin-bottom: 6px;
}

.rxsol-product-card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 6px;
}

.rxsol-product-card__title a {
  color: #1c2733;
  text-decoration: none;
}

.rxsol-product-card__title a:hover {
  color: #f37021;
}

.rxsol-product-card__sku {
  font-size: 12px;
  color: #8a939c;
  font-family: monospace;
  margin-bottom: 10px;
}

.rxsol-product-card__desc {
  font-size: 13.5px;
  color: #5c6670;
  line-height: 1.55;
  margin-bottom: 16px;
  flex-grow: 1;
}

.rxsol-product-card__cta {
  margin-top: auto;
}

.rxsol-product-card .btn-brand {
  display: block;
  text-align: center;
  padding: 9px 14px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

/* Product detail page */

.rxsol-product-detail {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  padding: 40px 0;
}

.rxsol-product-detail__media {
  flex: 0 0 380px;
  max-width: 100%;
}

.rxsol-product-detail__media img {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e7eaed;
  background: #f4f6f8;
}

.rxsol-product-detail__info {
  flex: 1 1 380px;
  min-width: 280px;
}

.rxsol-product-detail__category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f37021;
  margin-bottom: 8px;
}

.rxsol-product-detail__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #1c2733;
}

.rxsol-product-detail__sku {
  display: inline-block;
  background: #f4f6f8;
  border: 1px solid #e7eaed;
  color: #4a545e;
  font-family: monospace;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 22px;
}

.rxsol-product-detail__desc {
  font-size: 15px;
  line-height: 1.75;
  color: #3d4750;
  margin-bottom: 20px;
}

.rxsol-product-detail__specs {
  background: #f9fafb;
  border: 1px solid #e7eaed;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #3d4750;
}

.rxsol-product-detail__specs strong {
  color: #1c2733;
}

.rxsol-product-detail .btn-brand {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.rxsol-breadcrumb-back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6b7680;
  text-decoration: none;
}

.rxsol-breadcrumb-back:hover {
  color: #f37021;
}

/* FAQ list */

.rxsol-faq-item {
  background: #ffffff;
  border: 1px solid #e7eaed;
  border-left: 4px solid #f37021;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 16px;
}

.rxsol-faq-item__q {
  font-size: 16px;
  font-weight: 700;
  color: #1c2733;
  margin-bottom: 8px;
}

.rxsol-faq-item__a {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a545e;
}

.rxsol-faq-item__a p {
  margin: 0;
}

