.elementor-1856 .elementor-element.elementor-element-2f893a5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1856 .elementor-element.elementor-element-ba356bf{width:100%;max-width:100%;}.elementor-1856 .elementor-element.elementor-element-ba356bf > .elementor-widget-container{margin:-18px 0px -15px 0px;}.elementor-1856 .elementor-element.elementor-element-ba356bf.elementor-element{--align-self:stretch;--order:99999 /* order end hack */;--flex-grow:1;--flex-shrink:0;}.elementor-1856 .elementor-element.elementor-element-4805522{--display:flex;}.elementor-1856 .elementor-element.elementor-element-677f317{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ba356bf *//* ===== REMOVE SIDE GAPS ===== */
header,
.elementor-location-header,
.elementor-section {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ===== FIX HEADER CONTAINER ALIGNMENT ===== */
header .elementor-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

/* ===== TOP BAR FIX ===== */
header .top-bar,
header .elementor-top-section:first-child {
  width: 100%;
  background: #600b4d;
  color: #fff;
  font-size: 13px;
}

/* ===== MAIN HEADER CLEAN ===== */
header .elementor-top-section:last-child {
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

/* ===== LOGO FIX ===== */
header img {
  max-height: 42px;
  object-fit: contain;
}

/* ===== NAV MENU FIX ===== */
header nav a,
header .elementor-nav-menu a {
  font-size: 14px;
  font-weight: 500;
  color: #333 !important;
  position: relative;
  transition: 0.3s;
}

/* ACTIVE LINK */
header .elementor-nav-menu a.elementor-item-active {
  color: #8d00ff !important;
}

/* HOVER UNDERLINE */
header .elementor-nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #8d00ff;
  transition: 0.3s;
}

header .elementor-nav-menu a:hover::after {
  width: 100%;
}

/* ===== SEARCH BAR FIX ===== */
header input[type="search"],
header input[type="text"] {
  border-radius: 25px !important;
  border: 1px solid #ddd !important;
  padding: 10px 14px !important;
  width: 180px !important;
  transition: 0.3s;
}

header input:focus {
  border-color: #8d00ff !important;
  box-shadow: 0 0 0 3px rgba(141,0,255,0.1);
}

/* ===== BULK ENQUIRY BUTTON ===== */
header .elementor-button,
header .bulk-btn {
  background: #8d00ff !important;
  color: #fff !important;
  border-radius: 25px !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
  transition: 0.3s;
}

header .elementor-button:hover {
  background: #600b4d !important;
  transform: translateY(-2px);
}

/* ===== FIX SPACING BETWEEN ELEMENTS ===== */
header .elementor-column {
  display: flex;
  align-items: center;
}

/* ===== REMOVE EXTRA ELEMENTOR GAPS ===== */
header .elementor-widget {
  margin-bottom: 0 !important;
}

/* ===== MOBILE FIX ===== */
@media(max-width: 1024px) {

  header input {
    display: none !important;
  }

  header .elementor-button {
    display: none !important;
  }

}

/* ===== REMOVE TOP WHITE GAP ===== */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a02757 *//* FORCE IMAGE FULL VISIBILITY */
.card img,
.product img,
img {
  opacity: 1 !important;
  filter: none !important;
}

/* REMOVE FADE FROM PARENT */
.card,
.product,
.product-card {
  opacity: 1 !important;
}

/* REMOVE OVERLAY IF EXISTS */
.card::before,
.product::before {
  display: none !important;
  opacity: 0 !important;
}

/* OPTIONAL: CLEAN IMAGE LOOK */
.card img {
  mix-blend-mode: normal !important;
}/* End custom CSS */