* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

body {
/* 	padding-top: 150px; */
	
}

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
.underline-btn .elementor-button-text {
    text-decoration: underline;
}

/* Header ko transparent aur floating banao */
/* header,
 #masthead,
.site-header {
  position: absolute !important;
  top:10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  margin:0;
  z-index: 999;
  background: transparent !important;
} */

/* Hero section ka top margin hatao */
.hero,
#hero,
.wp-block-cover:first-of-type,
.elementor-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Body ka extra top space hatao */
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}
/* Make header transparent over hero on homepage only */
.home #masthead {
  background-color: transparent !important;
}

/* Add top padding to hero so content isn't hidden behind fixed header */
.home .elementor-section:first-of-type {
  padding-top: 80px !important;
}
/* Contact form 7 */

/* .wpcf7 .row {
	display: flex;
	flex-direction:row !important;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
} */

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}
/* Remove top space from body/page */
.elementor-template-canvas .site-header,
body {
  margin: 0;
  padding: 0;
}

/* Make header float over content */
.e-header {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
}
/* ============================================
   HEADER — COMPLETE FIX (No Conflicts)
   ============================================ */

header,
#masthead,
.site-header {
  position: relative !important;
  background: transparent !important;

}
.elementor-element .elementor-element-1df63e4 .e-con-full .e-flex .e-con .e-parent {
	padding-bottom:30px !important;
}
/* Other pages — header ke niche padding */
body:not(.home) .elementor-element-1df63e4 {
  padding-bottom: 30px !important;
}

/* Home — koi padding nahi */
.home .elementor-element-1df63e4 {
  padding-bottom: 0 !important;
}
/* ── Home: masthead fixed over hero ── */
.home #masthead,
.home .fw-header {
  position: absolute !important;
  top: 26px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1280px !important;
  padding: 10px 24px !important;
  box-sizing: border-box !important;
  z-index: 9999 !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
}

/* ── Other pages: masthead fixed white ── */
body:not(.home) #masthead,
body:not(.home) .fw-header {
  position: absolute !important;
  top: 0px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100% !important;
  max-width: 1280px !important;
  padding: 10px 24px !important;
  box-sizing: border-box !important;
  z-index: 9999 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07) !important;
}

/* ── All inner elements transparent ── */
/* Home — inner elements transparent but button ko EXCLUDE karo */
.home .fw-header *:not(input):not(a):not(.menu-btn):not(.menu-btn > a) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Home — Login button explicitly white */
.home .fw-header .menu-btn > a,
.home #masthead .menu-btn > a {
  background: #ffffff !important;
  color: #C4547A !important;
  border: 1px solid transparent !important;
  border-radius: 45px !important;
  padding: 10px 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: outfit !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.home .fw-header .menu-btn > a:hover,
.home #masthead .menu-btn > a:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* Home header — glassmorphism fix */
.home .fw-header {
  background: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
}

/* ── Other pages: push content below fixed header ── */
body:not(.home) {
  padding-top: 30px !important;

}

/* ── LOGO ── */
.home .fw-header .logo-white,
.home #masthead .logo-white { display: block !important; }
.home .fw-header .logo-black,
.home #masthead .logo-black { display: none !important; }

body:not(.home) .fw-header .logo-white,
body:not(.home) #masthead .logo-white { display: none !important; }
body:not(.home) .fw-header .logo-black,
body:not(.home) #masthead .logo-black { display: block !important; }

/* ── NAV LINKS ── */
/* .home #masthead .elementor-nav-menu a { color: #ffffff !important; } */
body:not(.home) #masthead .elementor-nav-menu a { color: #1a1a1a !important; }
body:not(.home) #masthead .elementor-item.elementor-item-active { color: #4CAF87 !important; }

/* ── LOGIN BUTTON ── */
.menu-btn > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
	border:1px solid transparent;
  border-radius: 45px !important;
  padding: 10px 24px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: outfit !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.home .menu-btn > a {
  background: #ffffff !important;
  color: #7F2755 !important;
  border: 1px solid transparent !important;
}

.home .menu-btn > a:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

body:not(.home) .menu-btn > a {
  background: #F4F7F5 !important;
  color: #7F2755 !important;
  border: 1px solid transparent !important;
}

body:not(.home) .menu-btn > a:hover {
  background: #7F2755 !important;
  color: #ffffff !important;
}

/* ── LOGIN BUTTON ── */
.menu-btn > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 45px !important;
  padding: 10px 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: outfit !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.home .menu-btn > a {
  background: #ffffff !important;
  color: #C4547A !important;
  border: 1px solid transparent !important;
}

.home .menu-btn > a:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

body:not(.home) .menu-btn > a {
  background: #F4F7F5 !important;
  color: #7F2755 !important;
  border: 1px solid transparent !important;
}

body:not(.home) .menu-btn > a:hover {
  background: transparent !important;
  color: #ffffff !important;
	border:1px solid #000 !important;
}
/* ===== FIXED HEIGHT — grid stretch band ===== */
.myth-card {
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
  height: 350px !important; /* fixed height — ye change nahi hogi */
  padding-top: 0px !important;
  padding-bottom: 30px !important;
  transition: padding 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  align-self: start !important; /* grid stretch rokta hai */
}

/* ===== GRID CONTAINER — stretch band ===== */
.myth-grid {
  align-items: start !important; /* sabse important fix */
}

/* Sirf direct children transition karein — star nahi */
.myth-card > *,
.myth-card .myth-bottom,
.myth-card .myth-bottom h2,
.myth-card .myth-bottom h3,
.myth-card .truth-desc {
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  will-change: transform, opacity;
}

/* 2. Truth desc hidden */
.myth-card .truth-desc {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transform: translateY(30px) !important;
}

/* 3. Truth heading faded */
.myth-bottom h2,
.myth-bottom h3 {
  opacity: 0.6 !important;
}

/* ===== HOVER — SIRF IS CARD PE ===== */
.myth-card:hover {
  padding-top: 20px !important;
}

/* Baaki cards ko RESET karo — ye key fix hai */
.myth-card:not(:hover) {
  padding-top: 60px !important;
}

.myth-card:hover .truth-desc {
  max-height: 150px !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.myth-card:hover .myth-bottom h2,
.myth-card:hover .myth-bottom h3 {
  opacity: 1 !important;
  transform: translateY(-5px) !important;
}

/* ===== IMPORTANT: Baaki cards move na karein ===== */
.myth-card:not(:hover) .truth-desc {
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(30px) !important;
}

.myth-card:not(:hover) .myth-bottom h2,
.myth-card:not(:hover) .myth-bottom h3 {
  opacity: 0.6 !important;
  transform: translateY(0) !important;
}


.next-btn,
.prev-btn {
    cursor: pointer;
}
.nav-active {
    background-color: #c44a6b;
    border-radius: 50%;
}

.nav-active img,
.nav-active svg {
    filter: brightness(0) invert(1); /* makes icon white */
}

/* Section wrap */
.section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: flex;
	padding-bottom:80px;
  align-items: center;
  box-sizing: border-box;
}

/* LEFT — stack 50% */
.stack-container {
  position: relative;
  width: 50%;
  min-width: 50%;
  height: 420px;
  flex-shrink: 0;
  box-sizing: border-box;
/*   padding-right: 40px; */
}

/* Stack images */
.stack-img {
  position: absolute;
  width: 94%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stack-img.top {
  z-index: 3;
  top: 60px;
  left: 40px;
  border-radius:12px;
}

.stack-img.middle {
  z-index: 2;
  top: 30px;
  left: 20px;
  opacity: 0.85;
	 border-radius:12px;
}

.stack-img.bottom {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.6;
	 border-radius:12px;
}

/* RIGHT — content 50% */
.stack-content {
  width: 50%;
  box-sizing: border-box;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
	justify-content:center;
	align-self:center;
}

.stack-content h2 {
  font-family:Recoleta !important;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  color: #1A1A1A;
  margin: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.stack-content p {
  font-family: Outfit !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  color: #555555;
  margin: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.stack-content h2.fade,
.stack-content p.fade {
  opacity: 0;
  transform: translateY(12px);
}

.stack-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.stack-btn {
  width: 48px !important;
  height: 48px !important;
  display: block !important;
  cursor: pointer;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
/* Prev — default light/inactive */
 .wrap {
	 max-width: 865px; margin: 0 auto; border-radius: 12px; font-family: sans-serif; }
.top-row {
  display: flex;
  gap: 10px;
	margin-bottom:20px;
}

.top-row .field {
  flex: 1;
  margin-bottom: 0; /* IMPORTANT */
}

.top-row input {
  width: 100%;
}
  .field { margin-bottom: 20px; }
  input[type="text"], input[type="email"] {
    box-sizing: border-box;
    height: 48px;
    padding: 18px 14px;
    font-size: 16px;
    color: #525252;
    background: #A7DBC50D;
    border: 0.53px solid #9FD5B4;
    border-radius: 12px;
	  line-height:22px;
	font-weight:300;
    font-family: outfit;
  }
  .full { width: 100%; box-sizing: border-box; }
  textarea {
    width: 100%; 
	  box-sizing: border-box;
    padding: 18px 14px;
	  font-size: 16px; 
	  color: #525252;
    background: #A7DBC50D;
	  border: 0.53px solid #9FD5B4;
    border-radius: 12px; 
	  outline: none;
    font-family:outfit;
	  resize: none; 
	  height: 126px;
	  font-weight:300;
  }
  ::placeholder { color: #8faba6; opacity: 1; }
  .btn-wrap { text-align: center; margin-top: 40px; }
  .btn {
    background: #7F2755; 
	  color: #fff;
	  border: 1px solid transparent;
    border-radius: 45px;
	  padding: 12px 25px;
    font-size: 18px; 
	  line-height:133%;
	  cursor: pointer;
  }
.btn:hover{
	background:#fff;
	color:#7F2755;
	border:1px solid #7F2755;
}

/* Fix container */
.newsletter-form {
  max-width: 518px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.75);
/*   background: transparent; */
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.newsletter-form p.form-row {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Email field wrapper */
.newsletter-form .email-field {
  flex: 1;
  display: flex;
  align-items: center;
  height: 54px;
}

.newsletter-form .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

/* Email input */
/* Override global input styles for newsletter only */
.newsletter-form input[type="email"] {
  height: 54px !important;
/*   background: transparent !important; */
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  padding: 0 20px !important;
  line-height: 22px !important;
  width: 100% !important;
  box-shadow: none !important;
	font-family:outfit !important;
	font-weight:300 !important;
}

.newsletter-form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Make sure submit button is fully clickable */
.newsletter-form .btn-field {
  display: flex;
  background: transparent !important;
  align-items: center;
  padding: 4px !important;  /* button ke around thoda space */
}

.newsletter-form .btn-field input[type="submit"],
.newsletter-form input[type="submit"] {
  height: 47px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;  /* ← dono lagao */
  color: #8c1c4d !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 0 26px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10 !important;
  display: inline-block !important;
  line-height: 133% !important;
  font-family: outfit !important;
  opacity: 1 !important;  /* ← opacity check */
}
