.elementor-19 .elementor-element.elementor-element-18552f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* HEADER CSS — Anushree Shewale Makeup */

.asm-header *, .asm-header *::before, .asm-header *::after,
.asm-mobile *, .asm-mobile *::before, .asm-mobile *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body { padding-top: 68px !important; }
body.asm-locked { overflow: hidden !important; }

.asm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #ffffff;
  border-bottom: 1px solid #f0ece8;
  z-index: 99999;
  font-family: 'Inter', -apple-system, sans-serif;
}
.asm-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.asm-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: #2d2d2d;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.asm-logo:hover { color: #2d2d2d; }
.asm-pink { color: #d4a5b0; }

.asm-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.asm-nav > a {
  font-size: 13.5px;
  font-weight: 400;
  color: #6b6b6b;
  text-decoration: none;
  transition: color 0.2s;
}
.asm-nav > a:hover { color: #2d2d2d; }

.asm-dropdown { position: relative; }
.asm-dropdown-btn {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #6b6b6b;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  transition: color 0.2s;
}
.asm-dropdown-btn:hover { color: #2d2d2d; }
.asm-dropdown-btn svg { width: 12px; height: 12px; transition: transform 0.25s; }

.asm-mega {
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  width: 700px;
  background: #ffffff;
  border: 1px solid #f0ece8;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.09), 0 2px 8px rgba(0,0,0,0.04);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.asm-dropdown:hover .asm-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.asm-dropdown:hover .asm-dropdown-btn svg { transform: rotate(180deg); }

.asm-mega-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a8a8a;
  padding: 0 10px;
  margin-bottom: 10px;
}
.asm-mega-col a {
  display: block;
  padding: 6px 10px;
  font-size: 13.5px;
  color: #6b6b6b;
  border-radius: 6px;
  line-height: 1.5;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.asm-mega-col a:hover { background: #f6f3f6; color: #2d2d2d; }
.asm-viewall { color: #b88993 !important; font-weight: 500; margin-top: 4px; }
.asm-viewall:hover { color: #d4a5b0 !important; }

.asm-cta {
  background: #d4a5b0 !important;
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 6px;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s;
}
.asm-cta:hover { background: #b88993 !important; transform: translateY(-1px); }

.asm-burger {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 100001;
  -webkit-tap-highlight-color: transparent;
}
.asm-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #2d2d2d;
  margin: 0 auto;
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.2s;
}
.asm-burger span:nth-child(1) { margin-bottom: 6px; }
.asm-burger span:nth-child(3) { margin-top: 6px; }
.asm-burger.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.asm-burger.is-active span:nth-child(2) { opacity: 0; }
.asm-burger.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.asm-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 100000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  font-family: 'Inter', -apple-system, sans-serif;
}
.asm-mobile.is-open { opacity: 1; visibility: visible; }

.asm-mobile > a {
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #f0ece8;
}
.asm-mobile > a:active { background: #f6f3f6; }

.asm-mobile-svc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  color: #2d2d2d;
  background: none;
  border: none;
  border-bottom: 1px solid #f0ece8;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.asm-mobile-svc-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.asm-mobile-svc-btn.is-expanded svg { transform: rotate(180deg); }

.asm-mobile-svc {
  display: none;
  background: #faf8f6;
  border-bottom: 1px solid #f0ece8;
}
.asm-mobile-svc.is-open { display: block; }
.asm-mobile-cat {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a8a8a;
  padding: 16px 24px 8px;
}
.asm-mobile-svc a {
  display: block;
  padding: 11px 24px 11px 36px;
  font-size: 14.5px;
  color: #6b6b6b;
  text-decoration: none;
  border-bottom: 1px solid #f0ece8;
}
.asm-mobile-svc a:active { background: #f6f3f6; color: #2d2d2d; }
.asm-mobile-viewall { color: #b88993 !important; font-weight: 500; }

.asm-mobile-cta {
  display: block;
  margin: 24px;
  padding: 16px;
  background: #d4a5b0;
  color: #fff !important;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none !important;
}
.asm-mobile-cta:active { background: #b88993; }

@media (max-width: 900px) {
  .asm-nav { display: none !important; }
  .asm-burger { display: block !important; }
  .asm-mobile { display: block !important; }
  .asm-header { height: 60px; }
  body { padding-top: 60px !important; }
  .asm-logo { font-size: 17px; }
}/* End custom CSS */