.elementor-863 .elementor-element.elementor-element-a380cd5 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-10f940f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-b0766d4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-1ce376d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-f2fb86f > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-29bd3d4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-809a471 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-504077f{padding:0px 0px 0px 0px;}.elementor-863 .elementor-element.elementor-element-f0e141c > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2121cfa *//* CSS Separate Code */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-deep-purple: #4a0e37;
  --bg-darker-purple: #320725;
  --accent-yellow: #ffb703;
  --accent-yellow-hover: #fb8500;
  --text-white: #ffffff;
  --text-muted: #cbd5e1;
  --card-bg: #ffffff;
  --input-border: #e2e8f0;
  --input-focus: #7c2d12;
}

.meesho-hero-section {
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at 20% 30%, #5d1245 0%, #4a0e37 45%, #2c0520 100%);
  color: var(--text-white);
  padding: 60px 20px 80px 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.meesho-hero-section *, 
.meesho-hero-section *::before, 
.meesho-hero-section *::after {
  box-sizing: border-box;
}

.meesho-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 540px;
  gap: 60px;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .meesho-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Left Content Column Styling */
.meesho-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meesho-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 183, 3, 0.15);
  border: 1px solid rgba(255, 183, 3, 0.3);
  color: var(--accent-yellow);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 24px;
}

.tag-dot {
  width: 8px;
  height: 8px;
  background-color: var(--accent-yellow);
  border-radius: 50%;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.meesho-main-title {
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px 0;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.title-highlight {
  display: block;
  color: var(--accent-yellow);
  margin-top: 6px;
}

.meesho-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 28px 0;
  max-width: 600px;
}

.meesho-ratings-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 13px;
  color: #f1f5f9;
  margin-bottom: 24px;
}

.stars {
  color: var(--accent-yellow);
  letter-spacing: 2px;
}

.rating-info {
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
}

.meesho-features-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #e2e8f0;
}

.meesho-social-proof {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatar-group {
  display: flex;
  align-items: center;
}

.avatar-group img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #4a0e37;
  object-fit: cover;
  margin-left: -10px;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.avatar-badge {
  background: var(--accent-yellow);
  color: #1e1b4b;
  font-size: 11px;
  font-weight: 800;
  padding: 8px 6px;
  border-radius: 50%;
  border: 2px solid #4a0e37;
  margin-left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-text {
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0;
}

/* Right Form Column Styling */
.meesho-form-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.meesho-form-card {
  background: var(--card-bg);
  color: #1e293b;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-card-header {
  background: #f8fafc;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.form-icon-wrap {
  font-size: 24px;
  background: #f1f5f9;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form-header-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #0f172a;
}

.form-header-text p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

.form-price-tag {
  margin-left: auto;
  text-align: right;
}

.current-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.strike-price {
  font-size: 11px;
  color: #94a3b8;
  text-decoration: line-through;
}

/* Form Body */
.meesho-reg-form {
  padding: 20px 24px;
}

.form-label-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.batch-options-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.batch-option-box {
  display: flex;
  align-items: center;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  background: #ffffff;
}

.batch-option-box input {
  margin-right: 12px;
  accent-color: #7c2d12;
}

.batch-option-box.active {
  border-color: #4a0e37;
  background: #fffbf7;
  box-shadow: 0 0 0 1px #4a0e37;
}

.batch-option-details {
  display: flex;
  flex-direction: column;
}

.batch-name {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
}

.batch-sub {
  font-size: 11px;
  color: #64748b;
}

.batch-badge-pill {
  margin-left: auto;
  font-size: 9.5px;
  font-weight: 800;
  background: #fef08a;
  color: #713f12;
  padding: 3px 8px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.batch-badge-pill.limited {
  background: #fee2e2;
  color: #991b1b;
}

/* Two-column Row Grid Layout for 50% Width fields */
.form-row-grid {
  display: flex;
  gap: 12px;
  width: 100%;
}

.form-row-grid .form-group {
  flex: 1;
}

@media (max-width: 540px) {
  .form-row-grid {
    flex-direction: column;
    gap: 0;
  }
}

/* Form Inputs */
.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

.optional-txt {
  font-weight: 400;
  color: #94a3b8;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1e293b;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #4a0e37;
  box-shadow: 0 0 0 2px rgba(74, 14, 55, 0.1);
}

/* Experience Level Selector Tabs */
.experience-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

@media (max-width: 480px) {
  .experience-tabs {
    grid-template-columns: 1fr;
  }
}

.exp-tab {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  padding: 7px 6px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
}

.exp-tab.active {
  background: #4a0e37;
  color: #ffffff;
  border-color: #4a0e37;
  font-weight: 600;
}

/* Submit CTA Button */
.meesho-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #4a0e37 0%, #320725 100%);
  color: #ffffff;
  border: none;
  padding: 13px 20px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(74, 14, 55, 0.3);
  margin-top: 4px;
}

.meesho-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(74, 14, 55, 0.4);
}

/* Footer elements inside card */
.form-card-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 10px 24px;
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.form-card-subtext {
  text-align: center;
  font-size: 12px;
  color: var(--accent-yellow);
  margin-top: 12px;
  font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd36f23 *//* CSS Separate Code */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-navy: #111827;
  --accent-pink: #be185d;
  --bg-canvas: #faf5f8;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --border-color: #f1d3e0;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.meesho-pain-section {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-canvas);
  padding: 80px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
}

.meesho-pain-section *, 
.meesho-pain-section *::before, 
.meesho-pain-section *::after {
  box-sizing: border-box;
}

.container-section {
  max-width: 1160px;
  margin: 0 auto;
}

/* Header Tag Center */
.header-tag-center {
  text-align: center;
  margin-bottom: 18px;
}

.sound-familiar-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(190, 24, 93, 0.08);
  border: 1px solid rgba(190, 24, 93, 0.2);
  color: var(--accent-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Section Header Styles */
.section-header-wrap {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px auto;
}

.section-title {
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.highlight-text {
  color: var(--accent-pink);
}

.section-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 6 Cards Grid Layout */
.pain-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .pain-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pain-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Card Styling */
.pain-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.pain-card:hover {
  border-color: var(--accent-pink);
  box-shadow: 0 12px 20px -5px rgba(190, 24, 93, 0.08);
}

.card-icon-box {
  width: 42px;
  height: 42px;
  background: #fdf2f8;
  color: var(--accent-pink);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-navy);
  margin: 0 0 10px 0;
  line-height: 1.35;
}

.card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Comparison Footer Box */
.comparison-footer-box {
  background: #500827;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(80, 8, 39, 0.2);
}

@media (max-width: 768px) {
  .comparison-footer-box {
    grid-template-columns: 1fr;
  }
}

.comparison-col {
  padding: 32px;
}

.without-col {
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 768px) {
  .without-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.comparison-header {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bad-header {
  color: #fca5a5;
}

.good-header {
  color: #86efac;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.comparison-list li {
  font-size: 13.5px;
  line-height: 1.5;
  color: #f1f5f9;
  position: relative;
  padding-left: 18px;
}

.comparison-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent-pink);
  font-weight: bold;
}

.with-col .comparison-list li::before {
  color: #4ade80;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c00dfd3 *//* CSS Separate Code */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-navy: #111827;
  --accent-green: #059669;
  --accent-green-light: #ecfdf5;
  --accent-purple: #4a0e37;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --border-green: #a7f3d0;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.meesho-transformation-section {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 80px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
  width: 100%;
}

.meesho-transformation-section *, 
.meesho-transformation-section *::before, 
.meesho-transformation-section *::after {
  box-sizing: border-box;
}

.container-section {
  max-width: 1160px;
  margin: 0 auto;
}

/* Header Tag Center */
.header-tag-center {
  text-align: center;
  margin-bottom: 16px;
}

.transformation-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent-green-light);
  border: 1px solid var(--border-green);
  color: var(--accent-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Section Header Styles */
.section-header-wrap {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px auto;
}

.section-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.stuck-text {
  color: #db2777; /* Accent pink/magenta tone matching reference */
}

.selling-text {
  color: var(--accent-green);
}

.section-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 6 Cards Grid Layout */
.transformation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .transformation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .transformation-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Card Styling */
.transform-card {
  background: #ffffff;
  border: 1.5px solid var(--border-green);
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 6px -1px rgba(5, 150, 105, 0.02);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.transform-card:hover {
  transform: translateY(-4px);
  border-color: #34d399;
  box-shadow: 0 12px 20px -5px rgba(5, 150, 105, 0.08);
}

.transform-icon-box {
  width: 42px;
  height: 42px;
  background: var(--accent-green-light);
  color: var(--accent-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.transform-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-navy);
  margin: 0 0 10px 0;
  line-height: 1.35;
}

.transform-card-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Bottom CTA Button */
.transform-btn-wrap {
  text-align: center;
}

.transform-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #4a0e37 0%, #2c0520 100%);
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  box-shadow: 0 10px 20px -5px rgba(74, 14, 55, 0.3);
}

.transform-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px -5px rgba(74, 14, 55, 0.4);
}

.transform-cta-btn svg {
  transition: transform 0.25s ease;
}

.transform-cta-btn:hover svg {
  transform: translateX(4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ee72bb *//* Separate CSS Code for 7-Day Curriculum */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #4a0e37;
  --primary-dark: #320725;
  --accent-pink: #db2777;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --bg-light: #fdf2f8;
  --border-pink: #fbcfe8;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.meesho-curriculum-section {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 80px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
  width: 100%;
}

.meesho-curriculum-section *, 
.meesho-curriculum-section *::before, 
.meesho-curriculum-section *::after {
  box-sizing: border-box;
}

.curriculum-container {
  max-width: 820px;
  margin: 0 auto;
}

/* Tag Pill */
.curriculum-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.curriculum-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-light);
  border: 1px solid var(--border-pink);
  color: var(--accent-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Header & Subtitle */
.curriculum-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.curriculum-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: #111827;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.curriculum-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Timeline Accordion Wrapper */
.timeline-accordion-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}

/* Vertical Pink Line connecting nodes */
.timeline-accordion-wrapper::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background-color: var(--border-pink);
  z-index: 1;
}

@media (max-width: 640px) {
  .timeline-accordion-wrapper::before {
    left: 20px;
  }
}

/* Timeline Item */
.timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  z-index: 2;
}

@media (max-width: 640px) {
  .timeline-item {
    gap: 12px;
  }
}

/* Badge Node (1, 2, 3...) */
.timeline-badge-node {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 2px solid var(--border-pink);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
  transition: var(--transition-smooth);
}

@media (max-width: 640px) {
  .timeline-badge-node {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.timeline-item.active .timeline-badge-node {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  box-shadow: 0 4px 12px rgba(74, 14, 55, 0.25);
}

/* Timeline Card Box */
.timeline-card-box {
  flex: 1;
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition-smooth);
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.timeline-item.active .timeline-card-box {
  border-color: var(--accent-pink);
  box-shadow: 0 10px 25px -5px rgba(219, 39, 119, 0.08);
}

/* Card Header */
.timeline-card-header {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 640px) {
  .timeline-card-header {
    padding: 16px 18px;
  }
}

.timeline-meta-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11.5px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-muted);
}

.day-tag {
  color: var(--accent-pink);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.timeline-item-title {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  padding-right: 30px;
  line-height: 1.35;
}

@media (max-width: 640px) {
  .timeline-item-title {
    font-size: 15px;
  }
}

/* Accordion Arrow Icon */
.accordion-arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  transition: transform 0.3s ease, color 0.3s ease;
}

.timeline-item.active .accordion-arrow {
  transform: translateY(-50%) rotate(180deg);
  color: var(--accent-pink);
}

/* Card Body (Accordion Content) */
.timeline-card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
  background: #fafafa;
  border-top: 1px solid transparent;
}

.timeline-item.active .timeline-card-body {
  border-top-color: #f3f4f6;
  background: #ffffff;
}

.curriculum-bullet-list {
  margin: 0;
  padding: 16px 24px 22px 24px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 640px) {
  .curriculum-bullet-list {
    padding: 14px 18px 18px 18px;
  }
}

.curriculum-bullet-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--text-muted);
}

.curriculum-bullet-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-pink);
  font-weight: 700;
  font-size: 13px;
}

/* Bottom CTA Container */
.curriculum-btn-container {
  text-align: center;
}

.curriculum-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #4a0e37 0%, #2c0520 100%);
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
  box-shadow: 0 10px 20px -5px rgba(74, 14, 55, 0.3);
}

.curriculum-cta-btn:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px -5px rgba(74, 14, 55, 0.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdef450 *//* Separate CSS Code for Testimonials Section */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --bg-deep-purple: #320725;
  --card-bg-purple: #3d0a2f;
  --accent-yellow: #ffb703;
  --text-white: #ffffff;
  --text-muted: #cbd5e1;
  --border-purple: #521641;
}

.meesho-testimonials-section {
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at 50% 20%, #4a0e37 0%, #2c0520 100%);
  color: var(--text-white);
  padding: 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.meesho-testimonials-section *, 
.meesho-testimonials-section *::before, 
.meesho-testimonials-section *::after {
  box-sizing: border-box;
}

.testimonial-container {
  max-width: 1160px;
  margin: 0 auto;
}

/* Tag Pill */
.testimonial-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 183, 3, 0.12);
  border: 1px solid rgba(255, 183, 3, 0.25);
  color: var(--accent-yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Header & Subtitle */
.testimonial-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.testimonial-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.testimonial-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* Testimonial Grid (3 columns) */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* Individual Card */
.testimonial-card {
  background: var(--card-bg-purple);
  border: 1px solid var(--border-purple);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 183, 3, 0.4);
}

.card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.quote-icon-mark {
  font-size: 32px;
  font-weight: 800;
  color: rgba(255, 183, 3, 0.3);
  line-height: 1;
}

.star-rating-row {
  color: var(--accent-yellow);
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonial-quote-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #f1f5f9;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

/* Author Meta Info (No Avatars) */
.testimonial-author-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}

.author-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2px 0;
}

.author-details {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0 0 4px 0;
}

.highlight-result {
  color: var(--accent-yellow);
  font-weight: 600;
}

.author-location {
  font-size: 11.5px;
  color: #94a3b8;
  margin: 0;
}

/* Bottom Summary Banner */
.testimonial-bottom-banner {
  background: var(--card-bg-purple);
  border: 1px solid var(--border-purple);
  border-radius: 14px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.banner-stars {
  color: var(--accent-yellow);
  letter-spacing: 2px;
  font-size: 15px;
}

.banner-score {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.banner-divider {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.banner-text {
  font-size: 13.5px;
  color: var(--text-muted);
}

.banner-text strong {
  color: #ffffff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89ac8f2 *//* Separate CSS Code for Bonuses Section */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-navy: #111827;
  --accent-yellow: #ffb703;
  --accent-yellow-hover: #fb8500;
  --bg-dark-purple: #4a0e37;
  --bg-darker-purple: #2c0520;
  --text-muted: #4b5563;
  --border-yellow-light: #fde68a;
}

.meesho-bonuses-section {
  font-family: 'Poppins', sans-serif;
  background-color: #fffbf7;
  padding: 80px 20px;
  color: var(--primary-navy);
  box-sizing: border-box;
  width: 100%;
}

.meesho-bonuses-section *, 
.meesho-bonuses-section *::before, 
.meesho-bonuses-section *::after {
  box-sizing: border-box;
}

.bonuses-container {
  max-width: 1040px;
  margin: 0 auto;
}

/* Tag Pill */
.bonuses-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.bonuses-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fef3c7;
  border: 1px solid var(--border-yellow-light);
  color: #b45309;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Header & Subtitle */
.bonuses-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px auto;
}

.bonuses-title {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0 0 14px 0;
  letter-spacing: -0.02em;
}

.bonuses-subtitle {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

/* 4 Bonus Cards Grid (2x2) */
.bonuses-grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .bonuses-grid-cards {
    grid-template-columns: 1fr;
  }
}

.bonus-card-item {
  background: #ffffff;
  border: 1.5px solid #fef3c7;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(255, 183, 3, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.bonus-card-item:hover {
  transform: translateY(-3px);
  border-color: var(--accent-yellow);
}

.bonus-icon-box {
  font-size: 26px;
  background: #fffbeb;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #fef3c7;
}

.bonus-content-box {
  flex: 1;
}

.bonus-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 8px;
}

.bonus-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-navy);
  margin: 0;
}

.bonus-val-badge {
  font-size: 11px;
  font-weight: 700;
  background: #fffbeb;
  color: #b45309;
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid #fde68a;
}

.bonus-desc {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Pricing Summary Box */
.pricing-summary-card {
  background: linear-gradient(135deg, var(--bg-dark-purple) 0%, var(--bg-darker-purple) 100%);
  color: #ffffff;
  border-radius: 20px;
  padding: 40px 36px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(74, 14, 55, 0.25);
  border: 1px solid rgba(255, 183, 3, 0.2);
}

@media (max-width: 640px) {
  .pricing-summary-card {
    padding: 28px 20px;
  }
}

.pricing-card-title-top {
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent-yellow);
  margin-bottom: 24px;
}

.pricing-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14.5px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f1f5f9;
}

.line-val {
  font-weight: 600;
  color: #e2e8f0;
}

/* Pricing Amount Block */
.pricing-amount-block {
  text-align: center;
  margin: 30px 0 24px 0;
}

.strike-total-val {
  display: block;
  font-size: 18px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.final-active-price {
  display: block;
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 800;
  color: var(--accent-yellow);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.payment-sub-text {
  font-size: 12.5px;
  color: #cbd5e1;
  margin: 6px 0 0 0;
}

/* Centered CTA Button */
.pricing-btn-center-wrap {
  text-align: center;
  margin-top: 24px;
}

.pricing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent-yellow);
  color: #1e1b4b;
  padding: 16px 36px;
  border-radius: 14px;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(255, 183, 3, 0.25);
  width: 100%;
  max-width: 420px;
}

.pricing-cta-btn:hover {
  background: var(--accent-yellow-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(255, 183, 3, 0.35);
  color: #1e1b4b;
}

.pricing-cta-btn svg {
  transition: transform 0.25s ease;
}

.pricing-cta-btn:hover svg {
  transform: translateX(4px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23a8490 *//* Separate CSS Code for FAQ Section */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary-color: #4a0e37;
  --accent-pink: #db2777;
  --text-dark: #1f2937;
  --text-muted: #4b5563;
  --bg-light: #fdf2f8;
  --border-pink: #fbcfe8;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.meesho-faq-section {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  padding: 80px 20px;
  color: var(--text-dark);
  box-sizing: border-box;
  width: 100%;
}

.meesho-faq-section *, 
.meesho-faq-section *::before, 
.meesho-faq-section *::after {
  box-sizing: border-box;
}

.faq-container {
  max-width: 820px;
  margin: 0 auto;
}

/* Tag Pill */
.faq-tag-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.faq-pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg-light);
  border: 1px solid var(--border-pink);
  color: var(--accent-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* Header */
.faq-header-wrap {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.faq-title {
  font-size: clamp(30px, 4.5vw, 42px);
  font-weight: 800;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}

/* FAQ Accordion List */
.faq-accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 30px;
}

.faq-item {
  background: #ffffff;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: var(--transition-smooth);
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.faq-item.active {
  border-color: var(--accent-pink);
  box-shadow: 0 8px 20px -4px rgba(219, 39, 119, 0.08);
}

/* Question Header */
.faq-question-header {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 640px) {
  .faq-question-header {
    padding: 16px 18px;
  }
}

.faq-question-text {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  padding-right: 20px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .faq-question-text {
    font-size: 14.5px;
  }
}

/* Accordion Arrow Icon */
.faq-arrow-icon {
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-item.active .faq-arrow-icon {
  transform: rotate(180deg);
  color: var(--accent-pink);
}

/* Answer Body */
.faq-answer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
  background: #fafafa;
  border-top: 1px solid transparent;
}

.faq-item.active .faq-answer-body {
  border-top-color: #f3f4f6;
  background: #ffffff;
}

.faq-answer-body p {
  margin: 0;
  padding: 16px 24px 22px 24px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .faq-answer-body p {
    padding: 14px 18px 18px 18px;
  }
}

/* Bottom Footer Query Text */
.faq-bottom-footer-text {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 20px;
}

.faq-bottom-footer-text a {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-bottom-footer-text a:hover {
  color: var(--accent-pink);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0afdb90 *//* Separate CSS Code for Hero Section */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.meesho-hero-section {
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at 20% 30%, #5d1245 0%, #4a0e37 45%, #2c0520 100%);
  color: #ffffff;
  padding: 60px 20px 80px 20px;
  box-sizing: border-box;
  width: 100%;
}

.meesho-hero-section *, 
.meesho-hero-section *::before, 
.meesho-hero-section *::after {
  box-sizing: border-box;
}

.meesho-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .meesho-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.meesho-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.meesho-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 183, 3, 0.15);
  border: 1px solid rgba(255, 183, 3, 0.3);
  color: #ffb703;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 20px;
}

.tag-dot {
  width: 8px;
  height: 8px;
  background-color: #ffb703;
  border-radius: 50%;
}

.meesho-main-title {
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px 0;
  color: #ffffff;
}

.title-highlight {
  display: block;
  color: #ffb703;
  margin-top: 4px;
}

.meesho-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0 0 24px 0;
}

/* Checkpoints List */
.meesho-checkpoints-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #f1f5f9;
}

.check-row span {
  color: #e2e8f0;
}

/* Countdown Timers */
.countdown-block-wrap {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
  border-radius: 14px;
  width: fit-content;
}

.countdown-title-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #94a3b8;
  margin-bottom: 8px;
}

.countdown-timers-grid {
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  min-width: 50px;
}

.time-box span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.time-box small {
  font-size: 9px;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.time-colon {
  font-size: 18px;
  font-weight: 700;
  color: #cbd5e1;
}

/* Right Form Card */
.meesho-form-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.meesho-form-card {
  background: #ffffff;
  color: #1e293b;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-card-header {
  background: #f8fafc;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-header-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 2px 0;
  color: #0f172a;
}

.form-header-text p {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}

.form-price-tag {
  text-align: right;
}

.current-price {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.strike-price {
  font-size: 11px;
  color: #94a3b8;
  text-decoration: line-through;
}

/* Form Fields */
.meesho-reg-form {
  padding: 20px 24px;
}

.form-row-grid {
  display: flex;
  gap: 12px;
  width: 100%;
}

.form-row-grid .form-group {
  flex: 1;
}

.form-group {
  margin-bottom: 12px;
}

.form-group label {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
  margin-bottom: 4px;
}

.form-group input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1e293b;
  outline: none;
  background: #fff;
}

.form-group input:focus {
  border-color: #4a0e37;
  box-shadow: 0 0 0 2px rgba(74, 14, 55, 0.1);
}

/* Experience Tabs */
.experience-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.exp-tab {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  padding: 7px 4px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.exp-tab.active {
  background: #4a0e37;
  color: #ffffff;
  border-color: #4a0e37;
  font-weight: 600;
}

/* Submit Button */
.meesho-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #4a0e37 0%, #320725 100%);
  color: #ffffff;
  border: none;
  padding: 13px 20px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(74, 14, 55, 0.3);
  margin-top: 6px;
}

.meesho-submit-btn:hover {
  opacity: 0.95;
}

/* Footer & Subtext */
.form-card-footer {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 10px 24px;
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  color: #64748b;
  font-weight: 500;
}

.form-card-subtext {
  text-align: center;
  font-size: 12px;
  color: #cbd5e1;
  margin-top: 14px;
}/* End custom CSS */