.elementor-43 .elementor-element.elementor-element-184a14b{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-43 .elementor-element.elementor-element-0fb8f82{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-43 .elementor-element.elementor-element-fb026e0{--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-43 .elementor-element.elementor-element-e10fd72{--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-43 .elementor-element.elementor-element-67fe724{--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-43 .elementor-element.elementor-element-07228ce{--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-43 .elementor-element.elementor-element-7e6cc9b{--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-43 .elementor-element.elementor-element-61d9e93{--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 image, class: .elementor-element-1136181 *//* ==========================================================================
   TREAT & GLOW: SKINCARE MATHS IMAGE ANIMATION
   ========================================================================== */

/* Hero Image: Cheap vs Expensive (ID: 1136181) 
   Effect: "The Premium Asset". Uses 3D perspective to tilt the image away. 
   On hover, it lifts up, straightens out perfectly, and emits a high-value 
   golden glow to represent clarity and smart investment. */

.elementor-element-1136181 {
    perspective: 1200px; /* Creates the 3D space for the tilt */
    padding: 20px; /* Prevents the shadow from getting cut off */
}

.elementor-element-1136181 img {
    border-radius: 12px;
    
    /* Tilted slightly back and to the side, slightly desaturated */
    transform: rotateX(8deg) rotateY(-8deg) scale(0.96);
    box-shadow: -15px 25px 35px rgba(0, 0, 0, 0.08);
    filter: saturate(0.8) contrast(1.1) sepia(5%);
    
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    width: 100%;
}

.elementor-element-1136181 img:hover {
    /* Straightens out to face the user, scales up, and blooms with color */
    transform: rotateX(0deg) rotateY(0deg) scale(1.04);
    
    /* Heavy, luxurious gold drop shadow */
    box-shadow: 0 40px 80px rgba(197, 160, 89, 0.25), 0 15px 30px rgba(197, 160, 89, 0.15);
    
    filter: saturate(1.1) contrast(1.05) sepia(0%);
    border-radius: 20px; /* Softens the edges elegantly on hover */
}/* End custom CSS */
/* Start custom CSS *//* =========================================
   TREAT & GLOW - SKINCARE MATHS MASTER CSS
   ========================================= */

/* --- 1. LUXURY FONTS & VARIABLES --- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

:root {
    --tg-gold: #D4AF37;
    --tg-gold-muted: #C5A059;
    --tg-dark: #2D2A26;
    --tg-text: #5A544F;
    --tg-bg-light: #FDFCF8;
    --tg-bg-warm: #F5EFEB;
}

/* --- 2. PAGE BACKGROUND & SELECTION --- */
body.page-id-43 {
     
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--tg-text);
}

.page-id-43 ::selection {
    background: var(--tg-gold-muted);
    color: #ffffff;
}

.page-id-43 ::-moz-selection {
    background: var(--tg-gold-muted);
    color: #ffffff;
}

/* --- 3. PREMIUM HEADINGS (Animated Gradient) --- */
.page-id-43 .elementor-widget-heading h2 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
    line-height: 1.3;
    background: linear-gradient(to right, var(--tg-dark) 20%, var(--tg-gold-muted) 40%, var(--tg-gold) 60%, var(--tg-dark) 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineHeading 6s linear infinite;
}

/* --- 4. PILL-SHAPED SUBHEADINGS (Tags) --- */
.page-id-43 .elementor-widget-text-editor h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--tg-gold-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #FAF5EE;
    padding: 8px 20px;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #EFE6DA;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(181, 141, 61, 0.05);
}

/* --- 5. TEXT EFFECTS (Shimmer & Highlighter) --- */
.page-id-43 .elementor-widget-text-editor {
    font-size: 1.15rem;
    line-height: 1.8;
}

.page-id-43 .elementor-widget-text-editor strong {
    color: var(--tg-dark);
    font-weight: 600;
    position: relative;
    z-index: 1;
    background: linear-gradient(120deg, transparent 40%, rgba(212, 175, 55, 0.3) 50%, transparent 60%);
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: textShimmer 3s infinite;
    padding: 0 4px;
    border-radius: 4px;
}

.page-id-43 .elementor-widget-text-editor strong::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(212, 175, 55, 0.25);
    z-index: -1;
    border-radius: 4px;
}

/* --- 6. BEAUTIFUL HOVER CHECKLISTS --- */
.page-id-43 .elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.page-id-43 .elementor-widget-text-editor ul li {
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px 15px 50px;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    position: relative;
    border: 1px solid rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}

.page-id-43 .elementor-widget-text-editor ul li:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(181, 141, 61, 0.08);
    background: #FFFFFF;
    border-color: rgba(212, 175, 55, 0.3);
}

.page-id-43 .elementor-widget-text-editor ul li::before {
    content: "✨"; /* Skincare Sparkle */
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tg-gold);
    font-size: 1.1rem;
}

/* --- 7. FROSTED GLASS CARDS (The Main Containers) --- */
.math-card {
    background: rgba(255, 255, 255, 0.5) !important; 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 50px 40px !important;
    box-shadow: 0 20px 40px rgba(181, 141, 61, 0.04), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    margin-bottom: 40px !important;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    
    /* Smooth entrance animation */
    animation: floatUpFade 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    opacity: 0;
    transform: translateY(30px);
}

/* Gold glowing top border on hover */
.math-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 4px;
    background: linear-gradient(90deg, transparent, var(--tg-gold), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.math-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 30px 60px rgba(181, 141, 61, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.85) !important;
}

.math-card:hover::before {
    opacity: 1;
}

/* --- 8. INTERNAL ELEMENT STAGGERING (Loads text smoothly) --- */
.math-card .elementor-widget {
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUpContent 0.8s ease forwards;
}

.math-card .elementor-widget:nth-child(1) { animation-delay: 0.2s; }
.math-card .elementor-widget:nth-child(2) { animation-delay: 0.4s; }
.math-card .elementor-widget:nth-child(3) { animation-delay: 0.6s; }
.math-card .elementor-widget:nth-child(4) { animation-delay: 0.8s; }

/* --- 9. MICRO-INTERACTIONS --- */
.page-id-43 img.emoji {
    animation: bounceHorizontal 2s infinite ease-in-out;
    vertical-align: middle !important;
}

/* --- 10. FAQ SECTION OVERHAUL (Matches Luxury Theme) --- */
.page-id-43 .tg-faq-section {
    background: transparent !important; /* Removes harsh box */
}

.page-id-43 .tg-faq-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    color: var(--tg-dark);
}

.page-id-43 .tg-faq-item {
    background: rgba(255,255,255,0.7) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.page-id-43 .tg-faq-item:hover {
    background: #ffffff !important;
    border-color: rgba(212, 175, 55, 0.3) !important;
    box-shadow: 0 8px 25px rgba(181, 141, 61, 0.08);
}

/* --- 11. ANIMATION KEYFRAMES --- */
@keyframes shineHeading {
    to { background-position: 200% center; }
}
@keyframes textShimmer {
    100% { background-position: -100% 0; }
}
@keyframes floatUpFade {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUpContent {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes bounceHorizontal {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(6px); }
}/* End custom CSS */