/* custom css */
/* custom scrollbar */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #1f301a;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
body::-webkit-scrollbar-track {
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
/* custom scrollbar */

/* Header scroll-ticker  */
.scroll-ticker {
  width: 100%;
  overflow: hidden;
  background: #1f301a;
  white-space: nowrap;
  height: 45px !important;
}

.scroll-track {
  display: inline-block;
  animation: scroll-left 30s linear infinite;
  margin-top: 0.5em;
}

.news-ticker {
  display: inline-block;
  margin-right: 80px;
  font-weight: 300;
  font-size: 12px;
  line-height: 10px;
  font-family: "Plus Jakarta Sans" !important;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* Infinite scrolling animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Target only mobile menu inside .mobile-menu parent */
.mobile-menu .hfe-nav-menu li a.hfe-menu-item {
  display: block !important;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  border-bottom: 0.5px solid #1f301a !important;
}

/* Remove last item border */
.mobile-menu .hfe-nav-menu li:last-child a.hfe-menu-item {
  border-bottom: none;
}

/* 1024px to 768px → 2 columns layout */
@media (max-width: 1024px) and (min-width: 768px) {
  .footer-grids .elementor-element-68107cc > .e-con-inner,
  .elementor-element-68107cc {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 30px !important;
  }

  /* make all child containers full-size inside grid */
  .footer-grids .elementor-element-68107cc .e-con {
    width: 100% !important;
  }
}
.subs-form {
  opacity: 60% !important;
}
.subs-form .elementor-field-group.elementor-field-type-submit {
  display: none !important;
}
.custom-mobile-tabs .e-n-tabs-heading .e-n-tab-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#instagram-gallery-feed-elementor-instagram-836670c .instagram-gallery-item {
  flex: 0 0 auto !important;
  object-fit: cover;
}


/* #instagram-gallery-feed-elementor-instagram-836670c
  .instagram-gallery-item:nth-child(3n + 2) {
  width: 573px !important;
}

#instagram-gallery-feed-elementor-instagram-836670c
  .instagram-gallery-item:nth-child(3n + 1),
#instagram-gallery-feed-elementor-instagram-836670c
  .instagram-gallery-item:nth-child(3n + 3) {
  width: 277px !important;
} */
 .instagram-gallery-feed .swiper-slide {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Pattern 1 big, 2 small */
.instagram-gallery-feed .swiper-slide:nth-child(3n + 1) {
  width: 573px !important;
}

.instagram-gallery-feed .swiper-slide:nth-child(3n + 2),
.instagram-gallery-feed .swiper-slide:nth-child(3n + 3) {
  width: 277px !important;
}
.elementor-message-success{
  color: #ffffff !important;
}

.instagram-gallery-item {
  margin-right: 20px !important;
}
.instagram-gallery-list {
  height: 300px !important;
}
.instagram-gallery-item {
  border-radius: 0px !important;
}
.swiper-slide {
  border-radius: 0px !important;
}
.instagram-gallery-item--cols-5 {
  border-radius: 0px !important;
}
.swiper-slide-duplicate {
  border-radius: 0px !important;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap {
  padding-top: 0px !important;
}
.instagram-gallery__actions {
  display: none !important;
}
.swiper-button-prev {
  display: none !important;
}
.swiper-button-next {
  display: none !important;
}
/* .instagram-gallery-modal__overlay{
  display: none !important;
} */
.insta-slider .swiper-slide .instagram-gallery-item__media {
  z-index: 9 !important;
}
.wolt-icon svg {
  height: 24px !important;
  width: 52px !important;
}

/* Base state */
/* container must be relative */
.autoplay-tabs .e-n-tabs-content {
  position: relative;
  overflow: hidden;
}

.autoplay-tabs .e-n-tabs-content > div {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* fade speed */
  pointer-events: none;
}

.autoplay-tabs .e-n-tabs-content > div.e-active {
  pointer-events: auto;
}

.autoplay-tabs .e-n-tabs-content > div.fade-in {
  opacity: 1;
}

/* slider css home page */
.banner-slide,
.banner-slider {
  position: relative !important;
}
.custom-number-pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 18px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Plus Jakarta Sans" !important;
  line-height: 25px;
  font-weight: 300;
}

.custom-number-pagination span {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.custom-number-pagination .active {
  font-weight: 500;
  opacity: 1;
}
.banner-slide i {
  font-family: "Playfair Display" !important;
}
.brand-txt p {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .custom-number-pagination {
    font-size: 15px;
  }
}
.instagram-gallery-feed{
  pointer-events: none;
}