/* CUSTOM BLOUSE SECTION STYLES - 3D LUXURY REDESIGN */
.custom-blouse-section {
  padding: 15px 20px;
  background: radial-gradient(circle at center, #3c2a1e 0%, #1a120b 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.custom-blouse-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('https://www.transparenttextures.com/patterns/black-linen.png');
  opacity: 0.5;
  pointer-events: none;
}

/* ================= SECTION HEADER ================= */
.cb-header-gold {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.cb-label-gold {
  display: block;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #e3c473;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.cb-title-gold {
  font-size: 26px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.cb-title-gold em {
  font-family: 'Great Vibes', cursive;
  color: #d4af37;
  font-style: normal;
  font-size: 32px;
  text-shadow: 2px 2px 6px rgba(212, 175, 55, 0.4);
}

.cb-decor-gold {
  display: flex;
  justify-content: center;
  opacity: 0.8;
}

.cb-container-3d {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.6fr 1fr 0.8fr;
  gap: 8px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ================= EASEL BOARD ================= */
.cb-easel {
  background: linear-gradient(135deg, #8b5a2b, #5c3a21);
  padding: 6px;
  border-radius: 10px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.8), 0 25px 50px rgba(0,0,0,0.7);
  position: relative;
  border: 2px solid #4a2f1d;
  transform: rotate(-2deg);
}

.easel-canvas {
  background: #fdfbf7;
  border-radius: 4px;
  padding: 10px 10px;
  box-shadow: inset 0 0 30px rgba(139, 90, 43, 0.2);
  color: #333;
  position: relative;
}

.easel-canvas::before {
  content: '';
  position: absolute;
  top: -25px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 15px;
  background: #4a2f1d;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.easel-title {
  font-family: 'Great Vibes', cursive;
  font-size: 24px;
  color: #8b5a2b;
  text-align: center;
  margin-bottom: 8px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.easel-desc {
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
  color: #555;
  margin-bottom: 8px;
}

.easel-features-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.easel-feature-item {
  background: linear-gradient(to bottom, #fdfbf7, #f0e9dc);
  border: 2px solid #d4c4a8;
  border-radius: 20px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.ef-icon {
  font-size: 18px;
}

.ef-content h4 {
  font-size: 14px;
  color: #333;
  margin: 0 0 2px 0;
}

.ef-sub {
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ef-colors span {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 2px;
  margin-right: 3px;
}

.ai-stylist-badge {
  background: linear-gradient(135deg, #d4af37, #aa8021);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* ================= CENTER BUTTONS ================= */
.cb-center-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.gold-3d-btn {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 12px 25px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  box-shadow: 
    0 6px 12px rgba(0, 0, 0, 0.3),
    inset 0 2px 4px rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gold-3d-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: shine-glass 4s infinite;
  z-index: -1;
}

@keyframes shine-glass {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
}

.gold-3d-btn:hover,
.gold-3d-btn:active {
  background: linear-gradient(135deg, #FFD700 0%, #D4AF37 50%, #B8860B 100%);
  border: 1px solid #D4AF37;
  border-bottom: 4px solid #8B600B;
  color: #1a1a1a;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
  box-shadow: 
    0 8px 16px rgba(212, 175, 55, 0.5),
    inset 0 2px 4px rgba(255,255,255,0.6);
  transform: translateY(-2px);
}

.gold-3d-btn:active {
  transform: translateY(2px);
  border-bottom: 1px solid #8B600B;
  margin-bottom: 3px;
  box-shadow: 
    0 3px 6px rgba(212, 175, 55, 0.4),
    inset 0 2px 4px rgba(255,255,255,0.6);
}

/* ================= PODIUM ================= */
.cb-podium {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-20px);
  perspective: 1000px; /* Add perspective for 3D spin */
}

.podium-frame {
  position: relative;
  width: 160px;
  height: 210px;
  transform-style: preserve-3d;
  animation: frame-spin 15s linear infinite;
}

@keyframes frame-spin {
  0% { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

.frame-face {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #2c1e14, #150e09);
  padding: 10px;
  border-radius: 20px 20px 0 0;
  border: 4px solid #8b6011;
  border-bottom: none;
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.2);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frame-front {
  transform: rotateY(0deg);
}

.frame-back {
  transform: rotateY(180deg);
}

.podium-badge {
  position: absolute;
  top: -15px; left: 50%; transform: translateX(-50%) translateZ(20px);
  background: linear-gradient(to bottom, #e3c473, #a27521);
  color: #fff;
  padding: 5px 15px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  border: 1px solid #f9e17b;
  white-space: nowrap;
}

.frame-face img {
  border-radius: 12px 12px 0 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(10px);
}


/* ================= STYLE EXPLORER ================= */
.cb-style-explorer {
  text-align: center;
}

.explorer-title {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  color: #e3c473;
  margin-bottom: 5px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.explorer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.explorer-frame {
  background: #3c2a1e;
  padding: 4px;
  border: 2px solid #8b6011;
  box-shadow: 0 15px 30px rgba(0,0,0,0.6), inset 0 0 15px rgba(0,0,0,1);
  position: relative;
  transition: transform 0.3s ease;
}

.explorer-frame:hover {
  transform: scale(1.05);
}

.explorer-frame img {
  width: 100%;
  display: block;
  border: 1px solid #1a120b;
}

.explorer-frame span {
  display: block;
  font-size: 10px;
  color: #d4c4a8;
  margin-top: 5px;
  font-family: 'Playfair Display', serif;
}

/* Responsive */
@media (max-width: 1100px) {
  .cb-container-3d {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cb-container-3d {
    grid-template-columns: 1fr;
  }
}

/* MEASUREMENT PARALLAX SECTION */
.measure-parallax {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background-image: url('blouse_measurement_bg_1782968993258.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.measure-parallax::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 50px;
  background: linear-gradient(to bottom, var(--cream), transparent);
  z-index: 1;
}

.measure-parallax-overlay {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.9), rgba(30, 30, 30, 0.8));
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  backdrop-filter: blur(5px);
}

.measure-content-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.measure-header {
  text-align: center;
  margin-bottom: 15px;
}

.measure-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.measure-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255, 255, 255, 0.02);
}

.m-item:hover {
  background: rgba(255,255,255,0.08);
  transform: translateX(10px);
}

.m-item.active-m {
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.4);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.m-item.active-m .m-dot {
  box-shadow: 0 0 20px rgba(201,168,76,1);
  transform: scale(1.3);
  background: #fff;
  border: 3px solid var(--gold);
}

.m-dot {
  width: 14px;
  height: 14px;
  background: var(--gold);
  border-radius: 50%;
  margin-top: 2px;
  box-shadow: 0 0 10px rgba(201,168,76,0.4);
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.m-text h4 {
  color: #fff;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.m-item.active-m .m-text h4 {
  color: var(--gold);
}

.m-text p {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.m-item.active-m .m-text p {
  color: rgba(255,255,255,0.9);
}

.measure-image-col {
  flex: 1.2;
  text-align: center;
  position: relative;
}

.measure-image-col::before {
  content: '';
  position: absolute;
  top: -20px; left: -20px; right: -20px; bottom: -20px;
  border: 1px dashed rgba(201, 168, 76, 0.3);
  border-radius: 20px;
  pointer-events: none;
  animation: rotate-dash 20s linear infinite;
}

@keyframes rotate-dash {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.measure-image-col img {
  max-width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1);
  background: #fff;
  padding: 10px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
  z-index: 2;
}

.measure-image-col:hover img {
  transform: scale(1.02);
}

@media (max-width: 900px) {
  .measure-layout {
    flex-direction: column;
  }
  .measure-image-col {
    order: -1;
    margin-bottom: 50px;
  }
  .m-item:hover {
    transform: translateX(5px);
  }
}

/* ================= VIDEO MODAL ================= */
.blouse-video-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.blouse-video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #111;
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.8);
}

.close-video-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-video-modal:hover {
  color: #d4af37;
}

.video-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  display: block;
}
/* ================= CUSTOM BLOUSE FULL PAGE FORM ================= */
.custom-blouse-page {
  padding: 40px 20px;
  background-color: #fcf9f5;
  color: #333;
  font-family: 'Poppins', sans-serif;
  margin-top: 80px; /* Below navbar */
}

.cb-container {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  padding: 40px;
  position: relative;
}

.cb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.cb-title-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cb-subtitle {
  font-family: 'Great Vibes', cursive;
  color: #e91e63;
  font-size: 20px;
  margin-bottom: -5px;
  display: block;
}

.cb-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #4a2f1d;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}

.cb-desc {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.cb-help-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f0fdf4;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #dcfce7;
}

.cb-help-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.cb-help-text strong {
  color: #166534;
  font-size: 13px;
}

.cb-divider {
  text-align: center;
  position: relative;
  margin: 20px 0 30px;
}

.cb-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  z-index: 1;
}

.cb-divider-icon {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
  color: #d4af37;
  font-size: 16px;
}

.cb-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cb-wrap {
  flex-wrap: wrap;
}

.cb-col-6 {
  flex: 1;
  min-width: 0;
}

.cb-col-3 {
  flex: 0 0 calc(25% - 15px);
}

.cb-col-4 {
  flex: 0 0 calc(33.333% - 14px);
}

.cb-card {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 20px;
}

.cb-full-width {
  width: 100%;
}

.cb-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #4a2f1d;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.cb-card-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cb-guide-link {
  color: #5b21b6;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.cb-field {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.cb-field label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.cb-field .req {
  color: #e11d48;
}

.cb-field input[type="text"],
.cb-field input[type="tel"],
.cb-field input[type="email"],
.cb-field input[type="number"],
.cb-field input[type="date"],
.cb-field select,
.cb-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.cb-field input:focus,
.cb-field select:focus,
.cb-field textarea:focus {
  border-color: #5b21b6;
}

.cb-radio-group {
  justify-content: center;
}

.cb-radios {
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

.cb-radios label {
  font-weight: 400;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.cb-measure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  flex: 1;
}

.cb-measure-guide-img {
  width: 250px;
  flex-shrink: 0;
}

.cb-guide-box {
  background: #fff0f5;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cb-guide-box h4 {
  color: #5b21b6;
  font-size: 14px;
  margin-bottom: 10px;
}

.cb-guide-figures img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 10px;
}

.cb-btn-small {
  background: #5b21b6;
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}

.cb-upload-label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.cb-upload-label small {
  font-weight: 400;
  color: #666;
}

.cb-upload-area {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background: #f9fafb;
  position: relative;
  cursor: pointer;
}

.cb-upload-area p {
  font-size: 12px;
  margin-top: 10px;
  color: #4b5563;
}

.cb-upload-area p strong {
  color: #5b21b6;
}

.cb-upload-area input[type="file"] {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}

.cb-sub-label {
  font-size: 11px;
  color: #666;
  display: block;
  margin-top: 5px;
}

.cb-notice {
  background: #fffbeb;
  border: 1px solid #fef3c7;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  color: #92400e;
  margin-top: 15px;
}

.cb-submit-area {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.cb-checkbox-label {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cb-checkbox-label a {
  color: #5b21b6;
  text-decoration: none;
  font-weight: 600;
}

.cb-submit-btn {
  background: #6d28d9;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s;
}

.cb-submit-btn:hover {
  background: #5b21b6;
}

.cb-secure {
  font-size: 11px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 768px) {
  .cb-row {
    flex-direction: column;
    gap: 15px;
  }
  .cb-col-3, .cb-col-4, .cb-col-6 {
    flex: 1 1 100%;
  }
  .cb-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .cb-measure-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cb-measure-guide-img {
    width: 100%;
  }
}
