body {
    background: #faebd7a8;
}


.bb-product-filter {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
}

.alert-warning {
    display: none !important;
}

.pb-50 {
    padding-top: 50px;
}

.tp-section-title-wrapper-2 {
text-align: center;
}

.tp-product-category{
border-bottom: 4px solid #f82e9f;
}

.tp-contact-inner {
    box-shadow: 0 5px 5px rgb(1 15 28 / 33%);
    border-radius: 10px;
}

/* General style for all sliders */
.tp-slider-active .owl-nav button svg,
.tp-slider-active-2 .owl-nav button svg,
.tp-slider-active-3 .owl-nav button svg,
.tp-slider-active-4 .owl-nav button svg,
.tp-slider-active-5 .owl-nav button svg {
    color: #fc00a7;
    height: 14px;
    width: 8px;
    transition: all 0.3s ease-out;
}

/* Specific override for slider 3 */
.tp-slider-active-3 .owl-nav button svg {
    height: 30px;
    width: 30px;
}

.main-menu.menu-style-1 {
    padding-inline-start: 2px;
}



/* =========================
   Simple Slider Card Layout
   ========================= */
.tp-slider-area {
    padding: 0;
}

.tp-slider-active-2 .tp-slider-card-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-slider-active-2 .tp-slider-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tp-slider-card-thumb {
    position: relative;
    overflow: hidden;
}

/* ✅ Gradient overlay at the bottom */
.tp-slider-card-thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.tp-slider-card-item:hover .tp-slider-card-thumb::after {
    opacity: 0.9;
}



/* =========================
   Custom Slider Container Size
   ========================= */

/* Set the container dimensions for each slide */
.tp-slider-card-thumb {
    position: relative;
    width: 100%;
  	height: 80vh;
    overflow: hidden;

}

/* Ensure all images cover the container properly */
.tp-slider-card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This maintains aspect ratio */
    object-position: center; /* Center the image inside the frame */

}

/* Optional – if you want same height for all slides across viewports */
.tp-slider-active-2 .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ✅ Text overlay on top of the gradient */
.tp-slider-card-content {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
    z-index: 2;
    color: #fff;
}

.tp-slider-card-content span {
    display: block;
    font-size: 14px;
    color: #ffd54f;
    margin-bottom: 6px;
    font-weight: 500;
}

.tp-slider-card-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
}

.tp-slider-card-btn a {
    display: inline-block;
    padding: 8px 18px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tp-slider-card-btn a:hover {
    background: #fff;
    color: #000;
}

/* ====== Make text and button border white ====== */

/* Title text white */
.tp-slider-card-desc {
    color: #fff !important;
}

/* Button border and text white */
.maishasld {
    border: 2px solid #fff !important;
    color: #fff !important;
}

/* Button border and text white */
.maishasld:hover {
    border: 2px solid #fc00a7 !important;
}




/* =========================
   Owl Carousel Controls
   ========================= */
.tp-slider-active-2 .owl-nav button {
    background: #fc00a7;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

.tp-slider-active-2 .owl-nav button:hover {
    background: #000;
    color: #fff;
}

.tp-slider-active-2 .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.tp-slider-active-2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.tp-slider-active-2 .owl-dots .owl-dot.active span {
    background: #000;
}

/* ==========================================================
    MEGAMENU STYLING
   ========================================================== */
.menu-item.has-megamenu {
  position: static !important;
}

.tp-mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 30px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
}

/* Desktop hover */
@media (min-width: 1200px) {
  .menu-item.has-megamenu:hover > .tp-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width:1199px){
/* Set the container dimensions for each slide */
.tp-slider-card-thumb {
    position: relative;
    width: 100%;
  	height: 70vh;
    overflow: hidden;

}

}

/* Mobile/Tablet - show when parent has active class */
@media (max-width: 1199px) {
  .tp-mega-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    padding: 0;
    border: none;
    background: #f8f8f8;
    max-height: 0;
    overflow: hidden;
    transform: none;
    transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
  }
  
  .menu-item.has-megamenu.active > .tp-mega-menu {
    opacity: 1;
    visibility: visible;
    max-height: 2000px;
    padding: 15px 0;
  }
  
  .tp-mega-menu .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateX(-10px);
    animation: slideInLeft 0.4s ease forwards;
  }
  
  /* Stagger animation for columns */
  .menu-item.has-megamenu.active .tp-mega-menu .col-md-3:nth-child(1) {
    animation-delay: 0.05s;
  }
  .menu-item.has-megamenu.active .tp-mega-menu .col-md-3:nth-child(2) {
    animation-delay: 0.1s;
  }
  .menu-item.has-megamenu.active .tp-mega-menu .col-md-3:nth-child(3) {
    animation-delay: 0.15s;
  }
  .menu-item.has-megamenu.active .tp-mega-menu .col-md-3:nth-child(4) {
    animation-delay: 0.2s;
  }
  
  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .tp-mega-menu-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .tp-mega-submenu {
    padding-left: 15px;
  }
}

.tp-mega-menu .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.tp-mega-menu .col-md-3 {
  flex: 0 0 23%;
  max-width: 23%;
  margin: 0 0 20px;
}

.tp-mega-menu-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  transition: color 0.3s ease;
}

.tp-mega-menu-title:hover {
  color: #e91e63;
}

.tp-mega-menu-title a {
  display: flex;
  align-items: center;
}

.tp-mega-menu-title img {
  transition: transform 0.3s ease;
}

.tp-mega-menu-title:hover img {
  transform: scale(1.1);
}

.tp-mega-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-mega-submenu li {
  margin-bottom: 8px;
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.tp-mega-submenu li:hover {
  transform: translateX(5px);
}

.tp-mega-submenu li a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.tp-mega-submenu li a:hover {
  color: #e91e63;
}

/* Optional: Add a subtle backdrop fade on desktop */
@media (min-width: 1200px) {
  .menu-item.has-megamenu::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 999;
    pointer-events: none;
  }
  
  .menu-item.has-megamenu:hover::before {
    opacity: 1;
    visibility: visible;
  }
}