.elementor-667 .elementor-element.elementor-element-294e433{--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-667 .elementor-element.elementor-element-9856748{padding:0px 0px 0px 0px;}.elementor-667 .elementor-element.elementor-element-f67fcc8{--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-667 .elementor-element.elementor-element-b90b062{--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-667 .elementor-element.elementor-element-6140b2a{--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-667 .elementor-element.elementor-element-28e2776{--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-667 .elementor-element.elementor-element-a270529{--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-667 .elementor-element.elementor-element-7c3218d{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9856748 *//* Google Premium Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* --- 1. HERO CORE & BRAND GRADIENT ENVIRONMENT --- */
.stsm-at-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* CLEAN GRADIENT BG - White to Light Brown/Beige */
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%);
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* CHANGE: Top padding kam ki hai aur bottom badha di hai content upar karne ke liye */
  padding: 80px 50px 120px 50px;
  box-sizing: border-box;
  perspective: 2000px;
}

/* --- Floating Wood Pieces --- */
.stsm-wood-animation {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
}

.wood-p {
  position: absolute;
  opacity: 0;
  animation: floatBrandedWood infinite linear;
  font-size: 2rem;
  will-change: transform, opacity;
}

/* Random sizes and timings for emojis */
.p1 { left: 10%; animation-duration: 8s; animation-delay: 1s; font-size: 2.2rem; }
.p2 { left: 30%; animation-duration: 10s; animation-delay: 3s; font-size: 1.8rem; }
.p3 { left: 50%; animation-duration: 7s; animation-delay: 0s; font-size: 2.5rem; }
.p4 { left: 70%; animation-duration: 9s; animation-delay: 5s; font-size: 2rem; }
.p5 { left: 90%; animation-duration: 8s; animation-delay: 2s; font-size: 2.3rem; }

@keyframes floatBrandedWood {
  0% { transform: translateY(110vh) translateX(0px) rotate(0deg) rotateX(0deg); opacity: 0; }
  10% { opacity: 0.5; }
  50% { transform: translateY(50vh) translateX(30px) rotate(180deg) rotateX(20deg); }
  90% { opacity: 0.5; }
  100% { transform: translateY(-10vh) translateX(-30px) rotate(360deg) rotateX(0deg); opacity: 0; }
}

/* Glowing Orbs */
.stsm-at-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  animation: atmosphericOrb 25s infinite alternate ease-in-out;
}
.orb-gold { width: 700px; height: 700px; background: rgba(219, 192, 163, 0.3); top: -20%; left: -15%; }
.orb-green { width: 600px; height: 600px; background: rgba(57, 210, 77, 0.1); bottom: -20%; right: -10%; animation-delay: -10s; }

@keyframes atmosphericOrb {
  0% { transform: translate(0, 0) scale(1); opacity: 0.8; }
  100% { transform: translate(150px, -80px) scale(1.2); opacity: 1; }
}

/* Container */
.stsm-at-main-wrap {
  position: relative;
  z-index: 3;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  transform-style: preserve-3d;
  /* CHANGE: Thoda negative margin daala hai exact fit ke liye */
  margin-top: -60px;
}

/* --- 2. LEFT SIDE CONTENT --- */
.stsm-at-content-side { flex: 1.1; max-width: 650px; transform-style: preserve-3d; }

.stsm-at-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.85); 
  backdrop-filter: blur(10px);
  border: 1px solid rgba(157, 117, 82, 0.2);
  color: #9d7552;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 35px;
  box-shadow: 0 15px 30px rgba(157, 117, 82, 0.15);
}

.stsm-at-radar {
  width: 12px; height: 12px;
  background-color: #39d24d;
  border-radius: 50%;
  position: relative;
}
.stsm-at-radar::after {
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  background-color: inherit;
  border-radius: inherit;
  animation: radarPing 1.5s infinite ease-out;
}
@keyframes radarPing {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}

.stsm-at-title {
  font-size: clamp(3.5rem, 5.5vw, 6rem);
  font-weight: 900;
  color: #9d7552;
  line-height: 1.05;
  margin: 0 0 30px 0;
  letter-spacing: -2px;
}
.word-strength {
  text-transform: uppercase;
  background: linear-gradient(to bottom, #9d7552 0%, #684a30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 3px 0px rgba(219, 192, 163, 0.7)); 
}
.word-nature { color: #39d24d; }

.stsm-at-desc {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #523a23;
  line-height: 1.8;
  margin: 0 0 50px 0;
  font-weight: 600; 
}

/* Buttons */
.stsm-at-btn-row { display: flex; gap: 25px; margin-bottom: 50px; flex-wrap: wrap; }

.stsm-at-btn {
  text-decoration: none !important;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 18px 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.solid-green { background-color: #39d24d; color: #ffffff !important; box-shadow: 0 8px 0 #2b9e3a, 0 20px 30px rgba(57, 210, 77, 0.3); }
.solid-green svg { width: 20px; fill: #ffffff; transition: transform 0.3s ease; }
.solid-green:hover { transform: translateY(3px); box-shadow: 0 5px 0 #2b9e3a, 0 15px 25px rgba(57, 210, 77, 0.3); }
.solid-green:hover svg { transform: translateX(5px); }
.solid-green:active { transform: translateY(8px); box-shadow: 0 0px 0 #2b9e3a, 0 10px 15px rgba(57, 210, 77, 0.3); }

.outline-brown { 
  background-color: rgba(253, 234, 216, 0.8); 
  color: #9d7552 !important; 
  border: 2px solid #9d7552; 
  box-shadow: 0 6px 0 #9d7552, 0 20px 30px rgba(157, 117, 82, 0.1); 
}
.outline-brown:hover { background-color: #fdead8; transform: translateY(3px); box-shadow: 0 3px 0 #9d7552, 0 15px 20px rgba(157, 117, 82, 0.1); }
.outline-brown:active { transform: translateY(6px); box-shadow: 0 0px 0 #9d7552, 0 10px 15px rgba(157, 117, 82, 0.1); }

/* Features */
.stsm-at-features { display: flex; gap: 15px; flex-wrap: wrap; }
.feat-tag {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(219, 192, 163, 0.6);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 700;
  color: #9d7552;
  font-size: 0.95rem;
  box-shadow: 3px 3px 0px #dbc0a3;
  transition: transform 0.3s ease;
}
.feat-tag:hover { transform: scale(1.05) translateY(-3px); }
.feat-icon { color: #39d24d; margin-right: 6px; font-weight: 900; }

/* --- 3. RIGHT SIDE VISUALS & 3D --- */
.stsm-at-visual-side { flex: 0.9; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.stsm-at-3d-scene { width: 100%; perspective: 2000px; }

.stsm-at-master-card {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 480px;
  border-radius: 24px;
  transform-style: preserve-3d;
  box-shadow: 
    -1px 1px 0px #805c3d, -2px 2px 0px #805c3d, -3px 3px 0px #805c3d, 
    -4px 4px 0px #805c3d, -5px 5px 0px #805c3d, -6px 6px 0px #805c3d, 
    -25px 25px 50px rgba(0, 0, 0, 0.35);
  animation: ultimateFloating3D 8s infinite alternate ease-in-out;
  transition: transform 0.5s ease-out;
  overflow: hidden;
}
.stsm-at-master-card:hover {
  animation-play-state: paused;
  transform: rotateY(-18deg) rotateX(8deg);
}

@keyframes ultimateFloating3D {
  0% { transform: rotateY(-14deg) rotateX(6deg) translateY(0px); }
  100% { transform: rotateY(-4deg) rotateX(-4deg) translateY(-25px); }
}

/* Slides */
.stsm-at-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; overflow: hidden;
  animation: ultimateSyncCarousel 12s infinite ease-in-out;
}
.stsm-at-image-bg {
  position: absolute; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  animation: kenBurnsCinematic 15s infinite alternate ease-in-out;
}

/* YOUR IMAGES (MAPPED) */
.bg-img-pine { background-image: url('https://saraltimber.com/wp-content/uploads/2026/05/IMG_3689-768x576-1.jpg'); }
.bg-img-euca { background-image: url('https://saraltimber.com/wp-content/uploads/2026/05/ordering-a-wooden-box-1-uai-1100x733-1.jpg'); }
.bg-img-hard { background-image: url('https://saraltimber.com/wp-content/uploads/2026/05/railway2-1.png'); }

.layer-pine { animation-delay: 0s; }
.layer-euca { animation-delay: 4s; }
.layer-hard { animation-delay: 8s; }

@keyframes ultimateSyncCarousel {
  0% { opacity: 0; z-index: 1; }
  8% { opacity: 1; z-index: 2; }
  33% { opacity: 1; z-index: 2; }
  41% { opacity: 0; z-index: 1; }
  100% { opacity: 0; z-index: 1; }
}
@keyframes kenBurnsCinematic {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.15) translate(-1%, -1%); }
}

/* Glass Info */
.stsm-at-glass-info {
  position: absolute; bottom: 30px; left: 30px; right: 30px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  padding: 25px; border-radius: 15px;
  border-left: 8px solid #39d24d;
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}
.wood-cat { background: #9d7552; color: #ffffff; padding: 5px 12px; border-radius: 5px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; margin-bottom: 10px; display: inline-block; }
.stsm-at-glass-info h3 { margin: 0 0 6px 0; color: #523a23; font-size: 1.5rem; font-weight: 900; }
.stsm-at-glass-info p { margin: 0; color: #735338; font-size: 0.95rem; font-weight: 600; line-height: 1.5; }

/* Progress Tracks */
.stsm-at-progress-track { display: flex; gap: 15px; width: 100%; max-width: 250px; justify-content: center; }
.track-dot { flex: 1; height: 5px; background: rgba(157, 117, 82, 0.2); border-radius: 10px; overflow: hidden; position: relative; }
.fill-bar { position: absolute; height: 100%; width: 0%; background: #39d24d; border-radius: inherit; animation: ultimateProgressFill 12s infinite linear; }
.track-dot.active-1 .fill-bar { animation-delay: 0s; }
.track-dot.active-2 .fill-bar { animation-delay: 4s; }
.track-dot.active-3 .fill-bar { animation-delay: 8s; }

@keyframes ultimateProgressFill { 0% { width: 0%; opacity: 1; } 8% { width: 100%; opacity: 1; } 33% { width: 100%; opacity: 1; } 34% { width: 100%; opacity: 0; } 100% { width: 0%; opacity: 0; } }

/* --- 4. ENTRANCE ANIMATIONS --- */
.reveal-at-step1, .reveal-at-step2, .reveal-at-step3, .reveal-at-step4, .reveal-at-step5 {
  opacity: 0; transform-origin: center center;
  animation: dynamicFlipEntrance 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.reveal-at-step1 { animation-delay: 0.1s; } .reveal-at-step2 { animation-delay: 0.3s; }
.reveal-at-step3 { animation-delay: 0.5s; } .reveal-at-step4 { animation-delay: 0.7s; }
.reveal-at-step5 { animation-delay: 0.9s; }
.reveal-at-from-right {
  opacity: 0; animation: dynamicSlideRightEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; animation-delay: 1.1s;
}

@keyframes dynamicFlipEntrance { 0% { opacity: 0; transform: translateY(50px) rotateX(-20deg); } 100% { opacity: 1; transform: translateY(0) rotateX(0deg); } }
@keyframes dynamicSlideRightEntrance { 0% { opacity: 0; transform: translateX(80px) rotateY(15deg) scale(0.9); } 100% { opacity: 1; transform: translateX(0) rotateY(0deg) scale(1); } }

/* --- 5. RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
  /* CHANGE: Mobile/Tablet par padding adjust kar di upar dikhane ke liye */
  .stsm-at-hero { padding: 40px 20px 80px 20px; perspective: none; background-attachment: scroll; }
  .stsm-at-main-wrap { flex-direction: column; text-align: center; gap: 50px; transform-style: flat; margin-top: -30px; }
  .stsm-at-content-side { max-width: 100%; display: flex; flex-direction: column; align-items: center; transform-style: flat; }
  .stsm-at-desc { margin: 0 auto 40px; color: #3d2b1a; }
  .stsm-at-btn-row, .stsm-at-features { justify-content: center; }
  .stsm-at-visual-side { transform-style: flat; max-width: 600px; }
  .stsm-at-3d-scene { perspective: none; }
  .stsm-at-master-card { animation: stableMobileFloat 6s infinite alternate ease-in-out; transform: none !important; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); }
  @keyframes stableMobileFloat { 0% { transform: translateY(0); } 100% { transform: translateY(-15px); } }
}

@media (max-width: 600px) {
  /* CHANGE: Phone ke liye aur optimize kar diya shift upar ki taraf */
  .stsm-at-hero { padding: 20px 15px 60px 15px; }
  .stsm-at-main-wrap { margin-top: 0px; }
  .stsm-at-badge { padding: 10px 15px; font-size: 0.8rem; margin-bottom: 25px; background: rgba(255, 255, 255, 0.9); }
  .stsm-at-title { font-size: 2.8rem; letter-spacing: -1px; }
  .word-strength { filter: drop-shadow(2px 2px 0px rgba(219, 192, 163, 0.8)); }
  .stsm-at-btn { width: 100%; justify-content: center; padding: 16px 30px; box-sizing: border-box; }
  .stsm-at-master-card { height: 420px; min-height: 420px; border-radius: 16px; }
  .stsm-at-glass-info { padding: 15px; bottom: 15px; left: 15px; right: 15px; border-radius: 10px; }
  .stsm-at-glass-info h3 { font-size: 1.25rem; }
  .stsm-at-glass-info p { font-size: 0.9rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e1585f */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* --- 1. MAIN BACKGROUND --- */
.stsm-about-ultra {
  position: relative; width: 100%; min-height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%);
  font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center;
  padding: 80px 20px; 
  box-sizing: border-box; overflow: hidden;
}

/* --- 2. 3D FLOATING BACKGROUND --- */
.stsm-wood-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.6; }
.wood-p { position: absolute; opacity: 0; animation: floatWoodUltra infinite linear; font-size: 2rem; filter: drop-shadow(0 10px 15px rgba(157, 117, 82, 0.2)); }
.p1 { left: 10%; animation-duration: 10s; font-size: 2.2rem; }
.p2 { left: 30%; animation-duration: 12s; animation-delay: 2s; font-size: 1.8rem; }
.p3 { left: 50%; animation-duration: 9s; animation-delay: 1s; font-size: 2.5rem; }
.p4 { left: 70%; animation-duration: 11s; animation-delay: 4s; font-size: 2rem; }
.p5 { left: 90%; animation-duration: 10s; animation-delay: 3s; font-size: 2.3rem; }
@keyframes floatWoodUltra { 0% { transform: translateY(110vh) rotate(0deg); opacity: 0; } 10% { opacity: 0.4; } 50% { transform: translateY(50vh) rotate(180deg); } 90% { opacity: 0.4; } 100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; } }

/* --- 3. PREMIUM WHITE CONTAINER --- */
.stsm-ultra-container {
  position: relative; z-index: 2; width: 100%; max-width: 1200px;
  background: #ffffff; border-radius: 24px; 
  padding: 60px 60px 50px 60px; 
  box-shadow: 0 40px 80px rgba(104, 74, 48, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 1);
  border: 1px solid rgba(219, 192, 163, 0.4);
}

/* --- 4. HEADER STYLING --- */
.stsm-ultra-header { text-align: center; margin-bottom: 45px; display: flex; flex-direction: column; align-items: center; }
.stsm-badge-title { display: inline-flex; align-items: center; gap: 10px; background: #fdfaf6; border: 1px solid #dbc0a3; padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; color: #9d7552; font-weight: 800; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; background-color: #39d24d; border-radius: 50%; box-shadow: 0 0 10px rgba(57, 210, 77, 0.8); }
.stsm-title { font-size: clamp(2.8rem, 4vw, 3.8rem); font-weight: 900; color: #2a1d12; margin: 0; line-height: 1.15; letter-spacing: -1px; }
.text-green { color: #39d24d; }

/* --- 5. GRID LAYOUT --- */
.stsm-ultra-grid { display: flex; gap: 60px; align-items: flex-start; }

/* --- 6. LEFT SIDE (Premium Cards) --- */
.stsm-ultra-left { flex: 0.85; display: flex; flex-direction: column; gap: 25px; }

.stsm-premium-year-card {
  position: relative; overflow: hidden; background: linear-gradient(135deg, #9d7552, #543922);
  color: #ffffff; padding: 35px 30px; border-radius: 16px; display: flex; align-items: center; gap: 25px;
  box-shadow: 0 20px 40px rgba(104, 74, 48, 0.25); border-left: 6px solid #39d24d; transition: transform 0.3s ease;
}
.stsm-premium-year-card:hover { transform: translateY(-5px); }
.card-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%); }
.year-number { font-size: 4rem; font-weight: 900; line-height: 1; text-shadow: 2px 4px 10px rgba(0,0,0,0.3); z-index: 1; }
.year-text { z-index: 1; display: flex; flex-direction: column; gap: 5px; }
.year-text span { font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 2px; }
.year-text strong { font-size: 1.2rem; color: #ffffff; font-weight: 800; line-height: 1.3; }

.stsm-premium-mission-card {
  background: #fdfaf6; padding: 30px; border-radius: 16px; border: 1px solid #eaddcf; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(157, 117, 82, 0.05);
}
.stsm-premium-mission-card:hover { box-shadow: 0 15px 30px rgba(157, 117, 82, 0.1); border-color: #dbc0a3; }
.mission-icon svg { width: 35px; height: 35px; fill: #9d7552; margin-bottom: 15px; }
.stsm-premium-mission-card h4 { margin: 0 0 10px 0; font-size: 1.3rem; color: #543922; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.stsm-premium-mission-card p { margin: 0; font-size: 1.05rem; color: #684a30; line-height: 1.6; font-weight: 500; }

/* --- DIRECTORS BLOCK (FIXED FOR DESKTOP alignment) --- */
.stsm-signature-block { 
  background: #fdfaf6; 
  padding: 35px 15px; 
  border-radius: 16px; 
  border: 1px dashed #dbc0a3; 
  text-align: center; 
  width: 100%; 
  box-sizing: border-box;
}
.sig-title { display: block; font-size: 0.8rem; color: #9d7552; font-weight: 800; letter-spacing: 3px; margin-bottom: 10px; }
.sig-names-container { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: nowrap; /* Desktop par ek hi line me rkhne ke liye */ }
.director-chip { font-size: 1.05rem; color: #2a1d12; font-weight: 800; white-space: nowrap; /* Naam beech se break nahi hoga */ }
.sig-dot { color: #39d24d; font-size: 1.1rem; font-weight: 900; }

/* --- 7. RIGHT SIDE (Editorial Text) --- */
.stsm-ultra-right { flex: 1.15; display: flex; flex-direction: column; }

.story-lead { font-size: 1.3rem; color: #2a1d12; font-weight: 700; line-height: 1.6; margin: 0 0 20px 0; border-left: 4px solid #39d24d; padding-left: 20px; }
.story-text { font-size: 1.05rem; color: #543922; line-height: 1.8; margin: 0 0 30px 0; font-weight: 500; }

/* Interactive Key Points */
.stsm-interactive-points { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 15px; 
  margin-bottom: 0; 
}
.point-box {
  display: flex; align-items: center; gap: 15px; padding: 16px 20px; background: #ffffff;
  border: 1px solid #eaddcf; border-radius: 12px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); cursor: default;
  height: 100%; 
  box-sizing: border-box;
}
.point-box:hover { transform: translateX(5px); background: #fdfaf6; border-color: #39d24d; box-shadow: 0 10px 20px rgba(57, 210, 77, 0.05); }
.check-svg { width: 24px; height: 24px; fill: #39d24d; flex-shrink: 0; }
.point-box span { font-size: 1rem; color: #2a1d12; font-weight: 700; line-height: 1.3; }

/* --- 8. REVEAL ANIMATIONS --- */
.reveal-fade { opacity: 0; animation: fadeUpUltra 0.8s ease-out forwards; }
.reveal-fade-delay-1 { opacity: 0; animation: fadeUpUltra 0.8s ease-out forwards; animation-delay: 0.2s; }
.reveal-fade-delay-2 { opacity: 0; animation: fadeUpUltra 0.8s ease-out forwards; animation-delay: 0.4s; }
@keyframes fadeUpUltra { 0% { opacity: 0; transform: translateY(40px); } 100% { opacity: 1; transform: translateY(0); } }

/* ==========================================================================
   --- 9. ULTIMATE MOBILE & TABLET OPTIMIZATION --- 
   ========================================================================== */

@media (max-width: 1024px) {
  .stsm-ultra-container { padding: 50px 40px; }
  .stsm-ultra-grid { flex-direction: column; gap: 40px; }
  .stsm-ultra-left, .stsm-ultra-right { flex: 1; width: 100%; }
  .sig-names-container { flex-wrap: wrap; justify-content: center; } /* Tablet par wrap allow karein */
}

@media (max-width: 768px) {
  .stsm-interactive-points { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 600px) {
  .stsm-about-ultra { padding: 50px 12px; }
  .stsm-ultra-container { padding: 35px 16px; border-radius: 20px; box-shadow: 0 20px 40px rgba(104, 74, 48, 0.08); }
  .stsm-title { font-size: 2.1rem; letter-spacing: -0.5px; text-align: center; line-height: 1.2; }
  .stsm-badge-title { font-size: 0.8rem; padding: 6px 16px; margin-bottom: 15px; }
  
  .stsm-premium-year-card { flex-direction: column; text-align: center; gap: 10px; padding: 25px 15px; }
  .year-number { font-size: 3.5rem; }
  .year-text strong { font-size: 1.1rem; }
  
  .stsm-premium-mission-card { padding: 25px 20px; text-align: center; }
  .mission-icon svg { margin-bottom: 12px; width: 35px; height: 35px; }
  .stsm-premium-mission-card h4 { font-size: 1.2rem; }
  .stsm-premium-mission-card p { font-size: 1rem; line-height: 1.6; }

  .story-lead { font-size: 1.2rem; padding-left: 12px; border-width: 3px; margin-bottom: 20px; line-height: 1.5; }
  .story-text { font-size: 1rem; line-height: 1.7; margin-bottom: 25px; }
  
  .point-box { padding: 14px 15px; gap: 12px; height: auto; }
  .point-box span { font-size: 0.95rem; }
  .check-svg { width: 20px; height: 20px; }

  .stsm-signature-block { padding: 20px 15px; border-style: solid; border-color: rgba(219, 192, 163, 0.4); background: #fdfaf6; text-align: center; }
  .sig-title { font-size: 0.8rem; letter-spacing: 2px; margin-bottom: 15px; }
  .sig-dot { display: none; }
  .sig-names-container { flex-direction: column; gap: 10px; width: 100%; justify-content: center; }
  .director-chip { display: block; width: 100%; box-sizing: border-box; font-size: 1.05rem; font-weight: 800; color: #543922; background: #ffffff; border: 1px solid #eaddcf; padding: 10px 15px; border-radius: 8px; box-shadow: 0 4px 10px rgba(157, 117, 82, 0.05); letter-spacing: 0.5px; text-transform: uppercase; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b65003 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* --- 1. SAME BACKGROUND AS HERO & ABOUT US --- */
.stsm-products-ultra {
  position: relative; width: 100%; min-height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%);
  font-family: 'Inter', sans-serif;
  padding: 100px 20px; box-sizing: border-box; overflow: hidden;
}

/* --- 2. 3D FLOATING BACKGROUND --- */
.stsm-wood-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.6; }
.wood-p { position: absolute; opacity: 0; animation: floatWoodUltra infinite linear; font-size: 2rem; filter: drop-shadow(0 10px 15px rgba(157, 117, 82, 0.2)); }
.p1 { left: 10%; animation-duration: 10s; font-size: 2.2rem; }
.p2 { left: 30%; animation-duration: 12s; animation-delay: 2s; font-size: 1.8rem; }
.p3 { left: 50%; animation-duration: 9s; animation-delay: 1s; font-size: 2.5rem; }
.p4 { left: 70%; animation-duration: 11s; animation-delay: 4s; font-size: 2rem; }
.p5 { left: 90%; animation-duration: 10s; animation-delay: 3s; font-size: 2.3rem; }

@keyframes floatWoodUltra { 
  0% { transform: translateY(110vh) rotate(0deg); opacity: 0; } 
  10% { opacity: 0.4; } 
  50% { transform: translateY(50vh) rotate(180deg); } 
  90% { opacity: 0.4; } 
  100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; } 
}

/* --- 3. MAIN CONTAINER --- */
.stsm-ultra-container { position: relative; z-index: 2; width: 100%; max-width: 1350px; margin: 0 auto; }

/* --- 4. ULTRA HEADER & BROCHURE BUTTON --- */
.stsm-ultra-header { text-align: center; margin-bottom: 70px; display: flex; flex-direction: column; align-items: center; animation: fadeSlideDown 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; }

@keyframes fadeSlideDown {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

.stsm-badge-title { display: inline-flex; align-items: center; gap: 10px; background: #fdfaf6; border: 1px solid #dbc0a3; padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; color: #9d7552; font-weight: 800; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; box-shadow: 0 5px 15px rgba(157, 117, 82, 0.1); }

/* Added Real-time Pulse Motion */
.pulse-dot { width: 8px; height: 8px; background-color: #39d24d; border-radius: 50%; animation: pulseGlow 2s infinite; }
@keyframes pulseGlow {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(57, 210, 77, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(57, 210, 77, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(57, 210, 77, 0); }
}

.stsm-title { font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 900; color: #2a1d12; margin: 0; line-height: 1.15; letter-spacing: -1px; }
.text-green { color: #39d24d; }
.stsm-header-desc { font-size: 1.15rem; color: #543922; font-weight: 500; margin-top: 15px; margin-bottom: 30px; }

/* Trigger Button for Brochure */
.stsm-hero-download-btn {
  background: #2a1d12; color: #ffffff !important; padding: 15px 30px; border-radius: 8px; font-weight: 800; font-size: 1.05rem;
  cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 10px 20px rgba(42, 29, 18, 0.2); border: 1px solid #543922; display: inline-block;
  text-decoration: none !important; /* Underline Removed */
}
.stsm-hero-download-btn:hover { background: #39d24d; color: #ffffff !important; border-color: #39d24d; transform: translateY(-5px) scale(1.03); box-shadow: 0 20px 30px rgba(57, 210, 77, 0.3); }

/* --- 5. CATEGORY SECTIONS --- */
.stsm-category-section { margin-bottom: 80px; scroll-margin-top: 100px; }
.category-header { margin-bottom: 30px; display: flex; flex-direction: column; align-items: flex-start;}
.category-header h3 { font-size: 2rem; color: #2a1d12; font-weight: 900; margin: 0 0 8px 0; letter-spacing: -0.5px; }
.cat-line { width: 60px; height: 4px; background: #39d24d; border-radius: 4px; transition: width 0.4s ease; }
.stsm-category-section:hover .cat-line { width: 90px; } /* Expand line on section hover */

/* --- 6. FLEX GRID (NO EMPTY SPACES) --- */
.stsm-flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centers odd items in the last row */
  gap: 30px;
}

/* --- 7. LUXURY PRODUCT CARD WITH ENTRY ANIMATION --- */
.stsm-luxury-card {
  flex: 1 1 320px; 
  max-width: 420px; 
  background: #ffffff; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(219, 192, 163, 0.6);
  box-shadow: 0 10px 30px rgba(104, 74, 48, 0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex; flex-direction: column;
  opacity: 0;
  animation: cardFadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

/* Staggered load effect without js */
.stsm-luxury-card:nth-child(1) { animation-delay: 0.1s; }
.stsm-luxury-card:nth-child(2) { animation-delay: 0.2s; }
.stsm-luxury-card:nth-child(3) { animation-delay: 0.3s; }
.stsm-luxury-card:nth-child(4) { animation-delay: 0.4s; }
.stsm-luxury-card:nth-child(5) { animation-delay: 0.5s; }
.stsm-luxury-card:nth-child(6) { animation-delay: 0.6s; }
.stsm-luxury-card:nth-child(7) { animation-delay: 0.7s; }

@keyframes cardFadeUp {
  0% { opacity: 0; transform: translateY(50px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.stsm-luxury-card:hover { transform: translateY(-12px); box-shadow: 0 30px 60px rgba(104, 74, 48, 0.18); border-color: #39d24d; }

/* --- 8. AUTO 3-IMAGE SLIDER --- */
.card-slider-area { width: 100%; height: 220px; position: relative; background: #f1e4d8; overflow: hidden; }
.c-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center; opacity: 0; 
  animation: cardFadeInOut 12s infinite; z-index: 1; transition: transform 6s linear;
}
.stsm-luxury-card:hover .c-slide { transform: scale(1.12); } /* Smoother & deeper zoom on hover */

.c-slide:nth-child(1) { animation-delay: 0s; }
.c-slide:nth-child(2) { animation-delay: 4s; }
.c-slide:nth-child(3) { animation-delay: 8s; }

@keyframes cardFadeInOut { 0% { opacity: 1; } 25% { opacity: 1; } 33% { opacity: 0; } 92% { opacity: 0; } 100% { opacity: 1; } }

/* --- 9. CARD CONTENT & WHATSAPP BTN --- */
.card-content { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.card-tag { display: inline-block; align-self: flex-start; font-size: 0.75rem; color: #9d7552; background: #fdfaf6; border: 1px solid #dbc0a3; padding: 5px 12px; border-radius: 6px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; transition: background 0.3s; }
.stsm-luxury-card:hover .card-tag { background: #39d24d; color: #fff; border-color: #39d24d; }

.card-content h4 { font-size: 1.35rem; color: #2a1d12; font-weight: 900; margin: 0 0 10px 0; line-height: 1.2; letter-spacing: -0.5px;}
.card-content p { font-size: 0.95rem; color: #543922; line-height: 1.6; margin: 0 0 20px 0; font-weight: 500; flex-grow: 1; }

.wa-order-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: #ffffff !important; 
  text-decoration: none !important; /* Underline Removed */
  padding: 12px 15px; border-radius: 8px; font-weight: 800; font-size: 0.95rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}
.wa-order-btn svg { width: 20px; height: 20px; fill: #ffffff; transition: transform 0.3s; }
.wa-order-btn:hover { background: #1ebe57; transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4); }
.wa-order-btn:hover svg { transform: rotate(-10deg) scale(1.1); }

/* =======================================================
   10. SECURE BROCHURE DOWNLOAD MODAL (CSS ONLY HACK)
   ======================================================= */
.stsm-hidden-checkbox { display: none; }

.stsm-brochure-modal-wrap {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(42, 29, 18, 0.85); backdrop-filter: blur(10px);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: all 0.5s ease; padding: 20px; box-sizing: border-box;
}

#stsm-brochure-modal-toggle:checked ~ .stsm-brochure-modal-wrap { opacity: 1; pointer-events: auto; }

.stsm-modal-box {
  background: #ffffff; width: 100%; max-width: 450px; border-radius: 16px; padding: 40px 30px;
  position: relative; box-shadow: 0 35px 70px rgba(0,0,0,0.4);
  transform: translateY(50px) scale(0.9); transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-top: 6px solid #39d24d;
}
#stsm-brochure-modal-toggle:checked ~ .stsm-brochure-modal-wrap .stsm-modal-box { transform: translateY(0) scale(1); }

.stsm-close-btn { position: absolute; top: 15px; right: 20px; font-size: 1.5rem; color: #9d7552; cursor: pointer; transition: transform 0.3s, color 0.3s; }
.stsm-close-btn:hover { color: #ff4757; transform: rotate(90deg); }

.modal-header { text-align: center; margin-bottom: 25px; }
.modal-header h3 { font-size: 1.5rem; color: #2a1d12; font-weight: 900; margin: 0 0 10px 0; }
.modal-header p { font-size: 0.95rem; color: #543922; margin: 0; line-height: 1.5; font-weight: 500; }

.stsm-modal-form { display: flex; flex-direction: column; gap: 15px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 0.85rem; font-weight: 700; color: #543922; text-transform: uppercase; }
.form-group input { padding: 12px 15px; border: 1px solid #dbc0a3; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 1rem; color: #2a1d12; outline: none; transition: all 0.3s; background: #fafafa; }
.form-group input:focus { border-color: #39d24d; background: #fff; box-shadow: 0 0 0 4px rgba(57, 210, 77, 0.1); transform: translateY(-2px); }

/* The fake submit button that actually downloads */
.stsm-submit-download-btn {
  text-decoration: none !important; /* Underline Removed */
  text-align: center; background: #39d24d; color: #ffffff !important;
  padding: 15px; border-radius: 8px; font-weight: 800; font-size: 1.05rem; margin-top: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 8px 15px rgba(57, 210, 77, 0.2); border: none; cursor: pointer;
}
.stsm-submit-download-btn:hover { background: #2ebc3f; transform: translateY(-4px) scale(1.02); box-shadow: 0 15px 25px rgba(57, 210, 77, 0.35); }

/* --- 11. RESPONSIVE OPTIMIZATION --- */
@media (max-width: 768px) {
  .stsm-products-ultra { padding: 60px 15px; }
  .stsm-title { font-size: 2.2rem; text-align: center; line-height: 1.2;}
  .stsm-header-desc { text-align: center; font-size: 1rem; }
  .category-header { align-items: center; }
  .category-header h3 { font-size: 1.6rem; text-align: center; }
  .stsm-category-section:hover .cat-line { width: 60px; } /* Keep line static on mobile */
  
  .stsm-luxury-card { max-width: 100%; flex-basis: 100%; } 
  .card-slider-area { height: 200px; }
  .card-content h4 { font-size: 1.25rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4ddab0 *//* --- 1. MAIN WCU SECTION (HERO BG) --- */
.stsm-wcu-ultra {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%); /* Same Hero BG */
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

/* --- 2. BACKGROUND CINEMATIC PARTICLES --- */
.wcu-particles {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1;
}
.wcu-particle {
  position: absolute; background: radial-gradient(circle, rgba(219,192,163,0.4) 0%, transparent 70%);
  border-radius: 50%; animation: pulseMove 15s infinite alternate;
}
.wp-1 { width: 400px; height: 400px; top: -10%; left: -5%; }
.wp-2 { width: 600px; height: 600px; bottom: -20%; right: -10%; animation-delay: -5s; }
.wp-3 { width: 300px; height: 300px; top: 40%; left: 50%; animation-delay: -10s; }

@keyframes pulseMove {
  0% { transform: scale(1) translate(0, 0); opacity: 0.5; }
  100% { transform: scale(1.5) translate(50px, -50px); opacity: 0.8; }
}

/* --- 3. CONTAINER & HEADER --- */
.stsm-wcu-container {
  position: relative; z-index: 2; max-width: 1350px; margin: 0 auto;
}
.wcu-header { text-align: center; margin-bottom: 70px; display: flex; flex-direction: column; align-items: center; }

/* Reuse these if already in your CSS, keeping them here for safety */
.stsm-badge-title { display: inline-flex; align-items: center; gap: 10px; background: #fdfaf6; border: 1px solid #dbc0a3; padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; color: #9d7552; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(157, 117, 82, 0.1); }
.pulse-dot { width: 8px; height: 8px; background-color: #39d24d; border-radius: 50%; animation: pulseGlow 2s infinite; }
.stsm-title { font-size: clamp(2.5rem, 4vw, 3.8rem); font-weight: 900; color: #2a1d12; margin: 0; line-height: 1.15; letter-spacing: -1px; }
.text-green { color: #39d24d; }
.stsm-header-desc { font-size: 1.15rem; color: #543922; font-weight: 500; margin-top: 15px; max-width: 600px; }

/* --- 4. 3D GRID LAYOUT --- */
.wcu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
  perspective: 1500px; /* Crucial for 3D effect */
}

/* --- 5. CINEMATIC 3D CARDS --- */
.wcu-card {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 40px 35px;
  overflow: hidden;
  transform-style: preserve-3d; /* Maintains 3D space */
  box-shadow: 0 15px 35px rgba(104, 74, 48, 0.08);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation: float3D 6s ease-in-out infinite alternate;
}

/* Unique floating delays so they move organically, not uniformly */
.card-delay-1 { animation-delay: 0s; }
.card-delay-2 { animation-delay: -1s; }
.card-delay-3 { animation-delay: -2s; }
.card-delay-4 { animation-delay: -3s; }
.card-delay-5 { animation-delay: -4s; }
.card-delay-6 { animation-delay: -5s; }

/* Auto Floating Motion */
@keyframes float3D {
  0% { transform: translateY(0) rotateX(2deg) rotateY(-2deg); }
  100% { transform: translateY(-15px) rotateX(-2deg) rotateY(2deg); }
}

/* --- 6. SWEEPING LIGHT EFFECT (Advanced CSS) --- */
.wcu-card::before {
  content: '';
  position: absolute; top: 0; left: -150%; width: 100%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.8), transparent);
  transform: skewX(-30deg);
  animation: lightSweep 4s infinite cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1; pointer-events: none; opacity: 0.4;
}
@keyframes lightSweep { 0% { left: -150%; } 50%, 100% { left: 150%; } }

/* --- 7. HOVER EFFECTS (3D Lift & Glow) --- */
.wcu-card:hover {
  transform: translateY(-20px) scale(1.02) rotateX(0deg) rotateY(0deg) !important;
  box-shadow: 0 40px 60px rgba(57, 210, 77, 0.15), inset 0 0 0 2px #39d24d;
  background: rgba(255, 255, 255, 0.95);
  animation-play-state: paused; /* Stops auto-float on hover */
}

/* --- 8. CARD CONTENT & TYPOGRAPHY --- */
.wcu-watermark {
  position: absolute; right: 10px; bottom: -20px;
  font-size: 8rem; font-weight: 900;
  color: rgba(157, 117, 82, 0.05); /* Huge subtle number behind text */
  z-index: 0; pointer-events: none;
  transition: all 0.5s ease;
}
.wcu-card:hover .wcu-watermark {
  color: rgba(57, 210, 77, 0.08);
  transform: translateY(-10px) scale(1.1);
}

.wcu-content { position: relative; z-index: 2; }

.wcu-icon-box {
  display: inline-flex; align-items: center; justify-content: center;
  width: 45px; height: 45px; background: #2a1d12; color: #39d24d;
  border-radius: 12px; font-size: 1.5rem; margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(42, 29, 18, 0.2); transition: all 0.4s;
}
.wcu-card:hover .wcu-icon-box {
  background: #39d24d; color: #ffffff; transform: rotate(180deg) scale(1.1);
}

.wcu-content h3 {
  font-size: 1.4rem; color: #2a1d12; font-weight: 800;
  margin: 0 0 12px 0; letter-spacing: -0.5px;
}
.wcu-content p {
  font-size: 1rem; color: #543922; line-height: 1.6;
  margin: 0; font-weight: 500;
}

/* --- 9. RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
  .stsm-wcu-ultra { padding: 60px 15px; }
  .stsm-title { font-size: 2.2rem; text-align: center; }
  .stsm-header-desc { font-size: 1rem; text-align: center; }
  .wcu-grid { grid-template-columns: 1fr; }
  .wcu-card { padding: 30px 25px; animation: none; /* Disable 3D float on mobile for performance */ }
  .wcu-card:hover { transform: translateY(-10px) !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48ec4d4 *//* --- 1. MAIN PROCESS SECTION --- */
.stsm-process-ultra {
  position: relative; width: 100%; padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%);
  font-family: 'Inter', sans-serif; overflow: hidden; box-sizing: border-box;
}

.stsm-process-container {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
}

/* --- 2. HEADER --- */
.process-header { text-align: center; margin-bottom: 80px; display: flex; flex-direction: column; align-items: center; }

/* --- 3. TIMELINE STRUCTURE --- */
.process-timeline {
  position: relative; width: 100%; max-width: 1000px; margin: 0 auto;
}

/* Animated Glowing Central Line */
.timeline-line {
  position: absolute; left: 50%; top: 0; width: 6px; height: 100%;
  background: rgba(219, 192, 163, 0.4); transform: translateX(-50%); border-radius: 10px; overflow: hidden;
}
.timeline-line::before {
  content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%;
  background: linear-gradient(to bottom, transparent, #39d24d, #39d24d, transparent);
  animation: flowingLine 4s linear infinite;
}

@keyframes flowingLine {
  0% { top: -50%; }
  100% { top: 100%; }
}

/* --- 4. INDIVIDUAL STEPS --- */
.process-step {
  position: relative; width: 50%; margin-bottom: 60px; display: flex; align-items: center;
}
.process-step:last-child { margin-bottom: 0; }

.left-step { left: 0; justify-content: flex-end; padding-right: 50px; text-align: right; }
.right-step { left: 50%; justify-content: flex-start; padding-left: 50px; text-align: left; }

/* The Glowing Pulse Dots on the Timeline */
.step-dot {
  position: absolute; top: 50%; width: 24px; height: 24px; background: #ffffff;
  border: 4px solid #39d24d; border-radius: 50%; transform: translateY(-50%); z-index: 3;
  box-shadow: 0 0 15px rgba(57, 210, 77, 0.5); transition: all 0.4s ease;
}
.left-step .step-dot { right: -12px; }
.right-step .step-dot { left: -12px; }

.process-step:hover .step-dot {
  background: #39d24d; transform: translateY(-50%) scale(1.3);
  box-shadow: 0 0 25px rgba(57, 210, 77, 0.8);
}

/* --- 5. 3D STEP CARDS --- */
.step-content {
  position: relative; width: 100%; max-width: 420px;
  background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 20px; padding: 35px 30px;
  box-shadow: 0 15px 35px rgba(104, 74, 48, 0.08); transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}

.process-step:hover .step-content {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 30px 50px rgba(57, 210, 77, 0.15);
  border-color: #39d24d; background: rgba(255, 255, 255, 0.95);
}

/* Watermark Number */
.step-watermark {
  position: absolute; font-size: 7rem; font-weight: 900; color: rgba(157, 117, 82, 0.06);
  z-index: 0; pointer-events: none; transition: all 0.5s ease;
}
.left-step .step-watermark { bottom: -15px; left: 10px; }
.right-step .step-watermark { bottom: -15px; right: 10px; }

.process-step:hover .step-watermark {
  color: rgba(57, 210, 77, 0.08); transform: translateY(-10px);
}

/* Typography */
.step-content h3 {
  position: relative; z-index: 2; font-size: 1.4rem; color: #2a1d12;
  font-weight: 900; margin: 0 0 12px 0; letter-spacing: -0.5px;
}
.step-content p {
  position: relative; z-index: 2; font-size: 1rem; color: #543922;
  line-height: 1.6; margin: 0; font-weight: 500;
}

/* --- 6. RESPONSIVE DESIGN (MOBILE) --- */
@media (max-width: 900px) {
  .timeline-line { left: 20px; transform: none; }
  .process-step { width: 100%; left: 0; padding-left: 60px !important; padding-right: 0 !important; text-align: left; }
  .left-step, .right-step { justify-content: flex-start; }
  .left-step .step-dot, .right-step .step-dot { left: 8px; right: auto; }
  .step-content { max-width: 100%; }
  .left-step .step-watermark { right: 10px; left: auto; } /* Standardize watermark position for mobile */
}
@media (max-width: 768px) {
  .stsm-process-ultra { padding: 60px 15px; }
  .step-content { padding: 25px 20px; }
  .step-content h3 { font-size: 1.25rem; }
  .step-watermark { font-size: 5rem; bottom: -10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a2cbf *//* --- GLOBAL SMOOTH SCROLL (Header link optimization) --- */
html {
  scroll-behavior: smooth;
}

/* --- 1. MAIN CTA SECTION (HERO BG) --- */
.stsm-cta-ultra {
  position: relative;
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%); /* Same Hero BG */
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

/* STRICT RULE: REMOVE ALL UNDERLINES */
.stsm-cta-ultra a, 
.stsm-cta-ultra a:hover, 
.stsm-cta-ultra a:focus,
.stsm-cta-ultra button {
  text-decoration: none !important;
  outline: none;
}

/* --- 2. CINEMATIC BACKGROUND GLOWS --- */
.cta-glow-elements { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.cta-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.5; animation: ctaFloatGlow 12s infinite alternate; }
.cg-1 { width: 400px; height: 400px; background: #fdead8; top: -10%; right: -5%; }
.cg-2 { width: 500px; height: 500px; background: rgba(57, 210, 77, 0.15); bottom: -10%; left: -10%; animation-delay: -6s; }

@keyframes ctaFloatGlow {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(30px, -30px) scale(1.2); }
}

/* --- 3. CONTAINER LAYOUT --- */
.stsm-cta-container {
  position: relative; z-index: 2; max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center;
}

/* --- 4. LEFT COLUMN: CONTACT DETAILS --- */
.cta-info-side { display: flex; flex-direction: column; align-items: flex-start; }
.cta-info-side .stsm-title { margin-bottom: 15px; }
.cta-info-side .stsm-header-desc { max-width: 550px; margin-bottom: 40px; margin-top: 0; }

.cta-details-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; width: 100%; margin-bottom: 40px;
}

/* Micro Cards Style */
.info-micro-card {
  background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px);
  border: 1px solid rgba(219, 192, 163, 0.5); padding: 20px; border-radius: 16px;
  display: flex; gap: 15px; align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.full-width-info { grid-column: span 2; }

.info-icon {
  width: 40px; height: 40px; background: #2a1d12; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0;
}
.wa-icon-bg { background: #25D366 !important; }

.info-texts h4 { font-size: 1rem; color: #2a1d12; font-weight: 800; margin: 0 0 6px 0; }
.info-texts a { display: block; font-size: 0.95rem; color: #543922; font-weight: 600; margin-bottom: 4px; transition: color 0.3s; }
.info-texts a:hover { color: #39d24d; }
.info-texts p { font-size: 0.95rem; color: #543922; font-weight: 500; margin: 0; line-height: 1.5; }

/* Micro Hover Effects */
.info-micro-card:hover {
  transform: translateY(-5px); background: #ffffff; border-color: #39d24d;
  box-shadow: 0 15px 30px rgba(104, 74, 48, 0.08);
}
.wa-glowing-card:hover {
  border-color: #25D366; box-shadow: 0 15px 30px rgba(37, 211, 102, 0.15);
}

/* Brochure Button */
.cta-brochure-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: #2a1d12; color: #ffffff !important; padding: 16px 32px; border-radius: 12px;
  font-weight: 800; font-size: 1rem; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(42, 29, 18, 0.15); border: 1px solid #543922;
}
.cta-brochure-btn:hover {
  background: #39d24d; border-color: #39d24d; transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 30px rgba(57, 210, 77, 0.25);
}

/* --- 5. RIGHT COLUMN: PREMIUM 3D FORM --- */
.glass-form-box {
  background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 24px; padding: 45px 40px;
  box-shadow: 0 30px 60px rgba(104, 74, 48, 0.1);
  transition: all 0.5s ease;
}
.glass-form-box:hover {
  border-color: rgba(57, 210, 77, 0.4);
  box-shadow: 0 40px 80px rgba(104, 74, 48, 0.15);
}

.form-header { margin-bottom: 30px; }
.form-header h3 { font-size: 1.6rem; color: #2a1d12; font-weight: 900; margin: 0 0 8px 0; letter-spacing: -0.5px; }
.form-header p { font-size: 0.95rem; color: #543922; margin: 0; font-weight: 500; }

.cta-secure-form { display: flex; flex-direction: column; gap: 20px; }
.cta-field-group { display: flex; flex-direction: column; gap: 8px; }
.cta-field-group label { font-size: 0.85rem; font-weight: 800; color: #2a1d12; text-transform: uppercase; letter-spacing: 0.5px; }

.cta-field-group input, 
.cta-field-group select {
  padding: 14px 18px; border: 1px solid #dbc0a3; border-radius: 10px;
  font-family: 'Inter', sans-serif; font-size: 1rem; color: #2a1d12; background: rgba(255,255,255,0.8);
  outline: none; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cta-field-group input:focus, 
.cta-field-group select:focus {
  border-color: #39d24d; background: #ffffff;
  box-shadow: 0 0 0 4px rgba(57, 210, 77, 0.15); transform: translateY(-2px);
}

/* Custom styling override for select arrow styling safely */
.custom-select-wrapper { position: relative; width: 100%; }

/* --- 6. GLOWING SECURE SUBMIT BUTTON --- */
.cta-submit-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #39d24d; color: #ffffff !important; border: none; padding: 16px;
  border-radius: 10px; font-weight: 800; font-size: 1.1rem; cursor: pointer; margin-top: 10px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 20px rgba(57, 210, 77, 0.3);
}
.lock-icon { font-size: 1.1rem; transition: transform 0.3s; }

.cta-submit-btn:hover {
  background: #2ebc3f; transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 30px rgba(57, 210, 77, 0.45);
}
.cta-submit-btn:hover .lock-icon { transform: scale(1.2); }

/* --- 7. RESPONSIVE DESIGN --- */
@media (max-width: 1024px) {
  .stsm-cta-container { grid-template-columns: 1fr; gap: 50px; }
  .cta-info-side { align-items: center; text-align: center; }
  .cta-details-grid { max-width: 700px; margin: 0 auto 30px auto; }
}

@media (max-width: 600px) {
  .stsm-cta-ultra { padding: 60px 15px; }
  .cta-details-grid { grid-template-columns: 1fr; width: 100%; }
  .full-width-info { grid-column: span 1; }
  .glass-form-box { padding: 30px 20px; }
  .cta-brochure-btn { width: 100%; justify-content: center; box-sizing: border-box; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-562c3f9 *//* --- 1. MAIN FAQ SECTION --- */
.stsm-faq-ultra {
  position: relative; width: 100%; padding: 100px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fdead8 100%);
  font-family: 'Inter', sans-serif; overflow: hidden; box-sizing: border-box;
}

/* Strictly removing underlines from anywhere in this section */
.stsm-faq-ultra * { text-decoration: none !important; }

/* --- 2. CINEMATIC BACKGROUND GLOWS --- */
.faq-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.4; z-index: 1; pointer-events: none; }
.faq-g1 { width: 500px; height: 500px; background: rgba(57, 210, 77, 0.2); top: -20%; right: -10%; animation: faqFloat 10s infinite alternate ease-in-out; }
.faq-g2 { width: 400px; height: 400px; background: #dbc0a3; bottom: -10%; left: -10%; animation: faqFloat 12s infinite alternate-reverse ease-in-out; }

@keyframes faqFloat {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(50px) scale(1.1); }
}

/* --- 3. CONTAINER & HEADER --- */
.stsm-faq-container { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 60px; display: flex; flex-direction: column; align-items: center; }

/* --- 4. ACCORDION WRAPPER --- */
.faq-accordion-wrapper { display: flex; flex-direction: column; gap: 20px; }

/* --- 5. INDIVIDUAL FAQ ITEM (Glassmorphism & 3D) --- */
.faq-item {
  background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(219, 192, 163, 0.6); border-radius: 16px;
  box-shadow: 0 10px 25px rgba(104, 74, 48, 0.05); overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.9); transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(104, 74, 48, 0.1); border-color: rgba(57, 210, 77, 0.4);
}

/* Hidden Radio Inputs for Pure CSS Logic */
.faq-input { display: none; }

/* --- 6. FAQ QUESTION (LABEL) --- */
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 25px 30px; cursor: pointer; user-select: none; transition: all 0.4s ease;
}

.q-text { font-size: 1.15rem; color: #2a1d12; font-weight: 800; letter-spacing: -0.3px; transition: color 0.3s; }
.faq-item:hover .q-text { color: #39d24d; }

/* Cinematic Icon */
.q-icon {
  display: flex; align-items: center; justify-content: center;
  width: 35px; height: 35px; background: #fdfaf6; border: 1px solid #dbc0a3;
  border-radius: 50%; color: #9d7552; font-size: 1.2rem; font-weight: 900;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* --- 7. FAQ ANSWER (Smooth Collapse) --- */
.faq-answer {
  max-height: 0; opacity: 0; padding: 0 30px; overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.faq-answer p { font-size: 1rem; color: #543922; font-weight: 500; line-height: 1.6; margin: 0 0 25px 0; }

/* --- 8. ACTIVE STATE (When Checked) --- */
.faq-input:checked ~ .faq-question { padding-bottom: 10px; }
.faq-input:checked ~ .faq-question .q-text { color: #39d24d; }

/* Rotate & Glow Icon on Active */
.faq-input:checked ~ .faq-question .q-icon {
  transform: rotate(135deg); background: #39d24d; color: #ffffff; border-color: #39d24d;
  box-shadow: 0 0 15px rgba(57, 210, 77, 0.5);
}

/* Expand Answer */
.faq-input:checked ~ .faq-answer {
  max-height: 300px; opacity: 1; padding-top: 10px;
}

/* Active Card Styling */
.faq-item:has(.faq-input:checked) {
  border-color: #39d24d; background: #ffffff;
  box-shadow: 0 15px 35px rgba(57, 210, 77, 0.15);
}

/* --- 9. RESPONSIVE OPTIMIZATION --- */
@media (max-width: 768px) {
  .stsm-faq-ultra { padding: 60px 15px; }
  .faq-question { padding: 20px; }
  .q-text { font-size: 1rem; }
  .faq-answer { padding: 0 20px; }
  .faq-answer p { font-size: 0.95rem; }
}/* End custom CSS */