.menuSticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.menuSticky {
    transition: all 0.3s ease;
}
/* ===============================
   NEWS SHORTCODE SECTION
================================ */

.news-wrapper {
  padding-top: 48px;
  margin-top: 48px;
}

.news-wrapper a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #1C1C1C;
  transition: all 0.4s ease-in-out;
}

.news-wrapper .news-service:hover .tag {
  color: #fff;
}

.news-wrapper .news-service:hover .news-content h3 a {
  color: #c19a5b;
}

.news-wrapper .news-list .news-service .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.col-lg-6 {
  flex: 0 0 auto;
  width: 50%;
}

.news-wrapper .row {
  gap: 20px;
  display: flex;
  flex-wrap: nowrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* LIST */
.news-wrapper .news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* ITEM */
.news-wrapper .news-service {
  padding: 30px 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.20);
  background: linear-gradient(to bottom, #1c1c1c 0%, #1c1c1c 98%);
  background-size: 0;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: background-size 0.8s;
}

/* TAG */
.news-wrapper .news-service .tag {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
  transition: 0.7s;
}

.news-wrapper .news-service .tag span.style-2 {
  position: relative;
}

.news-wrapper .news-service .tag span.style-2::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #c19a5b;
  /* theme color */
}

/* CONTENT */
.news-wrapper .news-content {
  transition: 0.7s;
}

.news-wrapper .news-content h3 a {
  display: inline;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: 0.4s;
}

.news-wrapper .news-content h3 a:hover {
  color: #c19a5b;
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #c19a5b 0%, #c19a5b 100%);
}

/* HOVER EFFECT */
.news-wrapper .news-service:hover {
  background-size: 100%;
  background-position: 0% 100%;
}

.news-wrapper .news-service:hover .tag,
.news-wrapper .news-service:hover .news-content {
  transform: translateX(40px);
}

.news-wrapper .news-service:hover .tag span.style-2::before {
  background-color: #ffffff;
}

/* ===============================
   IMAGE GROUP
================================ */

.news-img-group {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-img-group li {
  position: relative;
}

.news-img-group .news-img {
  min-height: 685px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}

.news-img-group .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ACTIVE IMAGE */
.news-img-group li.active .news-img {
  z-index: 15;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}

/* ================= SERVICE WRAPPER ================= */

.service-wrapper {
  margin-top: 48px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ================= SERVICE ITEM ================= */

.service-main-item {
  position: relative;
  width: 210px;
  height: 528px;
  border-radius: 10px;
  transition: all 0.6s ease;
}

.service-main-item .service-item,
.service-main-item .service-card-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 450px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease;
}

/* ================= FIRST CARD ================= */

.service-item {
  background-color: #093151;
  z-index: 2;
}

.service-item img {
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}

.service-item {
    position: relative;
}

.service-content {
  /*margin: 18px 0 30px 30px;*/
  /*writing-mode: vertical-rl;*/
  /*transform: rotate(180deg);*/
  height: 300px;
  position: absolute;
    top: 130px;
    left: -20px;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.6s ease;
}

.service-content h3 {
  font-size: 22px;
}

.service-content h3 a {
  color: #fff;
  text-decoration: none;
    font-family: "Barlow", Sans-serif;
}

.service-content .btn {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.service-wrapper .service-main-item .service-card-item .services-image .content h3 a {
        display: inline-block;
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease;
}

.service-wrapper .service-main-item .service-card-item .services-image .content h3 a:hover {
    color: #000;
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, #000 0%, #000 100%);
}

/* ================= SECOND CARD ================= */

.service-card-item {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  z-index: 1;
}

.services-image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.services-image .content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.services-image h3 a {
  color: #111;
  text-decoration: none;
    font-family: "Barlow", Sans-serif;
}

/* ================= ACTIVE / HOVER ================= */

.service-main-item:hover,
.service-main-item.active {
  width: 450px;
}

.service-main-item:hover .service-item,
.service-main-item.active .service-item {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}

.service-main-item:hover .service-card-item,
.service-main-item.active .service-card-item {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 3;
  width: 450px;
}


.service-wrapper .service-main-item .service-card-item .services-image .content .views-btn {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    font-family: "Barlow", sans-serif;
}

/* ===============================
   ANIMATIONS
================================ */

@keyframes qodef-animate-image-out {
  from {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }

  to {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes qodef-animate-image-in {
  from {
    transform: scale(1.05);
    clip-path: inset(0 100% 0 0);
  }

  to {
    transform: scale(1);
    clip-path: inset(0 0 0 0);
  }
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .news-img-group {
    display: none;
    visibility: hidden;
  }

  .news-wrapper .news-list .news-service .news-content h3 {
    font-size: 20px;
  }

  .news-wrapper .news-list .news-service .tag {
    margin-bottom: 20px;
  }

  .news-wrapper .news-list .news-service {
    padding: 30px 0;
  }

  .news-wrapper .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }

}

@media (max-width: 1400px) {
  .news-wrapper {
    padding-top: 30px;
    margin-top: 30px;
  }
}