.elementor-9228 .elementor-element.elementor-element-575abe5{--display:flex;}.elementor-9228 .elementor-element.elementor-element-d5bfd5b{--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;--overlay-opacity:0.5;}.elementor-9228 .elementor-element.elementor-element-d5bfd5b::before, .elementor-9228 .elementor-element.elementor-element-d5bfd5b > .elementor-background-video-container::before, .elementor-9228 .elementor-element.elementor-element-d5bfd5b > .e-con-inner > .elementor-background-video-container::before, .elementor-9228 .elementor-element.elementor-element-d5bfd5b > .elementor-background-slideshow::before, .elementor-9228 .elementor-element.elementor-element-d5bfd5b > .e-con-inner > .elementor-background-slideshow::before, .elementor-9228 .elementor-element.elementor-element-d5bfd5b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-9228 .elementor-element.elementor-element-79557d3{--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;}.elementor-9228 .elementor-element.elementor-element-3626f4e{--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;}/* Start custom CSS for html, class: .elementor-element-4c050a0 */<style>
/* Section Base */
.premium-chemical-final-v64 { 
    background: #0a0e14; 
    padding: 80px 0; 
    color: #fff; 
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow: hidden;
}

.pc-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 5; }

/* COMPACT NAV */
.pc-nav-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.pc-back-btn-compact { text-decoration: none; color: #64748b; font-weight: 800; font-size: 10px; letter-spacing: 1.5px; opacity: 0.7; transition: 0.3s; }
.pc-back-btn-compact:hover { color: #fff; opacity: 1; }
.pc-brand-tag-mini { background: rgba(22, 160, 133, 0.1); border: 1px solid rgba(22, 160, 133, 0.2); padding: 5px 12px; border-radius: 50px; font-size: 9px; font-weight: 800; color: #16a085; }

/* Grid */
.pc-main-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: flex-start; }

/* Titles Aligned */
.pc-title { font-size: 52px; font-weight: 900; line-height: 1.1; margin-bottom: 15px; text-align: left; }
.pc-accent { color: #16a085; }
.pc-subtitle { font-size: 16px; color: #94a3b8; margin-bottom: 40px; line-height: 1.6; text-align: left; max-width: 500px; }

/* Floating Image Visual */
.pc-visual { position: sticky; top: 100px; padding-bottom: 40px; }
.pc-floating-card { 
    width: 100%; aspect-ratio: 9/14; border-radius: 35px; overflow: hidden; 
    border: 1px solid rgba(255, 255, 255, 0.1); background: #000; position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); /* Floating Effect */
    transition: 0.5s ease;
}
.pc-floating-card:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px); box-shadow: 0 35px 80px rgba(0,0,0,0.5); }
.f-main-image { width: 100%; height: 100%; object-fit: cover; }
.pc-cert-label { position: absolute; bottom: 20px; left: 20px; background: rgba(0,0,0,0.6); backdrop-filter: blur(10px); padding: 8px 15px; border-radius: 50px; font-size: 9px; font-weight: 800; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255, 255, 255, 0.1); color: #fff; }
.pc-pulse { width: 6px; height: 6px; background: #16a085; border-radius: 50%; animation: pulse 1.5s infinite; }

.pc-trust-strip-floating { display: flex; justify-content: space-between; margin-top: 25px; max-width: 320px; margin-left: auto; margin-right: auto; }
.pc-trust-item-compact { font-size: 11px; color: #94a3b8; display: flex; align-items: center; gap: 5px; font-weight: 700; opacity: 0.8; }

/* Perfect Box Alignment */
.pc-steps-stack { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.pc-step-card { 
    background: rgba(255, 255, 255, 0.03); padding: 25px; border-radius: 20px; 
    display: flex; gap: 25px; align-items: flex-start;
    position: relative; transition: 0.3s ease;
}
.box-blue { border: 1px solid rgba(52, 152, 219, 0.3); background: rgba(52, 152, 219, 0.05); }
.box-green { border: 1px solid rgba(22, 160, 133, 0.4); background: rgba(22, 160, 133, 0.08); }
.box-purple { border: 1px solid rgba(155, 89, 182, 0.3); background: rgba(155, 89, 182, 0.05); }
.pc-featured { transform: scale(1.02); }

/* Step Text Alignment */
.pc-step-num { font-size: 24px; font-weight: 900; opacity: 0.15; padding-top: 5px; min-width: 35px; }
.pc-step-info { flex: 1; text-align: left; }
.pc-card-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.pc-card-header h3 { font-size: 18px; font-weight: 800; margin: 0; }
.pc-price-tag { font-size: 13px; font-weight: 800; padding: 4px 10px; border-radius: 6px; background: rgba(255,255,255,0.05); }
.pc-price-tag.blue { color: #3498db; }
.pc-price-tag.green { color: #16a085; }
.pc-price-tag.purple { color: #9b59b6; }
.pc-step-info p { font-size: 14px; color: #94a3b8; margin: 0; line-height: 1.5; }
.badge-tag { position: absolute; top: -10px; right: 20px; color: #fff; font-size: 9px; padding: 4px 12px; border-radius: 6px; font-weight: 900; letter-spacing: 0.5px; }
.b-blue { background: #3498db; }
.b-green { background: #16a085; }
.b-purple { background: #9b59b6; }

/* Buttons Aligned */
.pc-action-group { display: flex; gap: 20px; justify-content: flex-start; }
.pc-btn-primary { 
    background: #16a085; color: #fff !important; text-decoration: none; 
    padding: 16px 32px; border-radius: 50px; font-weight: 800; font-size: 13px;
    box-shadow: 0 10px 20px rgba(22, 160, 133, 0.2); transition: 0.3s;
}
.pc-btn-gradient-border { position: relative; padding: 2px; border-radius: 50px; background: linear-gradient(90deg, #16a085, #3498db); text-decoration: none; }
.pc-btn-gradient-border span { display: block; background: #0a0e14; color: #fff !important; padding: 14px 30px; border-radius: 48px; font-size: 13px; font-weight: 800; }

@keyframes pulse { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } }

/* Mobile View */
@media (max-width: 991px) {
    .premium-chemical-final-v64 { padding: 40px 0; }
    .pc-main-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; }
    .pc-content { display: flex; flex-direction: column; align-items: center; }
    .pc-visual { order: 1; position: relative; top: 0; max-width: 280px; margin: 0 auto; padding-bottom: 20px; }
    
    .pc-floating-card { aspect-ratio: 9/16; transform: none; box-shadow: 0 15px 30px rgba(0,0,0,0.3); } /* No 3D on phone for cleaner look */
    .pc-floating-card:hover { transform: translateY(-5px); }
    .pc-trust-strip-floating { max-width: 100%; margin: 15px auto; }

    .pc-nav-top { flex-direction: column; gap: 10px; margin-bottom: 30px; }
    .pc-title { font-size: 32px !important; text-align: center; }
    .pc-subtitle { text-align: center; }
    
    .pc-card-header { flex-direction: column; align-items: flex-start; gap: 5px; }
    .pc-step-card { padding: 20px; gap: 15px; }
    
    .pc-action-group { flex-direction: column; width: 100%; align-items: center; }
    .pc-btn-primary, .pc-btn-gradient-border { width: 100%; max-width: 300px; text-align: center; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a3c513 */<style>
/* Section Base */
.lift-benefits-final-v73 {
    background: #ffffff;
    padding: 80px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.ex-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
.ex-header-box { text-align: center; margin-bottom: 50px; }
.ex-tagline { font-size: 11px; font-weight: 800; color: #16a085; letter-spacing: 2px; }
.ex-title { font-size: 42px; font-weight: 900; color: #111; line-height: 1.2; }
.ex-blue-text { color: #3498db; }

/* The Swipe Engine (CSS ONLY) */
.lift-swipe-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 20px;
}

/* Hide Scrollbar for Clean Look */
.lift-swipe-wrapper::-webkit-scrollbar { display: none; }

.lift-swipe-card {
    flex: 0 0 85%; /* Mobile: Shows 85% of card to hint next one */
    scroll-snap-align: center;
}

/* Card Aesthetic */
.ex-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 40px 25px;
    border-radius: 30px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.ex-icon-wrapper {
    width: 80px; height: 80px;
    background: #f0f7ff;
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 25px;
}
.ex-icon-wrapper img { width: 35px; height: 35px; }

.ex-card h3 { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 12px; }
.ex-separator-line { width: 40px; height: 3px; background: #3498db; margin: 0 auto 20px; border-radius: 10px; }
.ex-card p { font-size: 13.5px; color: #555; line-height: 1.6; }

.lift-swipe-hint {
    display: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #3498db;
    margin-top: 15px;
}

/* DESKTOP VIEW: Grid (No Swipe) */
@media (min-width: 1024px) {
    .lift-swipe-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
        gap: 25px;
    }
    .lift-swipe-card { flex: unset; }
    .ex-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.05); }
}

/* MOBILE VIEW */
@media (max-width: 991px) {
    .ex-title { font-size: 30px; }
    .lift-swipe-hint { display: block; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e2bbe6 */<style>
.lift-transformation-gallery-v74 {
    background: #ffffff;
    padding: 80px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    font-family: 'Inter', sans-serif;
}

.gallery-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.gallery-header { text-align: center; margin-bottom: 50px; }
.gallery-tag { font-size: 13px; font-weight: 800; color: #888; letter-spacing: 2px; }
.gallery-header h2 { font-size: 42px; font-weight: 900; color: #111; margin-top: 10px; }
.gallery-blue { color: #3498db; }

/* Fixed Swipe Wrapper */
.gallery-swipe-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 10px 0 30px;
    -webkit-overflow-scrolling: touch;
}
.gallery-swipe-wrapper::-webkit-scrollbar { display: none; }

.gallery-item {
    flex: 0 0 80%; /* Phone par 80% card dikhega */
    scroll-snap-align: center;
}

/* Premium Image Box */
.transformation-box {
    background: #eee;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    aspect-ratio: 4/5;
}
.transformation-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.transformation-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: #fff;
    padding: 30px 20px 20px;
    text-align: left;
}
.transformation-label span { display: block; font-size: 18px; font-weight: 800; }
.transformation-label small { font-size: 11px; opacity: 0.8; letter-spacing: 1px; text-transform: uppercase; }

.gallery-hint {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #3498db;
    margin-top: 10px;
}

/* Desktop View */
@media (min-width: 1024px) {
    .gallery-swipe-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        overflow: visible;
        gap: 25px;
    }
    .gallery-item { flex: unset; }
    .gallery-hint { display: none; }
    .transformation-box:hover img { transform: scale(1.05); transition: 0.6s ease; }
}

@media (max-width: 600px) {
    .gallery-header h2 { font-size: 32px; }
    .transformation-label span { font-size: 16px; }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ee46c7 */<style>
.lift-faq-final-v80 {
    background: #ffffff; padding: 100px 0; font-family: 'Inter', sans-serif;
    width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
}
.faq-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.faq-header { text-align: center; margin-bottom: 60px; }
.faq-header h2 { font-size: 42px; font-weight: 900; color: #111; }
.faq-blue { color: #3498db; }

/* PC Grid: 2 Columns */
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.faq-card { 
    background: #f9f9f9; padding: 35px; border-radius: 20px; border: 1px solid #f0f0f0; 
    transition: 0.3s ease; text-align: left;
}
.faq-card h3 { font-size: 19px; font-weight: 800; color: #111; margin-bottom: 12px; }
.faq-card p { font-size: 14.5px; color: #666; line-height: 1.6; margin: 0; }

/* Hidden state & Animation */
.faq-hidden { display: none; opacity: 0; transition: opacity 0.5s ease; }

/* Actions */
.faq-actions { text-align: center; margin-top: 40px; }
.lift-read-btn { 
    background: #fff; color: #3498db; border: 2px solid #3498db; 
    padding: 12px 35px; border-radius: 50px; font-weight: 800; cursor: pointer;
}

/* CTA Box */
.faq-cta-box { 
    margin-top: 80px; text-align: center; background: #f8f9fa; 
    padding: 50px 20px; border-radius: 30px; 
}
.wa-btn-final { 
    background: #25d366; color: #fff !important; padding: 16px 40px; 
    border-radius: 50px; text-decoration: none; font-weight: 800; display: inline-block;
}

/* Mobile Fixes */
@media (max-width: 991px) {
    .lift-faq-final-v80 { padding: 60px 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 20px; }
    .faq-header h2 { font-size: 30px; }
    .faq-card { padding: 25px 20px; }
    .faq-card h3 { font-size: 17px; }
}
</style>/* End custom CSS */