.brand-slider{
background-color:#e8d4cf;
}
.team-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

/* Adjust the Swiper wrapper spacing */
.team-carousel .swiper-wrapper {
  align-items: stretch;
}

/* Each slide */
.team-carousel .swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 420px; /* Increased height */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-carousel .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Overlay for readability */
.team-carousel .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}

/* Text styling */
.team-carousel .meta {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}

.team-carousel .name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-carousel .role {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.9;
}

/* Swiper navigation arrows */
.team-carousel .swiper-button-next,
.team-carousel .swiper-button-prev {
  color: #fff;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background 0.3s;
}

.team-carousel .swiper-button-next:hover,
.team-carousel .swiper-button-prev:hover {
  background: rgba(0,0,0,0.6);
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .team-carousel .swiper-slide {
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .team-carousel .swiper-slide {
    min-height: 320px;
  }
}


.owl-controls.clickable {
    display: block !important;
}

.block-widget-rokanthemes-brand .owl-theme .owl-pagination {
    display: none;
}

@media (max-width: 768px) {
  .custommenu.navigation ul.submenu.level1 {
    display: none;
  }

  .custommenu.navigation .toggle-icon {
    float: right;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    margin-left: 10px;
  }

  .custommenu.navigation li.level0.open > .level-top {
    font-weight: bold;
  }
}


.subscribe {
    background-image: linear-gradient(
180deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%), url(/media/wysiwyg/IMG_2462-scaled.jpg) !important;
}
/*
.product-item .addto-links-icons .add-to-links li a:hover, .product-list-item .addto-links-icons .add-to-links li a:hover{
background:#b21f4e;
}
*/

#newsletter-popup {
    display:none;
}
