/* ====== Preeloader CSS Start ====== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaded .preloader {
  display: none;
}

.preloader-logo {
  width: 300px;
  height: auto;
}

/* ======= Preeloader CSS END ====== */

.uppercase-heading {
  text-transform: uppercase;
}

/* ===== Pagination Styles (Products) ===== */
#productsPagination {
  text-align: center;
}

#productsPagination .tj-pagination {
  display: inline-block;
}

#productsPagination .page-numbers {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#productsPagination .page-numbers li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

#productsPagination .page-numbers li a:hover {
  border-color: #111827;
}

#productsPagination .page-numbers li a.current {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
}

#productsPagination .page-numbers li.disabled a {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.product-filter {
  position: sticky;
}

/* Disable heavy heading/sub-heading animations on mobile to avoid jank */
@media (max-width: 767px) {

  .wow,
  .title-anim,
  .text-anim,
  .sec-heading .sec-title,
  .sec-heading .desc,
  .sec-heading .sub-title {
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.fullwidth-gradient-bar {
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  background: radial-gradient(circle, #2572b8 0%, #273055 100%);
}

.gradient-bar-heading {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .gradient-bar-heading {
    font-size: 22px;
  }

  .fullwidth-gradient-bar {
    padding: 20px 15px;
  }
}

/* Section Wrapper */
.welnor-export-image-section {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 40px;
  overflow: visible;
}

/* Image Container */
.welnor-export-image-wrap {
  width: 100%;
  position: relative;
  overflow: visible;
}

/* Responsive Image - */
.welnor-export-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain !important;
  object-position: center;
  opacity: 0.55;
}

/* Optional: Extra support for very small screens */
@media (max-width: 480px) {
  .welnor-export-image {
    object-fit: contain !important;
    opacity: 0.6;
  }
}


/* Logo section background */
/* Swiper slide */

.logo-swiper {
  margin-bottom: 15px;
}

.logo-swiper .swiper-slide {
  width: 100px;
  height: 100px;

  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logo-swiper .swiper-slide img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  padding: 10px;
}

.logo-swiper img {
  opacity: 1;
  transition: all 0.3s ease;
}

/* ================= */
/*    certificate    */
/* ================= */

.tj-product-item:hover .tj-product-thumb img.certificate {
  -webkit-transform: none;
  transform: none;
}

/* .vbox-close {
  display: block !important;
  opacity: 1 !important;
  z-index: 9999;
} */

#certificateModalImg {
  max-height: 800px;
  width: 550px;
  display: block;
}



/* ====================
          ISI
======================= */
/* isi mark */

.isi-badge-wrapper {
  position: relative;
  display: inline-block;
  /* background: #2e3954; */
}

.isi-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  /* adjust size */
  height: 40px !important;
  width: auto !important;
  /* background: #2e3954; */
  /* optional for visibility */
  /* padding: 4px; */
  border-radius: 0px;
  /* border-color: #2e3954; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .isi-badge {
    bottom: 3%;
    right: 3%;
    border-radius: 10px;
    height: 50px !important;
  }
}

@media (max-width: 992px) {
  .isi-badge {
    height: 55px;
  }
}

/* ==============================
   PRODUCT DETAILS SECTION
   ============================== */

.product-info-section {
  background-color: #f8f9fa;
}

/* Card container */
.product-detail-card {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.product-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Section heading (center) */
.product-detail-card h4 {
  position: relative;
  font-size: 20px;
  /* color: #1a1a1a; */
  margin-bottom: 25px;
  padding-bottom: 10px;
}


/* Detail item */
.detail-item {
  display: flex;
  /* align-items: flex-start; */
  gap: 10px;
  padding: 8px 0;
  font-size: 15px;
  color: #444;
}

/* Icon */
.detail-item i {
  /* color: #0d6efd; */
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Text */
.detail-item span {
  line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .product-detail-card {
    padding: 24px;
  }

  .product-detail-card h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .detail-item {
    font-size: 14px;
    padding: 6px 0;
  }

  .product-detail-card h4::after {
    width: 45px;
  }
}

@media (max-width: 575px) {
  .product-detail-card {
    padding: 20px;
  }

  .product-detail-card h4 {
    font-size: 17px;
  }
}

/* =========================== 
          CATALOGUE
==============================*/

.tj-primary-btn .btn-icon i.catalogue {
  color: var(--tj-color-common-white);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.h7-cta-inner .cta-content .title.Catalogue {
  max-width: 826px !important;
  margin-bottom: 0;
}