.maskimage {
  -webkit-mask-image: url('./assets/images/masking.png');
  mask-image: url('./assets/images/masking.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.slider-full .slick-dots {
  bottom: 10px;
}

.slider-full .slick-dots li button:before {
  font-size: 16px;
  opacity: 1;
  color: #a6a6a6 !important;
}

.slider-full .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f1f1f1 !important;
}

ul.career_list li::marker {
  content: '✔';
}

ul.career_list li {
  padding-left: 10px;
}

.desc_content h4,
.desc_content h3,
.desc_content h2 {
  font-size: 24px;
  line-height: 30.72px;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 20px;
}

.desc_content p {
  font-size: 20px;
  line-height: 24.89px;
  color: #1c1c1c;
  font-weight: 400;
  margin-bottom: 20px;
}

.slick-list {
  padding: 0 10% 0 10% !important;
}

.desc_content p strong {
  font-weight: 600;
}

.desc_content ul {
  font-size: 20px;
  line-height: 24.89px;
  color: #1c1c1c;
  font-weight: 300;
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.desc_content ol {
  font-size: 20px;
  line-height: 24.89px;
  color: #1c1c1c;
  font-weight: 300;
  margin-bottom: 20px;
}

.desc_content a {
  text-decoration: underline;
}

.content .slick-next {
  right: 25px;
  z-index: 2;
}

.content .slick-prev {
  left: 25px;
  z-index: 2;
}

.content .slick-prev:before,
.content .slick-next:before {
  color: #000;
}

.single .slick-list,
.testimonials .slick-list,
.about .slick-list {
  padding: 0 !important
}

.thumb-wrapper {
  display: flex;
  width: 100%;
  gap: 11px;
  justify-content: center;
}

.thumb-wrapper>div {
  width: 100%;
  overflow: hidden;
  transition: all .1s;
}

.thumb-wrapper>div.active {
  border: 2px solid #1C2E4230;
  border-radius: 11px;
}

.thumb-wrapper>div img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.singleproducts::-webkit-scrollbar {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}


.instagram-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin: 20px 0;
}

.instagram-post {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.instagram-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.instagram-post:hover img {
  transform: scale(1.05);
}

#openQuotePopup span {
  writing-mode: vertical-rl;
}
