/* Nav Size - FIX
-----------------------------------------------------------------*/
.device-lg .menu-container > .menu-item > .menu-link {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px !important;
	font-weight: 900;
	letter-spacing: 0;
}

.device-xl .menu-container > .menu-item > .menu-link {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px !important;
	font-weight: 900;
	letter-spacing: 0;
}

.h-txt{
	font-size: 4rem !important;
}

.menu-txt{
	font-size: 24px !important; 
	font-weight: 700 !important;
}

.slider-card-color1 {
  /* your existing styling */
  background-color: rgba(0, 166, 195, 0.85) !important;
}
.slider-card-color2 {
  /* your existing styling */
  background-color: rgba(249, 242, 192, 0.85) !important;
}
.slider-card-color3 {
  background: repeating-linear-gradient(
    to right,
    rgba(157, 34, 56) 0 60px,
    rgba(132, 39, 53) 60px 120px
  ) !important;
  background-size: 120px 100%;
}
.slider-card-color4 {
  /* your existing styling */
  background-color: rgba(223, 144, 144, 0.85) !important;
}
.slider-card-color5 {
  /* your existing styling */
  background-color: rgba(86, 46, 10, 0.85) !important;
}
.slider-card-color6 {
  /* your existing styling */
  background-color: rgba(91, 61, 95, 0.85) !important;
}
.slider-card-color7 {
  /* your existing styling */
  background-color: rgba(44, 34, 13, 0.85) !important;
}
.slider-card {
  /* how deep the cuts should be */
  --cut: 16px;
  border: none !important;
  position: relative;
  mask: radial-gradient(20px at 40px 40px, transparent 98%, black) -40px -40px;
}
.featured-card {
	min-height: 450px;
}



.swiper-slide {
  position: relative !important;
}

.swiper-slide-bg {
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-slide .container,
.swiper-slide .card {
  position: relative;
  z-index: 3;
}




/* Make the whole card clickable and remove default link styles */
.slider-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.slide-card-text{
	font-size: 1.5rem !important; 
	font-weight: 700 !important;
}

.slider-card {
  position: relative !important;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s !important;
  box-shadow: 0 3px 16px 0 rgba(0,0,0,0.06) !important;
  cursor: pointer !important;
  overflow: hidden !important;
}

/* Overlay effect */
.slider-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(24,24,24,0.17);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(.4,2,.6,1) !important;
  pointer-events: none !important;
  z-index: 2;
}

.slider-card-link:hover .slider-card,
.slider-card-link:focus .slider-card {
  transform: scale(1.035) !important;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
}
.slider-card-link:hover .slider-card::after,
.slider-card-link:focus .slider-card::after {
  opacity: 1;
}

/* Optional: On focus for accessibility (keyboard tab) */
.slider-card-link:focus {
  outline: none;
}
.slider-card-link:focus .slider-card {
  box-shadow: 0 0 0 3px #ffb347, 0 8px 32px 0 rgba(0,0,0,0.16);
}

.slider-arrow-left, .slider-arrow-right, .flex-prev, .flex-next, .slider-arrow-top-sm, .slider-arrow-bottom-sm {
    top: 94% !important;
    z-index: 11 !important;
    border-radius: 36px !important;
    background-color: rgba(159, 9, 51) !important;
    width: 38px !important;
    height: 38px !important;
}
.slider-arrow-right i{
	line-height: 38px !important;
	
}
.slider-arrow-left i{
	line-height: 38px !important;
	
}
.slider-arrow-right{
	right: 32% !important;
}
.slider-arrow-left{
	left: 32% !important;
}

@media (max-width: 991px) {
	.header-size-custom #logo img {
		height: 72px !important;
		padding-right: 0px;
	}
	.header-size-custom_wrap #logo img {
		height: 72px !important;
		padding-right: 0px;
	}
	/* Invisible clickable overlay, only over the bg, below the card */
	.swiper-slide-link {
	  z-index: 999 !important;
	  position: absolute;
	  inset: 0;
	  width: 100%;
	  height: 100%;
	  display: block;
	  /* Invisible but clickable */
	  background: transparent;
	  cursor: pointer;
	}
	.slide-card-text{
	font-size: 1.2rem !important; 
	font-weight: 700 !important;
	}
}
@media (max-width: 767px) {
	.header-size-custom #logo img {
		height: 72px !important;
		padding-right: 0px;
	}
	.header-size-custom_wrap #logo img {
		height: 72px !important;
		padding-right: 0px;
	}
	/* Invisible clickable overlay, only over the bg, below the card */
	.swiper-slide-link {
	  z-index: 999 !important;
	  position: absolute;
	  inset: 0;
	  width: 100%;
	  height: 100%;
	  display: block;
	  /* Invisible but clickable */
	  background: transparent;
	  cursor: pointer;
	}
	.h-txt{
	font-size: 2rem !important;
	}
	.slide-card-text{
	font-size: 1rem !important; 
	font-weight: 700 !important;
	}
	.slide-card-h{
		margin-top: 10px !important;
		margin-bottom: 8px !important;
	}
}