:root {
  --color-scrollbar: #000;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  color: var(--cl-text);
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 0.5rem;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: var(--color-scrollbar);
}

a,
i,
input[type="submit"],
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zoom__img {
  position: relative;
  transition:
    filter 0.6s ease,
    transform 0.6s ease,
    box-shadow 0.4s ease;
  transform-origin: center center;
  overflow: hidden;
}

.zoom__img img {
  transition: all 0.5s;
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.zoom__img:hover img {
  transform: scale(1.03) rotateZ(0.3deg) translateY(-2px);
  filter: brightness(1.2) contrast(1.1) saturate(1.2);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.4),
    0 0 40px rgba(255, 255, 255, 0.3),
    0 0 60px rgba(255, 255, 255, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img__contain img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
  -o-object-fit: contain;
}

.img__h-full img {
  height: 100% !important;
}

.img__w-full img {
  width: 100%;
}

.img__center img {
  display: block;
  margin: 0 auto;
}

.module-modal {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.module-modal.active {
  visibility: visible;
  opacity: 1;
}

.module-modal .modal-content {
  transform: translateY(-5rem);
  transition: all 0.3s;
}

.module-modal.active .modal-content {
  transform: translateY(0);
}

.rank-math-breadcrumb .separator {
  display: inline-block;
  margin: 0 0.5rem;
}

.rank-math-breadcrumb {
  font-weight: 500;
  color: #8e8e8e;
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:hover {
  color: var(--cl-text);
}

.pro__item .c-img img {
  width: 92%;
  height: 100%;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.product-option.added {
  background-color: #d1d5db !important;
  color: #6b7280 !important;
  pointer-events: none;
  cursor: default;
}

.module-investor-relations-pagination .ajax-pagination {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0;
}

.module-investor-relations-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #093851;
  font-weight: 700;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  min-width: 24px;
}

.module-investor-relations-pagination .page-numbers.current {
  color: #3498db;
  width: 42px;
  height: 42px;
  border: 1px solid #3498db;
  border-radius: 50%;
}

.module-investor-relations-pagination .page-numbers.dots {
  color: #a3a3a3;
  font-weight: 400;
}

.module-investor-relations-pagination .page-numbers.next,
.module-investor-relations-pagination .page-numbers.prev {
  color: #093851;
  font-size: 1.5rem;
}

.module-investor-relations-pagination a.page-numbers:hover {
  color: #3498db;
}

.tab-center.active a {
  color: var(--cl-primary);
}
