@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//fancydressjaipur.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.6") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//fancydressjaipur.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(218,60,60);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(218,60,60);
	--btn-accented-bgcolor-hover: rgb(193,48,48);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://fancydressjaipur.in/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.hide-me {
    display: none;
}
.feature-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.feature-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .feature-section {
    grid-template-columns: 1fr;
  }
}

/* bottom sections */
 .section {
  padding: 50px 15px;
  max-width: 1200px;
  margin: auto;
}

.section-light {
  background: #f9f9f9;
}

.section-dark {
  background: #222;
}

.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #222;
}

.section-title.white {
  color: #fff;
}

/* HOW IT WORKS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.step-card {
  background: #fff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.step-card:hover {
  transform: translateY(-6px);
}

.step-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.step-card h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 14px;
  color: #666;
}

/* CONTENT BOX */
.content-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* WHY CHOOSE US */
.why-list {
  max-width: 800px;
  margin: auto;
  list-style: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
}

.why-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}
.two-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.info-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.info-icon {
  font-size: 45px;
  margin-bottom: 15px;
}

.info-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.info-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .two-card-grid {
    grid-template-columns: 1fr;
  }
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.why-icon {
  font-size: 32px;
  min-width: 40px;
}

.why-card p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

/*  */
  /* ================= MAP SECTION ================= */
/* .map-section {
  background: #f9fafc;
} */

.map-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 24px;
  font-size: 15px;
  color: #555;
  padding: 0 12px;
}

.map-note {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #777;
}

/* ================= MAP WRAPPER ================= */
.map-wrapper {
/*   max-width: 1000px; */
  margin: auto;
}

/* ================= MAP BOX ================= */
.map-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* 🔑 KEY FIX */
  background: linear-gradient(135deg, #eef4ff, #ffffff);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* GRID MAP EFFECT */
.map-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

/* ================= MAP PINS ================= */
.map-pin {
  position: absolute;
  background: #ffffff;
  padding: 6px 12px;
  border-radius: 22px;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  white-space: nowrap;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* MAIN STORE PIN (CENTERED PERFECTLY) */
.pin-main {
  top: 55%;
  left: 50%;
  background: #ffe500;
  font-weight: 700;
}

/* ================= DESKTOP PIN POSITIONS ================= */
.pin-1 { top: 62%; left: 35%; } /* Mansarovar */
.pin-2 { top: 40%; left: 62%; } /* Malviya Nagar */
.pin-3 { top: 72%; left: 70%; } /* Jagatpura */
.pin-4 { top: 30%; left: 28%; } /* Vaishali Nagar */
.pin-5 { top: 48%; left: 78%; } /* Raja Park */
.pin-6 { top: 80%; left: 58%; } /* Pratap Nagar */
.pin-7 { top: 44%; left: 46%; } /* C-Scheme */
.pin-8 { top: 24%; left: 55%; } /* Jhotwara */
.pin-9 { top: 88%; left: 45%; } /* Sanganer */

/* ================= TABLET ================= */
@media (max-width: 992px) {
  .map-box {
    aspect-ratio: 4 / 3;
  }

  .map-pin {
    font-size: 13px;
    padding: 5px 10px;
  }
}

/* ================= MOBILE ================= */
 /* ================= MOBILE FIX ================= */
@media (max-width: 576px) {

  .map-box {
    aspect-ratio: 1 / 1;
  }

  .map-pin {
    font-size: 12px;
    padding: 5px 9px;
  }

  /* MAIN STORE – SLIGHTLY UP */
  .pin-main { 
    top: 57%; 
    left: 50%; 
    z-index: 3;
  }

  /* TOP AREAS */
  .pin-8 { top: 20%; left: 55%; }   /* Jhotwara */
  .pin-4 { top: 28%; left: 28%; }   /* Vaishali Nagar */
  .pin-2 { top: 36%; left: 68%; }   /* Malviya Nagar */

  /* CENTER SPREAD */
  .pin-7 { top: 44%; left: 40%; }   /* C-Scheme */
  .pin-5 { top: 50%; left: 84%; }   /* Raja Park */

  /* LOWER AREAS */
  .pin-1 { top: 70%; left: 30%; }   /* Mansarovar */
  .pin-3 { top: 72%; left: 72%; }   /* Jagatpura */
  .pin-6 { top: 82%; left: 56%; }   /* Pratap Nagar */
  .pin-9 { top: 93%; left: 42%; }   /* Sanganer */
}

/* WHATSAPP ORDER CARD */
/* .order-on-whatsapp {
  margin-top: 10px;
} */

.whatsapp-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.whatsapp-card:hover {
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.whatsapp-text {
  font-size: 16px;
  line-height: 1.4;
}

.whatsapp-text strong {
  font-size: 18px;
  display: block;
}

.whatsapp-icon {
  width: 46px;
  height: 46px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-icon i {
  color: #ffffff;
  font-size: 26px;
}

/* MOBILE */
@media (max-width: 576px) {
  .whatsapp-text {
    font-size: 15px;
  }

  .whatsapp-text strong {
    font-size: 17px;
  }
}
fieldset.hidden-fields-container {
    display: none;
}
.feature-section h2 {
    font-size: 20px;
}
.step-card h3 {
    font-size: 20px;
}
.single-product a.wd-social-icon.social-facebook {
    color: #1877F2;
}
.single-product a.wd-social-icon.social-linkedin {
    color: #1877F2;
}
.single-product a.wd-social-icon.social-pinterest {
    color: #BD081C;
}
.wc-tab strong {
    color: #000;
}
.single-post div#woodmart-instagram-3 {
    display: none;
}